|
|
|
1 | 2025-02-21T19:36:26.924Z | job assigned to worker 01JMN0446MCCCAAQFBCPRYJ2K6 [factory aws, i-0ea27806a2d782438] (queued for 1 m 29 s) |
|
2 | 2025-02-21T19:36:36.902Z | starting task 0: "setup" |
3 | 2025-02-21T19:36:36.910Z | ++ uname -s |
4 | 2025-02-21T19:36:36.913Z | + kern=SunOS |
5 | 2025-02-21T19:36:36.913Z | + build_user=build |
6 | 2025-02-21T19:36:36.913Z | + build_uid=12345 |
7 | 2025-02-21T19:36:36.913Z | + work_dir=/work |
8 | 2025-02-21T19:36:36.913Z | + input_dir=/input |
9 | 2025-02-21T19:36:36.913Z | + [[ 0 == 12345 ]] |
10 | 2025-02-21T19:36:36.913Z | + case "$kern" in |
11 | 2025-02-21T19:36:36.913Z | + groupadd -g 12345 build |
12 | 2025-02-21T19:36:36.916Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-21T19:36:38.931Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-21T19:36:39.033Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-21T19:36:39.043Z | + home_fs=zfs |
16 | 2025-02-21T19:36:39.043Z | + [[ zfs == autofs ]] |
17 | 2025-02-21T19:36:39.043Z | + mkdir -p /home/build |
18 | 2025-02-21T19:36:39.043Z | + chown build:build /home/build /work |
19 | 2025-02-21T19:36:41.134Z | + chmod 0700 /home/build /work |
20 | 2025-02-21T19:36:41.284Z | process exited: duration 4117 ms, exit code 0 |
|
21 | 2025-02-21T19:36:41.536Z | starting task 1: "rust-toolchain" |
22 | 2025-02-21T19:36:41.653Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-02-21T19:36:41.653Z | * rust toolchain channel = "1.85.0" |
24 | 2025-02-21T19:36:41.653Z | * rust toolchain profile = "default" |
25 | 2025-02-21T19:36:41.653Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-02-21T19:36:41.653Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-21T19:36:41.653Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-21T19:36:41.653Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-21T19:36:41.653Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-02-21T19:36:41.653Z | info: downloading installer |
31 | 2025-02-21T19:36:43.175Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-21T19:36:43.176Z | warning: /opt/ooce/bin |
33 | 2025-02-21T19:36:43.176Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-21T19:36:43.176Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-21T19:36:43.176Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-21T19:36:43.176Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-21T19:36:43.176Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-21T19:36:43.176Z | error: cannot install while Rust is installed |
39 | 2025-02-21T19:36:43.176Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-21T19:36:43.207Z | info: profile set to 'default' |
41 | 2025-02-21T19:36:43.207Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-21T19:36:43.207Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-02-21T19:36:43.403Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-02-21T19:36:43.403Z | info: downloading component 'cargo' |
45 | 2025-02-21T19:36:44.351Z | info: downloading component 'clippy' |
46 | 2025-02-21T19:36:44.668Z | info: downloading component 'rust-docs' |
47 | 2025-02-21T19:36:46.116Z | info: downloading component 'rust-std' |
48 | 2025-02-21T19:36:48.249Z | info: downloading component 'rustc' |
49 | 2025-02-21T19:36:55.567Z | info: downloading component 'rustfmt' |
50 | 2025-02-21T19:36:55.844Z | info: installing component 'cargo' |
51 | 2025-02-21T19:36:56.588Z | info: installing component 'clippy' |
52 | 2025-02-21T19:36:56.944Z | info: installing component 'rust-docs' |
53 | 2025-02-21T19:36:58.768Z | info: installing component 'rust-std' |
54 | 2025-02-21T19:37:00.543Z | info: installing component 'rustc' |
55 | 2025-02-21T19:37:06.645Z | info: installing component 'rustfmt' |
56 | 2025-02-21T19:37:06.889Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-02-21T19:37:06.890Z | |
58 | 2025-02-21T19:37:07.257Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-02-21T19:37:07.257Z | |
60 | 2025-02-21T19:37:07.428Z | |
61 | 2025-02-21T19:37:07.428Z | Rust is installed now. Great! |
62 | 2025-02-21T19:37:07.428Z | |
63 | 2025-02-21T19:37:07.428Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-21T19:37:07.428Z | environment variable. This has not been done automatically. |
65 | 2025-02-21T19:37:07.428Z | |
66 | 2025-02-21T19:37:07.428Z | To configure your current shell, you need to source |
67 | 2025-02-21T19:37:07.429Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-21T19:37:07.429Z | |
69 | 2025-02-21T19:37:07.429Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-21T19:37:07.429Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-21T19:37:07.429Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-21T19:37:07.429Z | + rustup --version |
73 | 2025-02-21T19:37:07.429Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-21T19:37:07.429Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-21T19:37:07.543Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
76 | 2025-02-21T19:37:07.543Z | + cargo --version |
77 | 2025-02-21T19:37:07.544Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
78 | 2025-02-21T19:37:07.544Z | + rustc --version |
79 | 2025-02-21T19:37:07.544Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
80 | 2025-02-21T19:37:07.544Z | process exited: duration 25992 ms, exit code 0 |
|
81 | 2025-02-21T19:37:07.619Z | starting task 2: "authentication" |
82 | 2025-02-21T19:37:07.636Z | process exited: duration 42 ms, exit code 0 |
|
83 | 2025-02-21T19:37:07.824Z | starting task 3: "clone repository" |
84 | 2025-02-21T19:37:07.948Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-21T19:37:07.948Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-21T19:37:09.187Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-21T19:37:17.142Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-21T19:37:17.157Z | + git fetch origin 9190d809eca076a02bbbf43198be33902f59249d |
89 | 2025-02-21T19:37:17.487Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-21T19:37:17.487Z | * branch 9190d809eca076a02bbbf43198be33902f59249d -> FETCH_HEAD |
91 | 2025-02-21T19:37:17.504Z | + [[ -n affinity-db-crud ]] |
92 | 2025-02-21T19:37:17.504Z | ++ git branch --show-current |
93 | 2025-02-21T19:37:17.505Z | + current=main |
94 | 2025-02-21T19:37:17.505Z | + [[ main != affinity-db-crud ]] |
95 | 2025-02-21T19:37:17.505Z | + git branch -f affinity-db-crud 9190d809eca076a02bbbf43198be33902f59249d |
96 | 2025-02-21T19:37:17.531Z | + git checkout -f affinity-db-crud |
97 | 2025-02-21T19:37:17.687Z | Switched to branch 'affinity-db-crud' |
98 | 2025-02-21T19:37:17.712Z | + git reset --hard 9190d809eca076a02bbbf43198be33902f59249d |
99 | 2025-02-21T19:37:17.879Z | HEAD is now at 9190d809e Merge branch 'affinity-db-model' into affinity-db-crud |
100 | 2025-02-21T19:37:17.904Z | process exited: duration 10127 ms, exit code 0 |
|
101 | 2025-02-21T19:37:17.926Z | starting task 4: "build" |
102 | 2025-02-21T19:37:17.971Z | + source .github/buildomat/ci-env.sh |
103 | 2025-02-21T19:37:17.971Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-02-21T19:37:17.971Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-02-21T19:37:17.971Z | + cargo --version |
106 | 2025-02-21T19:37:18.060Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
107 | 2025-02-21T19:37:18.761Z | + rustc --version |
108 | 2025-02-21T19:37:18.761Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
109 | 2025-02-21T19:37:18.761Z | + cargo tree --locked |
110 | 2025-02-21T19:37:19.347Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
111 | 2025-02-21T19:37:19.348Z | Updating crates.io index |
112 | 2025-02-21T19:37:19.348Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
113 | 2025-02-21T19:37:19.949Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
114 | 2025-02-21T19:37:19.949Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
115 | 2025-02-21T19:37:20.632Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
116 | 2025-02-21T19:37:21.099Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
117 | 2025-02-21T19:37:22.781Z | Updating git repository `https://github.com/oxidecomputer/opte` |
118 | 2025-02-21T19:37:23.424Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
119 | 2025-02-21T19:37:24.142Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
120 | 2025-02-21T19:37:24.615Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
121 | 2025-02-21T19:37:24.951Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
122 | 2025-02-21T19:37:25.694Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
123 | 2025-02-21T19:37:25.984Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
124 | 2025-02-21T19:37:26.459Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
125 | 2025-02-21T19:37:26.680Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
126 | 2025-02-21T19:37:27.106Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
127 | 2025-02-21T19:37:27.679Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
128 | 2025-02-21T19:37:28.115Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
129 | 2025-02-21T19:37:28.115Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
130 | 2025-02-21T19:37:28.557Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
131 | 2025-02-21T19:37:29.051Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
132 | 2025-02-21T19:37:29.051Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
133 | 2025-02-21T19:37:29.346Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
134 | 2025-02-21T19:37:29.805Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
135 | 2025-02-21T19:37:30.099Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
136 | 2025-02-21T19:37:30.413Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
137 | 2025-02-21T19:37:30.870Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
138 | 2025-02-21T19:37:31.316Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
139 | 2025-02-21T19:37:31.535Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
140 | 2025-02-21T19:37:31.713Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
141 | 2025-02-21T19:37:33.105Z | Downloading crates ... |
142 | 2025-02-21T19:37:33.219Z | Downloaded addr2line v0.24.2 |
143 | 2025-02-21T19:37:33.245Z | Downloaded anstyle v1.0.10 |
144 | 2025-02-21T19:37:33.245Z | Downloaded aead v0.5.2 |
145 | 2025-02-21T19:37:33.245Z | Downloaded ahash v0.8.11 |
146 | 2025-02-21T19:37:33.245Z | Downloaded atty v0.2.14 |
147 | 2025-02-21T19:37:33.245Z | Downloaded async-object-pool v0.1.5 |
148 | 2025-02-21T19:37:33.245Z | Downloaded fixedbitset v0.4.2 |
149 | 2025-02-21T19:37:33.245Z | Downloaded foreign-types v0.5.0 |
150 | 2025-02-21T19:37:33.245Z | Downloaded cfg_aliases v0.2.1 |
151 | 2025-02-21T19:37:33.246Z | Downloaded ff v0.13.0 |
152 | 2025-02-21T19:37:33.246Z | Downloaded cfg_aliases v0.1.1 |
153 | 2025-02-21T19:37:33.246Z | Downloaded foreign-types v0.3.2 |
154 | 2025-02-21T19:37:33.246Z | Downloaded async-stream-impl v0.3.6 |
155 | 2025-02-21T19:37:33.327Z | Downloaded fnv v1.0.7 |
156 | 2025-02-21T19:37:33.327Z | Downloaded fxhash v0.2.1 |
157 | 2025-02-21T19:37:33.328Z | Downloaded foreign-types-shared v0.1.1 |
158 | 2025-02-21T19:37:33.329Z | Downloaded allocator-api2 v0.2.18 |
159 | 2025-02-21T19:37:33.330Z | Downloaded hubpack_derive v0.1.1 |
160 | 2025-02-21T19:37:33.330Z | Downloaded atomic-waker v1.1.2 |
161 | 2025-02-21T19:37:33.330Z | Downloaded anes v0.1.6 |
162 | 2025-02-21T19:37:33.330Z | Downloaded atomicwrites v0.4.4 |
163 | 2025-02-21T19:37:33.333Z | Downloaded foreign-types-shared v0.3.1 |
164 | 2025-02-21T19:37:33.333Z | Downloaded bitflags v1.3.2 |
165 | 2025-02-21T19:37:33.333Z | Downloaded blocking v1.6.1 |
166 | 2025-02-21T19:37:33.333Z | Downloaded async-recursion v1.1.1 |
167 | 2025-02-21T19:37:33.334Z | Downloaded ghash v0.5.1 |
168 | 2025-02-21T19:37:33.334Z | Downloaded fs-err v2.11.0 |
169 | 2025-02-21T19:37:33.334Z | Downloaded castaway v0.2.3 |
170 | 2025-02-21T19:37:33.334Z | Downloaded hash32 v0.3.1 |
171 | 2025-02-21T19:37:33.334Z | Downloaded cargo-platform v0.1.8 |
172 | 2025-02-21T19:37:33.334Z | Downloaded byteorder v1.5.0 |
173 | 2025-02-21T19:37:33.334Z | Downloaded http-body v1.0.1 |
174 | 2025-02-21T19:37:33.334Z | Downloaded cbc v0.1.2 |
175 | 2025-02-21T19:37:33.334Z | Downloaded cast v0.3.0 |
176 | 2025-02-21T19:37:33.334Z | Downloaded cassowary v0.3.0 |
177 | 2025-02-21T19:37:33.335Z | Downloaded block-buffer v0.10.4 |
178 | 2025-02-21T19:37:33.335Z | Downloaded chacha20 v0.9.1 |
179 | 2025-02-21T19:37:33.335Z | Downloaded base16ct v0.2.0 |
180 | 2025-02-21T19:37:33.335Z | Downloaded bitfield-struct v0.6.2 |
181 | 2025-02-21T19:37:33.335Z | Downloaded anstyle-parse v0.2.5 |
182 | 2025-02-21T19:37:33.420Z | Downloaded oso-derive v0.27.3 |
183 | 2025-02-21T19:37:33.420Z | Downloaded hash32 v0.2.1 |
184 | 2025-02-21T19:37:33.420Z | Downloaded bytecount v0.6.8 |
185 | 2025-02-21T19:37:33.420Z | Downloaded fragile v2.0.0 |
186 | 2025-02-21T19:37:33.421Z | Downloaded num_threads v0.1.7 |
187 | 2025-02-21T19:37:33.421Z | Downloaded adler2 v2.0.0 |
188 | 2025-02-21T19:37:33.421Z | Downloaded camino-tempfile v1.1.1 |
189 | 2025-02-21T19:37:33.421Z | Downloaded blowfish v0.9.1 |
190 | 2025-02-21T19:37:33.421Z | Downloaded hex-literal v0.4.1 |
191 | 2025-02-21T19:37:33.421Z | Downloaded heck v0.5.0 |
192 | 2025-02-21T19:37:33.422Z | Downloaded backoff v0.4.0 |
193 | 2025-02-21T19:37:33.422Z | Downloaded form_urlencoded v1.2.1 |
194 | 2025-02-21T19:37:33.423Z | Downloaded bcs v0.1.6 |
195 | 2025-02-21T19:37:33.423Z | Downloaded httpdate v1.0.3 |
196 | 2025-02-21T19:37:33.423Z | Downloaded base64ct v1.6.0 |
197 | 2025-02-21T19:37:33.423Z | Downloaded async-process v2.3.0 |
198 | 2025-02-21T19:37:33.423Z | Downloaded http-body-util v0.1.2 |
199 | 2025-02-21T19:37:33.423Z | Downloaded cexpr v0.6.0 |
200 | 2025-02-21T19:37:33.423Z | Downloaded cargo_metadata v0.19.1 |
201 | 2025-02-21T19:37:33.424Z | Downloaded humantime v2.1.0 |
202 | 2025-02-21T19:37:33.424Z | Downloaded cargo_metadata v0.18.1 |
203 | 2025-02-21T19:37:33.424Z | Downloaded async-lock v3.4.0 |
204 | 2025-02-21T19:37:33.424Z | Downloaded fs_extra v1.3.0 |
205 | 2025-02-21T19:37:33.424Z | Downloaded pretty-hex v0.4.1 |
206 | 2025-02-21T19:37:33.424Z | Downloaded pretty-hex v0.2.1 |
207 | 2025-02-21T19:37:33.424Z | Downloaded hostname v0.4.0 |
208 | 2025-02-21T19:37:33.424Z | Downloaded hex v0.4.3 |
209 | 2025-02-21T19:37:33.426Z | Downloaded futures-task v0.3.31 |
210 | 2025-02-21T19:37:33.426Z | Downloaded parse-size v1.1.0 |
211 | 2025-02-21T19:37:33.426Z | Downloaded generic-array v0.14.7 |
212 | 2025-02-21T19:37:33.426Z | Downloaded parse-display-derive v0.10.0 |
213 | 2025-02-21T19:37:33.426Z | Downloaded futures-macro v0.3.31 |
214 | 2025-02-21T19:37:33.427Z | Downloaded futures-io v0.3.31 |
215 | 2025-02-21T19:37:33.427Z | Downloaded russh-cryptovec v0.7.3 |
216 | 2025-02-21T19:37:33.427Z | Downloaded foreign-types-macros v0.2.3 |
217 | 2025-02-21T19:37:33.427Z | Downloaded hostname v0.3.1 |
218 | 2025-02-21T19:37:33.427Z | Downloaded fallible-streaming-iterator v0.1.9 |
219 | 2025-02-21T19:37:33.427Z | Downloaded hyper-tls v0.6.0 |
220 | 2025-02-21T19:37:33.427Z | Downloaded http-range v0.1.5 |
221 | 2025-02-21T19:37:33.428Z | Downloaded headers-core v0.3.0 |
222 | 2025-02-21T19:37:33.428Z | Downloaded guppy-workspace-hack v0.1.0 |
223 | 2025-02-21T19:37:33.428Z | Downloaded group v0.13.0 |
224 | 2025-02-21T19:37:33.428Z | Downloaded polyval v0.6.2 |
225 | 2025-02-21T19:37:33.428Z | Downloaded parking v2.2.1 |
226 | 2025-02-21T19:37:33.428Z | Downloaded argon2 v0.5.3 |
227 | 2025-02-21T19:37:33.428Z | Downloaded gethostname v0.5.0 |
228 | 2025-02-21T19:37:33.429Z | Downloaded float-ord v0.3.2 |
229 | 2025-02-21T19:37:33.563Z | Downloaded chrono-tz-build v0.4.0 |
230 | 2025-02-21T19:37:33.563Z | Downloaded camino v1.1.9 |
231 | 2025-02-21T19:37:33.563Z | Downloaded cfg-expr v0.18.0 |
232 | 2025-02-21T19:37:33.563Z | Downloaded hyper-staticfile v0.10.1 |
233 | 2025-02-21T19:37:33.564Z | Downloaded futures-lite v2.3.0 |
234 | 2025-02-21T19:37:33.565Z | Downloaded tinyvec_macros v0.1.1 |
235 | 2025-02-21T19:37:33.565Z | Downloaded home v0.5.9 |
236 | 2025-02-21T19:37:33.565Z | Downloaded futures-timer v3.0.3 |
237 | 2025-02-21T19:37:33.565Z | Downloaded psl-types v2.0.11 |
238 | 2025-02-21T19:37:33.565Z | Downloaded predicates-tree v1.0.11 |
239 | 2025-02-21T19:37:33.565Z | Downloaded hashlink v0.9.1 |
240 | 2025-02-21T19:37:33.566Z | Downloaded rand_xorshift v0.3.0 |
241 | 2025-02-21T19:37:33.566Z | Downloaded rand_seeder v0.3.0 |
242 | 2025-02-21T19:37:33.566Z | Downloaded r2d2 v0.8.10 |
243 | 2025-02-21T19:37:33.566Z | Downloaded once_cell v1.20.3 |
244 | 2025-02-21T19:37:33.566Z | Downloaded waitgroup v0.1.2 |
245 | 2025-02-21T19:37:33.566Z | Downloaded zone_cfg_derive v0.1.2 |
246 | 2025-02-21T19:37:33.566Z | Downloaded getrandom v0.2.15 |
247 | 2025-02-21T19:37:33.566Z | Downloaded predicates-core v1.0.8 |
248 | 2025-02-21T19:37:33.566Z | Downloaded serde_urlencoded v0.7.1 |
249 | 2025-02-21T19:37:33.566Z | Downloaded sha1 v0.10.6 |
250 | 2025-02-21T19:37:33.566Z | Downloaded hubpack v0.1.2 |
251 | 2025-02-21T19:37:33.567Z | Downloaded highway v1.2.0 |
252 | 2025-02-21T19:37:33.567Z | Downloaded arc-swap v1.7.1 |
253 | 2025-02-21T19:37:33.567Z | Downloaded pkcs1 v0.7.5 |
254 | 2025-02-21T19:37:33.567Z | Downloaded async-io v2.3.4 |
255 | 2025-02-21T19:37:33.567Z | Downloaded pest_generator v2.7.14 |
256 | 2025-02-21T19:37:33.567Z | Downloaded heck v0.3.3 |
257 | 2025-02-21T19:37:33.567Z | Downloaded strsim v0.11.1 |
258 | 2025-02-21T19:37:33.567Z | Downloaded structmeta v0.2.0 |
259 | 2025-02-21T19:37:33.567Z | Downloaded doc-comment v0.3.3 |
260 | 2025-02-21T19:37:33.567Z | Downloaded phf_shared v0.11.2 |
261 | 2025-02-21T19:37:33.568Z | Downloaded phf v0.11.2 |
262 | 2025-02-21T19:37:33.568Z | Downloaded want v0.3.1 |
263 | 2025-02-21T19:37:33.568Z | Downloaded futures v0.3.31 |
264 | 2025-02-21T19:37:33.568Z | Downloaded thiserror v1.0.69 |
265 | 2025-02-21T19:37:33.568Z | Downloaded is_ci v1.2.0 |
266 | 2025-02-21T19:37:33.568Z | Downloaded base64 v0.22.1 |
267 | 2025-02-21T19:37:33.568Z | Downloaded unicase v2.7.0 |
268 | 2025-02-21T19:37:33.568Z | Downloaded unarray v0.1.4 |
269 | 2025-02-21T19:37:33.568Z | Downloaded zone_cfg_derive v0.3.0 |
270 | 2025-02-21T19:37:33.568Z | Downloaded wait-timeout v0.2.0 |
271 | 2025-02-21T19:37:33.569Z | Downloaded colorchoice v1.0.2 |
272 | 2025-02-21T19:37:33.569Z | Downloaded cobs v0.2.3 |
273 | 2025-02-21T19:37:33.569Z | Downloaded hyper-rustls v0.27.3 |
274 | 2025-02-21T19:37:33.569Z | Downloaded sha2 v0.10.8 |
275 | 2025-02-21T19:37:33.569Z | Downloaded peg-macros v0.8.4 |
276 | 2025-02-21T19:37:33.569Z | Downloaded backtrace v0.3.74 |
277 | 2025-02-21T19:37:33.569Z | Downloaded futures-core v0.3.31 |
278 | 2025-02-21T19:37:33.569Z | Downloaded structmeta-derive v0.2.0 |
279 | 2025-02-21T19:37:33.570Z | Downloaded serde_with_macros v3.11.0 |
280 | 2025-02-21T19:37:33.570Z | Downloaded escape8259 v0.5.3 |
281 | 2025-02-21T19:37:33.570Z | Downloaded csv-core v0.1.11 |
282 | 2025-02-21T19:37:33.570Z | Downloaded structmeta v0.3.0 |
283 | 2025-02-21T19:37:33.570Z | Downloaded base64 v0.21.7 |
284 | 2025-02-21T19:37:33.570Z | Downloaded diesel-dtrace v0.4.2 |
285 | 2025-02-21T19:37:33.570Z | Downloaded thiserror v2.0.11 |
286 | 2025-02-21T19:37:33.570Z | Downloaded is_terminal_polyfill v1.70.1 |
287 | 2025-02-21T19:37:33.570Z | Downloaded dyn-clone v1.0.18 |
288 | 2025-02-21T19:37:33.570Z | Downloaded kv-log-macro v1.0.7 |
289 | 2025-02-21T19:37:33.570Z | Downloaded httptest v0.16.3 |
290 | 2025-02-21T19:37:33.570Z | Downloaded globset v0.4.15 |
291 | 2025-02-21T19:37:33.570Z | Downloaded managed v0.8.0 |
292 | 2025-02-21T19:37:33.571Z | Downloaded macaddr v1.0.1 |
293 | 2025-02-21T19:37:33.571Z | Downloaded flume v0.11.1 |
294 | 2025-02-21T19:37:33.656Z | Downloaded libefi-sys v0.1.0 |
295 | 2025-02-21T19:37:33.656Z | Downloaded tracing-attributes v0.1.27 |
296 | 2025-02-21T19:37:33.656Z | Downloaded tinytemplate v1.2.1 |
297 | 2025-02-21T19:37:33.656Z | Downloaded icu_normalizer_data v1.5.0 |
298 | 2025-02-21T19:37:33.656Z | Downloaded headers v0.4.0 |
299 | 2025-02-21T19:37:33.656Z | Downloaded progenitor-client v0.9.1 |
300 | 2025-02-21T19:37:33.656Z | Downloaded progenitor-client v0.8.0 |
301 | 2025-02-21T19:37:33.657Z | Downloaded bumpalo v3.16.0 |
302 | 2025-02-21T19:37:33.657Z | Downloaded poly1305 v0.8.0 |
303 | 2025-02-21T19:37:33.657Z | Downloaded num-iter v0.1.45 |
304 | 2025-02-21T19:37:33.657Z | Downloaded parse-display v0.10.0 |
305 | 2025-02-21T19:37:33.657Z | Downloaded num-integer v0.1.46 |
306 | 2025-02-21T19:37:33.657Z | Downloaded icu_normalizer v1.5.0 |
307 | 2025-02-21T19:37:33.657Z | Downloaded cookie_store v0.21.1 |
308 | 2025-02-21T19:37:33.657Z | Downloaded icu_locid_transform_data v1.5.0 |
309 | 2025-02-21T19:37:33.657Z | Downloaded tinyvec v1.8.0 |
310 | 2025-02-21T19:37:33.657Z | Downloaded plain v0.2.3 |
311 | 2025-02-21T19:37:33.657Z | Downloaded russh-keys v0.45.0 |
312 | 2025-02-21T19:37:33.659Z | Downloaded rand_distr v0.4.3 |
313 | 2025-02-21T19:37:33.659Z | Downloaded pkg-config v0.3.31 |
314 | 2025-02-21T19:37:33.659Z | Downloaded phf_generator v0.11.2 |
315 | 2025-02-21T19:37:33.659Z | Downloaded hmac v0.12.1 |
316 | 2025-02-21T19:37:33.659Z | Downloaded rand_core v0.6.4 |
317 | 2025-02-21T19:37:33.659Z | Downloaded shlex v1.3.0 |
318 | 2025-02-21T19:37:33.659Z | Downloaded rustls-pemfile v1.0.4 |
319 | 2025-02-21T19:37:33.660Z | Downloaded crc v3.2.1 |
320 | 2025-02-21T19:37:33.660Z | Downloaded nu-ansi-term v0.50.1 |
321 | 2025-02-21T19:37:33.660Z | Downloaded curve25519-dalek-derive v0.1.1 |
322 | 2025-02-21T19:37:33.660Z | Downloaded cpufeatures v0.2.14 |
323 | 2025-02-21T19:37:33.660Z | Downloaded digest v0.10.7 |
324 | 2025-02-21T19:37:33.660Z | Downloaded errno v0.3.9 |
325 | 2025-02-21T19:37:33.660Z | Downloaded daft v0.1.1 |
326 | 2025-02-21T19:37:33.661Z | Downloaded embedded-io v0.4.0 |
327 | 2025-02-21T19:37:33.661Z | Downloaded term v0.7.0 |
328 | 2025-02-21T19:37:33.661Z | Downloaded slog-stdlog v4.1.1 |
329 | 2025-02-21T19:37:33.662Z | Downloaded parking_lot_core v0.9.10 |
330 | 2025-02-21T19:37:33.662Z | Downloaded crucible-workspace-hack v0.1.0 |
331 | 2025-02-21T19:37:33.662Z | Downloaded subtle v2.6.1 |
332 | 2025-02-21T19:37:33.662Z | Downloaded scheduled-thread-pool v0.2.7 |
333 | 2025-02-21T19:37:33.662Z | Downloaded parking_lot_core v0.8.6 |
334 | 2025-02-21T19:37:33.662Z | Downloaded thread_local v1.1.8 |
335 | 2025-02-21T19:37:33.662Z | Downloaded publicsuffix v2.3.0 |
336 | 2025-02-21T19:37:33.691Z | Downloaded aes-gcm v0.10.3 |
337 | 2025-02-21T19:37:33.691Z | Downloaded icu_provider_macros v1.5.0 |
338 | 2025-02-21T19:37:33.691Z | Downloaded twox-hash v2.1.0 |
339 | 2025-02-21T19:37:33.691Z | Downloaded version_check v0.9.5 |
340 | 2025-02-21T19:37:33.691Z | Downloaded utf8parse v0.2.2 |
341 | 2025-02-21T19:37:33.691Z | Downloaded serde_derive_internals v0.29.1 |
342 | 2025-02-21T19:37:33.691Z | Downloaded utf8_iter v1.0.4 |
343 | 2025-02-21T19:37:33.691Z | Downloaded rustls-pemfile v2.2.0 |
344 | 2025-02-21T19:37:33.691Z | Downloaded unicode-bidi v0.3.17 |
345 | 2025-02-21T19:37:33.691Z | Downloaded snafu v0.8.5 |
346 | 2025-02-21T19:37:33.691Z | Downloaded walkdir v2.5.0 |
347 | 2025-02-21T19:37:33.691Z | Downloaded num-traits v0.2.19 |
348 | 2025-02-21T19:37:33.691Z | Downloaded ucd-trie v0.1.7 |
349 | 2025-02-21T19:37:33.691Z | Downloaded xz2 v0.1.7 |
350 | 2025-02-21T19:37:33.691Z | Downloaded xattr v1.3.1 |
351 | 2025-02-21T19:37:33.691Z | Downloaded cmake v0.1.51 |
352 | 2025-02-21T19:37:33.692Z | Downloaded colored v2.1.0 |
353 | 2025-02-21T19:37:33.692Z | Downloaded clap_lex v0.7.4 |
354 | 2025-02-21T19:37:33.692Z | Downloaded crunchy v0.2.2 |
355 | 2025-02-21T19:37:33.692Z | Downloaded parking_lot v0.12.3 |
356 | 2025-02-21T19:37:33.692Z | Downloaded newtype_derive v0.1.6 |
357 | 2025-02-21T19:37:33.692Z | Downloaded tokio-rustls v0.26.0 |
358 | 2025-02-21T19:37:33.692Z | Downloaded pkcs5 v0.7.1 |
359 | 2025-02-21T19:37:33.692Z | Downloaded number_prefix v0.4.0 |
360 | 2025-02-21T19:37:33.699Z | Downloaded env_logger v0.11.5 |
361 | 2025-02-21T19:37:33.699Z | Downloaded libloading v0.8.5 |
362 | 2025-02-21T19:37:33.699Z | Downloaded rstest v0.23.0 |
363 | 2025-02-21T19:37:33.699Z | Downloaded supports-color v3.0.1 |
364 | 2025-02-21T19:37:33.699Z | Downloaded smallvec v0.6.14 |
365 | 2025-02-21T19:37:33.699Z | Downloaded ed25519 v2.2.3 |
366 | 2025-02-21T19:37:33.699Z | Downloaded tokio-rustls v0.25.0 |
367 | 2025-02-21T19:37:33.699Z | Downloaded itoa v1.0.11 |
368 | 2025-02-21T19:37:33.700Z | Downloaded icu_properties v1.5.1 |
369 | 2025-02-21T19:37:33.700Z | Downloaded hickory-resolver v0.24.3 |
370 | 2025-02-21T19:37:33.700Z | Downloaded ciborium-ll v0.2.2 |
371 | 2025-02-21T19:37:33.703Z | Downloaded phf_shared v0.10.0 |
372 | 2025-02-21T19:37:33.703Z | Downloaded termtree v0.4.1 |
373 | 2025-02-21T19:37:33.703Z | Downloaded sync-ptr v0.1.1 |
374 | 2025-02-21T19:37:33.703Z | Downloaded target-triple v0.1.3 |
375 | 2025-02-21T19:37:33.703Z | Downloaded lockfree-object-pool v0.1.6 |
376 | 2025-02-21T19:37:33.710Z | Downloaded owo-colors v4.1.0 |
377 | 2025-02-21T19:37:33.710Z | Downloaded prettyplease v0.2.29 |
378 | 2025-02-21T19:37:33.713Z | Downloaded tracing v0.1.40 |
379 | 2025-02-21T19:37:33.724Z | Downloaded vte_generate_state_changes v0.1.2 |
380 | 2025-02-21T19:37:33.724Z | Downloaded pathdiff v0.2.3 |
381 | 2025-02-21T19:37:33.724Z | Downloaded num_enum v0.5.11 |
382 | 2025-02-21T19:37:33.728Z | Downloaded num_enum_derive v0.5.11 |
383 | 2025-02-21T19:37:33.728Z | Downloaded aes v0.8.4 |
384 | 2025-02-21T19:37:33.731Z | Downloaded sigpipe v0.1.3 |
385 | 2025-02-21T19:37:33.738Z | Downloaded flate2 v1.0.35 |
386 | 2025-02-21T19:37:34.175Z | Downloaded rcgen v0.12.1 |
387 | 2025-02-21T19:37:34.175Z | Downloaded untrusted v0.9.0 |
388 | 2025-02-21T19:37:34.176Z | Downloaded untrusted v0.7.1 |
389 | 2025-02-21T19:37:34.326Z | Downloaded rustc_version v0.4.1 |
390 | 2025-02-21T19:37:34.326Z | Downloaded same-file v1.0.6 |
391 | 2025-02-21T19:37:34.326Z | Downloaded quinn-udp v0.5.5 |
392 | 2025-02-21T19:37:34.326Z | Downloaded multer v3.1.0 |
393 | 2025-02-21T19:37:34.326Z | Downloaded env_logger v0.10.2 |
394 | 2025-02-21T19:37:34.326Z | Downloaded dtrace-parser v0.2.0 |
395 | 2025-02-21T19:37:34.326Z | Downloaded signature v2.2.0 |
396 | 2025-02-21T19:37:34.327Z | Downloaded signal-hook-tokio v0.3.1 |
397 | 2025-02-21T19:37:34.327Z | Downloaded termcolor v1.4.1 |
398 | 2025-02-21T19:37:34.327Z | Downloaded tar v0.4.42 |
399 | 2025-02-21T19:37:34.327Z | Downloaded memmap2 v0.9.5 |
400 | 2025-02-21T19:37:34.327Z | Downloaded tower-layer v0.3.3 |
401 | 2025-02-21T19:37:34.327Z | Downloaded path-tree v0.8.1 |
402 | 2025-02-21T19:37:34.327Z | Downloaded tracing-core v0.1.32 |
403 | 2025-02-21T19:37:34.327Z | Downloaded typify-macro v0.2.0 |
404 | 2025-02-21T19:37:34.327Z | Downloaded tokio-stream v0.1.16 |
405 | 2025-02-21T19:37:34.327Z | Downloaded phf_codegen v0.11.2 |
406 | 2025-02-21T19:37:34.328Z | Downloaded pbkdf2 v0.11.0 |
407 | 2025-02-21T19:37:34.328Z | Downloaded md5 v0.7.0 |
408 | 2025-02-21T19:37:34.328Z | Downloaded quote v1.0.38 |
409 | 2025-02-21T19:37:34.328Z | Downloaded rustyline v14.0.0 |
410 | 2025-02-21T19:37:34.328Z | Downloaded zopfli v0.8.1 |
411 | 2025-02-21T19:37:34.328Z | Downloaded precomputed-hash v0.1.1 |
412 | 2025-02-21T19:37:34.328Z | Downloaded zeroize_derive v1.4.2 |
413 | 2025-02-21T19:37:34.328Z | Downloaded vsss-rs v3.3.4 |
414 | 2025-02-21T19:37:34.328Z | Downloaded hashbrown v0.13.2 |
415 | 2025-02-21T19:37:34.329Z | Downloaded termtree v0.5.1 |
416 | 2025-02-21T19:37:34.329Z | Downloaded simd-adler32 v0.3.7 |
417 | 2025-02-21T19:37:34.329Z | Downloaded ref-cast-impl v1.0.23 |
418 | 2025-02-21T19:37:34.329Z | Downloaded aho-corasick v1.1.3 |
419 | 2025-02-21T19:37:34.331Z | Downloaded dunce v1.0.5 |
420 | 2025-02-21T19:37:34.331Z | Downloaded mime v0.3.17 |
421 | 2025-02-21T19:37:34.331Z | Downloaded log v0.4.22 |
422 | 2025-02-21T19:37:34.331Z | Downloaded scroll_derive v0.12.0 |
423 | 2025-02-21T19:37:34.331Z | Downloaded indicatif v0.17.11 |
424 | 2025-02-21T19:37:34.331Z | Downloaded plotters-svg v0.3.7 |
425 | 2025-02-21T19:37:34.331Z | Downloaded rand v0.8.5 |
426 | 2025-02-21T19:37:34.331Z | Downloaded lazy_static v1.5.0 |
427 | 2025-02-21T19:37:34.331Z | Downloaded write16 v1.0.0 |
428 | 2025-02-21T19:37:34.331Z | Downloaded usdt v0.5.0 |
429 | 2025-02-21T19:37:34.332Z | Downloaded signal-hook v0.3.17 |
430 | 2025-02-21T19:37:34.332Z | Downloaded take_mut v0.2.2 |
431 | 2025-02-21T19:37:34.332Z | Downloaded schemars_derive v0.8.21 |
432 | 2025-02-21T19:37:34.332Z | Downloaded usdt-macro v0.5.0 |
433 | 2025-02-21T19:37:34.332Z | Downloaded toolchain_find v0.4.0 |
434 | 2025-02-21T19:37:34.332Z | Downloaded deranged v0.3.11 |
435 | 2025-02-21T19:37:34.332Z | Downloaded concurrent-queue v2.5.0 |
436 | 2025-02-21T19:37:34.332Z | Downloaded yoke v0.7.4 |
437 | 2025-02-21T19:37:34.332Z | Downloaded paste v1.0.15 |
438 | 2025-02-21T19:37:34.332Z | Downloaded oxnet v0.1.0 |
439 | 2025-02-21T19:37:34.332Z | Downloaded yasna v0.5.2 |
440 | 2025-02-21T19:37:34.332Z | Downloaded time-core v0.1.2 |
441 | 2025-02-21T19:37:34.332Z | Downloaded embedded-io v0.6.1 |
442 | 2025-02-21T19:37:34.333Z | Downloaded postcard v1.0.10 |
443 | 2025-02-21T19:37:34.333Z | Downloaded ipnetwork v0.21.1 |
444 | 2025-02-21T19:37:34.333Z | Downloaded progenitor-macro v0.9.1 |
445 | 2025-02-21T19:37:34.333Z | Downloaded quick-error v1.2.3 |
446 | 2025-02-21T19:37:34.333Z | Downloaded predicates v3.1.3 |
447 | 2025-02-21T19:37:34.333Z | Downloaded ecdsa v0.16.9 |
448 | 2025-02-21T19:37:34.335Z | Downloaded defmt v0.3.8 |
449 | 2025-02-21T19:37:34.335Z | Downloaded ena v0.14.3 |
450 | 2025-02-21T19:37:34.335Z | Downloaded time v0.3.36 |
451 | 2025-02-21T19:37:34.335Z | Downloaded slog-bunyan v2.5.0 |
452 | 2025-02-21T19:37:34.335Z | Downloaded memmap v0.7.0 |
453 | 2025-02-21T19:37:34.335Z | Downloaded schemars v0.8.21 |
454 | 2025-02-21T19:37:34.335Z | Downloaded ident_case v1.0.1 |
455 | 2025-02-21T19:37:34.336Z | Downloaded num-conv v0.1.0 |
456 | 2025-02-21T19:37:34.336Z | Downloaded normalize-line-endings v0.3.0 |
457 | 2025-02-21T19:37:34.336Z | Downloaded utf-8 v0.7.6 |
458 | 2025-02-21T19:37:34.336Z | Downloaded toml_datetime v0.6.8 |
459 | 2025-02-21T19:37:34.336Z | Downloaded strum_macros v0.25.3 |
460 | 2025-02-21T19:37:34.336Z | Downloaded utf16_iter v1.0.5 |
461 | 2025-02-21T19:37:34.336Z | Downloaded zerocopy v0.6.6 |
462 | 2025-02-21T19:37:34.336Z | Downloaded scrypt v0.11.0 |
463 | 2025-02-21T19:37:34.336Z | Downloaded password-hash v0.5.0 |
464 | 2025-02-21T19:37:34.336Z | Downloaded pest_derive v2.7.14 |
465 | 2025-02-21T19:37:34.336Z | Downloaded crossbeam-epoch v0.9.18 |
466 | 2025-02-21T19:37:34.336Z | Downloaded samael v0.0.17 |
467 | 2025-02-21T19:37:34.337Z | Downloaded progenitor-macro v0.8.0 |
468 | 2025-02-21T19:37:34.337Z | Downloaded blake3 v1.5.4 |
469 | 2025-02-21T19:37:34.337Z | Downloaded zerofrom v0.1.4 |
470 | 2025-02-21T19:37:34.337Z | Downloaded jobserver v0.1.32 |
471 | 2025-02-21T19:37:34.337Z | Downloaded similar v2.6.0 |
472 | 2025-02-21T19:37:34.337Z | Downloaded ciborium-io v0.2.2 |
473 | 2025-02-21T19:37:34.337Z | Downloaded packed_struct_codegen v0.10.1 |
474 | 2025-02-21T19:37:34.338Z | Downloaded linear-map v1.2.0 |
475 | 2025-02-21T19:37:34.338Z | Downloaded topological-sort v0.2.2 |
476 | 2025-02-21T19:37:34.338Z | Downloaded thiserror-no-std v2.0.2 |
477 | 2025-02-21T19:37:34.338Z | Downloaded strum_macros v0.26.4 |
478 | 2025-02-21T19:37:34.338Z | Downloaded smawk v0.3.2 |
479 | 2025-02-21T19:37:34.338Z | Downloaded num-complex v0.4.6 |
480 | 2025-02-21T19:37:34.338Z | Downloaded slog-dtrace v0.3.0 |
481 | 2025-02-21T19:37:34.338Z | Downloaded slog-async v2.8.0 |
482 | 2025-02-21T19:37:34.338Z | Downloaded rustc_version v0.1.7 |
483 | 2025-02-21T19:37:34.339Z | Downloaded des v0.8.1 |
484 | 2025-02-21T19:37:34.339Z | Downloaded uzers v0.12.1 |
485 | 2025-02-21T19:37:34.339Z | Downloaded quinn v0.11.5 |
486 | 2025-02-21T19:37:34.339Z | Downloaded guppy v0.17.16 |
487 | 2025-02-21T19:37:34.339Z | Downloaded newline-converter v0.3.0 |
488 | 2025-02-21T19:37:34.339Z | Downloaded indent_write v2.2.0 |
489 | 2025-02-21T19:37:34.474Z | Downloaded idna_adapter v1.2.0 |
490 | 2025-02-21T19:37:34.474Z | Downloaded universal-hash v0.5.1 |
491 | 2025-02-21T19:37:34.474Z | Downloaded der v0.7.9 |
492 | 2025-02-21T19:37:34.474Z | Downloaded pin-utils v0.1.0 |
493 | 2025-02-21T19:37:34.474Z | Downloaded tungstenite v0.24.0 |
494 | 2025-02-21T19:37:34.474Z | Downloaded async-std v1.13.0 |
495 | 2025-02-21T19:37:34.474Z | Downloaded peg-runtime v0.8.3 |
496 | 2025-02-21T19:37:34.475Z | Downloaded bitvec v1.0.1 |
497 | 2025-02-21T19:37:34.475Z | Downloaded strum v0.26.3 |
498 | 2025-02-21T19:37:34.475Z | Downloaded tinystr v0.7.6 |
499 | 2025-02-21T19:37:34.475Z | Downloaded tokio-macros v2.5.0 |
500 | 2025-02-21T19:37:34.475Z | Downloaded yansi v1.0.1 |
501 | 2025-02-21T19:37:34.477Z | Downloaded tls_codec_derive v0.4.1 |
502 | 2025-02-21T19:37:34.477Z | Downloaded chrono v0.4.39 |
503 | 2025-02-21T19:37:34.477Z | Downloaded yoke-derive v0.7.4 |
504 | 2025-02-21T19:37:34.477Z | Downloaded ed25519-dalek v2.1.1 |
505 | 2025-02-21T19:37:34.477Z | Downloaded crypto-bigint v0.5.5 |
506 | 2025-02-21T19:37:34.477Z | Downloaded cipher v0.4.4 |
507 | 2025-02-21T19:37:34.478Z | Downloaded writeable v0.5.5 |
508 | 2025-02-21T19:37:34.478Z | Downloaded hashbrown v0.14.5 |
509 | 2025-02-21T19:37:34.478Z | Downloaded openssl-probe v0.1.5 |
510 | 2025-02-21T19:37:34.478Z | Downloaded openssl-macros v0.1.1 |
511 | 2025-02-21T19:37:34.478Z | Downloaded match_cfg v0.1.0 |
512 | 2025-02-21T19:37:34.478Z | Downloaded pbkdf2 v0.12.2 |
513 | 2025-02-21T19:37:34.478Z | Downloaded fastrand v2.1.1 |
514 | 2025-02-21T19:37:34.478Z | Downloaded peg v0.8.4 |
515 | 2025-02-21T19:37:34.479Z | Downloaded rustls-webpki v0.102.8 |
516 | 2025-02-21T19:37:34.479Z | Downloaded sqlparser_derive v0.2.2 |
517 | 2025-02-21T19:37:34.479Z | Downloaded mirai-annotations v1.12.0 |
518 | 2025-02-21T19:37:34.479Z | Downloaded endian-type v0.1.2 |
519 | 2025-02-21T19:37:34.479Z | Downloaded strip-ansi-escapes v0.2.0 |
520 | 2025-02-21T19:37:34.479Z | Downloaded stringprep v0.1.5 |
521 | 2025-02-21T19:37:34.479Z | Downloaded stringmetrics v2.2.2 |
522 | 2025-02-21T19:37:34.479Z | Downloaded typify-macro v0.3.0 |
523 | 2025-02-21T19:37:34.479Z | Downloaded spki v0.7.3 |
524 | 2025-02-21T19:37:34.479Z | Downloaded relative-path v1.9.3 |
525 | 2025-02-21T19:37:34.479Z | Downloaded vte v0.11.1 |
526 | 2025-02-21T19:37:34.479Z | Downloaded pem v3.0.4 |
527 | 2025-02-21T19:37:34.480Z | Downloaded wyz v0.5.1 |
528 | 2025-02-21T19:37:34.480Z | Downloaded synstructure v0.13.1 |
529 | 2025-02-21T19:37:34.480Z | Downloaded snafu-derive v0.8.5 |
530 | 2025-02-21T19:37:34.480Z | Downloaded lock_api v0.4.12 |
531 | 2025-02-21T19:37:34.480Z | Downloaded p256 v0.13.2 |
532 | 2025-02-21T19:37:34.480Z | Downloaded proc-macro-error v1.0.4 |
533 | 2025-02-21T19:37:34.480Z | Downloaded pin-project-lite v0.2.14 |
534 | 2025-02-21T19:37:34.481Z | Downloaded darling_macro v0.20.10 |
535 | 2025-02-21T19:37:34.481Z | Downloaded dsl_auto_type v0.1.2 |
536 | 2025-02-21T19:37:34.481Z | Downloaded serde_plain v1.0.2 |
537 | 2025-02-21T19:37:34.481Z | Downloaded libm v0.2.8 |
538 | 2025-02-21T19:37:34.481Z | Downloaded proc-macro-crate v1.3.1 |
539 | 2025-02-21T19:37:34.481Z | Downloaded debug-ignore v1.0.5 |
540 | 2025-02-21T19:37:34.481Z | Downloaded dirs-sys-next v0.1.2 |
541 | 2025-02-21T19:37:34.481Z | Downloaded tokio-rustls v0.24.1 |
542 | 2025-02-21T19:37:34.481Z | Downloaded hkdf v0.12.4 |
543 | 2025-02-21T19:37:34.481Z | Downloaded crossbeam-utils v0.8.20 |
544 | 2025-02-21T19:37:34.481Z | Downloaded progenitor v0.8.0 |
545 | 2025-02-21T19:37:34.481Z | Downloaded diesel_table_macro_syntax v0.2.0 |
546 | 2025-02-21T19:37:34.482Z | Downloaded goblin v0.8.2 |
547 | 2025-02-21T19:37:34.482Z | Downloaded linked-hash-map v0.5.6 |
548 | 2025-02-21T19:37:34.482Z | Downloaded piper v0.2.4 |
549 | 2025-02-21T19:37:34.482Z | Downloaded proc-macro2 v1.0.92 |
550 | 2025-02-21T19:37:34.482Z | Downloaded socket2 v0.5.7 |
551 | 2025-02-21T19:37:34.482Z | Downloaded qorb v0.2.1 |
552 | 2025-02-21T19:37:34.482Z | Downloaded rustls-pki-types v1.10.0 |
553 | 2025-02-21T19:37:34.482Z | Downloaded miniz_oxide v0.8.0 |
554 | 2025-02-21T19:37:34.482Z | Downloaded datatest-stable v0.2.9 |
555 | 2025-02-21T19:37:34.482Z | Downloaded thiserror-impl v2.0.11 |
556 | 2025-02-21T19:37:34.483Z | Downloaded thiserror-impl v1.0.69 |
557 | 2025-02-21T19:37:34.483Z | Downloaded ssh-cipher v0.2.0 |
558 | 2025-02-21T19:37:34.483Z | Downloaded sqlformat v0.2.6 |
559 | 2025-02-21T19:37:34.483Z | Downloaded pem-rfc7468 v0.7.0 |
560 | 2025-02-21T19:37:34.483Z | Downloaded compact_str v0.8.0 |
561 | 2025-02-21T19:37:34.483Z | Downloaded crypto-common v0.1.6 |
562 | 2025-02-21T19:37:34.483Z | Downloaded crossbeam-deque v0.8.5 |
563 | 2025-02-21T19:37:34.483Z | Downloaded tower v0.5.2 |
564 | 2025-02-21T19:37:34.483Z | Downloaded tabwriter v1.4.0 |
565 | 2025-02-21T19:37:34.483Z | Downloaded plotters-backend v0.3.7 |
566 | 2025-02-21T19:37:34.483Z | Downloaded scopeguard v1.2.0 |
567 | 2025-02-21T19:37:34.484Z | Downloaded sync_wrapper v1.0.1 |
568 | 2025-02-21T19:37:34.484Z | Downloaded swrite v0.1.0 |
569 | 2025-02-21T19:37:34.484Z | Downloaded typify v0.3.0 |
570 | 2025-02-21T19:37:34.484Z | Downloaded tokio-native-tls v0.3.1 |
571 | 2025-02-21T19:37:34.484Z | Downloaded dof v0.3.0 |
572 | 2025-02-21T19:37:34.484Z | Downloaded displaydoc v0.2.5 |
573 | 2025-02-21T19:37:34.484Z | Downloaded itertools v0.14.0 |
574 | 2025-02-21T19:37:34.484Z | Downloaded multimap v0.10.0 |
575 | 2025-02-21T19:37:34.484Z | Downloaded maplit v1.0.2 |
576 | 2025-02-21T19:37:34.484Z | Downloaded lru-cache v0.1.2 |
577 | 2025-02-21T19:37:34.484Z | Downloaded expectorate v1.1.0 |
578 | 2025-02-21T19:37:34.485Z | Downloaded path-slash v0.1.5 |
579 | 2025-02-21T19:37:34.486Z | Downloaded serde-hex v0.1.0 |
580 | 2025-02-21T19:37:34.486Z | Downloaded papergrid v0.11.0 |
581 | 2025-02-21T19:37:34.486Z | Downloaded partial-io v0.5.4 |
582 | 2025-02-21T19:37:34.486Z | Downloaded tower-service v0.3.3 |
583 | 2025-02-21T19:37:34.486Z | Downloaded slab v0.4.9 |
584 | 2025-02-21T19:37:34.486Z | Downloaded usdt-attr-macro v0.5.0 |
585 | 2025-02-21T19:37:34.486Z | Downloaded unicode-xid v0.2.6 |
586 | 2025-02-21T19:37:34.486Z | Downloaded string_cache v0.8.7 |
587 | 2025-02-21T19:37:34.486Z | Downloaded quinn-proto v0.11.8 |
588 | 2025-02-21T19:37:34.486Z | Downloaded strum_macros v0.24.3 |
589 | 2025-02-21T19:37:34.535Z | Downloaded zerovec v0.10.4 |
590 | 2025-02-21T19:37:34.535Z | Downloaded zeroize v1.8.1 |
591 | 2025-02-21T19:37:34.535Z | Downloaded slog v2.7.0 |
592 | 2025-02-21T19:37:34.535Z | Downloaded minimal-lexical v0.2.1 |
593 | 2025-02-21T19:37:34.535Z | Downloaded zone v0.1.8 |
594 | 2025-02-21T19:37:34.536Z | Downloaded zerovec-derive v0.10.3 |
595 | 2025-02-21T19:37:34.536Z | Downloaded console v0.15.10 |
596 | 2025-02-21T19:37:34.536Z | Downloaded whoami v1.5.2 |
597 | 2025-02-21T19:37:34.537Z | Downloaded nanorand v0.7.0 |
598 | 2025-02-21T19:37:34.537Z | Downloaded downcast v0.11.0 |
599 | 2025-02-21T19:37:34.537Z | Downloaded tabled_derive v0.7.0 |
600 | 2025-02-21T19:37:34.537Z | Downloaded nested v0.1.1 |
601 | 2025-02-21T19:37:34.537Z | Downloaded zerocopy v0.8.10 |
602 | 2025-02-21T19:37:34.537Z | Downloaded indoc v1.0.9 |
603 | 2025-02-21T19:37:34.537Z | Downloaded ppv-lite86 v0.2.20 |
604 | 2025-02-21T19:37:34.537Z | Downloaded derive_builder v0.20.2 |
605 | 2025-02-21T19:37:34.537Z | Downloaded new_debug_unreachable v1.0.6 |
606 | 2025-02-21T19:37:34.538Z | Downloaded instant v0.1.13 |
607 | 2025-02-21T19:37:34.538Z | Downloaded postgres-protocol v0.6.7 |
608 | 2025-02-21T19:37:34.538Z | Downloaded steno v0.4.1 |
609 | 2025-02-21T19:37:34.538Z | Downloaded keccak v0.1.5 |
610 | 2025-02-21T19:37:34.538Z | Downloaded rustc-hash v2.0.0 |
611 | 2025-02-21T19:37:34.538Z | Downloaded pin-project v1.1.6 |
612 | 2025-02-21T19:37:34.538Z | Downloaded try-lock v0.2.5 |
613 | 2025-02-21T19:37:34.538Z | Downloaded opaque-debug v0.3.1 |
614 | 2025-02-21T19:37:34.538Z | Downloaded rfc6979 v0.4.0 |
615 | 2025-02-21T19:37:34.538Z | Downloaded percent-encoding v2.3.1 |
616 | 2025-02-21T19:37:34.538Z | Downloaded instability v0.3.2 |
617 | 2025-02-21T19:37:34.538Z | Downloaded inout v0.1.3 |
618 | 2025-02-21T19:37:34.538Z | Downloaded indoc v2.0.5 |
619 | 2025-02-21T19:37:34.538Z | Downloaded serde-big-array v0.5.1 |
620 | 2025-02-21T19:37:34.539Z | Downloaded powerfmt v0.2.0 |
621 | 2025-02-21T19:37:34.539Z | Downloaded nodrop v0.1.14 |
622 | 2025-02-21T19:37:34.539Z | Downloaded kstat-rs v0.2.4 |
623 | 2025-02-21T19:37:34.539Z | Downloaded zone v0.3.0 |
624 | 2025-02-21T19:37:34.539Z | Downloaded which v4.4.2 |
625 | 2025-02-21T19:37:34.539Z | Downloaded toml_edit v0.22.22 |
626 | 2025-02-21T19:37:34.539Z | Downloaded lazycell v1.3.0 |
627 | 2025-02-21T19:37:34.539Z | Downloaded tui-tree-widget v0.23.0 |
628 | 2025-02-21T19:37:34.539Z | Downloaded oorandom v11.1.4 |
629 | 2025-02-21T19:37:34.539Z | Downloaded typify v0.2.0 |
630 | 2025-02-21T19:37:34.539Z | Downloaded num-derive v0.4.2 |
631 | 2025-02-21T19:37:34.539Z | Downloaded darling_core v0.20.10 |
632 | 2025-02-21T19:37:34.540Z | Downloaded postgres-types v0.2.8 |
633 | 2025-02-21T19:37:34.540Z | Downloaded target-lexicon v0.13.2 |
634 | 2025-02-21T19:37:34.540Z | Downloaded native-tls v0.2.12 |
635 | 2025-02-21T19:37:34.540Z | Downloaded litrs v0.4.1 |
636 | 2025-02-21T19:37:34.540Z | Downloaded salsa20 v0.10.2 |
637 | 2025-02-21T19:37:34.540Z | Downloaded fallible-iterator v0.3.0 |
638 | 2025-02-21T19:37:34.540Z | Downloaded lalrpop-util v0.19.12 |
639 | 2025-02-21T19:37:34.540Z | Downloaded target-spec v3.4.2 |
640 | 2025-02-21T19:37:34.540Z | Downloaded num_cpus v1.16.0 |
641 | 2025-02-21T19:37:34.540Z | Downloaded convert_case v0.4.0 |
642 | 2025-02-21T19:37:34.540Z | Downloaded internet-checksum v0.2.1 |
643 | 2025-02-21T19:37:34.540Z | Downloaded smoltcp v0.9.1 |
644 | 2025-02-21T19:37:34.541Z | Downloaded resolv-conf v0.7.0 |
645 | 2025-02-21T19:37:34.541Z | Downloaded salty v0.3.0 |
646 | 2025-02-21T19:37:34.541Z | Downloaded const_format_proc_macros v0.2.34 |
647 | 2025-02-21T19:37:34.541Z | Downloaded usdt-impl v0.5.0 |
648 | 2025-02-21T19:37:34.541Z | Downloaded time-macros v0.2.18 |
649 | 2025-02-21T19:37:34.547Z | Downloaded criterion-plot v0.5.0 |
650 | 2025-02-21T19:37:34.547Z | Downloaded fatfs v0.3.6 |
651 | 2025-02-21T19:37:34.548Z | Downloaded zerocopy-derive v0.8.10 |
652 | 2025-02-21T19:37:34.548Z | Downloaded pretty_assertions v1.4.1 |
653 | 2025-02-21T19:37:34.548Z | Downloaded typenum v1.17.0 |
654 | 2025-02-21T19:37:34.548Z | Downloaded rustc-hash v1.1.0 |
655 | 2025-02-21T19:37:34.548Z | Downloaded itertools v0.10.5 |
656 | 2025-02-21T19:37:34.548Z | Downloaded litemap v0.7.3 |
657 | 2025-02-21T19:37:34.578Z | Downloaded icu_properties_data v1.5.0 |
658 | 2025-02-21T19:37:34.579Z | Downloaded crc32fast v1.4.2 |
659 | 2025-02-21T19:37:34.579Z | Downloaded constant_time_eq v0.3.1 |
660 | 2025-02-21T19:37:34.579Z | Downloaded x509-cert v0.2.5 |
661 | 2025-02-21T19:37:34.579Z | Downloaded rsa v0.9.6 |
662 | 2025-02-21T19:37:34.579Z | Downloaded tough v0.19.0 |
663 | 2025-02-21T19:37:34.579Z | Downloaded password-hash v0.4.2 |
664 | 2025-02-21T19:37:34.579Z | Downloaded crc-catalog v2.4.0 |
665 | 2025-02-21T19:37:34.579Z | Downloaded rstest_macros v0.23.0 |
666 | 2025-02-21T19:37:34.579Z | Downloaded ron v0.7.1 |
667 | 2025-02-21T19:37:34.589Z | Downloaded zip v0.6.6 |
668 | 2025-02-21T19:37:34.589Z | Downloaded ryu v1.0.18 |
669 | 2025-02-21T19:37:34.589Z | Downloaded parking_lot v0.11.2 |
670 | 2025-02-21T19:37:34.590Z | Downloaded trybuild v1.0.101 |
671 | 2025-02-21T19:37:34.590Z | Downloaded tokio-postgres v0.7.12 |
672 | 2025-02-21T19:37:34.590Z | Downloaded portable-atomic v1.9.0 |
673 | 2025-02-21T19:37:34.598Z | Downloaded crc-any v2.5.0 |
674 | 2025-02-21T19:37:34.598Z | Downloaded git2 v0.19.0 |
675 | 2025-02-21T19:37:34.615Z | Downloaded unsafe-libyaml v0.2.11 |
676 | 2025-02-21T19:37:34.615Z | Downloaded proptest v1.5.0 |
677 | 2025-02-21T19:37:34.636Z | Downloaded mio v1.0.2 |
678 | 2025-02-21T19:37:34.637Z | Downloaded textwrap v0.16.1 |
679 | 2025-02-21T19:37:34.637Z | Downloaded smoltcp v0.11.0 |
680 | 2025-02-21T19:37:34.649Z | Downloaded openssl-sys v0.9.106 |
681 | 2025-02-21T19:37:34.649Z | Downloaded gimli v0.31.1 |
682 | 2025-02-21T19:37:34.653Z | Downloaded zerocopy v0.7.35 |
683 | 2025-02-21T19:37:34.664Z | Downloaded unicode_categories v0.1.1 |
684 | 2025-02-21T19:37:34.669Z | Downloaded p384 v0.13.0 |
685 | 2025-02-21T19:37:34.673Z | Downloaded ssh-key v0.6.6 |
686 | 2025-02-21T19:37:34.688Z | Downloaded itertools v0.12.1 |
687 | 2025-02-21T19:37:34.701Z | Downloaded object v0.30.4 |
688 | 2025-02-21T19:37:34.705Z | Downloaded winnow v0.5.40 |
689 | 2025-02-21T19:37:34.705Z | Downloaded webpki-roots v0.26.6 |
690 | 2025-02-21T19:37:34.711Z | Downloaded p521 v0.13.3 |
691 | 2025-02-21T19:37:34.718Z | Downloaded zip v2.1.3 |
692 | 2025-02-21T19:37:34.718Z | Downloaded winnow v0.6.20 |
693 | 2025-02-21T19:37:34.729Z | Downloaded bstr v1.10.0 |
694 | 2025-02-21T19:37:34.743Z | Downloaded rusqlite v0.32.1 |
695 | 2025-02-21T19:37:34.752Z | Downloaded nom v7.1.3 |
696 | 2025-02-21T19:37:34.789Z | Downloaded unicode-normalization v0.1.24 |
697 | 2025-02-21T19:37:34.789Z | Downloaded polar-core v0.27.3 |
698 | 2025-02-21T19:37:34.790Z | Downloaded tabled v0.15.0 |
699 | 2025-02-21T19:37:34.805Z | Downloaded criterion v0.5.1 |
700 | 2025-02-21T19:37:34.805Z | Downloaded itertools v0.13.0 |
701 | 2025-02-21T19:37:34.805Z | Downloaded libxml v0.3.3 |
702 | 2025-02-21T19:37:34.805Z | Downloaded radix_trie v0.2.1 |
703 | 2025-02-21T19:37:34.809Z | Downloaded reqwest v0.12.12 |
704 | 2025-02-21T19:37:34.816Z | Downloaded serde_json v1.0.139 |
705 | 2025-02-21T19:37:34.822Z | Downloaded vcpkg v0.2.15 |
706 | 2025-02-21T19:37:34.876Z | Downloaded russh v0.45.0 |
707 | 2025-02-21T19:37:34.895Z | Downloaded petname v2.0.2 |
708 | 2025-02-21T19:37:34.895Z | Downloaded rustls-webpki v0.101.7 |
709 | 2025-02-21T19:37:34.895Z | Downloaded regex v1.11.1 |
710 | 2025-02-21T19:37:34.912Z | Downloaded nix v0.28.0 |
711 | 2025-02-21T19:37:34.941Z | Downloaded curve25519-dalek v4.1.3 |
712 | 2025-02-21T19:37:34.941Z | Downloaded nix v0.27.1 |
713 | 2025-02-21T19:37:34.941Z | Downloaded openssl v0.10.71 |
714 | 2025-02-21T19:37:34.960Z | Downloaded syn v1.0.109 |
715 | 2025-02-21T19:37:34.960Z | Downloaded lalrpop v0.19.12 |
716 | 2025-02-21T19:37:34.971Z | Downloaded unicode-width v0.1.14 |
717 | 2025-02-21T19:37:34.971Z | Downloaded unicode-width v0.2.0 |
718 | 2025-02-21T19:37:34.971Z | Downloaded object v0.36.5 |
719 | 2025-02-21T19:37:34.984Z | Downloaded regress v0.10.1 |
720 | 2025-02-21T19:37:35.004Z | Downloaded rustls v0.23.19 |
721 | 2025-02-21T19:37:35.004Z | Downloaded rustls v0.22.4 |
722 | 2025-02-21T19:37:35.023Z | Downloaded nix v0.29.0 |
723 | 2025-02-21T19:37:35.028Z | Downloaded dropshot v0.15.1 |
724 | 2025-02-21T19:37:35.052Z | Downloaded dropshot v0.12.0 |
725 | 2025-02-21T19:37:35.072Z | Downloaded typify-impl v0.2.0 |
726 | 2025-02-21T19:37:35.094Z | Downloaded zerocopy-derive v0.6.6 |
727 | 2025-02-21T19:37:35.131Z | Downloaded regress v0.9.1 |
728 | 2025-02-21T19:37:35.131Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
729 | 2025-02-21T19:37:35.191Z | Downloaded regex-syntax v0.8.5 |
730 | 2025-02-21T19:37:35.191Z | Downloaded openapiv3 v2.0.0 |
731 | 2025-02-21T19:37:35.191Z | Downloaded typify-impl v0.3.0 |
732 | 2025-02-21T19:37:35.191Z | Downloaded sled v0.34.7 |
733 | 2025-02-21T19:37:35.191Z | Downloaded ratatui v0.29.0 |
734 | 2025-02-21T19:37:35.203Z | Downloaded diesel v2.2.7 |
735 | 2025-02-21T19:37:35.207Z | Downloaded rustix v0.38.37 |
736 | 2025-02-21T19:37:35.223Z | Downloaded regex-automata v0.4.8 |
737 | 2025-02-21T19:37:35.246Z | Downloaded hickory-proto v0.24.3 |
738 | 2025-02-21T19:37:35.254Z | Downloaded rustls v0.21.12 |
739 | 2025-02-21T19:37:35.267Z | Downloaded regex-syntax v0.6.29 |
740 | 2025-02-21T19:37:35.274Z | Downloaded syn v2.0.96 |
741 | 2025-02-21T19:37:35.288Z | Downloaded sqlparser v0.45.0 |
742 | 2025-02-21T19:37:35.293Z | Downloaded chrono-tz v0.10.1 |
743 | 2025-02-21T19:37:35.301Z | Downloaded petgraph v0.6.5 |
744 | 2025-02-21T19:37:35.319Z | Downloaded lzma-sys v0.1.20 |
745 | 2025-02-21T19:37:35.348Z | Downloaded libc v0.2.169 |
746 | 2025-02-21T19:37:35.374Z | Downloaded crossterm v0.28.1 |
747 | 2025-02-21T19:37:35.380Z | Downloaded sha3 v0.10.8 |
748 | 2025-02-21T19:37:35.384Z | Downloaded idna v1.0.3 |
749 | 2025-02-21T19:37:35.387Z | Downloaded tokio v1.43.0 |
750 | 2025-02-21T19:37:35.426Z | Downloaded petgraph v0.7.1 |
751 | 2025-02-21T19:37:35.445Z | Downloaded libz-sys v1.1.20 |
752 | 2025-02-21T19:37:35.465Z | Downloaded csv v1.3.1 |
753 | 2025-02-21T19:37:35.490Z | Downloaded tungstenite v0.21.0 |
754 | 2025-02-21T19:37:35.495Z | Downloaded quick-xml v0.33.0 |
755 | 2025-02-21T19:37:35.499Z | Downloaded rayon v1.10.0 |
756 | 2025-02-21T19:37:35.507Z | Downloaded ron v0.8.1 |
757 | 2025-02-21T19:37:35.514Z | Downloaded serde_derive v1.0.217 |
758 | 2025-02-21T19:37:35.518Z | Downloaded url v2.5.3 |
759 | 2025-02-21T19:37:35.518Z | Downloaded fancy-regex v0.13.0 |
760 | 2025-02-21T19:37:35.526Z | Downloaded pest v2.7.14 |
761 | 2025-02-21T19:37:35.532Z | Downloaded clap_builder v4.5.30 |
762 | 2025-02-21T19:37:35.536Z | Downloaded serde_path_to_error v0.1.16 |
763 | 2025-02-21T19:37:35.536Z | Downloaded sec1 v0.7.3 |
764 | 2025-02-21T19:37:35.543Z | Downloaded similar-asserts v1.6.0 |
765 | 2025-02-21T19:37:35.543Z | Downloaded libtest-mimic v0.7.3 |
766 | 2025-02-21T19:37:35.543Z | Downloaded indexmap v2.7.1 |
767 | 2025-02-21T19:37:35.549Z | Downloaded serde v1.0.217 |
768 | 2025-02-21T19:37:35.553Z | Downloaded derive-where v1.2.7 |
769 | 2025-02-21T19:37:35.554Z | Downloaded diff v0.1.13 |
770 | 2025-02-21T19:37:35.557Z | Downloaded toml v0.8.19 |
771 | 2025-02-21T19:37:35.562Z | Downloaded hyper v1.5.2 |
772 | 2025-02-21T19:37:35.566Z | Downloaded unicode-truncate v1.1.0 |
773 | 2025-02-21T19:37:35.577Z | Downloaded num-bigint-dig v0.8.4 |
774 | 2025-02-21T19:37:35.577Z | Downloaded memchr v2.7.4 |
775 | 2025-02-21T19:37:35.581Z | Downloaded reedline v0.35.0 |
776 | 2025-02-21T19:37:35.585Z | Downloaded static_assertions v1.1.0 |
777 | 2025-02-21T19:37:35.590Z | Downloaded httpmock v0.8.0-alpha.1 |
778 | 2025-02-21T19:37:35.606Z | Downloaded ssh-encoding v0.2.0 |
779 | 2025-02-21T19:37:35.610Z | Downloaded siphasher v0.3.11 |
780 | 2025-02-21T19:37:35.610Z | Downloaded pin-project-internal v1.1.6 |
781 | 2025-02-21T19:37:35.610Z | Downloaded progenitor-impl v0.9.1 |
782 | 2025-02-21T19:37:35.611Z | Downloaded encoding_rs v0.8.34 |
783 | 2025-02-21T19:37:35.630Z | Downloaded futures-util v0.3.31 |
784 | 2025-02-21T19:37:35.641Z | Downloaded rpassword v7.3.1 |
785 | 2025-02-21T19:37:35.647Z | Downloaded display-error-chain v0.2.2 |
786 | 2025-02-21T19:37:35.647Z | Downloaded ciborium v0.2.2 |
787 | 2025-02-21T19:37:35.647Z | Downloaded plotters v0.3.7 |
788 | 2025-02-21T19:37:35.655Z | Downloaded document-features v0.2.10 |
789 | 2025-02-21T19:37:35.659Z | Downloaded crossbeam-channel v0.5.13 |
790 | 2025-02-21T19:37:35.659Z | Downloaded const_format v0.2.34 |
791 | 2025-02-21T19:37:35.667Z | Downloaded toml_edit v0.19.15 |
792 | 2025-02-21T19:37:35.711Z | Downloaded diesel_derives v2.2.3 |
793 | 2025-02-21T19:37:35.718Z | Downloaded bindgen v0.69.5 |
794 | 2025-02-21T19:37:35.718Z | Downloaded fallible-iterator v0.2.0 |
795 | 2025-02-21T19:37:35.719Z | Downloaded enum-as-inner v0.6.1 |
796 | 2025-02-21T19:37:35.719Z | Downloaded num-bigint v0.4.6 |
797 | 2025-02-21T19:37:35.719Z | Downloaded indexmap v1.9.3 |
798 | 2025-02-21T19:37:35.720Z | Downloaded unicode-segmentation v1.12.0 |
799 | 2025-02-21T19:37:35.720Z | Downloaded h2 v0.4.6 |
800 | 2025-02-21T19:37:35.720Z | Downloaded difflib v0.4.0 |
801 | 2025-02-21T19:37:35.720Z | Downloaded zerofrom-derive v0.1.4 |
802 | 2025-02-21T19:37:35.720Z | Downloaded tls_codec v0.4.1 |
803 | 2025-02-21T19:37:35.720Z | Downloaded tiny-keccak v2.0.2 |
804 | 2025-02-21T19:37:35.720Z | Downloaded daft-derive v0.1.1 |
805 | 2025-02-21T19:37:35.724Z | Downloaded tokio-util v0.7.12 |
806 | 2025-02-21T19:37:35.724Z | Downloaded smf v0.2.3 |
807 | 2025-02-21T19:37:35.729Z | Downloaded derive_more v0.99.19 |
808 | 2025-02-21T19:37:35.733Z | Downloaded const-oid v0.9.6 |
809 | 2025-02-21T19:37:35.733Z | Downloaded ring v0.17.9 |
810 | 2025-02-21T19:37:35.778Z | Downloaded value-bag v1.9.0 |
811 | 2025-02-21T19:37:35.782Z | Downloaded lru v0.12.5 |
812 | 2025-02-21T19:37:35.783Z | Downloaded libsw v3.3.1 |
813 | 2025-02-21T19:37:35.783Z | Downloaded is-terminal v0.4.13 |
814 | 2025-02-21T19:37:35.783Z | Downloaded data-encoding v2.6.0 |
815 | 2025-02-21T19:37:35.783Z | Downloaded proc-macro-error-attr v1.0.4 |
816 | 2025-02-21T19:37:35.783Z | Downloaded proc-macro-crate v3.2.0 |
817 | 2025-02-21T19:37:35.783Z | Downloaded packed_struct v0.10.1 |
818 | 2025-02-21T19:37:35.790Z | Downloaded cstr-argument v0.1.2 |
819 | 2025-02-21T19:37:35.790Z | Downloaded spin v0.9.8 |
820 | 2025-02-21T19:37:35.790Z | Downloaded der_derive v0.7.3 |
821 | 2025-02-21T19:37:35.797Z | Downloaded polling v3.7.3 |
822 | 2025-02-21T19:37:35.797Z | Downloaded num v0.4.3 |
823 | 2025-02-21T19:37:35.797Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
824 | 2025-02-21T19:37:35.850Z | Downloaded impl-trait-for-tuples v0.2.2 |
825 | 2025-02-21T19:37:35.857Z | Downloaded sct v0.7.1 |
826 | 2025-02-21T19:37:35.862Z | Downloaded typed-path v0.9.3 |
827 | 2025-02-21T19:37:35.862Z | Downloaded rtoolbox v0.0.2 |
828 | 2025-02-21T19:37:35.862Z | Downloaded toml v0.7.8 |
829 | 2025-02-21T19:37:35.866Z | Downloaded tokio-tungstenite v0.21.0 |
830 | 2025-02-21T19:37:35.871Z | Downloaded test-strategy v0.3.1 |
831 | 2025-02-21T19:37:35.871Z | Downloaded md-5 v0.10.6 |
832 | 2025-02-21T19:37:35.871Z | Downloaded maybe-uninit v2.0.0 |
833 | 2025-02-21T19:37:35.874Z | Downloaded fd-lock v4.0.2 |
834 | 2025-02-21T19:37:35.874Z | Downloaded thiserror-impl-no-std v2.0.2 |
835 | 2025-02-21T19:37:35.877Z | Downloaded scroll v0.12.0 |
836 | 2025-02-21T19:37:35.878Z | Downloaded elliptic-curve v0.13.8 |
837 | 2025-02-21T19:37:35.881Z | Downloaded aws-lc-rs v1.10.0 |
838 | 2025-02-21T19:37:35.889Z | Downloaded hashbrown v0.15.1 |
839 | 2025-02-21T19:37:35.894Z | Downloaded clap v4.5.30 |
840 | 2025-02-21T19:37:35.901Z | Downloaded clang-sys v1.8.1 |
841 | 2025-02-21T19:37:35.905Z | Downloaded darling v0.20.10 |
842 | 2025-02-21T19:37:35.908Z | Downloaded dropshot_endpoint v0.15.1 |
843 | 2025-02-21T19:37:35.911Z | Downloaded serde_with v3.11.0 |
844 | 2025-02-21T19:37:35.918Z | Downloaded uuid v1.12.0 |
845 | 2025-02-21T19:37:35.921Z | Downloaded defmt-parser v0.3.4 |
846 | 2025-02-21T19:37:35.925Z | Downloaded defmt-macros v0.3.9 |
847 | 2025-02-21T19:37:35.929Z | Downloaded signal-hook-mio v0.2.4 |
848 | 2025-02-21T19:37:35.929Z | Downloaded rustc-demangle v0.1.24 |
849 | 2025-02-21T19:37:35.929Z | Downloaded radium v0.7.0 |
850 | 2025-02-21T19:37:35.929Z | Downloaded progenitor v0.9.1 |
851 | 2025-02-21T19:37:35.929Z | Downloaded icu_provider v1.5.0 |
852 | 2025-02-21T19:37:35.932Z | Downloaded rayon-core v1.12.1 |
853 | 2025-02-21T19:37:35.935Z | Downloaded parse-zoneinfo v0.3.1 |
854 | 2025-02-21T19:37:35.937Z | Downloaded olpc-cjson v0.1.4 |
855 | 2025-02-21T19:37:35.940Z | Downloaded nibble_vec v0.1.0 |
856 | 2025-02-21T19:37:35.940Z | Downloaded tungstenite v0.23.0 |
857 | 2025-02-21T19:37:35.943Z | Downloaded oso v0.27.3 |
858 | 2025-02-21T19:37:35.946Z | Downloaded mockall_derive v0.13.0 |
859 | 2025-02-21T19:37:35.948Z | Downloaded hickory-server v0.24.3 |
860 | 2025-02-21T19:37:35.955Z | Downloaded http v1.2.0 |
861 | 2025-02-21T19:37:35.958Z | Downloaded heapless v0.8.0 |
862 | 2025-02-21T19:37:35.961Z | Downloaded signal-hook-registry v1.4.2 |
863 | 2025-02-21T19:37:35.964Z | Downloaded serde_spanned v0.6.8 |
864 | 2025-02-21T19:37:35.964Z | Downloaded serde_regex v1.1.0 |
865 | 2025-02-21T19:37:35.964Z | Downloaded ipnet v2.10.1 |
866 | 2025-02-21T19:37:35.967Z | Downloaded either v1.13.0 |
867 | 2025-02-21T19:37:35.967Z | Downloaded dirs-next v2.0.0 |
868 | 2025-02-21T19:37:35.970Z | Downloaded serde_repr v0.1.19 |
869 | 2025-02-21T19:37:35.970Z | Downloaded subprocess v0.2.9 |
870 | 2025-02-21T19:37:35.973Z | Downloaded smallvec v1.13.2 |
871 | 2025-02-21T19:37:35.976Z | Downloaded slog-term v2.9.1 |
872 | 2025-02-21T19:37:35.976Z | Downloaded dropshot_endpoint v0.12.0 |
873 | 2025-02-21T19:37:35.982Z | Downloaded unicode-properties v0.1.3 |
874 | 2025-02-21T19:37:35.984Z | Downloaded newtype-uuid v1.2.1 |
875 | 2025-02-21T19:37:35.984Z | Downloaded memoffset v0.9.1 |
876 | 2025-02-21T19:37:35.984Z | Downloaded derive_builder_core v0.20.2 |
877 | 2025-02-21T19:37:35.984Z | Downloaded icu_collections v1.5.0 |
878 | 2025-02-21T19:37:35.991Z | Downloaded hashbrown v0.12.3 |
879 | 2025-02-21T19:37:35.994Z | Downloaded clap_derive v4.5.28 |
880 | 2025-02-21T19:37:35.997Z | Downloaded threadpool v1.8.1 |
881 | 2025-02-21T19:37:35.997Z | Downloaded pest_meta v2.7.14 |
882 | 2025-02-21T19:37:36.000Z | Downloaded heapless v0.7.17 |
883 | 2025-02-21T19:37:36.003Z | Downloaded rustfmt-wrapper v0.2.1 |
884 | 2025-02-21T19:37:36.007Z | Downloaded ref-cast v1.0.23 |
885 | 2025-02-21T19:37:36.007Z | Downloaded pkcs8 v0.10.2 |
886 | 2025-02-21T19:37:36.010Z | Downloaded tokio-tungstenite v0.24.0 |
887 | 2025-02-21T19:37:36.019Z | Downloaded ctr v0.9.2 |
888 | 2025-02-21T19:37:36.020Z | Downloaded rustls-native-certs v0.7.3 |
889 | 2025-02-21T19:37:36.020Z | Downloaded progenitor-impl v0.8.0 |
890 | 2025-02-21T19:37:36.020Z | Downloaded tokio-tungstenite v0.23.1 |
891 | 2025-02-21T19:37:36.020Z | Downloaded derive_builder_macro v0.20.2 |
892 | 2025-02-21T19:37:36.023Z | Downloaded unicode-ident v1.0.14 |
893 | 2025-02-21T19:37:36.023Z | Downloaded httparse v1.9.5 |
894 | 2025-02-21T19:37:36.026Z | Downloaded hickory-client v0.24.3 |
895 | 2025-02-21T19:37:36.029Z | Downloaded thread-id v4.2.2 |
896 | 2025-02-21T19:37:36.029Z | Downloaded termios v0.3.3 |
897 | 2025-02-21T19:37:36.032Z | Downloaded terminal_size v0.4.0 |
898 | 2025-02-21T19:37:36.032Z | Downloaded slog-envlogger v2.2.0 |
899 | 2025-02-21T19:37:36.035Z | Downloaded shell-words v1.1.0 |
900 | 2025-02-21T19:37:36.035Z | Downloaded mockall v0.13.0 |
901 | 2025-02-21T19:37:36.035Z | Downloaded cookie v0.18.1 |
902 | 2025-02-21T19:37:36.038Z | Downloaded icu_locid v1.5.0 |
903 | 2025-02-21T19:37:36.042Z | Downloaded hyper-util v0.1.10 |
904 | 2025-02-21T19:37:36.046Z | Downloaded slog-scope v4.4.0 |
905 | 2025-02-21T19:37:36.049Z | Downloaded slog-json v2.6.1 |
906 | 2025-02-21T19:37:36.049Z | Downloaded num-rational v0.4.2 |
907 | 2025-02-21T19:37:36.052Z | Downloaded event-listener-strategy v0.5.2 |
908 | 2025-02-21T19:37:36.052Z | Downloaded event-listener v2.5.3 |
909 | 2025-02-21T19:37:36.056Z | Downloaded env_filter v0.1.2 |
910 | 2025-02-21T19:37:36.056Z | Downloaded cc v1.1.30 |
911 | 2025-02-21T19:37:36.060Z | Downloaded tempfile v3.13.0 |
912 | 2025-02-21T19:37:36.063Z | Downloaded serde_yaml v0.9.34+deprecated |
913 | 2025-02-21T19:37:36.063Z | Downloaded mime_guess v2.0.5 |
914 | 2025-02-21T19:37:36.065Z | Downloaded zerocopy-derive v0.7.35 |
915 | 2025-02-21T19:37:36.068Z | Downloaded vergen v8.3.2 |
916 | 2025-02-21T19:37:36.071Z | Downloaded structmeta-derive v0.3.0 |
917 | 2025-02-21T19:37:36.075Z | Downloaded semver v1.0.25 |
918 | 2025-02-21T19:37:36.075Z | Downloaded rand_chacha v0.3.1 |
919 | 2025-02-21T19:37:36.078Z | Downloaded primeorder v0.13.6 |
920 | 2025-02-21T19:37:36.078Z | Downloaded unicode-linebreak v0.1.5 |
921 | 2025-02-21T19:37:36.078Z | Downloaded rustversion v1.0.17 |
922 | 2025-02-21T19:37:36.080Z | Downloaded half v2.4.1 |
923 | 2025-02-21T19:37:36.083Z | Downloaded rust-argon2 v2.1.0 |
924 | 2025-02-21T19:37:36.086Z | Downloaded omicron-zone-package v0.12.0 |
925 | 2025-02-21T19:37:36.088Z | Downloaded icu_locid_transform v1.5.0 |
926 | 2025-02-21T19:37:36.092Z | Downloaded iana-time-zone v0.1.61 |
927 | 2025-02-21T19:37:36.093Z | Downloaded hyper-rustls v0.26.0 |
928 | 2025-02-21T19:37:36.095Z | Downloaded event-listener v5.3.1 |
929 | 2025-02-21T19:37:36.098Z | Downloaded tap v1.0.1 |
930 | 2025-02-21T19:37:36.098Z | Downloaded bytes v1.9.0 |
931 | 2025-02-21T19:37:36.101Z | Downloaded stable_deref_trait v1.2.0 |
932 | 2025-02-21T19:37:36.103Z | Downloaded futures-executor v0.3.31 |
933 | 2025-02-21T19:37:36.103Z | Downloaded futures-channel v0.3.31 |
934 | 2025-02-21T19:37:36.106Z | Downloaded chacha20poly1305 v0.10.1 |
935 | 2025-02-21T19:37:36.106Z | Downloaded base64 v0.13.1 |
936 | 2025-02-21T19:37:36.110Z | Downloaded serde_tokenstream v0.2.2 |
937 | 2025-02-21T19:37:36.110Z | Downloaded semver v0.1.20 |
938 | 2025-02-21T19:37:36.113Z | Downloaded secrecy v0.8.0 |
939 | 2025-02-21T19:37:36.113Z | Downloaded rusty-fork v0.3.0 |
940 | 2025-02-21T19:37:36.117Z | Downloaded async-task v4.7.1 |
941 | 2025-02-21T19:37:36.117Z | Downloaded bzip2 v0.4.4 |
942 | 2025-02-21T19:37:36.119Z | Downloaded bitflags v2.6.0 |
943 | 2025-02-21T19:37:36.122Z | Downloaded blake2 v0.10.6 |
944 | 2025-02-21T19:37:36.125Z | Downloaded anyhow v1.0.96 |
945 | 2025-02-21T19:37:36.127Z | Downloaded futures-sink v0.3.31 |
946 | 2025-02-21T19:37:36.128Z | Downloaded blake2b_simd v1.0.2 |
947 | 2025-02-21T19:37:36.130Z | Downloaded glob v0.3.2 |
948 | 2025-02-21T19:37:36.133Z | Downloaded assert_cmd v2.0.16 |
949 | 2025-02-21T19:37:36.133Z | Downloaded cancel-safe-futures v0.1.5 |
950 | 2025-02-21T19:37:36.136Z | Downloaded funty v2.0.0 |
951 | 2025-02-21T19:37:36.136Z | Downloaded fixedbitset v0.5.7 |
952 | 2025-02-21T19:37:36.139Z | Downloaded bit-vec v0.6.3 |
953 | 2025-02-21T19:37:36.142Z | Downloaded async-bb8-diesel v0.2.1 |
954 | 2025-02-21T19:37:36.142Z | Downloaded async-trait v0.1.86 |
955 | 2025-02-21T19:37:36.145Z | Downloaded async-executor v1.13.1 |
956 | 2025-02-21T19:37:36.148Z | Downloaded arrayvec v0.7.6 |
957 | 2025-02-21T19:37:36.151Z | Downloaded array-init v0.0.4 |
958 | 2025-02-21T19:37:36.151Z | Downloaded flagset v0.4.6 |
959 | 2025-02-21T19:37:36.151Z | Downloaded anstream v0.6.15 |
960 | 2025-02-21T19:37:36.154Z | Downloaded heck v0.4.1 |
961 | 2025-02-21T19:37:36.156Z | Downloaded bcrypt-pbkdf v0.10.0 |
962 | 2025-02-21T19:37:36.156Z | Downloaded equivalent v1.0.1 |
963 | 2025-02-21T19:37:36.156Z | Downloaded foldhash v0.1.3 |
964 | 2025-02-21T19:37:36.156Z | Downloaded float-cmp v0.10.0 |
965 | 2025-02-21T19:37:36.159Z | Downloaded cfg-if v1.0.0 |
966 | 2025-02-21T19:37:36.159Z | Downloaded autocfg v1.4.0 |
967 | 2025-02-21T19:37:36.162Z | Downloaded bit-set v0.5.3 |
968 | 2025-02-21T19:37:36.162Z | Downloaded bb8 v0.8.5 |
969 | 2025-02-21T19:37:36.165Z | Downloaded async-stream v0.3.6 |
970 | 2025-02-21T19:37:36.165Z | Downloaded arrayref v0.3.9 |
971 | 2025-02-21T19:37:36.168Z | Downloaded anstyle-query v1.1.1 |
972 | 2025-02-21T19:37:36.168Z | Downloaded ascii-canvas v3.0.0 |
973 | 2025-02-21T19:37:36.168Z | Downloaded buf-list v1.0.3 |
974 | 2025-02-21T19:37:36.171Z | Downloaded approx v0.5.1 |
975 | 2025-02-21T19:37:36.178Z | Downloaded async-channel v1.9.0 |
976 | 2025-02-21T19:37:36.178Z | Downloaded assert_matches v1.5.0 |
977 | 2025-02-21T19:37:36.180Z | Downloaded filetime v0.2.25 |
978 | 2025-02-21T19:37:36.183Z | Downloaded block-padding v0.3.3 |
979 | 2025-02-21T19:37:36.183Z | Downloaded bitfield v0.14.0 |
980 | 2025-02-21T19:37:36.183Z | Downloaded async-signal v0.2.10 |
981 | 2025-02-21T19:37:36.183Z | Downloaded async-attributes v1.1.2 |
982 | 2025-02-21T19:37:36.183Z | Downloaded async-global-executor v2.4.1 |
983 | 2025-02-21T19:37:36.183Z | Downloaded async-channel v2.3.1 |
984 | 2025-02-21T19:37:36.183Z | Downloaded assert-json-diff v2.0.2 |
985 | 2025-02-21T19:37:36.308Z | Downloaded libsqlite3-sys v0.30.1 |
986 | 2025-02-21T19:37:36.531Z | Downloaded aws-lc-sys v0.22.0 |
987 | 2025-02-21T19:37:36.998Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
988 | 2025-02-21T19:37:50.177Z | pkg list: illegal option -- F |
989 | 2025-02-21T19:37:50.178Z | Usage: |
990 | 2025-02-21T19:37:50.184Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
991 | 2025-02-21T19:37:50.184Z | [pkg_fmri_pattern ...] |
992 | 2025-02-21T19:37:51.054Z | pkg list: illegal option -- F |
993 | 2025-02-21T19:37:51.055Z | Usage: |
994 | 2025-02-21T19:37:51.073Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
995 | 2025-02-21T19:37:51.073Z | [pkg_fmri_pattern ...] |
996 | 2025-02-21T19:38:01.029Z | Startup: Refreshing catalog 'helios-dev' ... Done |
997 | 2025-02-21T19:38:05.725Z | Startup: Caching catalogs ... Done |
998 | 2025-02-21T19:38:19.272Z | Planning: Solver setup ... Done (12.591s) |
999 | 2025-02-21T19:38:19.429Z | Planning: Running solver ... Done (0.157s) |
1000 | 2025-02-21T19:38:19.893Z | Planning: Finding local manifests ... Done (0.351s) |
1001 | 2025-02-21T19:38:19.927Z | Planning: Fetching manifests: 0/7 0% complete |
1002 | 2025-02-21T19:38:20.672Z | Planning: Fetching manifests: 7/7 100% complete |
1003 | 2025-02-21T19:38:21.406Z | Planning: Package planning ... Done (0.733s) |
1004 | 2025-02-21T19:38:21.464Z | Planning: Merging actions ... Done (0.058s) |
1005 | 2025-02-21T19:38:22.882Z | Planning: Checking for conflicting actions ... Done (1.416s) |
1006 | 2025-02-21T19:38:31.544Z | Planning: Consolidating action changes ... Done (8.657s) |
1007 | 2025-02-21T19:38:31.967Z | Planning: Evaluating mediators ... Done (0.423s) |
1008 | 2025-02-21T19:38:32.131Z | Planning: Planning completed in 26.29 seconds |
1009 | 2025-02-21T19:38:33.043Z | Packages to install: 4 |
1010 | 2025-02-21T19:38:33.043Z | Packages to update: 3 |
1011 | 2025-02-21T19:38:33.043Z | Mediators to change: 2 |
1012 | 2025-02-21T19:38:33.046Z | Services to change: 1 |
1013 | 2025-02-21T19:38:33.046Z | Estimated space available: 155.37 GB |
1014 | 2025-02-21T19:38:33.046Z | Estimated space to be consumed: 1.66 GB |
1015 | 2025-02-21T19:38:33.046Z | Create boot environment: No |
1016 | 2025-02-21T19:38:33.046Z | Create backup boot environment: Yes |
1017 | 2025-02-21T19:38:33.047Z | Rebuild boot archive: No |
1018 | 2025-02-21T19:38:33.047Z | |
1019 | 2025-02-21T19:38:33.047Z | Changed mediators: |
1020 | 2025-02-21T19:38:33.047Z | mediator clang: |
1021 | 2025-02-21T19:38:33.047Z | version: None -> 15 (system default) |
1022 | 2025-02-21T19:38:33.047Z | |
1023 | 2025-02-21T19:38:33.047Z | mediator llvm: |
1024 | 2025-02-21T19:38:33.047Z | version: 14 (system default) -> 15 (system default) |
1025 | 2025-02-21T19:38:33.047Z | |
1026 | 2025-02-21T19:38:33.047Z | Changed packages: |
1027 | 2025-02-21T19:38:33.047Z | helios-dev |
1028 | 2025-02-21T19:38:33.047Z | developer/build-essential |
1029 | 2025-02-21T19:38:33.047Z | None -> 11-2.0 |
1030 | 2025-02-21T19:38:33.048Z | library/libxmlsec1 |
1031 | 2025-02-21T19:38:33.048Z | None -> 1.2.35-2.0 |
1032 | 2025-02-21T19:38:33.048Z | ooce/developer/clang-15 |
1033 | 2025-02-21T19:38:33.048Z | None -> 15.0.7-2.0 |
1034 | 2025-02-21T19:38:33.048Z | ooce/developer/llvm-15 |
1035 | 2025-02-21T19:38:33.048Z | None -> 15.0.7-2.0 |
1036 | 2025-02-21T19:38:33.048Z | package/pkg |
1037 | 2025-02-21T19:38:33.048Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
1038 | 2025-02-21T19:38:33.048Z | system/library/g++-runtime |
1039 | 2025-02-21T19:38:33.048Z | 13-2.0 -> 14-2.0 |
1040 | 2025-02-21T19:38:33.048Z | system/library/gcc-runtime |
1041 | 2025-02-21T19:38:33.048Z | 13-2.0 -> 14-2.0 |
1042 | 2025-02-21T19:38:33.048Z | |
1043 | 2025-02-21T19:38:33.048Z | Services: |
1044 | 2025-02-21T19:38:33.048Z | restart_fmri: |
1045 | 2025-02-21T19:38:33.048Z | svc:/system/update-man-index:default |
1046 | 2025-02-21T19:38:33.048Z | |
1047 | 2025-02-21T19:38:33.048Z | Editable files to change: |
1048 | 2025-02-21T19:38:33.048Z | Update: |
1049 | 2025-02-21T19:38:33.048Z | usr/share/lib/pkg/web/config.shtml |
1050 | 2025-02-21T19:38:33.572Z | |
1051 | 2025-02-21T19:38:33.572Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
1052 | 2025-02-21T19:38:38.584Z | Download: 492/4301 items 17.1/225.4MB 7% complete (3.5M/s) |
1053 | 2025-02-21T19:38:43.588Z | Download: 1189/4301 items 52.6/225.4MB 23% complete (5.2M/s) |
1054 | 2025-02-21T19:38:48.592Z | Download: 2055/4301 items 118.8/225.4MB 52% complete (10.2M/s) |
1055 | 2025-02-21T19:38:53.804Z | Download: 3243/4301 items 200.9/225.4MB 89% complete (15.1M/s) |
1056 | 2025-02-21T19:39:03.013Z | Download: 3248/4301 items 203.1/225.4MB 90% complete (13.4M/s) |
1057 | 2025-02-21T19:39:08.283Z | Download: 4283/4301 items 223.6/225.4MB 99% complete (4.0M/s) |
1058 | 2025-02-21T19:39:09.541Z | Download: Completed 225.42 MB in 35.95 seconds (6.3M/s) |
1059 | 2025-02-21T19:39:11.705Z | Actions: 1/5122 actions (Removing old actions) |
1060 | 2025-02-21T19:39:11.724Z | Actions: 194/5122 actions (Installing new actions) |
1061 | 2025-02-21T19:39:16.790Z | Actions: 4171/5122 actions (Installing new actions) |
1062 | 2025-02-21T19:39:17.558Z | Actions: 4267/5122 actions (Updating modified actions) |
1063 | 2025-02-21T19:39:18.173Z | Actions: Completed 5122 actions in 6.46 seconds. |
1064 | 2025-02-21T19:39:18.408Z | Done (0.227s) |
1065 | 2025-02-21T19:39:18.411Z | Done (0.002s) |
1066 | 2025-02-21T19:39:19.020Z | Done (0.609s) |
1067 | 2025-02-21T19:39:26.260Z | Done (7.011s) |
1068 | 2025-02-21T19:39:26.881Z | Done (0.550s) |
1069 | 2025-02-21T19:39:26.884Z | Done (0.000s) |
1070 | 2025-02-21T19:39:27.082Z | Done (0.000s) |
1071 | 2025-02-21T19:39:27.807Z | Planning: Evaluating mediator changes ... Done |
1072 | 2025-02-21T19:39:27.976Z | Planning: Checking for conflicting actions ... Done |
1073 | 2025-02-21T19:39:27.979Z | Planning: Consolidating action changes ... Done |
1074 | 2025-02-21T19:39:28.251Z | Planning: Evaluating mediators ... Done |
1075 | 2025-02-21T19:39:28.254Z | Planning: Planning completed in 0.44 seconds |
1076 | 2025-02-21T19:39:28.290Z | Mediators to change: 2 |
1077 | 2025-02-21T19:39:28.290Z | Create boot environment: No |
1078 | 2025-02-21T19:39:28.293Z | Create backup boot environment: No |
1079 | 2025-02-21T19:39:28.378Z | Done |
1080 | 2025-02-21T19:39:28.378Z | Done |
1081 | 2025-02-21T19:39:28.826Z | Done |
1082 | 2025-02-21T19:39:32.445Z | Done |
1083 | 2025-02-21T19:39:32.541Z | Done |
1084 | 2025-02-21T19:39:32.544Z | Done |
1085 | 2025-02-21T19:39:32.689Z | Done |
1086 | 2025-02-21T19:39:33.310Z | Planning: Evaluating mediator changes ... Done |
1087 | 2025-02-21T19:39:33.313Z | Planning: Merging actions ... Done |
1088 | 2025-02-21T19:39:33.506Z | Planning: Checking for conflicting actions ... Done |
1089 | 2025-02-21T19:39:33.509Z | Planning: Consolidating action changes ... Done |
1090 | 2025-02-21T19:39:33.786Z | Planning: Evaluating mediators ... Done |
1091 | 2025-02-21T19:39:33.847Z | Planning: Planning completed in 0.78 seconds |
1092 | 2025-02-21T19:39:33.887Z | Packages to change: 1 |
1093 | 2025-02-21T19:39:33.887Z | Mediators to change: 1 |
1094 | 2025-02-21T19:39:33.888Z | Services to change: 1 |
1095 | 2025-02-21T19:39:33.890Z | Create boot environment: No |
1096 | 2025-02-21T19:39:33.890Z | Create backup boot environment: Yes |
1097 | 2025-02-21T19:39:35.992Z | Actions: 1/6 actions (Updating modified actions) |
1098 | 2025-02-21T19:39:36.082Z | Actions: Completed 6 actions in 0.09 seconds. |
1099 | 2025-02-21T19:39:36.085Z | Done |
1100 | 2025-02-21T19:39:36.085Z | Done |
1101 | 2025-02-21T19:39:36.207Z | Done |
1102 | 2025-02-21T19:39:40.233Z | Done |
1103 | 2025-02-21T19:39:40.327Z | Done |
1104 | 2025-02-21T19:39:40.331Z | Done |
1105 | 2025-02-21T19:39:40.473Z | Done |
1106 | 2025-02-21T19:39:40.914Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1107 | 2025-02-21T19:39:40.914Z | clang system 15 system |
1108 | 2025-02-21T19:39:40.914Z | csh system system illumos |
1109 | 2025-02-21T19:39:40.914Z | ctags system system illumos |
1110 | 2025-02-21T19:39:40.914Z | gcc vendor 12 vendor |
1111 | 2025-02-21T19:39:40.914Z | gcc system 10 system |
1112 | 2025-02-21T19:39:40.914Z | gcc system 7 system |
1113 | 2025-02-21T19:39:40.915Z | go system 1.20 system |
1114 | 2025-02-21T19:39:40.915Z | go system 1.19 system |
1115 | 2025-02-21T19:39:40.915Z | llvm system 15 system |
1116 | 2025-02-21T19:39:40.915Z | llvm system 14 system |
1117 | 2025-02-21T19:39:40.915Z | mariadb system 10.6 system |
1118 | 2025-02-21T19:39:40.915Z | mta vendor vendor dma |
1119 | 2025-02-21T19:39:40.915Z | openjdk system 17 system |
1120 | 2025-02-21T19:39:40.915Z | openjdk system 11 system |
1121 | 2025-02-21T19:39:40.915Z | openjdk system 1.8 system |
1122 | 2025-02-21T19:39:40.915Z | openssl vendor 3 vendor |
1123 | 2025-02-21T19:39:40.915Z | perl system 5.36 system |
1124 | 2025-02-21T19:39:40.915Z | postgresql system 15 system |
1125 | 2025-02-21T19:39:40.915Z | postgresql system 13 system |
1126 | 2025-02-21T19:39:40.916Z | python vendor 3 vendor |
1127 | 2025-02-21T19:39:40.916Z | python system 2 system |
1128 | 2025-02-21T19:39:40.916Z | python3 system 3.11 system |
1129 | 2025-02-21T19:39:40.916Z | ruby system 3.0 system |
1130 | 2025-02-21T19:39:40.916Z | words vendor vendor american-english |
1131 | 2025-02-21T19:39:40.916Z | words system system australian-english |
1132 | 2025-02-21T19:39:40.916Z | words system system british-english |
1133 | 2025-02-21T19:39:40.916Z | words system system canadian-english |
1134 | 2025-02-21T19:39:40.916Z | words system system french |
1135 | 2025-02-21T19:39:40.916Z | words system system italian |
1136 | 2025-02-21T19:39:40.916Z | words system system ngerman |
1137 | 2025-02-21T19:39:40.916Z | words system system ogerman |
1138 | 2025-02-21T19:39:40.916Z | words system system spanish |
1139 | 2025-02-21T19:39:41.255Z | PUBLISHER TYPE STATUS P LOCATION |
1140 | 2025-02-21T19:39:41.255Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1141 | 2025-02-21T19:39:44.348Z | FMRI IFO |
1142 | 2025-02-21T19:39:44.348Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1143 | 2025-02-21T19:39:44.348Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1144 | 2025-02-21T19:39:44.348Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1145 | 2025-02-21T19:39:44.348Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1146 | 2025-02-21T19:39:44.348Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1147 | 2025-02-21T19:39:44.348Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1148 | 2025-02-21T19:39:44.348Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
1149 | 2025-02-21T19:39:44.348Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1150 | 2025-02-21T19:39:44.348Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1151 | 2025-02-21T19:39:44.348Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
1152 | 2025-02-21T19:39:44.348Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
1153 | 2025-02-21T19:39:44.348Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1154 | 2025-02-21T19:39:44.348Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
1155 | 2025-02-21T19:39:44.348Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
1156 | 2025-02-21T19:39:44.348Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1157 | 2025-02-21T19:39:45.426Z | Downloading crates ... |
1158 | 2025-02-21T19:39:45.514Z | Downloaded cargo_toml v0.20.5 |
1159 | 2025-02-21T19:39:45.655Z | Compiling proc-macro2 v1.0.92 |
1160 | 2025-02-21T19:39:45.658Z | Compiling unicode-ident v1.0.14 |
1161 | 2025-02-21T19:39:45.659Z | Compiling serde v1.0.217 |
1162 | 2025-02-21T19:39:45.659Z | Compiling version_check v0.9.5 |
1163 | 2025-02-21T19:39:45.659Z | Compiling thiserror v1.0.69 |
1164 | 2025-02-21T19:39:45.659Z | Compiling memchr v2.7.4 |
1165 | 2025-02-21T19:39:45.659Z | Compiling libc v0.2.169 |
1166 | 2025-02-21T19:39:45.659Z | Compiling itoa v1.0.11 |
1167 | 2025-02-21T19:39:45.921Z | Compiling ucd-trie v0.1.7 |
1168 | 2025-02-21T19:39:45.937Z | Compiling ryu v1.0.18 |
1169 | 2025-02-21T19:39:46.303Z | Compiling once_cell v1.20.3 |
1170 | 2025-02-21T19:39:46.350Z | Compiling byteorder v1.5.0 |
1171 | 2025-02-21T19:39:46.577Z | Compiling rustix v0.38.37 |
1172 | 2025-02-21T19:39:46.863Z | Compiling serde_json v1.0.139 |
1173 | 2025-02-21T19:39:47.020Z | Compiling bitflags v2.6.0 |
1174 | 2025-02-21T19:39:47.184Z | Compiling proc-macro-error-attr v1.0.4 |
1175 | 2025-02-21T19:39:47.283Z | Compiling usdt-impl v0.5.0 |
1176 | 2025-02-21T19:39:47.286Z | Compiling syn v1.0.109 |
1177 | 2025-02-21T19:39:47.367Z | Compiling proc-macro-error v1.0.4 |
1178 | 2025-02-21T19:39:47.380Z | Compiling equivalent v1.0.1 |
1179 | 2025-02-21T19:39:47.499Z | Compiling utf8parse v0.2.2 |
1180 | 2025-02-21T19:39:47.530Z | Compiling camino v1.1.9 |
1181 | 2025-02-21T19:39:47.649Z | Compiling plain v0.2.3 |
1182 | 2025-02-21T19:39:47.666Z | Compiling hashbrown v0.15.1 |
1183 | 2025-02-21T19:39:47.754Z | Compiling log v0.4.22 |
1184 | 2025-02-21T19:39:47.902Z | Compiling anstyle-parse v0.2.5 |
1185 | 2025-02-21T19:39:47.950Z | Compiling thread-id v4.2.2 |
1186 | 2025-02-21T19:39:48.068Z | Compiling quote v1.0.38 |
1187 | 2025-02-21T19:39:48.087Z | Compiling errno v0.3.9 |
1188 | 2025-02-21T19:39:48.182Z | Compiling pretty-hex v0.4.1 |
1189 | 2025-02-21T19:39:48.212Z | Compiling colorchoice v1.0.2 |
1190 | 2025-02-21T19:39:48.307Z | Compiling winnow v0.6.20 |
1191 | 2025-02-21T19:39:48.345Z | Compiling semver v1.0.25 |
1192 | 2025-02-21T19:39:48.369Z | Compiling is_terminal_polyfill v1.70.1 |
1193 | 2025-02-21T19:39:48.397Z | Compiling unicode-width v0.1.14 |
1194 | 2025-02-21T19:39:48.497Z | Compiling syn v2.0.96 |
1195 | 2025-02-21T19:39:48.676Z | Compiling indexmap v2.7.1 |
1196 | 2025-02-21T19:39:48.814Z | Compiling anstyle-query v1.1.1 |
1197 | 2025-02-21T19:39:48.911Z | Compiling anstyle v1.0.10 |
1198 | 2025-02-21T19:39:48.959Z | Compiling autocfg v1.4.0 |
1199 | 2025-02-21T19:39:49.341Z | Compiling anstream v0.6.15 |
1200 | 2025-02-21T19:39:49.859Z | Compiling fs-err v2.11.0 |
1201 | 2025-02-21T19:39:49.938Z | Compiling heck v0.4.1 |
1202 | 2025-02-21T19:39:49.991Z | Compiling anyhow v1.0.96 |
1203 | 2025-02-21T19:39:50.149Z | Compiling fastrand v2.1.1 |
1204 | 2025-02-21T19:39:50.319Z | Compiling terminal_size v0.4.0 |
1205 | 2025-02-21T19:39:50.374Z | Compiling bytecount v0.6.8 |
1206 | 2025-02-21T19:39:50.533Z | Compiling clap_lex v0.7.4 |
1207 | 2025-02-21T19:39:50.600Z | Compiling cfg-if v1.0.0 |
1208 | 2025-02-21T19:39:50.633Z | Compiling strsim v0.11.1 |
1209 | 2025-02-21T19:39:50.682Z | Compiling heck v0.5.0 |
1210 | 2025-02-21T19:39:50.696Z | Compiling fnv v1.0.7 |
1211 | 2025-02-21T19:39:50.826Z | Compiling papergrid v0.11.0 |
1212 | 2025-02-21T19:39:50.854Z | Compiling tempfile v3.13.0 |
1213 | 2025-02-21T19:39:50.975Z | Compiling clap_builder v4.5.30 |
1214 | 2025-02-21T19:39:51.622Z | Compiling memmap v0.7.0 |
1215 | 2025-02-21T19:39:51.668Z | Compiling unicode-linebreak v0.1.5 |
1216 | 2025-02-21T19:39:51.696Z | Compiling smawk v0.3.2 |
1217 | 2025-02-21T19:39:51.943Z | Compiling swrite v0.1.0 |
1218 | 2025-02-21T19:39:52.063Z | Compiling textwrap v0.16.1 |
1219 | 2025-02-21T19:39:52.918Z | Compiling tabled_derive v0.7.0 |
1220 | 2025-02-21T19:39:54.035Z | Compiling tabled v0.15.0 |
1221 | 2025-02-21T19:39:55.254Z | Compiling serde_derive v1.0.217 |
1222 | 2025-02-21T19:39:55.254Z | Compiling thiserror-impl v1.0.69 |
1223 | 2025-02-21T19:39:55.279Z | Compiling zerocopy-derive v0.7.35 |
1224 | 2025-02-21T19:39:55.367Z | Compiling scroll_derive v0.12.0 |
1225 | 2025-02-21T19:39:55.377Z | Compiling clap_derive v4.5.28 |
1226 | 2025-02-21T19:39:56.432Z | Compiling scroll v0.12.0 |
1227 | 2025-02-21T19:39:56.710Z | Compiling zerocopy v0.7.35 |
1228 | 2025-02-21T19:39:56.878Z | Compiling goblin v0.8.2 |
1229 | 2025-02-21T19:39:57.395Z | Compiling pest v2.7.14 |
1230 | 2025-02-21T19:39:58.579Z | Compiling clap v4.5.30 |
1231 | 2025-02-21T19:39:59.548Z | Compiling pest_meta v2.7.14 |
1232 | 2025-02-21T19:40:00.446Z | Compiling pest_generator v2.7.14 |
1233 | 2025-02-21T19:40:01.795Z | Compiling pest_derive v2.7.14 |
1234 | 2025-02-21T19:40:02.480Z | Compiling dtrace-parser v0.2.0 |
1235 | 2025-02-21T19:40:03.558Z | Compiling serde_tokenstream v0.2.2 |
1236 | 2025-02-21T19:40:03.651Z | Compiling toml_datetime v0.6.8 |
1237 | 2025-02-21T19:40:03.651Z | Compiling serde_spanned v0.6.8 |
1238 | 2025-02-21T19:40:03.735Z | Compiling cargo-platform v0.1.8 |
1239 | 2025-02-21T19:40:03.957Z | Compiling macaddr v1.0.1 |
1240 | 2025-02-21T19:40:04.101Z | Compiling toml_edit v0.22.22 |
1241 | 2025-02-21T19:40:04.179Z | Compiling camino-tempfile v1.1.1 |
1242 | 2025-02-21T19:40:04.913Z | Compiling dof v0.3.0 |
1243 | 2025-02-21T19:40:05.114Z | Compiling cargo_metadata v0.18.1 |
1244 | 2025-02-21T19:40:06.302Z | Compiling usdt-attr-macro v0.5.0 |
1245 | 2025-02-21T19:40:06.302Z | Compiling usdt-macro v0.5.0 |
1246 | 2025-02-21T19:40:06.931Z | Compiling toml v0.8.19 |
1247 | 2025-02-21T19:40:07.466Z | Compiling usdt v0.5.0 |
1248 | 2025-02-21T19:40:07.739Z | Compiling cargo_toml v0.20.5 |
1249 | 2025-02-21T19:40:10.233Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1250 | 2025-02-21T19:40:13.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.43s |
1251 | 2025-02-21T19:40:13.410Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1252 | 2025-02-21T19:40:14.254Z | Compiling serde v1.0.217 |
1253 | 2025-02-21T19:40:14.262Z | Compiling value-bag v1.9.0 |
1254 | 2025-02-21T19:40:14.262Z | Compiling lock_api v0.4.12 |
1255 | 2025-02-21T19:40:14.263Z | Compiling scopeguard v1.2.0 |
1256 | 2025-02-21T19:40:14.263Z | Compiling typenum v1.17.0 |
1257 | 2025-02-21T19:40:14.263Z | Compiling generic-array v0.14.7 |
1258 | 2025-02-21T19:40:14.418Z | Compiling syn v2.0.96 |
1259 | 2025-02-21T19:40:14.430Z | Compiling getrandom v0.2.15 |
1260 | 2025-02-21T19:40:14.517Z | Compiling subtle v2.6.1 |
1261 | 2025-02-21T19:40:14.744Z | Compiling rand_core v0.6.4 |
1262 | 2025-02-21T19:40:14.806Z | Compiling log v0.4.22 |
1263 | 2025-02-21T19:40:14.909Z | Compiling shlex v1.3.0 |
1264 | 2025-02-21T19:40:14.939Z | Compiling jobserver v0.1.32 |
1265 | 2025-02-21T19:40:14.959Z | Compiling smallvec v1.13.2 |
1266 | 2025-02-21T19:40:15.262Z | Compiling const-oid v0.9.6 |
1267 | 2025-02-21T19:40:15.280Z | Compiling pin-project-lite v0.2.14 |
1268 | 2025-02-21T19:40:15.298Z | Compiling rustix v0.38.37 |
1269 | 2025-02-21T19:40:15.332Z | Compiling cc v1.1.30 |
1270 | 2025-02-21T19:40:15.423Z | Compiling parking_lot_core v0.9.10 |
1271 | 2025-02-21T19:40:15.519Z | Compiling futures-core v0.3.31 |
1272 | 2025-02-21T19:40:15.753Z | Compiling spin v0.9.8 |
1273 | 2025-02-21T19:40:15.771Z | Compiling signal-hook-registry v1.4.2 |
1274 | 2025-02-21T19:40:16.123Z | Compiling mio v1.0.2 |
1275 | 2025-02-21T19:40:16.154Z | Compiling aho-corasick v1.1.3 |
1276 | 2025-02-21T19:40:16.455Z | Compiling parking_lot v0.12.3 |
1277 | 2025-02-21T19:40:16.473Z | Compiling regex-syntax v0.8.5 |
1278 | 2025-02-21T19:40:16.646Z | Compiling futures-sink v0.3.31 |
1279 | 2025-02-21T19:40:16.822Z | Compiling cpufeatures v0.2.14 |
1280 | 2025-02-21T19:40:16.938Z | Compiling stable_deref_trait v1.2.0 |
1281 | 2025-02-21T19:40:17.060Z | Compiling socket2 v0.5.7 |
1282 | 2025-02-21T19:40:17.203Z | Compiling slab v0.4.9 |
1283 | 2025-02-21T19:40:17.206Z | Compiling glob v0.3.2 |
1284 | 2025-02-21T19:40:17.304Z | Compiling either v1.13.0 |
1285 | 2025-02-21T19:40:17.698Z | Compiling prettyplease v0.2.29 |
1286 | 2025-02-21T19:40:17.899Z | Compiling lazy_static v1.5.0 |
1287 | 2025-02-21T19:40:18.001Z | Compiling minimal-lexical v0.2.1 |
1288 | 2025-02-21T19:40:18.020Z | Compiling clang-sys v1.8.1 |
1289 | 2025-02-21T19:40:18.057Z | Compiling serde_json v1.0.139 |
1290 | 2025-02-21T19:40:18.080Z | Compiling futures-channel v0.3.31 |
1291 | 2025-02-21T19:40:18.413Z | Compiling nom v7.1.3 |
1292 | 2025-02-21T19:40:18.471Z | Compiling libloading v0.8.5 |
1293 | 2025-02-21T19:40:18.474Z | Compiling home v0.5.9 |
1294 | 2025-02-21T19:40:18.709Z | Compiling pin-utils v0.1.0 |
1295 | 2025-02-21T19:40:18.734Z | Compiling bindgen v0.69.5 |
1296 | 2025-02-21T19:40:18.809Z | Compiling futures-task v0.3.31 |
1297 | 2025-02-21T19:40:18.830Z | Compiling futures-io v0.3.31 |
1298 | 2025-02-21T19:40:19.093Z | Compiling itertools v0.10.5 |
1299 | 2025-02-21T19:40:19.095Z | Compiling allocator-api2 v0.2.18 |
1300 | 2025-02-21T19:40:19.594Z | Compiling libm v0.2.8 |
1301 | 2025-02-21T19:40:19.838Z | Compiling foldhash v0.1.3 |
1302 | 2025-02-21T19:40:19.951Z | Compiling rustc-hash v1.1.0 |
1303 | 2025-02-21T19:40:20.118Z | Compiling regex-automata v0.4.8 |
1304 | 2025-02-21T19:40:20.137Z | Compiling lazycell v1.3.0 |
1305 | 2025-02-21T19:40:20.314Z | Compiling hashbrown v0.15.1 |
1306 | 2025-02-21T19:40:20.597Z | Compiling cmake v0.1.51 |
1307 | 2025-02-21T19:40:21.502Z | Compiling num-traits v0.2.19 |
1308 | 2025-02-21T19:40:21.528Z | Compiling cexpr v0.6.0 |
1309 | 2025-02-21T19:40:21.574Z | Compiling synstructure v0.13.1 |
1310 | 2025-02-21T19:40:21.828Z | Compiling dunce v1.0.5 |
1311 | 2025-02-21T19:40:21.965Z | Compiling pkg-config v0.3.31 |
1312 | 2025-02-21T19:40:22.383Z | Compiling fs_extra v1.3.0 |
1313 | 2025-02-21T19:40:23.108Z | Compiling writeable v0.5.5 |
1314 | 2025-02-21T19:40:23.128Z | Compiling litemap v0.7.3 |
1315 | 2025-02-21T19:40:23.221Z | Compiling ring v0.17.9 |
1316 | 2025-02-21T19:40:23.515Z | Compiling paste v1.0.15 |
1317 | 2025-02-21T19:40:23.640Z | Compiling base64ct v1.6.0 |
1318 | 2025-02-21T19:40:24.228Z | Compiling pem-rfc7468 v0.7.0 |
1319 | 2025-02-21T19:40:24.324Z | Compiling aws-lc-rs v1.10.0 |
1320 | 2025-02-21T19:40:24.576Z | Compiling icu_locid_transform_data v1.5.0 |
1321 | 2025-02-21T19:40:24.685Z | Compiling flagset v0.4.6 |
1322 | 2025-02-21T19:40:24.740Z | Compiling httparse v1.9.5 |
1323 | 2025-02-21T19:40:24.894Z | Compiling tracing-core v0.1.32 |
1324 | 2025-02-21T19:40:25.457Z | Compiling regex v1.11.1 |
1325 | 2025-02-21T19:40:25.785Z | Compiling crossbeam-utils v0.8.20 |
1326 | 2025-02-21T19:40:25.899Z | Compiling icu_properties_data v1.5.0 |
1327 | 2025-02-21T19:40:25.941Z | Compiling percent-encoding v2.3.1 |
1328 | 2025-02-21T19:40:26.147Z | Compiling rustls-pki-types v1.10.0 |
1329 | 2025-02-21T19:40:26.324Z | Compiling utf16_iter v1.0.5 |
1330 | 2025-02-21T19:40:26.342Z | Compiling write16 v1.0.0 |
1331 | 2025-02-21T19:40:26.436Z | Compiling serde_derive v1.0.217 |
1332 | 2025-02-21T19:40:26.480Z | Compiling zeroize_derive v1.4.2 |
1333 | 2025-02-21T19:40:26.506Z | Compiling zerocopy-derive v0.7.35 |
1334 | 2025-02-21T19:40:26.846Z | Compiling tokio-macros v2.5.0 |
1335 | 2025-02-21T19:40:27.046Z | Compiling zerofrom-derive v0.1.4 |
1336 | 2025-02-21T19:40:27.803Z | Compiling zeroize v1.8.1 |
1337 | 2025-02-21T19:40:28.204Z | Compiling yoke-derive v0.7.4 |
1338 | 2025-02-21T19:40:28.308Z | Compiling zerocopy v0.7.35 |
1339 | 2025-02-21T19:40:28.551Z | Compiling zerovec-derive v0.10.3 |
1340 | 2025-02-21T19:40:29.371Z | Compiling crypto-common v0.1.6 |
1341 | 2025-02-21T19:40:29.613Z | Compiling block-buffer v0.10.4 |
1342 | 2025-02-21T19:40:29.636Z | Compiling thiserror-impl v1.0.69 |
1343 | 2025-02-21T19:40:29.892Z | Compiling digest v0.10.7 |
1344 | 2025-02-21T19:40:30.223Z | Compiling zerofrom v0.1.4 |
1345 | 2025-02-21T19:40:30.332Z | Compiling futures-macro v0.3.31 |
1346 | 2025-02-21T19:40:30.351Z | Compiling hmac v0.12.1 |
1347 | 2025-02-21T19:40:30.484Z | Compiling displaydoc v0.2.5 |
1348 | 2025-02-21T19:40:30.639Z | Compiling block-padding v0.3.3 |
1349 | 2025-02-21T19:40:30.658Z | Compiling yoke v0.7.4 |
1350 | 2025-02-21T19:40:30.877Z | Compiling inout v0.1.3 |
1351 | 2025-02-21T19:40:30.897Z | Compiling sha2 v0.10.8 |
1352 | 2025-02-21T19:40:31.016Z | Compiling zerovec v0.10.4 |
1353 | 2025-02-21T19:40:31.153Z | Compiling cipher v0.4.4 |
1354 | 2025-02-21T19:40:31.635Z | Compiling icu_provider_macros v1.5.0 |
1355 | 2025-02-21T19:40:31.942Z | Compiling ppv-lite86 v0.2.20 |
1356 | 2025-02-21T19:40:32.049Z | Compiling futures-util v0.3.31 |
1357 | 2025-02-21T19:40:32.302Z | Compiling thiserror v1.0.69 |
1358 | 2025-02-21T19:40:32.438Z | Compiling der_derive v0.7.3 |
1359 | 2025-02-21T19:40:32.580Z | Compiling tracing-attributes v0.1.27 |
1360 | 2025-02-21T19:40:32.679Z | Compiling tinystr v0.7.6 |
1361 | 2025-02-21T19:40:32.976Z | Compiling icu_collections v1.5.0 |
1362 | 2025-02-21T19:40:33.058Z | Compiling icu_locid v1.5.0 |
1363 | 2025-02-21T19:40:34.110Z | Compiling rand_chacha v0.3.1 |
1364 | 2025-02-21T19:40:34.346Z | Compiling icu_provider v1.5.0 |
1365 | 2025-02-21T19:40:34.629Z | Compiling der v0.7.9 |
1366 | 2025-02-21T19:40:34.922Z | Compiling rand v0.8.5 |
1367 | 2025-02-21T19:40:35.268Z | Compiling icu_locid_transform v1.5.0 |
1368 | 2025-02-21T19:40:35.520Z | Compiling tracing v0.1.40 |
1369 | 2025-02-21T19:40:35.999Z | Compiling pest v2.7.14 |
1370 | 2025-02-21T19:40:36.264Z | Compiling salsa20 v0.10.2 |
1371 | 2025-02-21T19:40:36.375Z | Compiling pbkdf2 v0.12.2 |
1372 | 2025-02-21T19:40:36.513Z | Compiling icu_properties v1.5.1 |
1373 | 2025-02-21T19:40:36.561Z | Compiling mirai-annotations v1.12.0 |
1374 | 2025-02-21T19:40:36.760Z | Compiling spki v0.7.3 |
1375 | 2025-02-21T19:40:36.904Z | Compiling untrusted v0.7.1 |
1376 | 2025-02-21T19:40:37.101Z | Compiling icu_normalizer_data v1.5.0 |
1377 | 2025-02-21T19:40:37.120Z | Compiling num-conv v0.1.0 |
1378 | 2025-02-21T19:40:37.204Z | Compiling powerfmt v0.2.0 |
1379 | 2025-02-21T19:40:37.225Z | Compiling utf8_iter v1.0.4 |
1380 | 2025-02-21T19:40:37.403Z | Compiling time-core v0.1.2 |
1381 | 2025-02-21T19:40:37.477Z | Compiling untrusted v0.9.0 |
1382 | 2025-02-21T19:40:37.480Z | Compiling vcpkg v0.2.15 |
1383 | 2025-02-21T19:40:37.560Z | Compiling deranged v0.3.11 |
1384 | 2025-02-21T19:40:37.577Z | Compiling scrypt v0.11.0 |
1385 | 2025-02-21T19:40:37.593Z | Compiling time-macros v0.2.18 |
1386 | 2025-02-21T19:40:38.080Z | Compiling cbc v0.1.2 |
1387 | 2025-02-21T19:40:38.305Z | Compiling aes v0.8.4 |
1388 | 2025-02-21T19:40:38.841Z | Compiling bitflags v2.6.0 |
1389 | 2025-02-21T19:40:38.986Z | Compiling bytes v1.9.0 |
1390 | 2025-02-21T19:40:39.263Z | Compiling indexmap v2.7.1 |
1391 | 2025-02-21T19:40:40.160Z | Compiling tokio v1.43.0 |
1392 | 2025-02-21T19:40:40.590Z | Compiling http v1.2.0 |
1393 | 2025-02-21T19:40:40.676Z | Compiling semver v1.0.25 |
1394 | 2025-02-21T19:40:41.087Z | Compiling icu_normalizer v1.5.0 |
1395 | 2025-02-21T19:40:41.120Z | Compiling rustc_version v0.4.1 |
1396 | 2025-02-21T19:40:41.353Z | Compiling openssl-sys v0.9.106 |
1397 | 2025-02-21T19:40:41.816Z | Compiling pest_meta v2.7.14 |
1398 | 2025-02-21T19:40:41.898Z | Compiling scroll_derive v0.12.0 |
1399 | 2025-02-21T19:40:42.396Z | Compiling atomic-waker v1.1.2 |
1400 | 2025-02-21T19:40:42.600Z | Compiling tinyvec_macros v0.1.1 |
1401 | 2025-02-21T19:40:42.693Z | Compiling num_threads v0.1.7 |
1402 | 2025-02-21T19:40:42.714Z | Compiling tinyvec v1.8.0 |
1403 | 2025-02-21T19:40:42.784Z | Compiling which v4.4.2 |
1404 | 2025-02-21T19:40:42.837Z | Compiling time v0.3.36 |
1405 | 2025-02-21T19:40:43.269Z | Compiling scroll v0.12.0 |
1406 | 2025-02-21T19:40:43.295Z | Compiling pest_generator v2.7.14 |
1407 | 2025-02-21T19:40:43.858Z | Compiling http-body v1.0.1 |
1408 | 2025-02-21T19:40:44.073Z | Compiling idna_adapter v1.2.0 |
1409 | 2025-02-21T19:40:44.094Z | Compiling pkcs5 v0.7.1 |
1410 | 2025-02-21T19:40:44.132Z | Compiling form_urlencoded v1.2.1 |
1411 | 2025-02-21T19:40:44.290Z | Compiling slog v2.7.0 |
1412 | 2025-02-21T19:40:44.464Z | Compiling try-lock v0.2.5 |
1413 | 2025-02-21T19:40:44.633Z | Compiling want v0.3.1 |
1414 | 2025-02-21T19:40:44.872Z | Compiling pkcs8 v0.10.2 |
1415 | 2025-02-21T19:40:44.929Z | Compiling goblin v0.8.2 |
1416 | 2025-02-21T19:40:45.061Z | Compiling idna v1.0.3 |
1417 | 2025-02-21T19:40:45.140Z | Compiling uuid v1.12.0 |
1418 | 2025-02-21T19:40:45.555Z | Compiling tower-service v0.3.3 |
1419 | 2025-02-21T19:40:45.716Z | Compiling httpdate v1.0.3 |
1420 | 2025-02-21T19:40:46.007Z | Compiling pest_derive v2.7.14 |
1421 | 2025-02-21T19:40:46.179Z | Compiling iana-time-zone v0.1.61 |
1422 | 2025-02-21T19:40:46.549Z | Compiling chrono v0.4.39 |
1423 | 2025-02-21T19:40:46.684Z | Compiling serde_spanned v0.6.8 |
1424 | 2025-02-21T19:40:46.806Z | Compiling dtrace-parser v0.2.0 |
1425 | 2025-02-21T19:40:46.914Z | Compiling serde_tokenstream v0.2.2 |
1426 | 2025-02-21T19:40:47.301Z | Compiling toml_datetime v0.6.8 |
1427 | 2025-02-21T19:40:47.410Z | Compiling rustversion v1.0.17 |
1428 | 2025-02-21T19:40:47.500Z | Compiling adler2 v2.0.0 |
1429 | 2025-02-21T19:40:47.734Z | Compiling match_cfg v0.1.0 |
1430 | 2025-02-21T19:40:47.775Z | Compiling base64 v0.22.1 |
1431 | 2025-02-21T19:40:47.852Z | Compiling openssl v0.10.71 |
1432 | 2025-02-21T19:40:48.108Z | Compiling foreign-types-shared v0.1.1 |
1433 | 2025-02-21T19:40:48.235Z | Compiling foreign-types v0.3.2 |
1434 | 2025-02-21T19:40:48.292Z | Compiling tokio-util v0.7.12 |
1435 | 2025-02-21T19:40:48.419Z | Compiling hostname v0.3.1 |
1436 | 2025-02-21T19:40:48.446Z | Compiling miniz_oxide v0.8.0 |
1437 | 2025-02-21T19:40:48.637Z | Compiling url v2.5.3 |
1438 | 2025-02-21T19:40:49.524Z | Compiling h2 v0.4.6 |
1439 | 2025-02-21T19:40:49.786Z | Compiling openssl-macros v0.1.1 |
1440 | 2025-02-21T19:40:49.837Z | Compiling async-trait v0.1.86 |
1441 | 2025-02-21T19:40:49.916Z | Compiling serde_derive_internals v0.29.1 |
1442 | 2025-02-21T19:40:50.431Z | Compiling dirs-sys-next v0.1.2 |
1443 | 2025-02-21T19:40:50.558Z | Compiling siphasher v0.3.11 |
1444 | 2025-02-21T19:40:50.939Z | Compiling dof v0.3.0 |
1445 | 2025-02-21T19:40:50.968Z | Compiling native-tls v0.2.12 |
1446 | 2025-02-21T19:40:51.289Z | Compiling rustls v0.22.4 |
1447 | 2025-02-21T19:40:51.578Z | Compiling syn v1.0.109 |
1448 | 2025-02-21T19:40:52.175Z | Compiling usdt-impl v0.5.0 |
1449 | 2025-02-21T19:40:52.188Z | Compiling schemars v0.8.21 |
1450 | 2025-02-21T19:40:52.265Z | Compiling rustls v0.23.19 |
1451 | 2025-02-21T19:40:52.542Z | Compiling data-encoding v2.6.0 |
1452 | 2025-02-21T19:40:52.663Z | Compiling schemars_derive v0.8.21 |
1453 | 2025-02-21T19:40:52.774Z | Compiling dirs-next v2.0.0 |
1454 | 2025-02-21T19:40:53.507Z | Compiling unicode-normalization v0.1.24 |
1455 | 2025-02-21T19:40:54.056Z | Compiling http-body-util v0.1.2 |
1456 | 2025-02-21T19:40:54.502Z | Compiling crossbeam-epoch v0.9.18 |
1457 | 2025-02-21T19:40:54.736Z | Compiling heapless v0.7.17 |
1458 | 2025-02-21T19:40:54.960Z | Compiling signature v2.2.0 |
1459 | 2025-02-21T19:40:54.960Z | Compiling sha1 v0.10.6 |
1460 | 2025-02-21T19:40:55.099Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1461 | 2025-02-21T19:40:55.099Z | Compiling thread_local v1.1.8 |
1462 | 2025-02-21T19:40:55.135Z | Compiling encoding_rs v0.8.34 |
1463 | 2025-02-21T19:40:55.172Z | Compiling cookie v0.18.1 |
1464 | 2025-02-21T19:40:55.348Z | Compiling multer v3.1.0 |
1465 | 2025-02-21T19:40:55.483Z | Compiling slog-async v2.8.0 |
1466 | 2025-02-21T19:40:55.523Z | Compiling mime v0.3.17 |
1467 | 2025-02-21T19:40:55.668Z | Compiling signal-hook v0.3.17 |
1468 | 2025-02-21T19:40:55.692Z | Compiling unicode-properties v0.1.3 |
1469 | 2025-02-21T19:40:55.893Z | Compiling unicode-bidi v0.3.17 |
1470 | 2025-02-21T19:40:55.953Z | Compiling rayon-core v1.12.1 |
1471 | 2025-02-21T19:40:55.987Z | Compiling ipnet v2.10.1 |
1472 | 2025-02-21T19:40:56.074Z | Compiling openssl-probe v0.1.5 |
1473 | 2025-02-21T19:40:56.273Z | Compiling gimli v0.31.1 |
1474 | 2025-02-21T19:40:56.389Z | Compiling dyn-clone v1.0.18 |
1475 | 2025-02-21T19:40:56.641Z | Compiling hyper v1.5.2 |
1476 | 2025-02-21T19:40:57.032Z | Compiling stringprep v0.1.5 |
1477 | 2025-02-21T19:40:58.108Z | Compiling toml_edit v0.22.22 |
1478 | 2025-02-21T19:40:58.998Z | Compiling hyper-util v0.1.10 |
1479 | 2025-02-21T19:41:00.275Z | Compiling crossbeam-deque v0.8.5 |
1480 | 2025-02-21T19:41:00.374Z | Compiling usdt-macro v0.5.0 |
1481 | 2025-02-21T19:41:00.657Z | Compiling addr2line v0.24.2 |
1482 | 2025-02-21T19:41:00.675Z | Compiling usdt-attr-macro v0.5.0 |
1483 | 2025-02-21T19:41:01.005Z | Compiling term v0.7.0 |
1484 | 2025-02-21T19:41:01.842Z | Compiling slog-json v2.6.1 |
1485 | 2025-02-21T19:41:01.907Z | Compiling serde_urlencoded v0.7.1 |
1486 | 2025-02-21T19:41:01.907Z | Compiling crossbeam-channel v0.5.13 |
1487 | 2025-02-21T19:41:02.109Z | Compiling curve25519-dalek v4.1.3 |
1488 | 2025-02-21T19:41:02.162Z | Compiling enum-as-inner v0.6.1 |
1489 | 2025-02-21T19:41:02.235Z | Compiling futures-executor v0.3.31 |
1490 | 2025-02-21T19:41:02.345Z | Compiling md-5 v0.10.6 |
1491 | 2025-02-21T19:41:02.648Z | Compiling rustls-pemfile v2.2.0 |
1492 | 2025-02-21T19:41:02.751Z | Compiling async-stream-impl v0.3.6 |
1493 | 2025-02-21T19:41:02.852Z | Compiling num-integer v0.1.46 |
1494 | 2025-02-21T19:41:02.940Z | Compiling hash32 v0.2.1 |
1495 | 2025-02-21T19:41:03.423Z | Compiling ff v0.13.0 |
1496 | 2025-02-21T19:41:03.446Z | Compiling is-terminal v0.4.13 |
1497 | 2025-02-21T19:41:03.447Z | Compiling object v0.36.5 |
1498 | 2025-02-21T19:41:03.447Z | Compiling dropshot v0.12.0 |
1499 | 2025-02-21T19:41:03.447Z | Compiling memoffset v0.9.1 |
1500 | 2025-02-21T19:41:03.564Z | Compiling cfg_aliases v0.2.1 |
1501 | 2025-02-21T19:41:03.638Z | Compiling utf-8 v0.7.6 |
1502 | 2025-02-21T19:41:03.691Z | Compiling linked-hash-map v0.5.6 |
1503 | 2025-02-21T19:41:03.741Z | Compiling portable-atomic v1.9.0 |
1504 | 2025-02-21T19:41:03.867Z | Compiling litrs v0.4.1 |
1505 | 2025-02-21T19:41:03.929Z | Compiling quick-error v1.2.3 |
1506 | 2025-02-21T19:41:03.980Z | Compiling smoltcp v0.9.1 |
1507 | 2025-02-21T19:41:04.090Z | Compiling num-bigint-dig v0.8.4 |
1508 | 2025-02-21T19:41:04.419Z | Compiling rustc-demangle v0.1.24 |
1509 | 2025-02-21T19:41:04.634Z | Compiling anyhow v1.0.96 |
1510 | 2025-02-21T19:41:04.655Z | Compiling fallible-iterator v0.2.0 |
1511 | 2025-02-21T19:41:04.952Z | Compiling base16ct v0.2.0 |
1512 | 2025-02-21T19:41:05.214Z | Compiling take_mut v0.2.2 |
1513 | 2025-02-21T19:41:05.290Z | Compiling psl-types v2.0.11 |
1514 | 2025-02-21T19:41:05.322Z | Compiling postgres-protocol v0.6.7 |
1515 | 2025-02-21T19:41:05.347Z | Compiling sec1 v0.7.3 |
1516 | 2025-02-21T19:41:05.570Z | Compiling publicsuffix v2.3.0 |
1517 | 2025-02-21T19:41:05.764Z | Compiling document-features v0.2.10 |
1518 | 2025-02-21T19:41:06.022Z | Compiling resolv-conf v0.7.0 |
1519 | 2025-02-21T19:41:06.156Z | Compiling lru-cache v0.1.2 |
1520 | 2025-02-21T19:41:06.378Z | Compiling async-stream v0.3.6 |
1521 | 2025-02-21T19:41:06.481Z | Compiling tungstenite v0.24.0 |
1522 | 2025-02-21T19:41:06.574Z | Compiling nix v0.29.0 |
1523 | 2025-02-21T19:41:06.734Z | Compiling num-iter v0.1.45 |
1524 | 2025-02-21T19:41:06.898Z | Compiling slog-term v2.9.1 |
1525 | 2025-02-21T19:41:07.102Z | Compiling hickory-proto v0.24.3 |
1526 | 2025-02-21T19:41:07.102Z | Compiling usdt v0.5.0 |
1527 | 2025-02-21T19:41:07.368Z | Compiling group v0.13.0 |
1528 | 2025-02-21T19:41:07.802Z | Compiling futures v0.3.31 |
1529 | 2025-02-21T19:41:07.846Z | Compiling slog-bunyan v2.5.0 |
1530 | 2025-02-21T19:41:08.121Z | Compiling toml v0.8.19 |
1531 | 2025-02-21T19:41:09.501Z | Compiling tokio-native-tls v0.3.1 |
1532 | 2025-02-21T19:41:09.586Z | Compiling camino v1.1.9 |
1533 | 2025-02-21T19:41:09.670Z | Compiling phf_shared v0.11.2 |
1534 | 2025-02-21T19:41:09.737Z | Compiling backtrace v0.3.74 |
1535 | 2025-02-21T19:41:09.934Z | Compiling dropshot_endpoint v0.12.0 |
1536 | 2025-02-21T19:41:10.183Z | Compiling terminal_size v0.4.0 |
1537 | 2025-02-21T19:41:10.224Z | Compiling waitgroup v0.1.2 |
1538 | 2025-02-21T19:41:10.328Z | Compiling openapiv3 v2.0.0 |
1539 | 2025-02-21T19:41:10.400Z | Compiling serde_path_to_error v0.1.16 |
1540 | 2025-02-21T19:41:10.489Z | Compiling hkdf v0.12.4 |
1541 | 2025-02-21T19:41:10.731Z | Compiling crypto-bigint v0.5.5 |
1542 | 2025-02-21T19:41:11.163Z | Compiling webpki-roots v0.26.6 |
1543 | 2025-02-21T19:41:11.397Z | Compiling curve25519-dalek-derive v0.1.1 |
1544 | 2025-02-21T19:41:12.618Z | Compiling zerocopy-derive v0.6.6 |
1545 | 2025-02-21T19:41:12.806Z | Compiling sync_wrapper v1.0.1 |
1546 | 2025-02-21T19:41:12.969Z | Compiling hostname v0.4.0 |
1547 | 2025-02-21T19:41:13.177Z | Compiling hubpack_derive v0.1.1 |
1548 | 2025-02-21T19:41:13.210Z | Compiling ahash v0.8.11 |
1549 | 2025-02-21T19:41:13.538Z | Compiling fs-err v2.11.0 |
1550 | 2025-02-21T19:41:13.970Z | Compiling crc32fast v1.4.2 |
1551 | 2025-02-21T19:41:14.166Z | Compiling unicode-width v0.2.0 |
1552 | 2025-02-21T19:41:14.354Z | Compiling managed v0.8.0 |
1553 | 2025-02-21T19:41:14.354Z | Compiling winnow v0.5.40 |
1554 | 2025-02-21T19:41:14.686Z | Compiling tower-layer v0.3.3 |
1555 | 2025-02-21T19:41:14.686Z | Compiling debug-ignore v1.0.5 |
1556 | 2025-02-21T19:41:14.687Z | Compiling newtype-uuid v1.2.1 |
1557 | 2025-02-21T19:41:14.687Z | Compiling bitflags v1.3.2 |
1558 | 2025-02-21T19:41:14.844Z | Compiling strum_macros v0.25.3 |
1559 | 2025-02-21T19:41:14.845Z | Compiling tower v0.5.2 |
1560 | 2025-02-21T19:41:15.031Z | Compiling zerocopy v0.6.6 |
1561 | 2025-02-21T19:41:15.524Z | Compiling console v0.15.10 |
1562 | 2025-02-21T19:41:15.559Z | Compiling clap_builder v4.5.30 |
1563 | 2025-02-21T19:41:15.567Z | Compiling flate2 v1.0.35 |
1564 | 2025-02-21T19:41:16.556Z | Compiling hubpack v0.1.2 |
1565 | 2025-02-21T19:41:16.684Z | Compiling elliptic-curve v0.13.8 |
1566 | 2025-02-21T19:41:16.877Z | Compiling hickory-resolver v0.24.3 |
1567 | 2025-02-21T19:41:17.542Z | Compiling toml_edit v0.19.15 |
1568 | 2025-02-21T19:41:17.674Z | Compiling phf v0.11.2 |
1569 | 2025-02-21T19:41:17.805Z | Compiling signal-hook-mio v0.2.4 |
1570 | 2025-02-21T19:41:17.943Z | Compiling hyper-tls v0.6.0 |
1571 | 2025-02-21T19:41:17.943Z | Compiling cookie_store v0.21.1 |
1572 | 2025-02-21T19:41:18.321Z | Compiling rayon v1.10.0 |
1573 | 2025-02-21T19:41:18.368Z | Compiling bzip2 v0.4.4 |
1574 | 2025-02-21T19:41:18.794Z | Compiling tokio-tungstenite v0.24.0 |
1575 | 2025-02-21T19:41:19.534Z | Compiling postgres-types v0.2.8 |
1576 | 2025-02-21T19:41:22.126Z | Compiling ed25519 v2.2.3 |
1577 | 2025-02-21T19:41:22.487Z | Compiling phf_shared v0.10.0 |
1578 | 2025-02-21T19:41:22.821Z | Compiling tokio-stream v0.1.16 |
1579 | 2025-02-21T19:41:22.878Z | Compiling pkcs1 v0.7.5 |
1580 | 2025-02-21T19:41:23.287Z | Compiling serde-big-array v0.5.1 |
1581 | 2025-02-21T19:41:23.548Z | Compiling clap_derive v4.5.28 |
1582 | 2025-02-21T19:41:23.762Z | Compiling rfc6979 v0.4.0 |
1583 | 2025-02-21T19:41:23.786Z | Compiling derive-where v1.2.7 |
1584 | 2025-02-21T19:41:23.954Z | Compiling serde_repr v0.1.19 |
1585 | 2025-02-21T19:41:23.981Z | Compiling float-cmp v0.10.0 |
1586 | 2025-02-21T19:41:24.221Z | Compiling bstr v1.10.0 |
1587 | 2025-02-21T19:41:24.415Z | Compiling difflib v0.4.0 |
1588 | 2025-02-21T19:41:24.633Z | Compiling unicode-segmentation v1.12.0 |
1589 | 2025-02-21T19:41:25.056Z | Compiling new_debug_unreachable v1.0.6 |
1590 | 2025-02-21T19:41:25.168Z | Compiling bit-vec v0.6.3 |
1591 | 2025-02-21T19:41:25.520Z | Compiling fixedbitset v0.4.2 |
1592 | 2025-02-21T19:41:25.587Z | Compiling normalize-line-endings v0.3.0 |
1593 | 2025-02-21T19:41:25.736Z | Compiling predicates-core v1.0.8 |
1594 | 2025-02-21T19:41:25.755Z | Compiling whoami v1.5.2 |
1595 | 2025-02-21T19:41:25.825Z | Compiling static_assertions v1.1.0 |
1596 | 2025-02-21T19:41:25.940Z | Compiling precomputed-hash v0.1.1 |
1597 | 2025-02-21T19:41:25.978Z | Compiling number_prefix v0.4.0 |
1598 | 2025-02-21T19:41:26.077Z | Compiling string_cache v0.8.7 |
1599 | 2025-02-21T19:41:26.107Z | Compiling tokio-postgres v0.7.12 |
1600 | 2025-02-21T19:41:26.221Z | Compiling indicatif v0.17.11 |
1601 | 2025-02-21T19:41:26.334Z | Compiling predicates v3.1.3 |
1602 | 2025-02-21T19:41:26.504Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1603 | 2025-02-21T19:41:26.927Z | Compiling petgraph v0.6.5 |
1604 | 2025-02-21T19:41:27.800Z | Compiling bit-set v0.5.3 |
1605 | 2025-02-21T19:41:28.002Z | Compiling clap v4.5.30 |
1606 | 2025-02-21T19:41:28.043Z | Compiling similar v2.6.0 |
1607 | 2025-02-21T19:41:28.122Z | Compiling ecdsa v0.16.9 |
1608 | 2025-02-21T19:41:28.184Z | Compiling rsa v0.9.6 |
1609 | 2025-02-21T19:41:28.939Z | Compiling ed25519-dalek v2.1.1 |
1610 | 2025-02-21T19:41:30.143Z | Compiling toml v0.7.8 |
1611 | 2025-02-21T19:41:30.520Z | Compiling zip v0.6.6 |
1612 | 2025-02-21T19:41:31.619Z | Compiling crossterm v0.28.1 |
1613 | 2025-02-21T19:41:32.317Z | Compiling hex v0.4.3 |
1614 | 2025-02-21T19:41:32.617Z | Compiling x509-cert v0.2.5 |
1615 | 2025-02-21T19:41:32.643Z | Compiling peg-runtime v0.8.3 |
1616 | 2025-02-21T19:41:32.747Z | Compiling unicode-xid v0.2.6 |
1617 | 2025-02-21T19:41:32.857Z | Compiling lalrpop-util v0.19.12 |
1618 | 2025-02-21T19:41:32.951Z | Compiling strum_macros v0.26.4 |
1619 | 2025-02-21T19:41:33.253Z | Compiling xattr v1.3.1 |
1620 | 2025-02-21T19:41:33.282Z | Compiling filetime v0.2.25 |
1621 | 2025-02-21T19:41:33.542Z | Compiling tar v0.4.42 |
1622 | 2025-02-21T19:41:37.357Z | Compiling strum v0.26.3 |
1623 | 2025-02-21T19:41:40.988Z | Compiling aws-lc-sys v0.22.0 |
1624 | 2025-02-21T19:42:15.251Z | Compiling rustls-webpki v0.102.8 |
1625 | 2025-02-21T19:42:18.505Z | Compiling tokio-rustls v0.25.0 |
1626 | 2025-02-21T19:42:20.149Z | Compiling tokio-rustls v0.26.0 |
1627 | 2025-02-21T19:42:20.471Z | Compiling hyper-rustls v0.27.3 |
1628 | 2025-02-21T19:42:20.857Z | Compiling reqwest v0.12.12 |
1629 | 2025-02-21T19:42:22.237Z | Compiling qorb v0.2.1 |
1630 | 2025-02-21T19:42:25.210Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1631 | 2025-02-21T19:42:25.474Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1632 | 2025-02-21T19:42:30.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s |
1633 | 2025-02-21T19:42:30.059Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1634 | 2025-02-21T19:42:30.093Z | Feb 21 19:42:29.042 INFO Starting download, target: Clickhouse |
1635 | 2025-02-21T19:42:30.093Z | Feb 21 19:42:29.042 INFO Starting download, target: Console |
1636 | 2025-02-21T19:42:30.095Z | Feb 21 19:42:29.042 INFO Starting download, target: Cockroach |
1637 | 2025-02-21T19:42:30.096Z | Feb 21 19:42:29.042 INFO Starting download, target: DendriteOpenapi |
1638 | 2025-02-21T19:42:30.096Z | Feb 21 19:42:29.042 INFO Starting download, target: DendriteStub |
1639 | 2025-02-21T19:42:30.136Z | Feb 21 19:42:29.042 INFO Starting download, target: MaghemiteMgd |
1640 | 2025-02-21T19:42:30.136Z | Feb 21 19:42:29.042 INFO Starting download, target: TransceiverControl |
1641 | 2025-02-21T19:42:30.137Z | Feb 21 19:42:29.043 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1642 | 2025-02-21T19:42:30.137Z | Feb 21 19:42:29.043 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
1643 | 2025-02-21T19:42:30.138Z | Feb 21 19:42:29.043 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1644 | 2025-02-21T19:42:30.138Z | Feb 21 19:42:29.043 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1645 | 2025-02-21T19:42:30.138Z | Feb 21 19:42:29.043 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1646 | 2025-02-21T19:42:30.138Z | Feb 21 19:42:29.043 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1647 | 2025-02-21T19:42:30.138Z | Feb 21 19:42:29.044 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1648 | 2025-02-21T19:42:30.365Z | Feb 21 19:42:29.308 INFO Download complete, target: DendriteOpenapi |
1649 | 2025-02-21T19:42:30.587Z | Feb 21 19:42:29.497 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1650 | 2025-02-21T19:42:30.633Z | Feb 21 19:42:29.510 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1651 | 2025-02-21T19:42:30.916Z | Feb 21 19:42:29.858 INFO Download complete, target: Console |
1652 | 2025-02-21T19:42:31.105Z | Feb 21 19:42:30.034 INFO Download complete, target: TransceiverControl |
1653 | 2025-02-21T19:42:31.346Z | Feb 21 19:42:30.306 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1654 | 2025-02-21T19:42:31.388Z | Feb 21 19:42:30.349 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1655 | 2025-02-21T19:42:32.021Z | Feb 21 19:42:30.980 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1656 | 2025-02-21T19:42:32.365Z | Feb 21 19:42:31.326 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1657 | 2025-02-21T19:42:32.365Z | Feb 21 19:42:31.326 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1658 | 2025-02-21T19:42:34.190Z | Feb 21 19:42:33.150 INFO Download complete, target: DendriteStub |
1659 | 2025-02-21T19:42:34.470Z | Feb 21 19:42:33.429 INFO Download complete, target: MaghemiteMgd |
1660 | 2025-02-21T19:42:39.830Z | Feb 21 19:42:38.785 INFO Checking that binary works, target: Cockroach |
1661 | 2025-02-21T19:42:39.990Z | Feb 21 19:42:38.946 INFO Download complete, target: Cockroach |
1662 | 2025-02-21T19:42:44.782Z | Feb 21 19:42:43.734 INFO Checking that binary works, target: Clickhouse |
1663 | 2025-02-21T19:42:45.507Z | Feb 21 19:42:44.444 INFO Download complete, target: Clickhouse |
1664 | 2025-02-21T19:42:45.510Z | All prerequisites installed successfully |
1665 | 2025-02-21T19:42:45.510Z | |
1666 | 2025-02-21T19:42:45.510Z | real 5:08.316040284 |
1667 | 2025-02-21T19:42:45.510Z | user 15:18.993006704 |
1668 | 2025-02-21T19:42:45.510Z | sys 1:59.882822471 |
1669 | 2025-02-21T19:42:45.510Z | trap 0.504529689 |
1670 | 2025-02-21T19:42:45.510Z | tflt 6.505719133 |
1671 | 2025-02-21T19:42:45.510Z | dflt 5.352237703 |
1672 | 2025-02-21T19:42:45.510Z | kflt 0.550382559 |
1673 | 2025-02-21T19:42:45.510Z | lock 27:36.959493093 |
1674 | 2025-02-21T19:42:45.510Z | slp 55:59.630712173 |
1675 | 2025-02-21T19:42:45.510Z | lat 51.689824495 |
1676 | 2025-02-21T19:42:45.510Z | stop 2:09.159433302 |
1677 | 2025-02-21T19:42:45.510Z | + source ./tools/include/force-git-over-https.sh |
1678 | 2025-02-21T19:42:45.510Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1679 | 2025-02-21T19:42:45.510Z | ++ (( i = 0 )) |
1680 | 2025-02-21T19:42:45.510Z | ++ (( i < 5 )) |
1681 | 2025-02-21T19:42:45.510Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1682 | 2025-02-21T19:42:45.510Z | ++ (( i++ )) |
1683 | 2025-02-21T19:42:45.510Z | ++ (( i < 5 )) |
1684 | 2025-02-21T19:42:45.510Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1685 | 2025-02-21T19:42:45.510Z | ++ (( i++ )) |
1686 | 2025-02-21T19:42:45.510Z | ++ (( i < 5 )) |
1687 | 2025-02-21T19:42:45.510Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1688 | 2025-02-21T19:42:45.513Z | ++ (( i++ )) |
1689 | 2025-02-21T19:42:45.513Z | ++ (( i < 5 )) |
1690 | 2025-02-21T19:42:45.513Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1691 | 2025-02-21T19:42:45.516Z | ++ (( i++ )) |
1692 | 2025-02-21T19:42:45.516Z | ++ (( i < 5 )) |
1693 | 2025-02-21T19:42:45.516Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1694 | 2025-02-21T19:42:45.520Z | ++ (( i++ )) |
1695 | 2025-02-21T19:42:45.520Z | ++ (( i < 5 )) |
1696 | 2025-02-21T19:42:45.521Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1697 | 2025-02-21T19:42:45.521Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1698 | 2025-02-21T19:42:45.521Z | + rc=0 |
1699 | 2025-02-21T19:42:45.521Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1700 | 2025-02-21T19:43:19.320Z | + case $rc in |
1701 | 2025-02-21T19:43:19.321Z | + pfexec zfs create -p rpool/images/build/host |
1702 | 2025-02-21T19:43:19.555Z | + pfexec zfs create -p rpool/images/build/recovery |
1703 | 2025-02-21T19:43:19.614Z | + cargo xtask releng --output-dir /work |
1704 | 2025-02-21T19:43:20.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1705 | 2025-02-21T19:43:20.169Z | Running `target/debug/xtask releng --output-dir /work` |
1706 | 2025-02-21T19:43:21.089Z | Compiling proc-macro2 v1.0.92 |
1707 | 2025-02-21T19:43:21.090Z | Compiling unicode-ident v1.0.14 |
1708 | 2025-02-21T19:43:21.090Z | Compiling libc v0.2.169 |
1709 | 2025-02-21T19:43:21.090Z | Compiling serde v1.0.217 |
1710 | 2025-02-21T19:43:21.093Z | Compiling autocfg v1.4.0 |
1711 | 2025-02-21T19:43:21.093Z | Compiling version_check v0.9.5 |
1712 | 2025-02-21T19:43:21.093Z | Compiling cfg-if v1.0.0 |
1713 | 2025-02-21T19:43:21.416Z | Compiling memchr v2.7.4 |
1714 | 2025-02-21T19:43:21.416Z | Compiling typenum v1.17.0 |
1715 | 2025-02-21T19:43:21.574Z | Compiling shlex v1.3.0 |
1716 | 2025-02-21T19:43:21.933Z | Compiling lock_api v0.4.12 |
1717 | 2025-02-21T19:43:21.954Z | Compiling generic-array v0.14.7 |
1718 | 2025-02-21T19:43:22.283Z | Compiling value-bag v1.9.0 |
1719 | 2025-02-21T19:43:22.287Z | Compiling scopeguard v1.2.0 |
1720 | 2025-02-21T19:43:22.370Z | Compiling parking_lot_core v0.9.10 |
1721 | 2025-02-21T19:43:22.658Z | Compiling rustix v0.38.37 |
1722 | 2025-02-21T19:43:22.779Z | Compiling log v0.4.22 |
1723 | 2025-02-21T19:43:22.818Z | Compiling serde_json v1.0.139 |
1724 | 2025-02-21T19:43:22.924Z | Compiling libm v0.2.8 |
1725 | 2025-02-21T19:43:23.168Z | Compiling quote v1.0.38 |
1726 | 2025-02-21T19:43:23.282Z | Compiling jobserver v0.1.32 |
1727 | 2025-02-21T19:43:23.306Z | Compiling getrandom v0.2.15 |
1728 | 2025-02-21T19:43:23.497Z | Compiling num-traits v0.2.19 |
1729 | 2025-02-21T19:43:23.548Z | Compiling syn v2.0.96 |
1730 | 2025-02-21T19:43:23.618Z | Compiling once_cell v1.20.3 |
1731 | 2025-02-21T19:43:23.689Z | Compiling cc v1.1.30 |
1732 | 2025-02-21T19:43:23.710Z | Compiling slab v0.4.9 |
1733 | 2025-02-21T19:43:23.838Z | Compiling thiserror v1.0.69 |
1734 | 2025-02-21T19:43:23.958Z | Compiling itoa v1.0.11 |
1735 | 2025-02-21T19:43:24.004Z | Compiling aho-corasick v1.1.3 |
1736 | 2025-02-21T19:43:24.050Z | Compiling regex-syntax v0.8.5 |
1737 | 2025-02-21T19:43:24.423Z | Compiling spin v0.9.8 |
1738 | 2025-02-21T19:43:24.817Z | Compiling errno v0.3.9 |
1739 | 2025-02-21T19:43:24.887Z | Compiling byteorder v1.5.0 |
1740 | 2025-02-21T19:43:25.206Z | Compiling either v1.13.0 |
1741 | 2025-02-21T19:43:25.320Z | Compiling glob v0.3.2 |
1742 | 2025-02-21T19:43:25.407Z | Compiling rand_core v0.6.4 |
1743 | 2025-02-21T19:43:25.654Z | Compiling prettyplease v0.2.29 |
1744 | 2025-02-21T19:43:25.910Z | Compiling subtle v2.6.1 |
1745 | 2025-02-21T19:43:25.995Z | Compiling lazy_static v1.5.0 |
1746 | 2025-02-21T19:43:26.097Z | Compiling clang-sys v1.8.1 |
1747 | 2025-02-21T19:43:26.151Z | Compiling minimal-lexical v0.2.1 |
1748 | 2025-02-21T19:43:26.564Z | Compiling libloading v0.8.5 |
1749 | 2025-02-21T19:43:26.655Z | Compiling nom v7.1.3 |
1750 | 2025-02-21T19:43:26.661Z | Compiling bindgen v0.69.5 |
1751 | 2025-02-21T19:43:26.937Z | Compiling home v0.5.9 |
1752 | 2025-02-21T19:43:26.985Z | Compiling smallvec v1.13.2 |
1753 | 2025-02-21T19:43:27.463Z | Compiling itertools v0.10.5 |
1754 | 2025-02-21T19:43:27.808Z | Compiling lazycell v1.3.0 |
1755 | 2025-02-21T19:43:27.870Z | Compiling rustc-hash v1.1.0 |
1756 | 2025-02-21T19:43:28.002Z | Compiling regex-automata v0.4.8 |
1757 | 2025-02-21T19:43:28.545Z | Compiling cmake v0.1.51 |
1758 | 2025-02-21T19:43:29.297Z | Compiling pkg-config v0.3.31 |
1759 | 2025-02-21T19:43:29.652Z | Compiling fs_extra v1.3.0 |
1760 | 2025-02-21T19:43:29.870Z | Compiling cexpr v0.6.0 |
1761 | 2025-02-21T19:43:30.002Z | Compiling dunce v1.0.5 |
1762 | 2025-02-21T19:43:30.172Z | Compiling semver v1.0.25 |
1763 | 2025-02-21T19:43:30.234Z | Compiling ring v0.17.9 |
1764 | 2025-02-21T19:43:30.376Z | Compiling paste v1.0.15 |
1765 | 2025-02-21T19:43:30.667Z | Compiling heck v0.5.0 |
1766 | 2025-02-21T19:43:30.942Z | Compiling synstructure v0.13.1 |
1767 | 2025-02-21T19:43:31.117Z | Compiling ryu v1.0.18 |
1768 | 2025-02-21T19:43:31.519Z | Compiling pin-project-lite v0.2.14 |
1769 | 2025-02-21T19:43:31.726Z | Compiling httparse v1.9.5 |
1770 | 2025-02-21T19:43:31.759Z | Compiling aws-lc-rs v1.10.0 |
1771 | 2025-02-21T19:43:32.253Z | Compiling const-oid v0.9.6 |
1772 | 2025-02-21T19:43:32.418Z | Compiling futures-core v0.3.31 |
1773 | 2025-02-21T19:43:32.539Z | Compiling allocator-api2 v0.2.18 |
1774 | 2025-02-21T19:43:33.312Z | Compiling signal-hook-registry v1.4.2 |
1775 | 2025-02-21T19:43:33.972Z | Compiling regex v1.11.1 |
1776 | 2025-02-21T19:43:34.512Z | Compiling parking_lot v0.12.3 |
1777 | 2025-02-21T19:43:34.656Z | Compiling mio v1.0.2 |
1778 | 2025-02-21T19:43:34.848Z | Compiling num-conv v0.1.0 |
1779 | 2025-02-21T19:43:34.903Z | Compiling time-core v0.1.2 |
1780 | 2025-02-21T19:43:35.098Z | Compiling serde_derive v1.0.217 |
1781 | 2025-02-21T19:43:35.178Z | Compiling zeroize_derive v1.4.2 |
1782 | 2025-02-21T19:43:35.254Z | Compiling zerocopy-derive v0.7.35 |
1783 | 2025-02-21T19:43:35.890Z | Compiling tokio-macros v2.5.0 |
1784 | 2025-02-21T19:43:36.439Z | Compiling thiserror-impl v1.0.69 |
1785 | 2025-02-21T19:43:36.490Z | Compiling zerofrom-derive v0.1.4 |
1786 | 2025-02-21T19:43:36.614Z | Compiling zeroize v1.8.1 |
1787 | 2025-02-21T19:43:37.070Z | Compiling yoke-derive v0.7.4 |
1788 | 2025-02-21T19:43:37.145Z | Compiling futures-macro v0.3.31 |
1789 | 2025-02-21T19:43:37.234Z | Compiling zerovec-derive v0.10.3 |
1790 | 2025-02-21T19:43:37.456Z | Compiling displaydoc v0.2.5 |
1791 | 2025-02-21T19:43:39.033Z | Compiling zerocopy v0.7.35 |
1792 | 2025-02-21T19:43:39.231Z | Compiling icu_provider_macros v1.5.0 |
1793 | 2025-02-21T19:43:39.479Z | Compiling crypto-common v0.1.6 |
1794 | 2025-02-21T19:43:39.761Z | Compiling tracing-attributes v0.1.27 |
1795 | 2025-02-21T19:43:39.802Z | Compiling block-buffer v0.10.4 |
1796 | 2025-02-21T19:43:39.823Z | Compiling der_derive v0.7.3 |
1797 | 2025-02-21T19:43:40.066Z | Compiling digest v0.10.7 |
1798 | 2025-02-21T19:43:40.539Z | Compiling time-macros v0.2.18 |
1799 | 2025-02-21T19:43:40.601Z | Compiling schemars v0.8.21 |
1800 | 2025-02-21T19:43:40.791Z | Compiling vcpkg v0.2.15 |
1801 | 2025-02-21T19:43:41.004Z | Compiling crossbeam-utils v0.8.20 |
1802 | 2025-02-21T19:43:41.524Z | Compiling serde_derive_internals v0.29.1 |
1803 | 2025-02-21T19:43:41.630Z | Compiling socket2 v0.5.7 |
1804 | 2025-02-21T19:43:42.177Z | Compiling openssl-sys v0.9.106 |
1805 | 2025-02-21T19:43:43.449Z | Compiling futures-sink v0.3.31 |
1806 | 2025-02-21T19:43:43.592Z | Compiling fnv v1.0.7 |
1807 | 2025-02-21T19:43:43.627Z | Compiling schemars_derive v0.8.21 |
1808 | 2025-02-21T19:43:44.464Z | Compiling ahash v0.8.11 |
1809 | 2025-02-21T19:43:44.815Z | Compiling stable_deref_trait v1.2.0 |
1810 | 2025-02-21T19:43:45.041Z | Compiling cpufeatures v0.2.14 |
1811 | 2025-02-21T19:43:45.064Z | Compiling foldhash v0.1.3 |
1812 | 2025-02-21T19:43:45.168Z | Compiling equivalent v1.0.1 |
1813 | 2025-02-21T19:43:45.740Z | Compiling hashbrown v0.15.1 |
1814 | 2025-02-21T19:43:46.238Z | Compiling slog v2.7.0 |
1815 | 2025-02-21T19:43:46.579Z | Compiling futures-channel v0.3.31 |
1816 | 2025-02-21T19:43:46.618Z | Compiling zerofrom v0.1.4 |
1817 | 2025-02-21T19:43:46.866Z | Compiling futures-task v0.3.31 |
1818 | 2025-02-21T19:43:46.960Z | Compiling pin-utils v0.1.0 |
1819 | 2025-02-21T19:43:46.963Z | Compiling futures-io v0.3.31 |
1820 | 2025-02-21T19:43:47.078Z | Compiling yoke v0.7.4 |
1821 | 2025-02-21T19:43:47.316Z | Compiling futures-util v0.3.31 |
1822 | 2025-02-21T19:43:47.373Z | Compiling openssl v0.10.71 |
1823 | 2025-02-21T19:43:47.485Z | Compiling zerovec v0.10.4 |
1824 | 2025-02-21T19:43:47.828Z | Compiling bitflags v2.6.0 |
1825 | 2025-02-21T19:43:47.863Z | Compiling bytes v1.9.0 |
1826 | 2025-02-21T19:43:48.058Z | Compiling indexmap v2.7.1 |
1827 | 2025-02-21T19:43:49.574Z | Compiling tokio v1.43.0 |
1828 | 2025-02-21T19:43:50.769Z | Compiling serde_tokenstream v0.2.2 |
1829 | 2025-02-21T19:43:50.869Z | Compiling http v1.2.0 |
1830 | 2025-02-21T19:43:51.468Z | Compiling scroll_derive v0.12.0 |
1831 | 2025-02-21T19:43:52.543Z | Compiling which v4.4.2 |
1832 | 2025-02-21T19:43:53.126Z | Compiling ucd-trie v0.1.7 |
1833 | 2025-02-21T19:43:53.682Z | Compiling pest v2.7.14 |
1834 | 2025-02-21T19:43:53.887Z | Compiling rustc_version v0.4.1 |
1835 | 2025-02-21T19:43:56.387Z | Compiling uuid v1.12.0 |
1836 | 2025-02-21T19:43:56.816Z | Compiling hmac v0.12.1 |
1837 | 2025-02-21T19:43:57.028Z | Compiling openssl-macros v0.1.1 |
1838 | 2025-02-21T19:43:57.220Z | Compiling rustls v0.23.19 |
1839 | 2025-02-21T19:43:57.223Z | Compiling iana-time-zone v0.1.61 |
1840 | 2025-02-21T19:43:57.620Z | Compiling native-tls v0.2.12 |
1841 | 2025-02-21T19:43:57.654Z | Compiling chrono v0.4.39 |
1842 | 2025-02-21T19:43:57.901Z | Compiling pest_meta v2.7.14 |
1843 | 2025-02-21T19:43:58.013Z | Compiling tinystr v0.7.6 |
1844 | 2025-02-21T19:43:58.555Z | Compiling block-padding v0.3.3 |
1845 | 2025-02-21T19:43:58.813Z | Compiling writeable v0.5.5 |
1846 | 2025-02-21T19:43:58.815Z | Compiling litemap v0.7.3 |
1847 | 2025-02-21T19:43:59.343Z | Compiling icu_locid v1.5.0 |
1848 | 2025-02-21T19:43:59.658Z | Compiling pest_generator v2.7.14 |
1849 | 2025-02-21T19:44:00.119Z | Compiling inout v0.1.3 |
1850 | 2025-02-21T19:44:01.161Z | Compiling cookie v0.18.1 |
1851 | 2025-02-21T19:44:02.299Z | Compiling pest_derive v2.7.14 |
1852 | 2025-02-21T19:44:02.964Z | Compiling icu_provider v1.5.0 |
1853 | 2025-02-21T19:44:03.180Z | Compiling cipher v0.4.4 |
1854 | 2025-02-21T19:44:03.770Z | Compiling sha2 v0.10.8 |
1855 | 2025-02-21T19:44:04.573Z | Compiling async-trait v0.1.86 |
1856 | 2025-02-21T19:44:04.841Z | Compiling tracing-core v0.1.32 |
1857 | 2025-02-21T19:44:05.592Z | Compiling usdt-impl v0.5.0 |
1858 | 2025-02-21T19:44:05.845Z | Compiling aws-lc-sys v0.22.0 |
1859 | 2025-02-21T19:44:05.888Z | Compiling rustls-pki-types v1.10.0 |
1860 | 2025-02-21T19:44:06.949Z | Compiling base64ct v1.6.0 |
1861 | 2025-02-21T19:44:07.178Z | Compiling icu_locid_transform_data v1.5.0 |
1862 | 2025-02-21T19:44:07.215Z | Compiling dyn-clone v1.0.18 |
1863 | 2025-02-21T19:44:07.304Z | Compiling percent-encoding v2.3.1 |
1864 | 2025-02-21T19:44:07.593Z | Compiling pem-rfc7468 v0.7.0 |
1865 | 2025-02-21T19:44:07.777Z | Compiling icu_locid_transform v1.5.0 |
1866 | 2025-02-21T19:44:07.859Z | Compiling tracing v0.1.40 |
1867 | 2025-02-21T19:44:10.551Z | Compiling tokio-util v0.7.12 |
1868 | 2025-02-21T19:44:10.620Z | Compiling scroll v0.12.0 |
1869 | 2025-02-21T19:44:11.175Z | Compiling icu_collections v1.5.0 |
1870 | 2025-02-21T19:44:12.748Z | Compiling ppv-lite86 v0.2.20 |
1871 | 2025-02-21T19:44:13.406Z | Compiling powerfmt v0.2.0 |
1872 | 2025-02-21T19:44:13.653Z | Compiling icu_properties_data v1.5.0 |
1873 | 2025-02-21T19:44:13.904Z | Compiling plain v0.2.3 |
1874 | 2025-02-21T19:44:13.926Z | Compiling mirai-annotations v1.12.0 |
1875 | 2025-02-21T19:44:13.968Z | Compiling syn v1.0.109 |
1876 | 2025-02-21T19:44:14.074Z | Compiling flagset v0.4.6 |
1877 | 2025-02-21T19:44:14.109Z | Compiling camino v1.1.9 |
1878 | 2025-02-21T19:44:14.308Z | Compiling untrusted v0.7.1 |
1879 | 2025-02-21T19:44:14.474Z | Compiling untrusted v0.9.0 |
1880 | 2025-02-21T19:44:14.590Z | Compiling der v0.7.9 |
1881 | 2025-02-21T19:44:14.664Z | Compiling goblin v0.8.2 |
1882 | 2025-02-21T19:44:14.698Z | Compiling icu_properties v1.5.1 |
1883 | 2025-02-21T19:44:17.400Z | Compiling deranged v0.3.11 |
1884 | 2025-02-21T19:44:19.027Z | Compiling rand_chacha v0.3.1 |
1885 | 2025-02-21T19:44:21.344Z | Compiling icu_normalizer_data v1.5.0 |
1886 | 2025-02-21T19:44:21.825Z | Compiling pretty-hex v0.4.1 |
1887 | 2025-02-21T19:44:22.175Z | Compiling num_threads v0.1.7 |
1888 | 2025-02-21T19:44:22.368Z | Compiling atomic-waker v1.1.2 |
1889 | 2025-02-21T19:44:22.527Z | Compiling litrs v0.4.1 |
1890 | 2025-02-21T19:44:22.604Z | Compiling rustls v0.22.4 |
1891 | 2025-02-21T19:44:22.750Z | Compiling write16 v1.0.0 |
1892 | 2025-02-21T19:44:22.994Z | Compiling rayon-core v1.12.1 |
1893 | 2025-02-21T19:44:23.251Z | Compiling utf8_iter v1.0.4 |
1894 | 2025-02-21T19:44:23.374Z | Compiling utf16_iter v1.0.5 |
1895 | 2025-02-21T19:44:23.598Z | Compiling icu_normalizer v1.5.0 |
1896 | 2025-02-21T19:44:23.600Z | Compiling time v0.3.36 |
1897 | 2025-02-21T19:44:23.657Z | Compiling document-features v0.2.10 |
1898 | 2025-02-21T19:44:23.790Z | Compiling dof v0.3.0 |
1899 | 2025-02-21T19:44:25.534Z | Compiling rand v0.8.5 |
1900 | 2025-02-21T19:44:26.153Z | Compiling spki v0.7.3 |
1901 | 2025-02-21T19:44:26.522Z | Compiling form_urlencoded v1.2.1 |
1902 | 2025-02-21T19:44:27.258Z | Compiling salsa20 v0.10.2 |
1903 | 2025-02-21T19:44:27.346Z | Compiling dtrace-parser v0.2.0 |
1904 | 2025-02-21T19:44:28.700Z | Compiling pbkdf2 v0.12.2 |
1905 | 2025-02-21T19:44:28.947Z | Compiling http-body v1.0.1 |
1906 | 2025-02-21T19:44:29.085Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1907 | 2025-02-21T19:44:29.233Z | Compiling thread-id v4.2.2 |
1908 | 2025-02-21T19:44:29.513Z | Compiling try-lock v0.2.5 |
1909 | 2025-02-21T19:44:32.411Z | Compiling want v0.3.1 |
1910 | 2025-02-21T19:44:33.845Z | Compiling scrypt v0.11.0 |
1911 | 2025-02-21T19:44:33.897Z | Compiling idna_adapter v1.2.0 |
1912 | 2025-02-21T19:44:34.068Z | Compiling h2 v0.4.6 |
1913 | 2025-02-21T19:44:34.197Z | Compiling cbc v0.1.2 |
1914 | 2025-02-21T19:44:34.390Z | Compiling aes v0.8.4 |
1915 | 2025-02-21T19:44:34.969Z | Compiling multer v3.1.0 |
1916 | 2025-02-21T19:44:35.466Z | Compiling httpdate v1.0.3 |
1917 | 2025-02-21T19:44:35.724Z | Compiling slog-async v2.8.0 |
1918 | 2025-02-21T19:44:35.948Z | Compiling tinyvec_macros v0.1.1 |
1919 | 2025-02-21T19:44:36.107Z | Compiling base64 v0.22.1 |
1920 | 2025-02-21T19:44:36.305Z | Compiling tower-service v0.3.3 |
1921 | 2025-02-21T19:44:36.342Z | Compiling tinyvec v1.8.0 |
1922 | 2025-02-21T19:44:37.329Z | Compiling pkcs5 v0.7.1 |
1923 | 2025-02-21T19:44:38.463Z | Compiling idna v1.0.3 |
1924 | 2025-02-21T19:44:43.888Z | Compiling hyper v1.5.2 |
1925 | 2025-02-21T19:44:44.355Z | Compiling heapless v0.7.17 |
1926 | 2025-02-21T19:44:44.972Z | Compiling zerocopy-derive v0.6.6 |
1927 | 2025-02-21T19:44:45.461Z | Compiling num-bigint-dig v0.8.4 |
1928 | 2025-02-21T19:44:45.903Z | Compiling anyhow v1.0.96 |
1929 | 2025-02-21T19:44:46.662Z | Compiling signal-hook v0.3.17 |
1930 | 2025-02-21T19:44:48.518Z | Compiling hyper-util v0.1.10 |
1931 | 2025-02-21T19:44:49.859Z | Compiling pkcs8 v0.10.2 |
1932 | 2025-02-21T19:44:50.520Z | Compiling usdt-attr-macro v0.5.0 |
1933 | 2025-02-21T19:44:51.815Z | Compiling usdt-macro v0.5.0 |
1934 | 2025-02-21T19:44:53.080Z | Compiling async-stream-impl v0.3.6 |
1935 | 2025-02-21T19:44:53.772Z | Compiling rustversion v1.0.17 |
1936 | 2025-02-21T19:44:54.062Z | Compiling strsim v0.11.1 |
1937 | 2025-02-21T19:44:54.418Z | Compiling foreign-types-shared v0.1.1 |
1938 | 2025-02-21T19:44:54.593Z | Compiling foreign-types v0.3.2 |
1939 | 2025-02-21T19:44:55.307Z | Compiling url v2.5.3 |
1940 | 2025-02-21T19:44:55.757Z | Compiling http-body-util v0.1.2 |
1941 | 2025-02-21T19:44:56.415Z | Compiling curve25519-dalek v4.1.3 |
1942 | 2025-02-21T19:44:56.899Z | Compiling openapiv3 v2.0.0 |
1943 | 2025-02-21T19:44:57.089Z | Compiling toml_datetime v0.6.8 |
1944 | 2025-02-21T19:44:57.380Z | Compiling serde_spanned v0.6.8 |
1945 | 2025-02-21T19:44:57.664Z | Compiling enum-as-inner v0.6.1 |
1946 | 2025-02-21T19:44:58.905Z | Compiling memoffset v0.9.1 |
1947 | 2025-02-21T19:44:59.418Z | Compiling dropshot v0.12.0 |
1948 | 2025-02-21T19:44:59.863Z | Compiling encoding_rs v0.8.34 |
1949 | 2025-02-21T19:45:00.591Z | Compiling newtype-uuid v1.2.1 |
1950 | 2025-02-21T19:45:00.934Z | Compiling mime v0.3.17 |
1951 | 2025-02-21T19:45:01.166Z | Compiling match_cfg v0.1.0 |
1952 | 2025-02-21T19:45:02.134Z | Compiling portable-atomic v1.9.0 |
1953 | 2025-02-21T19:45:02.168Z | Compiling smoltcp v0.9.1 |
1954 | 2025-02-21T19:45:02.818Z | Compiling adler2 v2.0.0 |
1955 | 2025-02-21T19:45:03.052Z | Compiling miniz_oxide v0.8.0 |
1956 | 2025-02-21T19:45:04.288Z | Compiling hostname v0.3.1 |
1957 | 2025-02-21T19:45:14.435Z | Compiling serde_urlencoded v0.7.1 |
1958 | 2025-02-21T19:45:14.949Z | Compiling rustls-pemfile v2.2.0 |
1959 | 2025-02-21T19:45:15.123Z | Compiling clap_derive v4.5.28 |
1960 | 2025-02-21T19:45:15.565Z | Compiling dirs-sys-next v0.1.2 |
1961 | 2025-02-21T19:45:16.066Z | Compiling ipnet v2.10.1 |
1962 | 2025-02-21T19:45:19.405Z | Compiling openssl-probe v0.1.5 |
1963 | 2025-02-21T19:45:20.054Z | Compiling cfg_aliases v0.2.1 |
1964 | 2025-02-21T19:45:20.079Z | Compiling siphasher v0.3.11 |
1965 | 2025-02-21T19:45:20.142Z | Compiling data-encoding v2.6.0 |
1966 | 2025-02-21T19:45:20.182Z | Compiling nix v0.29.0 |
1967 | 2025-02-21T19:45:21.761Z | Compiling dirs-next v2.0.0 |
1968 | 2025-02-21T19:45:23.026Z | Compiling hubpack_derive v0.1.1 |
1969 | 2025-02-21T19:45:24.001Z | Compiling rustls-webpki v0.102.8 |
1970 | 2025-02-21T19:45:24.102Z | Compiling unicode-normalization v0.1.24 |
1971 | 2025-02-21T19:45:24.460Z | Compiling crossbeam-epoch v0.9.18 |
1972 | 2025-02-21T19:45:24.879Z | Compiling dropshot_endpoint v0.12.0 |
1973 | 2025-02-21T19:45:25.729Z | Compiling sha1 v0.10.6 |
1974 | 2025-02-21T19:45:25.829Z | Compiling signature v2.2.0 |
1975 | 2025-02-21T19:45:26.172Z | Compiling curve25519-dalek-derive v0.1.1 |
1976 | 2025-02-21T19:45:26.300Z | Compiling thread_local v1.1.8 |
1977 | 2025-02-21T19:45:26.382Z | Compiling fs-err v2.11.0 |
1978 | 2025-02-21T19:45:26.905Z | Compiling psl-types v2.0.11 |
1979 | 2025-02-21T19:45:27.620Z | Compiling gimli v0.31.1 |
1980 | 2025-02-21T19:45:28.312Z | Compiling utf8parse v0.2.2 |
1981 | 2025-02-21T19:45:28.506Z | Compiling unicode-bidi v0.3.17 |
1982 | 2025-02-21T19:45:29.268Z | Compiling anstyle v1.0.10 |
1983 | 2025-02-21T19:45:29.799Z | Compiling unicode-properties v0.1.3 |
1984 | 2025-02-21T19:45:30.095Z | Compiling winnow v0.6.20 |
1985 | 2025-02-21T19:45:30.350Z | Compiling stringprep v0.1.5 |
1986 | 2025-02-21T19:45:30.403Z | Compiling anstyle-parse v0.2.5 |
1987 | 2025-02-21T19:45:31.103Z | Compiling publicsuffix v2.3.0 |
1988 | 2025-02-21T19:45:31.392Z | Compiling crossbeam-deque v0.8.5 |
1989 | 2025-02-21T19:45:32.621Z | Compiling addr2line v0.24.2 |
1990 | 2025-02-21T19:45:33.363Z | Compiling term v0.7.0 |
1991 | 2025-02-21T19:45:33.821Z | Compiling toml_edit v0.22.22 |
1992 | 2025-02-21T19:45:34.746Z | Compiling tokio-native-tls v0.3.1 |
1993 | 2025-02-21T19:45:35.121Z | Compiling slog-json v2.6.1 |
1994 | 2025-02-21T19:45:36.071Z | Compiling crossbeam-channel v0.5.13 |
1995 | 2025-02-21T19:45:37.480Z | Compiling webpki-roots v0.26.6 |
1996 | 2025-02-21T19:45:37.754Z | Compiling futures-executor v0.3.31 |
1997 | 2025-02-21T19:45:37.896Z | Compiling num-integer v0.1.46 |
1998 | 2025-02-21T19:45:38.210Z | Compiling md-5 v0.10.6 |
1999 | 2025-02-21T19:45:38.473Z | Compiling sync_wrapper v1.0.1 |
2000 | 2025-02-21T19:45:38.605Z | Compiling ff v0.13.0 |
2001 | 2025-02-21T19:45:38.655Z | Compiling hash32 v0.2.1 |
2002 | 2025-02-21T19:45:38.863Z | Compiling memmap v0.7.0 |
2003 | 2025-02-21T19:45:39.027Z | Compiling is-terminal v0.4.13 |
2004 | 2025-02-21T19:45:39.186Z | Compiling object v0.36.5 |
2005 | 2025-02-21T19:45:39.189Z | Compiling is_terminal_polyfill v1.70.1 |
2006 | 2025-02-21T19:45:39.358Z | Compiling take_mut v0.2.2 |
2007 | 2025-02-21T19:45:39.548Z | Compiling heck v0.4.1 |
2008 | 2025-02-21T19:45:39.603Z | Compiling utf-8 v0.7.6 |
2009 | 2025-02-21T19:45:39.961Z | Compiling linked-hash-map v0.5.6 |
2010 | 2025-02-21T19:45:40.335Z | Compiling anstyle-query v1.1.1 |
2011 | 2025-02-21T19:45:40.746Z | Compiling fallible-iterator v0.2.0 |
2012 | 2025-02-21T19:45:40.746Z | Compiling tower-layer v0.3.3 |
2013 | 2025-02-21T19:45:40.746Z | Compiling rustc-demangle v0.1.24 |
2014 | 2025-02-21T19:45:40.808Z | Compiling base16ct v0.2.0 |
2015 | 2025-02-21T19:45:40.925Z | Compiling quick-error v1.2.3 |
2016 | 2025-02-21T19:45:41.041Z | Compiling colorchoice v1.0.2 |
2017 | 2025-02-21T19:45:41.131Z | Compiling resolv-conf v0.7.0 |
2018 | 2025-02-21T19:45:41.181Z | Compiling sec1 v0.7.3 |
2019 | 2025-02-21T19:45:41.217Z | Compiling anstream v0.6.15 |
2020 | 2025-02-21T19:45:41.704Z | Compiling postgres-protocol v0.6.7 |
2021 | 2025-02-21T19:45:41.735Z | Compiling tower v0.5.2 |
2022 | 2025-02-21T19:45:41.802Z | Compiling lru-cache v0.1.2 |
2023 | 2025-02-21T19:45:42.358Z | Compiling strum_macros v0.25.3 |
2024 | 2025-02-21T19:45:42.682Z | Compiling tungstenite v0.24.0 |
2025 | 2025-02-21T19:45:43.369Z | Compiling slog-term v2.9.1 |
2026 | 2025-02-21T19:45:43.668Z | Compiling usdt v0.5.0 |
2027 | 2025-02-21T19:45:44.392Z | Compiling group v0.13.0 |
2028 | 2025-02-21T19:45:44.446Z | Compiling tokio-rustls v0.26.0 |
2029 | 2025-02-21T19:45:44.724Z | Compiling num-iter v0.1.45 |
2030 | 2025-02-21T19:45:44.914Z | Compiling futures v0.3.31 |
2031 | 2025-02-21T19:45:45.176Z | Compiling toml v0.8.19 |
2032 | 2025-02-21T19:45:45.863Z | Compiling backtrace v0.3.74 |
2033 | 2025-02-21T19:45:45.941Z | Compiling tokio-rustls v0.25.0 |
2034 | 2025-02-21T19:45:46.504Z | Compiling slog-bunyan v2.5.0 |
2035 | 2025-02-21T19:45:46.720Z | Compiling hyper-tls v0.6.0 |
2036 | 2025-02-21T19:45:47.015Z | Compiling cookie_store v0.21.1 |
2037 | 2025-02-21T19:45:47.075Z | Compiling hickory-proto v0.24.3 |
2038 | 2025-02-21T19:45:47.151Z | Compiling phf_shared v0.11.2 |
2039 | 2025-02-21T19:45:47.688Z | Compiling async-stream v0.3.6 |
2040 | 2025-02-21T19:45:48.016Z | Compiling waitgroup v0.1.2 |
2041 | 2025-02-21T19:45:48.199Z | Compiling hashbrown v0.14.5 |
2042 | 2025-02-21T19:45:48.326Z | Compiling hkdf v0.12.4 |
2043 | 2025-02-21T19:45:48.571Z | Compiling terminal_size v0.4.0 |
2044 | 2025-02-21T19:45:48.809Z | Compiling serde_path_to_error v0.1.16 |
2045 | 2025-02-21T19:45:49.157Z | Compiling crypto-bigint v0.5.5 |
2046 | 2025-02-21T19:45:49.419Z | Compiling serde_repr v0.1.19 |
2047 | 2025-02-21T19:45:49.579Z | Compiling derive-where v1.2.7 |
2048 | 2025-02-21T19:45:50.692Z | Compiling hostname v0.4.0 |
2049 | 2025-02-21T19:45:50.915Z | Compiling crc32fast v1.4.2 |
2050 | 2025-02-21T19:45:51.213Z | Compiling unicode-width v0.2.0 |
2051 | 2025-02-21T19:45:51.240Z | Compiling bitflags v1.3.2 |
2052 | 2025-02-21T19:45:51.565Z | Compiling clap_lex v0.7.4 |
2053 | 2025-02-21T19:45:51.680Z | Compiling debug-ignore v1.0.5 |
2054 | 2025-02-21T19:45:51.855Z | Compiling managed v0.8.0 |
2055 | 2025-02-21T19:45:52.284Z | Compiling winnow v0.5.40 |
2056 | 2025-02-21T19:45:52.477Z | Compiling hickory-resolver v0.24.3 |
2057 | 2025-02-21T19:45:54.071Z | Compiling elliptic-curve v0.13.8 |
2058 | 2025-02-21T19:45:54.799Z | Compiling clap_builder v4.5.30 |
2059 | 2025-02-21T19:45:55.191Z | Compiling console v0.15.10 |
2060 | 2025-02-21T19:45:55.600Z | Compiling toml_edit v0.19.15 |
2061 | 2025-02-21T19:45:56.727Z | Compiling flate2 v1.0.35 |
2062 | 2025-02-21T19:45:57.293Z | Compiling regress v0.10.1 |
2063 | 2025-02-21T19:45:58.849Z | Compiling hyper-rustls v0.27.3 |
2064 | 2025-02-21T19:46:01.841Z | Compiling phf v0.11.2 |
2065 | 2025-02-21T19:46:02.409Z | Compiling signal-hook-mio v0.2.4 |
2066 | 2025-02-21T19:46:02.431Z | Compiling rayon v1.10.0 |
2067 | 2025-02-21T19:46:02.601Z | Compiling bzip2 v0.4.4 |
2068 | 2025-02-21T19:46:02.967Z | Compiling tokio-tungstenite v0.24.0 |
2069 | 2025-02-21T19:46:03.044Z | Compiling postgres-types v0.2.8 |
2070 | 2025-02-21T19:46:03.497Z | Compiling ed25519 v2.2.3 |
2071 | 2025-02-21T19:46:03.520Z | Compiling hubpack v0.1.2 |
2072 | 2025-02-21T19:46:03.828Z | Compiling phf_shared v0.10.0 |
2073 | 2025-02-21T19:46:04.232Z | Compiling pkcs1 v0.7.5 |
2074 | 2025-02-21T19:46:05.046Z | Compiling zerocopy v0.6.6 |
2075 | 2025-02-21T19:46:05.317Z | Compiling tokio-stream v0.1.16 |
2076 | 2025-02-21T19:46:05.454Z | Compiling rfc6979 v0.4.0 |
2077 | 2025-02-21T19:46:06.036Z | Compiling serde-big-array v0.5.1 |
2078 | 2025-02-21T19:46:06.286Z | Compiling float-cmp v0.10.0 |
2079 | 2025-02-21T19:46:06.547Z | Compiling bstr v1.10.0 |
2080 | 2025-02-21T19:46:06.780Z | Compiling unicode-segmentation v1.12.0 |
2081 | 2025-02-21T19:46:06.974Z | Compiling bit-vec v0.6.3 |
2082 | 2025-02-21T19:46:07.215Z | Compiling difflib v0.4.0 |
2083 | 2025-02-21T19:46:07.759Z | Compiling normalize-line-endings v0.3.0 |
2084 | 2025-02-21T19:46:07.842Z | Compiling fixedbitset v0.4.2 |
2085 | 2025-02-21T19:46:07.908Z | Compiling number_prefix v0.4.0 |
2086 | 2025-02-21T19:46:07.930Z | Compiling whoami v1.5.2 |
2087 | 2025-02-21T19:46:08.161Z | Compiling precomputed-hash v0.1.1 |
2088 | 2025-02-21T19:46:08.220Z | Compiling new_debug_unreachable v1.0.6 |
2089 | 2025-02-21T19:46:08.295Z | Compiling static_assertions v1.1.0 |
2090 | 2025-02-21T19:46:08.316Z | Compiling predicates-core v1.0.8 |
2091 | 2025-02-21T19:46:08.341Z | Compiling string_cache v0.8.7 |
2092 | 2025-02-21T19:46:08.418Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2093 | 2025-02-21T19:46:08.441Z | Compiling tokio-postgres v0.7.12 |
2094 | 2025-02-21T19:46:08.608Z | Compiling predicates v3.1.3 |
2095 | 2025-02-21T19:46:08.750Z | Compiling petgraph v0.6.5 |
2096 | 2025-02-21T19:46:09.999Z | Compiling indicatif v0.17.11 |
2097 | 2025-02-21T19:46:12.428Z | Compiling similar v2.6.0 |
2098 | 2025-02-21T19:46:13.256Z | Compiling reqwest v0.12.12 |
2099 | 2025-02-21T19:46:13.527Z | Compiling bit-set v0.5.3 |
2100 | 2025-02-21T19:46:14.015Z | Compiling qorb v0.2.1 |
2101 | 2025-02-21T19:46:14.170Z | Compiling ecdsa v0.16.9 |
2102 | 2025-02-21T19:46:14.531Z | Compiling rsa v0.9.6 |
2103 | 2025-02-21T19:46:15.027Z | Compiling ed25519-dalek v2.1.1 |
2104 | 2025-02-21T19:46:16.355Z | Compiling zip v0.6.6 |
2105 | 2025-02-21T19:46:16.910Z | Compiling crossterm v0.28.1 |
2106 | 2025-02-21T19:46:17.537Z | Compiling typify-impl v0.2.0 |
2107 | 2025-02-21T19:46:19.144Z | Compiling toml v0.7.8 |
2108 | 2025-02-21T19:46:19.712Z | Compiling clap v4.5.30 |
2109 | 2025-02-21T19:46:20.788Z | Compiling x509-cert v0.2.5 |
2110 | 2025-02-21T19:46:22.646Z | Compiling hex v0.4.3 |
2111 | 2025-02-21T19:46:28.165Z | Compiling peg-runtime v0.8.3 |
2112 | 2025-02-21T19:46:28.183Z | Compiling unicode-xid v0.2.6 |
2113 | 2025-02-21T19:46:28.519Z | Compiling lalrpop-util v0.19.12 |
2114 | 2025-02-21T19:46:28.895Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2115 | 2025-02-21T19:46:29.293Z | Compiling typify-macro v0.2.0 |
2116 | 2025-02-21T19:46:56.981Z | Compiling radium v0.7.0 |
2117 | 2025-02-21T19:47:02.732Z | Compiling tap v1.0.1 |
2118 | 2025-02-21T19:47:03.067Z | Compiling maybe-uninit v2.0.0 |
2119 | 2025-02-21T19:47:04.835Z | Compiling ident_case v1.0.1 |
2120 | 2025-02-21T19:47:05.052Z | Compiling darling_core v0.20.10 |
2121 | 2025-02-21T19:47:08.927Z | Compiling wyz v0.5.1 |
2122 | 2025-02-21T19:47:14.943Z | Compiling typify v0.2.0 |
2123 | 2025-02-21T19:47:17.220Z | Compiling unsafe-libyaml v0.2.11 |
2124 | 2025-02-21T19:47:18.118Z | Compiling funty v2.0.0 |
2125 | 2025-02-21T19:47:19.742Z | Compiling packed_struct v0.10.1 |
2126 | 2025-02-21T19:47:24.955Z | Compiling bitvec v1.0.1 |
2127 | 2025-02-21T19:47:28.223Z | Compiling serde_yaml v0.9.34+deprecated |
2128 | 2025-02-21T19:47:34.710Z | Compiling progenitor-impl v0.8.0 |
2129 | 2025-02-21T19:47:35.580Z | Compiling darling_macro v0.20.10 |
2130 | 2025-02-21T19:47:36.326Z | Compiling ipnetwork v0.21.1 |
2131 | 2025-02-21T19:47:36.506Z | Compiling packed_struct_codegen v0.10.1 |
2132 | 2025-02-21T19:47:38.842Z | Compiling structmeta-derive v0.3.0 |
2133 | 2025-02-21T19:47:38.964Z | Compiling indexmap v1.9.3 |
2134 | 2025-02-21T19:47:39.019Z | Compiling nodrop v0.1.14 |
2135 | 2025-02-21T19:47:39.191Z | Compiling fastrand v2.1.1 |
2136 | 2025-02-21T19:47:39.317Z | Compiling thiserror v2.0.11 |
2137 | 2025-02-21T19:47:39.918Z | Compiling crc-catalog v2.4.0 |
2138 | 2025-02-21T19:47:40.097Z | Compiling crc v3.2.1 |
2139 | 2025-02-21T19:47:40.556Z | Compiling progenitor-macro v0.8.0 |
2140 | 2025-02-21T19:47:40.990Z | Compiling tempfile v3.13.0 |
2141 | 2025-02-21T19:47:41.202Z | Compiling array-init v0.0.4 |
2142 | 2025-02-21T19:47:41.283Z | Compiling structmeta v0.3.0 |
2143 | 2025-02-21T19:47:42.189Z | Compiling oxnet v0.1.0 |
2144 | 2025-02-21T19:47:42.310Z | Compiling darling v0.20.10 |
2145 | 2025-02-21T19:47:42.456Z | Compiling smallvec v0.6.14 |
2146 | 2025-02-21T19:47:43.029Z | Compiling progenitor-client v0.8.0 |
2147 | 2025-02-21T19:47:43.563Z | Compiling xattr v1.3.1 |
2148 | 2025-02-21T19:47:43.869Z | Compiling thiserror-impl v2.0.11 |
2149 | 2025-02-21T19:47:43.902Z | Compiling daft-derive v0.1.1 |
2150 | 2025-02-21T19:47:45.364Z | Compiling pin-project-internal v1.1.6 |
2151 | 2025-02-21T19:47:45.765Z | Compiling filetime v0.2.25 |
2152 | 2025-02-21T19:47:45.823Z | Compiling dropshot v0.15.1 |
2153 | 2025-02-21T19:47:46.131Z | Compiling base64 v0.21.7 |
2154 | 2025-02-21T19:47:46.177Z | Compiling same-file v1.0.6 |
2155 | 2025-02-21T19:47:46.497Z | Compiling termcolor v1.4.1 |
2156 | 2025-02-21T19:47:46.705Z | Compiling bitfield v0.14.0 |
2157 | 2025-02-21T19:47:47.102Z | Compiling hashbrown v0.12.3 |
2158 | 2025-02-21T19:47:47.329Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2159 | 2025-02-21T19:47:47.504Z | Compiling env_logger v0.10.2 |
2160 | 2025-02-21T19:47:47.784Z | Compiling pin-project v1.1.6 |
2161 | 2025-02-21T19:47:48.156Z | Compiling ron v0.8.1 |
2162 | 2025-02-21T19:47:49.455Z | Compiling walkdir v2.5.0 |
2163 | 2025-02-21T19:47:50.605Z | Compiling tar v0.4.42 |
2164 | 2025-02-21T19:47:50.738Z | Compiling progenitor v0.8.0 |
2165 | 2025-02-21T19:47:50.974Z | Compiling daft v0.1.1 |
2166 | 2025-02-21T19:47:51.128Z | Compiling serde-hex v0.1.0 |
2167 | 2025-02-21T19:47:51.472Z | Compiling serde_with_macros v3.11.0 |
2168 | 2025-02-21T19:47:53.849Z | Compiling parse-display-derive v0.10.0 |
2169 | 2025-02-21T19:47:54.032Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2170 | 2025-02-21T19:47:54.398Z | Compiling strum_macros v0.26.4 |
2171 | 2025-02-21T19:47:56.296Z | Compiling hashbrown v0.13.2 |
2172 | 2025-02-21T19:47:56.587Z | Compiling dropshot_endpoint v0.15.1 |
2173 | 2025-02-21T19:47:57.372Z | Compiling snafu-derive v0.8.5 |
2174 | 2025-02-21T19:47:57.554Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2175 | 2025-02-21T19:47:58.292Z | Compiling blake3 v1.5.4 |
2176 | 2025-02-21T19:47:58.633Z | Compiling instant v0.1.13 |
2177 | 2025-02-21T19:47:58.837Z | Compiling lockfree-object-pool v0.1.6 |
2178 | 2025-02-21T19:47:58.950Z | Compiling zip v2.1.3 |
2179 | 2025-02-21T19:47:59.157Z | Compiling buf-list v1.0.3 |
2180 | 2025-02-21T19:47:59.312Z | Compiling crc-any v2.5.0 |
2181 | 2025-02-21T19:47:59.728Z | Compiling simd-adler32 v0.3.7 |
2182 | 2025-02-21T19:48:00.258Z | Compiling bumpalo v3.16.0 |
2183 | 2025-02-21T19:48:00.875Z | Compiling zopfli v0.8.1 |
2184 | 2025-02-21T19:48:01.211Z | Compiling backoff v0.4.0 |
2185 | 2025-02-21T19:48:01.566Z | Compiling snafu v0.8.5 |
2186 | 2025-02-21T19:48:01.605Z | Compiling strum v0.26.3 |
2187 | 2025-02-21T19:48:01.771Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2188 | 2025-02-21T19:48:01.822Z | Compiling object v0.30.4 |
2189 | 2025-02-21T19:48:02.003Z | Compiling parse-display v0.10.0 |
2190 | 2025-02-21T19:48:02.926Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2191 | 2025-02-21T19:48:03.970Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2192 | 2025-02-21T19:48:05.108Z | Compiling serde_with v3.11.0 |
2193 | 2025-02-21T19:48:05.676Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2194 | 2025-02-21T19:48:06.461Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2195 | 2025-02-21T19:48:07.199Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2196 | 2025-02-21T19:48:09.110Z | Compiling camino-tempfile v1.1.1 |
2197 | 2025-02-21T19:48:09.963Z | Compiling globset v0.4.15 |
2198 | 2025-02-21T19:48:13.054Z | Compiling regress v0.9.1 |
2199 | 2025-02-21T19:48:14.132Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2200 | 2025-02-21T19:48:14.340Z | Compiling progenitor-client v0.9.1 |
2201 | 2025-02-21T19:48:15.349Z | Compiling olpc-cjson v0.1.4 |
2202 | 2025-02-21T19:48:15.682Z | Compiling pem v3.0.4 |
2203 | 2025-02-21T19:48:16.016Z | Compiling macaddr v1.0.1 |
2204 | 2025-02-21T19:48:16.660Z | Compiling cargo-platform v0.1.8 |
2205 | 2025-02-21T19:48:17.155Z | Compiling serde_plain v1.0.2 |
2206 | 2025-02-21T19:48:17.182Z | Compiling async-recursion v1.1.1 |
2207 | 2025-02-21T19:48:17.706Z | Compiling memmap2 v0.9.5 |
2208 | 2025-02-21T19:48:17.740Z | Compiling typed-path v0.9.3 |
2209 | 2025-02-21T19:48:18.273Z | Compiling arrayvec v0.7.6 |
2210 | 2025-02-21T19:48:18.521Z | Compiling constant_time_eq v0.3.1 |
2211 | 2025-02-21T19:48:18.728Z | Compiling path-slash v0.1.5 |
2212 | 2025-02-21T19:48:18.783Z | Compiling arrayref v0.3.9 |
2213 | 2025-02-21T19:48:18.990Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2214 | 2025-02-21T19:48:19.874Z | Compiling cargo_metadata v0.18.1 |
2215 | 2025-02-21T19:48:20.222Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2216 | 2025-02-21T19:48:21.386Z | Compiling tough v0.19.0 |
2217 | 2025-02-21T19:48:25.163Z | Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2218 | 2025-02-21T19:48:25.511Z | Compiling itertools v0.13.0 |
2219 | 2025-02-21T19:48:25.626Z | Compiling topological-sort v0.2.2 |
2220 | 2025-02-21T19:48:25.650Z | Compiling parse-size v1.1.0 |
2221 | 2025-02-21T19:48:25.933Z | Compiling omicron-zone-package v0.12.0 |
2222 | 2025-02-21T19:48:25.974Z | Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2223 | 2025-02-21T19:48:29.188Z | Compiling shell-words v1.1.0 |
2224 | 2025-02-21T19:48:34.025Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2225 | 2025-02-21T19:48:45.432Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2226 | 2025-02-21T19:48:59.794Z | Finished `release` profile [optimized] target(s) in 5m 39s |
2227 | 2025-02-21T19:48:59.966Z | Running `target/release/omicron-releng --output-dir /work` |
2228 | 2025-02-21T19:49:00.015Z | Feb 21 19:48:58.746 DEBG changing working directory to /work/oxidecomputer/omicron |
2229 | 2025-02-21T19:49:00.124Z | Feb 21 19:48:58.854 DEBG running: git rev-parse HEAD |
2230 | 2025-02-21T19:49:00.130Z | Feb 21 19:48:58.861 DEBG process exited with exit status: 0 (6.859928ms) |
2231 | 2025-02-21T19:49:00.130Z | Feb 21 19:48:58.861 INFO version: 13.0.0-0.ci+git9190d809eca |
2232 | 2025-02-21T19:49:00.171Z | Feb 21 19:48:58.902 INFO cloning helios to /work/oxidecomputer/helios |
2233 | 2025-02-21T19:49:00.172Z | Feb 21 19:48:58.902 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
2234 | 2025-02-21T19:49:00.178Z | Cloning into '/work/oxidecomputer/helios'... |
2235 | 2025-02-21T19:49:00.710Z | Feb 21 19:48:59.441 DEBG process exited with exit status: 0 (538.14205ms) |
2236 | 2025-02-21T19:49:00.710Z | Feb 21 19:48:59.441 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
2237 | 2025-02-21T19:49:01.613Z | Feb 21 19:49:00.343 DEBG process exited with exit status: 0 (902.444405ms) |
2238 | 2025-02-21T19:49:01.613Z | Feb 21 19:49:00.343 DEBG running: zfs list rpool/images/build/host |
2239 | 2025-02-21T19:49:01.620Z | NAME USED AVAIL REFER MOUNTPOINT |
2240 | 2025-02-21T19:49:01.620Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
2241 | 2025-02-21T19:49:01.623Z | Feb 21 19:49:00.351 DEBG process exited with exit status: 0 (7.638083ms) |
2242 | 2025-02-21T19:49:01.623Z | Feb 21 19:49:00.351 DEBG running: zfs list rpool/images/build/recovery |
2243 | 2025-02-21T19:49:01.627Z | NAME USED AVAIL REFER MOUNTPOINT |
2244 | 2025-02-21T19:49:01.627Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
2245 | 2025-02-21T19:49:01.630Z | Feb 21 19:49:00.358 DEBG process exited with exit status: 0 (6.512146ms) |
2246 | 2025-02-21T19:49:01.630Z | Feb 21 19:49:00.358 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
2247 | 2025-02-21T19:49:01.636Z | # branch.oid 1e0785c95bda2195e187a1605f4ed360e6a0c0fa |
2248 | 2025-02-21T19:49:01.636Z | # branch.head master |
2249 | 2025-02-21T19:49:01.636Z | # branch.upstream origin/master |
2250 | 2025-02-21T19:49:01.636Z | # branch.ab +0 -0 |
2251 | 2025-02-21T19:49:01.638Z | Feb 21 19:49:00.366 DEBG process exited with exit status: 0 (8.392691ms) |
2252 | 2025-02-21T19:49:01.638Z | Feb 21 19:49:00.367 INFO [hubris-staging] running task |
2253 | 2025-02-21T19:49:01.638Z | Feb 21 19:49:00.367 INFO [hubris-production] running task |
2254 | 2025-02-21T19:49:01.638Z | Feb 21 19:49:00.368 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
2255 | 2025-02-21T19:49:01.641Z | Feb 21 19:49:00.371 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 |
2256 | 2025-02-21T19:49:01.717Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
2257 | 2025-02-21T19:49:02.121Z | [ omicron-package] Blocking waiting for file lock on package cache |
2258 | 2025-02-21T19:49:03.085Z | [ omicron-package] Blocking waiting for file lock on package cache |
2259 | 2025-02-21T19:49:03.773Z | Feb 21 19:49:02.501 INFO [hubris-production] task succeeded (2.133942838s) |
2260 | 2025-02-21T19:49:04.352Z | [ omicron-package] Compiling ring v0.17.9 |
2261 | 2025-02-21T19:49:04.614Z | [ omicron-package] Compiling zerocopy v0.8.10 |
2262 | 2025-02-21T19:49:04.617Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
2263 | 2025-02-21T19:49:04.617Z | [ omicron-package] Compiling itertools v0.13.0 |
2264 | 2025-02-21T19:49:04.617Z | [ omicron-package] Compiling zerocopy-derive v0.8.10 |
2265 | 2025-02-21T19:49:04.617Z | [ omicron-package] Compiling heapless v0.8.0 |
2266 | 2025-02-21T19:49:04.617Z | [ omicron-package] Compiling hash32 v0.3.1 |
2267 | 2025-02-21T19:49:05.919Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2268 | 2025-02-21T19:49:06.198Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
2269 | 2025-02-21T19:49:06.851Z | [ omicron-package] Compiling smoltcp v0.11.0 |
2270 | 2025-02-21T19:49:07.359Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
2271 | 2025-02-21T19:49:08.292Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2272 | 2025-02-21T19:49:08.629Z | [ omicron-package] Compiling cobs v0.2.3 |
2273 | 2025-02-21T19:49:09.688Z | [ omicron-package] Compiling postcard v1.0.10 |
2274 | 2025-02-21T19:49:09.938Z | [ omicron-package] Compiling num_enum v0.5.11 |
2275 | 2025-02-21T19:49:10.063Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2276 | 2025-02-21T19:49:10.407Z | [ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2277 | 2025-02-21T19:49:10.499Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
2278 | 2025-02-21T19:49:11.213Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
2279 | 2025-02-21T19:49:11.272Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
2280 | 2025-02-21T19:49:11.448Z | [ omicron-package] Compiling rustls v0.22.4 |
2281 | 2025-02-21T19:49:11.592Z | [ omicron-package] Compiling rustls v0.23.19 |
2282 | 2025-02-21T19:49:11.676Z | [ omicron-package] Compiling unicode-width v0.1.14 |
2283 | 2025-02-21T19:49:11.822Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2284 | 2025-02-21T19:49:12.840Z | [ omicron-package] Compiling tabwriter v1.4.0 |
2285 | 2025-02-21T19:49:14.297Z | [ omicron-package] Compiling foreign-types v0.5.0 |
2286 | 2025-02-21T19:49:14.888Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2287 | 2025-02-21T19:49:15.071Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
2288 | 2025-02-21T19:49:15.169Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2289 | 2025-02-21T19:49:15.692Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
2290 | 2025-02-21T19:49:16.234Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2291 | 2025-02-21T19:49:16.542Z | [ omicron-package] Compiling rustls-webpki v0.102.8 |
2292 | 2025-02-21T19:49:16.789Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
2293 | 2025-02-21T19:49:16.938Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2294 | 2025-02-21T19:49:16.987Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2295 | 2025-02-21T19:49:17.206Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2296 | 2025-02-21T19:49:17.723Z | [ omicron-package] Compiling colored v2.1.0 |
2297 | 2025-02-21T19:49:18.479Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2298 | 2025-02-21T19:49:19.216Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
2299 | 2025-02-21T19:49:20.025Z | [ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2300 | 2025-02-21T19:49:20.065Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2301 | 2025-02-21T19:49:20.946Z | [ omicron-package] Compiling sigpipe v0.1.3 |
2302 | 2025-02-21T19:49:21.187Z | [ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2303 | 2025-02-21T19:49:21.220Z | [ omicron-package] Compiling num-derive v0.4.2 |
2304 | 2025-02-21T19:49:21.266Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
2305 | 2025-02-21T19:49:21.797Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2306 | 2025-02-21T19:49:22.526Z | [ omicron-package] Compiling zone v0.3.0 |
2307 | 2025-02-21T19:49:22.564Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2308 | 2025-02-21T19:49:23.428Z | [ omicron-package] Compiling smf v0.2.3 |
2309 | 2025-02-21T19:49:24.298Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2310 | 2025-02-21T19:49:25.380Z | [ omicron-package] Compiling tokio-rustls v0.25.0 |
2311 | 2025-02-21T19:49:26.052Z | [ omicron-package] Compiling dropshot v0.12.0 |
2312 | 2025-02-21T19:49:27.128Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2313 | 2025-02-21T19:49:27.233Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2314 | 2025-02-21T19:49:28.705Z | [ omicron-package] Compiling tokio-rustls v0.26.0 |
2315 | 2025-02-21T19:49:29.220Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2316 | 2025-02-21T19:49:29.317Z | [ omicron-package] Compiling hyper-rustls v0.27.3 |
2317 | 2025-02-21T19:49:29.876Z | [ omicron-package] Compiling reqwest v0.12.12 |
2318 | 2025-02-21T19:49:30.148Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2319 | 2025-02-21T19:49:34.309Z | [ omicron-package] Compiling qorb v0.2.1 |
2320 | 2025-02-21T19:49:34.850Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
2321 | 2025-02-21T19:49:36.207Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2322 | 2025-02-21T19:49:36.518Z | Feb 21 19:49:35.227 INFO [hubris-staging] task succeeded (34.85979507s) |
2323 | 2025-02-21T19:49:36.520Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2324 | 2025-02-21T19:49:36.573Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2325 | 2025-02-21T19:49:37.446Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2326 | 2025-02-21T19:49:37.576Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2327 | 2025-02-21T19:49:37.927Z | [ omicron-package] Compiling gethostname v0.5.0 |
2328 | 2025-02-21T19:49:38.367Z | [ omicron-package] Compiling indent_write v2.2.0 |
2329 | 2025-02-21T19:49:39.267Z | [ omicron-package] Compiling dropshot v0.15.1 |
2330 | 2025-02-21T19:49:40.677Z | [ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2331 | 2025-02-21T19:49:41.463Z | [ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2332 | 2025-02-21T19:49:47.236Z | [ helios-setup] Feb 21 19:49:45.939 INFO helios repository root is: /work/oxidecomputer/helios |
2333 | 2025-02-21T19:49:47.239Z | [ helios-setup] Feb 21 19:49:45.941 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 |
2334 | 2025-02-21T19:49:47.239Z | [ helios-setup] Feb 21 19:49:45.942 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2335 | 2025-02-21T19:49:47.244Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2336 | 2025-02-21T19:49:48.352Z | [ omicron-package] Compiling progenitor-client v0.8.0 |
2337 | 2025-02-21T19:49:48.759Z | [ helios-setup] Feb 21 19:49:47.461 INFO clone ok!, project: chelsio-t6-roms |
2338 | 2025-02-21T19:49:48.762Z | [ helios-setup] Feb 21 19:49:47.461 INFO project bootserver: Project { github: Some("oxidecomputer/boot-image-tools"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: bootserver |
2339 | 2025-02-21T19:49:48.762Z | [ helios-setup] Feb 21 19:49:47.462 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2340 | 2025-02-21T19:49:48.765Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2341 | 2025-02-21T19:49:49.290Z | [ omicron-package] Compiling progenitor v0.8.0 |
2342 | 2025-02-21T19:49:49.449Z | [ helios-setup] Feb 21 19:49:48.150 INFO clone ok!, project: bootserver |
2343 | 2025-02-21T19:49:49.452Z | [ helios-setup] Feb 21 19:49:48.150 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2344 | 2025-02-21T19:49:49.452Z | [ helios-setup] Feb 21 19:49:48.150 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2345 | 2025-02-21T19:49:49.452Z | [ helios-setup] Feb 21 19:49:48.151 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2346 | 2025-02-21T19:49:49.452Z | [ helios-setup] Feb 21 19:49:48.151 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 |
2347 | 2025-02-21T19:49:49.452Z | [ helios-setup] Feb 21 19:49:48.151 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 |
2348 | 2025-02-21T19:49:49.455Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2349 | 2025-02-21T19:49:49.556Z | [ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2350 | 2025-02-21T19:49:50.784Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2351 | 2025-02-21T19:49:50.808Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2352 | 2025-02-21T19:49:53.134Z | [ omicron-package] Compiling progenitor-client v0.9.1 |
2353 | 2025-02-21T19:49:54.229Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2354 | 2025-02-21T19:49:57.424Z | [ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2355 | 2025-02-21T19:49:59.231Z | [ helios-setup] Submodule path 'amd-firmware': checked out '1a6eeff3c909666c2c562bb7d934fad7744bf7de' |
2356 | 2025-02-21T19:49:59.248Z | [ helios-setup] Feb 21 19:49:57.943 INFO clone ok!, project: amd-host-image-builder |
2357 | 2025-02-21T19:49:59.252Z | [ helios-setup] Feb 21 19:49:57.944 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 |
2358 | 2025-02-21T19:49:59.252Z | [ helios-setup] Feb 21 19:49:57.944 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2359 | 2025-02-21T19:49:59.255Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2360 | 2025-02-21T19:50:00.086Z | [ helios-setup] Feb 21 19:49:58.781 INFO clone ok!, project: pinprick |
2361 | 2025-02-21T19:50:00.089Z | [ helios-setup] Feb 21 19:49:58.782 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 |
2362 | 2025-02-21T19:50:00.089Z | [ helios-setup] Feb 21 19:49:58.782 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2363 | 2025-02-21T19:50:00.094Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2364 | 2025-02-21T19:50:01.227Z | [ helios-setup] Feb 21 19:49:59.922 INFO clone ok!, project: pilot |
2365 | 2025-02-21T19:50:01.230Z | [ helios-setup] Feb 21 19:49:59.922 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 |
2366 | 2025-02-21T19:50:01.230Z | [ helios-setup] Feb 21 19:49:59.922 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2367 | 2025-02-21T19:50:01.234Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2368 | 2025-02-21T19:50:02.224Z | [ helios-setup] Feb 21 19:50:00.918 INFO clone ok!, project: phbl |
2369 | 2025-02-21T19:50:02.227Z | [ helios-setup] Feb 21 19:50:00.918 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 |
2370 | 2025-02-21T19:50:02.227Z | [ helios-setup] Feb 21 19:50:00.918 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2371 | 2025-02-21T19:50:02.229Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2372 | 2025-02-21T19:50:03.089Z | [ helios-setup] Feb 21 19:50:01.781 INFO clone ok!, project: image-builder |
2373 | 2025-02-21T19:50:03.093Z | [ helios-setup] Feb 21 19:50:01.782 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 |
2374 | 2025-02-21T19:50:03.093Z | [ helios-setup] Feb 21 19:50:01.782 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2375 | 2025-02-21T19:50:03.099Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2376 | 2025-02-21T19:50:05.207Z | [ omicron-package] Compiling omicron-zone-package v0.12.0 |
2377 | 2025-02-21T19:50:12.808Z | [ helios-setup] Feb 21 19:50:11.495 INFO clone ok!, project: amd-firmware |
2378 | 2025-02-21T19:50:12.812Z | [ helios-setup] Feb 21 19:50:11.496 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2379 | 2025-02-21T19:50:13.429Z | [ helios-setup] Feb 21 19:50:12.116 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2380 | 2025-02-21T19:50:13.975Z | [ helios-setup] Feb 21 19:50:12.652 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2381 | 2025-02-21T19:50:13.975Z | [ helios-setup] Feb 21 19:50:12.652 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2382 | 2025-02-21T19:50:14.507Z | [ helios-setup] Feb 21 19:50:13.192 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2383 | 2025-02-21T19:50:15.141Z | [ helios-setup] Feb 21 19:50:13.827 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2384 | 2025-02-21T19:50:15.144Z | [ helios-setup] Feb 21 19:50:13.827 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2385 | 2025-02-21T19:50:15.721Z | [ helios-setup] Feb 21 19:50:14.406 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2386 | 2025-02-21T19:50:16.389Z | [ helios-setup] Feb 21 19:50:15.075 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2387 | 2025-02-21T19:50:16.393Z | [ helios-setup] Feb 21 19:50:15.075 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2388 | 2025-02-21T19:50:16.393Z | [ helios-setup] Feb 21 19:50:15.075 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2389 | 2025-02-21T19:50:16.393Z | [ helios-setup] Feb 21 19:50:15.075 INFO ok! |
2390 | 2025-02-21T19:50:16.393Z | [ helios-setup] Feb 21 19:50:15.076 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2391 | 2025-02-21T19:50:16.393Z | [ helios-setup] Feb 21 19:50:15.076 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2392 | 2025-02-21T19:50:16.393Z | [ helios-setup] Feb 21 19:50:15.076 INFO ok! |
2393 | 2025-02-21T19:50:16.393Z | [ helios-setup] Feb 21 19:50:15.076 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2394 | 2025-02-21T19:50:16.393Z | [ helios-setup] Feb 21 19:50:15.076 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2395 | 2025-02-21T19:50:16.393Z | [ helios-setup] Feb 21 19:50:15.076 INFO ok! |
2396 | 2025-02-21T19:50:16.393Z | [ helios-setup] Feb 21 19:50:15.076 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
2397 | 2025-02-21T19:50:16.393Z | [ helios-setup] Feb 21 19:50:15.076 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
2398 | 2025-02-21T19:50:16.675Z | [ helios-setup] Feb 21 19:50:15.359 INFO E| Downloading crates ... |
2399 | 2025-02-21T19:50:16.806Z | [ helios-setup] Feb 21 19:50:15.491 INFO E| Downloaded block-buffer v0.10.3 |
2400 | 2025-02-21T19:50:16.837Z | [ helios-setup] Feb 21 19:50:15.522 INFO E| Downloaded unicode-width v0.1.10 |
2401 | 2025-02-21T19:50:16.840Z | [ helios-setup] Feb 21 19:50:15.525 INFO E| Downloaded miniz_oxide v0.6.2 |
2402 | 2025-02-21T19:50:16.843Z | [ helios-setup] Feb 21 19:50:15.528 INFO E| Downloaded sha2 v0.10.5 |
2403 | 2025-02-21T19:50:16.846Z | [ helios-setup] Feb 21 19:50:15.531 INFO E| Downloaded bytes v1.2.1 |
2404 | 2025-02-21T19:50:16.852Z | [ helios-setup] Feb 21 19:50:15.537 INFO E| Downloaded generic-array v0.14.6 |
2405 | 2025-02-21T19:50:16.855Z | [ helios-setup] Feb 21 19:50:15.540 INFO E| Downloaded typenum v1.15.0 |
2406 | 2025-02-21T19:50:16.858Z | [ helios-setup] Feb 21 19:50:15.543 INFO E| Downloaded cpufeatures v0.2.5 |
2407 | 2025-02-21T19:50:16.861Z | [ helios-setup] Feb 21 19:50:15.545 INFO E| Downloaded anyhow v1.0.62 |
2408 | 2025-02-21T19:50:16.865Z | [ helios-setup] Feb 21 19:50:15.551 INFO E| Downloaded digest v0.10.3 |
2409 | 2025-02-21T19:50:16.868Z | [ helios-setup] Feb 21 19:50:15.553 INFO E| Downloaded flate2 v1.0.25 |
2410 | 2025-02-21T19:50:16.940Z | [ helios-setup] Feb 21 19:50:15.625 INFO E| Compiling version_check v0.9.4 |
2411 | 2025-02-21T19:50:16.940Z | [ helios-setup] Feb 21 19:50:15.625 INFO E| Compiling typenum v1.15.0 |
2412 | 2025-02-21T19:50:16.940Z | [ helios-setup] Feb 21 19:50:15.625 INFO E| Compiling crc32fast v1.3.2 |
2413 | 2025-02-21T19:50:16.942Z | [ helios-setup] Feb 21 19:50:15.625 INFO E| Compiling cfg-if v1.0.0 |
2414 | 2025-02-21T19:50:16.942Z | [ helios-setup] Feb 21 19:50:15.625 INFO E| Compiling anyhow v1.0.62 |
2415 | 2025-02-21T19:50:16.942Z | [ helios-setup] Feb 21 19:50:15.625 INFO E| Compiling adler v1.0.2 |
2416 | 2025-02-21T19:50:16.942Z | [ helios-setup] Feb 21 19:50:15.625 INFO E| Compiling cpufeatures v0.2.5 |
2417 | 2025-02-21T19:50:16.943Z | [ helios-setup] Feb 21 19:50:15.625 INFO E| Compiling unicode-width v0.1.10 |
2418 | 2025-02-21T19:50:17.332Z | [ helios-setup] Feb 21 19:50:16.017 INFO E| Compiling bytes v1.2.1 |
2419 | 2025-02-21T19:50:17.482Z | [ helios-setup] Feb 21 19:50:16.167 INFO E| Compiling miniz_oxide v0.6.2 |
2420 | 2025-02-21T19:50:17.730Z | [ helios-setup] Feb 21 19:50:16.414 INFO E| Compiling getopts v0.2.21 |
2421 | 2025-02-21T19:50:17.881Z | [ helios-setup] Feb 21 19:50:16.565 INFO E| Compiling bitflags v1.3.2 |
2422 | 2025-02-21T19:50:18.329Z | [ helios-setup] Feb 21 19:50:17.014 INFO E| Compiling generic-array v0.14.6 |
2423 | 2025-02-21T19:50:19.206Z | [ helios-setup] Feb 21 19:50:17.890 INFO E| Compiling flate2 v1.0.25 |
2424 | 2025-02-21T19:50:20.637Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2425 | 2025-02-21T19:50:22.658Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2426 | 2025-02-21T19:50:22.838Z | [ helios-setup] Feb 21 19:50:21.520 INFO E| Compiling crypto-common v0.1.6 |
2427 | 2025-02-21T19:50:22.839Z | [ helios-setup] Feb 21 19:50:21.520 INFO E| Compiling block-buffer v0.10.3 |
2428 | 2025-02-21T19:50:23.069Z | [ helios-setup] Feb 21 19:50:21.751 INFO E| Compiling digest v0.10.3 |
2429 | 2025-02-21T19:50:23.417Z | [ helios-setup] Feb 21 19:50:22.098 INFO E| Compiling sha2 v0.10.5 |
2430 | 2025-02-21T19:50:23.980Z | [ helios-setup] Feb 21 19:50:22.661 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
2431 | 2025-02-21T19:50:25.418Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2432 | 2025-02-21T19:50:28.404Z | [ helios-setup] Feb 21 19:50:27.082 INFO E| Finished `release` profile [optimized] target(s) in 11.90s |
2433 | 2025-02-21T19:50:28.417Z | [ helios-setup] Feb 21 19:50:27.096 INFO building project "bootserver" ok (12 seconds) |
2434 | 2025-02-21T19:50:28.417Z | [ helios-setup] Feb 21 19:50:27.096 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2435 | 2025-02-21T19:50:28.420Z | [ helios-setup] Feb 21 19:50:27.096 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2436 | 2025-02-21T19:50:28.427Z | [ helios-setup] Feb 21 19:50:27.106 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2437 | 2025-02-21T19:50:28.631Z | [ helios-setup] Feb 21 19:50:27.309 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2438 | 2025-02-21T19:50:28.631Z | [ helios-setup] Feb 21 19:50:27.309 INFO E| info: downloading component 'cargo' |
2439 | 2025-02-21T19:50:29.826Z | [ helios-setup] Feb 21 19:50:28.504 INFO E| info: downloading component 'clippy' |
2440 | 2025-02-21T19:50:30.196Z | [ helios-setup] Feb 21 19:50:28.873 INFO E| info: downloading component 'rust-docs' |
2441 | 2025-02-21T19:50:31.593Z | [ helios-setup] Feb 21 19:50:30.269 INFO E| info: downloading component 'rust-src' |
2442 | 2025-02-21T19:50:31.793Z | [ helios-setup] Feb 21 19:50:30.469 INFO E| info: downloading component 'rust-std' |
2443 | 2025-02-21T19:50:33.690Z | [ helios-setup] Feb 21 19:50:32.365 INFO E| info: downloading component 'rustc' |
2444 | 2025-02-21T19:50:39.362Z | [ helios-setup] Feb 21 19:50:38.034 INFO E| info: downloading component 'rustfmt' |
2445 | 2025-02-21T19:50:39.611Z | [ helios-setup] Feb 21 19:50:38.283 INFO E| info: installing component 'cargo' |
2446 | 2025-02-21T19:50:40.482Z | [ helios-setup] Feb 21 19:50:39.154 INFO E| info: installing component 'clippy' |
2447 | 2025-02-21T19:50:40.795Z | [ helios-setup] Feb 21 19:50:39.466 INFO E| info: installing component 'rust-docs' |
2448 | 2025-02-21T19:50:41.490Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 1m 39s |
2449 | 2025-02-21T19:50:41.815Z | [ omicron-package] |
2450 | 2025-02-21T19:50:41.815Z | Feb 21 19:50:40.486 INFO [omicron-package] process exited with exit status: 0 (100.114351721s) |
2451 | 2025-02-21T19:50:41.815Z | [ omicron-package] real 1:40.039813839 |
2452 | 2025-02-21T19:50:41.820Z | [ omicron-package] user 9:04.772246999 |
2453 | 2025-02-21T19:50:41.820Z | [ omicron-package] sys 31.517591495 |
2454 | 2025-02-21T19:50:41.820Z | [ omicron-package] trap 1.181891966 |
2455 | 2025-02-21T19:50:41.820Z | [ omicron-package] tflt 0.789630983 |
2456 | 2025-02-21T19:50:41.820Z | [ omicron-package] dflt 0.710826606 |
2457 | 2025-02-21T19:50:41.820Z | [ omicron-package] kflt 0.002814400 |
2458 | 2025-02-21T19:50:41.820Z | [ omicron-package] lock 18:34.558182108 |
2459 | 2025-02-21T19:50:41.820Z | [ omicron-package] slp 30:42.720067450 |
2460 | 2025-02-21T19:50:41.820Z | [ omicron-package] lat 2:52.207913370 |
2461 | 2025-02-21T19:50:41.820Z | [ omicron-package] stop 1:07.116064080 |
2462 | 2025-02-21T19:50:41.820Z | Feb 21 19:50:40.487 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host |
2463 | 2025-02-21T19:50:41.895Z | Feb 21 19:50:40.565 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery |
2464 | 2025-02-21T19:50:41.909Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
2465 | 2025-02-21T19:50:41.912Z | [ host-target] Created new build target 'host' and set it as active |
2466 | 2025-02-21T19:50:41.912Z | Feb 21 19:50:40.582 INFO [host-target] process exited with exit status: 0 (95.569407ms) |
2467 | 2025-02-21T19:50:41.914Z | Feb 21 19:50:40.583 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
2468 | 2025-02-21T19:50:41.921Z | [ recovery-target] Created new build target 'recovery' and set it as active |
2469 | 2025-02-21T19:50:41.921Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
2470 | 2025-02-21T19:50:41.924Z | Feb 21 19:50:40.595 INFO [recovery-target] process exited with exit status: 0 (29.353907ms) |
2471 | 2025-02-21T19:50:41.935Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
2472 | 2025-02-21T19:50:42.361Z | [ helios-setup] Feb 21 19:50:41.031 INFO E| info: installing component 'rust-src' |
2473 | 2025-02-21T19:50:42.691Z | [ helios-setup] Feb 21 19:50:41.361 INFO E| info: installing component 'rust-std' |
2474 | 2025-02-21T19:50:43.372Z | [ host-package] Compiling ring v0.17.9 |
2475 | 2025-02-21T19:50:43.557Z | [ host-package] Compiling thiserror v2.0.11 |
2476 | 2025-02-21T19:50:43.579Z | [ host-package] Compiling typify-impl v0.3.0 |
2477 | 2025-02-21T19:50:43.597Z | [ host-package] Compiling convert_case v0.4.0 |
2478 | 2025-02-21T19:50:43.600Z | [ host-package] Compiling newline-converter v0.3.0 |
2479 | 2025-02-21T19:50:43.600Z | [ host-package] Compiling password-hash v0.5.0 |
2480 | 2025-02-21T19:50:43.600Z | [ host-package] Compiling blake2 v0.10.6 |
2481 | 2025-02-21T19:50:43.856Z | [ host-package] Compiling expectorate v1.1.0 |
2482 | 2025-02-21T19:50:44.142Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2483 | 2025-02-21T19:50:44.268Z | [ host-package] Compiling derive_more v0.99.19 |
2484 | 2025-02-21T19:50:44.631Z | [ helios-setup] Feb 21 19:50:43.299 INFO E| info: installing component 'rustc' |
2485 | 2025-02-21T19:50:45.082Z | [ host-package] Compiling argon2 v0.5.3 |
2486 | 2025-02-21T19:50:45.455Z | [ host-package] Compiling atomicwrites v0.4.4 |
2487 | 2025-02-21T19:50:46.247Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2488 | 2025-02-21T19:50:46.284Z | [ host-package] Compiling owo-colors v4.1.0 |
2489 | 2025-02-21T19:50:46.943Z | [ host-package] Compiling num-rational v0.4.2 |
2490 | 2025-02-21T19:50:46.977Z | [ host-package] Compiling num-complex v0.4.6 |
2491 | 2025-02-21T19:50:48.229Z | [ host-package] Compiling num v0.4.3 |
2492 | 2025-02-21T19:50:48.572Z | [ host-package] Compiling libsw v3.3.1 |
2493 | 2025-02-21T19:50:49.034Z | [ host-package] Compiling rustls v0.23.19 |
2494 | 2025-02-21T19:50:49.082Z | [ host-package] Compiling rustls v0.22.4 |
2495 | 2025-02-21T19:50:49.125Z | [ host-package] Compiling float-ord v0.3.2 |
2496 | 2025-02-21T19:50:49.396Z | [ host-package] Compiling linear-map v1.2.0 |
2497 | 2025-02-21T19:50:49.631Z | [ host-package] Compiling swrite v0.1.0 |
2498 | 2025-02-21T19:50:49.794Z | [ host-package] Compiling highway v1.2.0 |
2499 | 2025-02-21T19:50:49.863Z | [ host-package] Compiling semver v0.1.20 |
2500 | 2025-02-21T19:50:50.396Z | [ host-package] Compiling rustc_version v0.1.7 |
2501 | 2025-02-21T19:50:50.593Z | [ helios-setup] Feb 21 19:50:49.259 INFO E| info: installing component 'rustfmt' |
2502 | 2025-02-21T19:50:50.619Z | [ host-package] Compiling tungstenite v0.21.0 |
2503 | 2025-02-21T19:50:50.800Z | [ host-package] Compiling ipnetwork v0.21.1 |
2504 | 2025-02-21T19:50:50.853Z | [ host-package] Compiling newtype_derive v0.1.6 |
2505 | 2025-02-21T19:50:51.247Z | [ host-package] Compiling humantime v2.1.0 |
2506 | 2025-02-21T19:50:51.304Z | [ helios-setup] Feb 21 19:50:49.968 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2507 | 2025-02-21T19:50:51.363Z | [ host-package] Compiling oxnet v0.1.0 |
2508 | 2025-02-21T19:50:51.819Z | [ host-package] Compiling rustls-webpki v0.102.8 |
2509 | 2025-02-21T19:50:52.146Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2510 | 2025-02-21T19:50:52.209Z | [ helios-setup] Feb 21 19:50:50.874 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2511 | 2025-02-21T19:50:52.209Z | [ helios-setup] Feb 21 19:50:50.874 INFO E| * [new ref] fb4e63cc3fd34b5581b0e487c2f5d4addca198a6 -> refs/commit/fb4e63cc3fd34b5581b0e487c2f5d4addca198a6 |
2512 | 2025-02-21T19:50:52.212Z | [ helios-setup] Feb 21 19:50:50.874 INFO E| * [new tag] v0.4.5 -> v0.4.5 |
2513 | 2025-02-21T19:50:52.227Z | [ host-package] Compiling daft v0.1.1 |
2514 | 2025-02-21T19:50:52.240Z | [ helios-setup] Feb 21 19:50:50.903 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2515 | 2025-02-21T19:50:52.240Z | [ helios-setup] Feb 21 19:50:50.903 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2516 | 2025-02-21T19:50:52.243Z | [ helios-setup] Feb 21 19:50:50.903 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2517 | 2025-02-21T19:50:52.243Z | [ helios-setup] Feb 21 19:50:50.903 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2518 | 2025-02-21T19:50:52.243Z | [ helios-setup] Feb 21 19:50:50.904 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2519 | 2025-02-21T19:50:52.243Z | [ helios-setup] Feb 21 19:50:50.904 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2520 | 2025-02-21T19:50:52.243Z | [ helios-setup] Feb 21 19:50:50.904 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2521 | 2025-02-21T19:50:52.243Z | [ helios-setup] Feb 21 19:50:50.904 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
2522 | 2025-02-21T19:50:52.243Z | [ helios-setup] Feb 21 19:50:50.904 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2523 | 2025-02-21T19:50:52.243Z | [ helios-setup] Feb 21 19:50:50.904 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2524 | 2025-02-21T19:50:52.243Z | [ helios-setup] Feb 21 19:50:50.904 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
2525 | 2025-02-21T19:50:52.243Z | [ helios-setup] Feb 21 19:50:50.904 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
2526 | 2025-02-21T19:50:52.243Z | [ helios-setup] Feb 21 19:50:50.905 INFO E| * [new tag] v0.4.4 -> v0.4.4 |
2527 | 2025-02-21T19:50:52.281Z | [ helios-setup] Feb 21 19:50:50.945 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
2528 | 2025-02-21T19:50:52.723Z | [ host-package] Compiling dropshot v0.15.1 |
2529 | 2025-02-21T19:50:53.096Z | [ host-package] Compiling instant v0.1.13 |
2530 | 2025-02-21T19:50:53.249Z | [ helios-setup] Feb 21 19:50:51.912 INFO E| From https://github.com/oxidecomputer/amd-efs |
2531 | 2025-02-21T19:50:53.252Z | [ helios-setup] Feb 21 19:50:51.912 INFO E| * [new branch] empty -> origin/empty |
2532 | 2025-02-21T19:50:53.252Z | [ helios-setup] Feb 21 19:50:51.912 INFO E| * [new branch] issue-99 -> origin/issue-99 |
2533 | 2025-02-21T19:50:53.252Z | [ helios-setup] Feb 21 19:50:51.912 INFO E| * [new branch] main -> origin/main |
2534 | 2025-02-21T19:50:53.252Z | [ helios-setup] Feb 21 19:50:51.912 INFO E| * [new branch] review -> origin/review |
2535 | 2025-02-21T19:50:53.252Z | [ helios-setup] Feb 21 19:50:51.913 INFO E| * [new ref] -> origin/HEAD |
2536 | 2025-02-21T19:50:53.252Z | [ helios-setup] Feb 21 19:50:51.913 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2537 | 2025-02-21T19:50:53.252Z | [ helios-setup] Feb 21 19:50:51.913 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
2538 | 2025-02-21T19:50:53.252Z | [ helios-setup] Feb 21 19:50:51.913 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
2539 | 2025-02-21T19:50:53.252Z | [ helios-setup] Feb 21 19:50:51.913 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
2540 | 2025-02-21T19:50:53.252Z | [ helios-setup] Feb 21 19:50:51.914 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
2541 | 2025-02-21T19:50:53.252Z | [ helios-setup] Feb 21 19:50:51.914 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
2542 | 2025-02-21T19:50:53.252Z | [ helios-setup] Feb 21 19:50:51.914 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
2543 | 2025-02-21T19:50:53.252Z | [ helios-setup] Feb 21 19:50:51.914 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
2544 | 2025-02-21T19:50:53.252Z | [ helios-setup] Feb 21 19:50:51.914 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2545 | 2025-02-21T19:50:53.252Z | [ helios-setup] Feb 21 19:50:51.914 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2546 | 2025-02-21T19:50:53.252Z | [ helios-setup] Feb 21 19:50:51.914 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2547 | 2025-02-21T19:50:53.252Z | [ helios-setup] Feb 21 19:50:51.914 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2548 | 2025-02-21T19:50:53.252Z | [ helios-setup] Feb 21 19:50:51.915 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
2549 | 2025-02-21T19:50:53.252Z | [ helios-setup] Feb 21 19:50:51.915 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
2550 | 2025-02-21T19:50:53.252Z | [ helios-setup] Feb 21 19:50:51.915 INFO E| * [new tag] v0.4.4 -> v0.4.4 |
2551 | 2025-02-21T19:50:53.278Z | [ helios-setup] Feb 21 19:50:51.941 INFO E| Updating crates.io index |
2552 | 2025-02-21T19:50:53.312Z | [ host-package] Compiling backoff v0.4.0 |
2553 | 2025-02-21T19:50:53.498Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2554 | 2025-02-21T19:50:53.696Z | [ host-package] Compiling steno v0.4.1 |
2555 | 2025-02-21T19:50:53.879Z | [ helios-setup] Feb 21 19:50:52.542 INFO E| Downloading crates ... |
2556 | 2025-02-21T19:50:54.019Z | [ host-package] Compiling parse-display v0.10.0 |
2557 | 2025-02-21T19:50:54.028Z | [ helios-setup] Feb 21 19:50:52.690 INFO E| Downloaded atty v0.2.14 |
2558 | 2025-02-21T19:50:54.050Z | [ helios-setup] Feb 21 19:50:52.713 INFO E| Downloaded ansi_term v0.12.1 |
2559 | 2025-02-21T19:50:54.082Z | [ helios-setup] Feb 21 19:50:52.745 INFO E| Downloaded generic-array v0.14.7 |
2560 | 2025-02-21T19:50:54.085Z | [ helios-setup] Feb 21 19:50:52.748 INFO E| Downloaded fletcher v0.1.0 |
2561 | 2025-02-21T19:50:54.088Z | [ helios-setup] Feb 21 19:50:52.750 INFO E| Downloaded bitflags v1.3.2 |
2562 | 2025-02-21T19:50:54.091Z | [ helios-setup] Feb 21 19:50:52.755 INFO E| Downloaded digest v0.10.7 |
2563 | 2025-02-21T19:50:54.095Z | [ helios-setup] Feb 21 19:50:52.758 INFO E| Downloaded clap v2.34.0 |
2564 | 2025-02-21T19:50:54.106Z | [ helios-setup] Feb 21 19:50:52.769 INFO E| Downloaded four-cc v0.3.0 |
2565 | 2025-02-21T19:50:54.109Z | [ helios-setup] Feb 21 19:50:52.771 INFO E| Downloaded byteorder v1.5.0 |
2566 | 2025-02-21T19:50:54.112Z | [ helios-setup] Feb 21 19:50:52.774 INFO E| Downloaded cfg-if v1.0.0 |
2567 | 2025-02-21T19:50:54.115Z | [ helios-setup] Feb 21 19:50:52.776 INFO E| Downloaded proc-macro-error-attr v1.0.4 |
2568 | 2025-02-21T19:50:54.115Z | [ helios-setup] Feb 21 19:50:52.777 INFO E| Downloaded paste v1.0.15 |
2569 | 2025-02-21T19:50:54.119Z | [ helios-setup] Feb 21 19:50:52.782 INFO E| Downloaded goblin v0.4.3 |
2570 | 2025-02-21T19:50:54.129Z | [ helios-setup] Feb 21 19:50:52.792 INFO E| Downloaded scroll v0.10.2 |
2571 | 2025-02-21T19:50:54.132Z | [ helios-setup] Feb 21 19:50:52.796 INFO E| Downloaded rustversion v1.0.19 |
2572 | 2025-02-21T19:50:54.137Z | [ helios-setup] Feb 21 19:50:52.800 INFO E| Downloaded num-derive v0.4.2 |
2573 | 2025-02-21T19:50:54.141Z | [ helios-setup] Feb 21 19:50:52.804 INFO E| Downloaded schemars_derive v0.8.21 |
2574 | 2025-02-21T19:50:54.144Z | [ helios-setup] Feb 21 19:50:52.807 INFO E| Downloaded pre-proc-macro v0.2.1 |
2575 | 2025-02-21T19:50:54.148Z | [ helios-setup] Feb 21 19:50:52.809 INFO E| Downloaded modular-bitfield v0.11.2 |
2576 | 2025-02-21T19:50:54.168Z | [ helios-setup] Feb 21 19:50:52.831 INFO E| Downloaded unic-ucd-version v0.9.0 |
2577 | 2025-02-21T19:50:54.170Z | [ helios-setup] Feb 21 19:50:52.832 INFO E| Downloaded unic-common v0.9.0 |
2578 | 2025-02-21T19:50:54.170Z | [ helios-setup] Feb 21 19:50:52.834 INFO E| Downloaded unic-char-range v0.9.0 |
2579 | 2025-02-21T19:50:54.176Z | [ helios-setup] Feb 21 19:50:52.836 INFO E| Downloaded unic-char-property v0.9.0 |
2580 | 2025-02-21T19:50:54.179Z | [ helios-setup] Feb 21 19:50:52.838 INFO E| Downloaded scroll_derive v0.10.5 |
2581 | 2025-02-21T19:50:54.179Z | [ helios-setup] Feb 21 19:50:52.840 INFO E| Downloaded heck v0.3.3 |
2582 | 2025-02-21T19:50:54.179Z | [ helios-setup] Feb 21 19:50:52.842 INFO E| Downloaded ryu v1.0.18 |
2583 | 2025-02-21T19:50:54.184Z | [ helios-setup] Feb 21 19:50:52.847 INFO E| Downloaded parse_int v0.6.0 |
2584 | 2025-02-21T19:50:54.186Z | [ helios-setup] Feb 21 19:50:52.849 INFO E| Downloaded thiserror-impl v1.0.69 |
2585 | 2025-02-21T19:50:54.189Z | [ helios-setup] Feb 21 19:50:52.851 INFO E| Downloaded proc-macro-crate v0.1.5 |
2586 | 2025-02-21T19:50:54.189Z | [ helios-setup] Feb 21 19:50:52.852 INFO E| Downloaded proc-macro2 v1.0.93 |
2587 | 2025-02-21T19:50:54.193Z | [ helios-setup] Feb 21 19:50:52.857 INFO E| Downloaded autocfg v1.4.0 |
2588 | 2025-02-21T19:50:54.197Z | [ helios-setup] Feb 21 19:50:52.860 INFO E| Downloaded strum v0.23.0 |
2589 | 2025-02-21T19:50:54.200Z | [ helios-setup] Feb 21 19:50:52.862 INFO E| Downloaded strsim v0.8.0 |
2590 | 2025-02-21T19:50:54.205Z | [ helios-setup] Feb 21 19:50:52.863 INFO E| Downloaded dyn-clone v1.0.17 |
2591 | 2025-02-21T19:50:54.205Z | [ helios-setup] Feb 21 19:50:52.866 INFO E| Downloaded thiserror v1.0.69 |
2592 | 2025-02-21T19:50:54.213Z | [ helios-setup] Feb 21 19:50:52.876 INFO E| Downloaded version_check v0.9.5 |
2593 | 2025-02-21T19:50:54.215Z | [ helios-setup] Feb 21 19:50:52.878 INFO E| Downloaded pest_generator v2.7.15 |
2594 | 2025-02-21T19:50:54.218Z | [ helios-setup] Feb 21 19:50:52.881 INFO E| Downloaded vec_map v0.8.2 |
2595 | 2025-02-21T19:50:54.221Z | [ helios-setup] Feb 21 19:50:52.882 INFO E| Downloaded thiserror-impl v2.0.11 |
2596 | 2025-02-21T19:50:54.224Z | [ helios-setup] Feb 21 19:50:52.885 INFO E| Downloaded semver-parser v0.7.0 |
2597 | 2025-02-21T19:50:54.224Z | [ helios-setup] Feb 21 19:50:52.887 INFO E| Downloaded thiserror v2.0.11 |
2598 | 2025-02-21T19:50:54.235Z | [ helios-setup] Feb 21 19:50:52.898 INFO E| Downloaded unic-ucd-ident v0.9.0 |
2599 | 2025-02-21T19:50:54.238Z | [ helios-setup] Feb 21 19:50:52.900 INFO E| Downloaded textwrap v0.11.0 |
2600 | 2025-02-21T19:50:54.241Z | [ helios-setup] Feb 21 19:50:52.903 INFO E| Downloaded strum_macros v0.23.1 |
2601 | 2025-02-21T19:50:54.244Z | [ helios-setup] Feb 21 19:50:52.906 INFO E| Downloaded json5 v0.4.1 |
2602 | 2025-02-21T19:50:54.247Z | [ helios-setup] Feb 21 19:50:52.909 INFO E| Downloaded structopt-derive v0.4.18 |
2603 | 2025-02-21T19:50:54.250Z | [ helios-setup] Feb 21 19:50:52.911 INFO E| Downloaded semver v0.9.0 |
2604 | 2025-02-21T19:50:54.253Z | [ helios-setup] Feb 21 19:50:52.913 INFO E| Downloaded rustc_version v0.2.3 |
2605 | 2025-02-21T19:50:54.253Z | [ helios-setup] Feb 21 19:50:52.915 INFO E| Downloaded ucd-trie v0.1.7 |
2606 | 2025-02-21T19:50:54.255Z | [ helios-setup] Feb 21 19:50:52.918 INFO E| Downloaded pre v0.2.1 |
2607 | 2025-02-21T19:50:54.258Z | [ helios-setup] Feb 21 19:50:52.919 INFO E| Downloaded memoffset v0.5.6 |
2608 | 2025-02-21T19:50:54.258Z | [ helios-setup] Feb 21 19:50:52.921 INFO E| Downloaded static_assertions v1.1.0 |
2609 | 2025-02-21T19:50:54.261Z | [ helios-setup] Feb 21 19:50:52.923 INFO E| Downloaded sha2 v0.10.8 |
2610 | 2025-02-21T19:50:54.265Z | [ helios-setup] Feb 21 19:50:52.928 INFO E| Downloaded typenum v1.17.0 |
2611 | 2025-02-21T19:50:54.269Z | [ helios-setup] Feb 21 19:50:52.932 INFO E| Downloaded once_cell v1.20.2 |
2612 | 2025-02-21T19:50:54.274Z | [ helios-setup] Feb 21 19:50:52.937 INFO E| Downloaded zerocopy v0.6.6 |
2613 | 2025-02-21T19:50:54.277Z | [ helios-setup] Feb 21 19:50:52.940 INFO E| Downloaded structopt v0.3.26 |
2614 | 2025-02-21T19:50:54.291Z | [ helios-setup] Feb 21 19:50:52.953 INFO E| Downloaded toml v0.5.11 |
2615 | 2025-02-21T19:50:54.294Z | [ helios-setup] Feb 21 19:50:52.957 INFO E| Downloaded serde_derive v1.0.217 |
2616 | 2025-02-21T19:50:54.298Z | [ helios-setup] Feb 21 19:50:52.961 INFO E| Downloaded schemars v0.8.21 |
2617 | 2025-02-21T19:50:54.320Z | [ helios-setup] Feb 21 19:50:52.983 INFO E| Downloaded unicode-ident v1.0.14 |
2618 | 2025-02-21T19:50:54.324Z | [ helios-setup] Feb 21 19:50:52.987 INFO E| Downloaded serde v1.0.217 |
2619 | 2025-02-21T19:50:54.330Z | [ helios-setup] Feb 21 19:50:52.993 INFO E| Downloaded unicode-segmentation v1.12.0 |
2620 | 2025-02-21T19:50:54.335Z | [ helios-setup] Feb 21 19:50:52.998 INFO E| Downloaded pest v2.7.15 |
2621 | 2025-02-21T19:50:54.345Z | [ helios-setup] Feb 21 19:50:53.007 INFO E| Downloaded memchr v2.7.4 |
2622 | 2025-02-21T19:50:54.381Z | [ helios-setup] Feb 21 19:50:53.042 INFO E| Downloaded serde_json v1.0.135 |
2623 | 2025-02-21T19:50:54.390Z | [ helios-setup] Feb 21 19:50:53.053 INFO E| Downloaded pest_meta v2.7.15 |
2624 | 2025-02-21T19:50:54.396Z | [ helios-setup] Feb 21 19:50:53.056 INFO E| Downloaded pest_derive v2.7.15 |
2625 | 2025-02-21T19:50:54.399Z | [ helios-setup] Feb 21 19:50:53.059 INFO E| Downloaded num-traits v0.2.19 |
2626 | 2025-02-21T19:50:54.402Z | [ helios-setup] Feb 21 19:50:53.063 INFO E| Downloaded syn v1.0.109 |
2627 | 2025-02-21T19:50:54.416Z | [ helios-setup] Feb 21 19:50:53.079 INFO E| Downloaded syn v2.0.96 |
2628 | 2025-02-21T19:50:54.436Z | [ helios-setup] Feb 21 19:50:53.097 INFO E| Downloaded unicode-width v0.1.14 |
2629 | 2025-02-21T19:50:54.443Z | [ helios-setup] Feb 21 19:50:53.106 INFO E| Downloaded log v0.4.22 |
2630 | 2025-02-21T19:50:54.446Z | [ helios-setup] Feb 21 19:50:53.110 INFO E| Downloaded serde_derive_internals v0.29.1 |
2631 | 2025-02-21T19:50:54.450Z | [ helios-setup] Feb 21 19:50:53.112 INFO E| Downloaded plain v0.2.3 |
2632 | 2025-02-21T19:50:54.467Z | [ helios-setup] Feb 21 19:50:53.114 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
2633 | 2025-02-21T19:50:54.468Z | [ helios-setup] Feb 21 19:50:53.116 INFO E| Downloaded lazy_static v1.5.0 |
2634 | 2025-02-21T19:50:54.468Z | [ helios-setup] Feb 21 19:50:53.118 INFO E| Downloaded zerocopy-derive v0.6.6 |
2635 | 2025-02-21T19:50:54.471Z | [ helios-setup] Feb 21 19:50:53.133 INFO E| Downloaded libc v0.2.169 |
2636 | 2025-02-21T19:50:54.505Z | [ helios-setup] Feb 21 19:50:53.168 INFO E| Downloaded itoa v1.0.14 |
2637 | 2025-02-21T19:50:54.509Z | [ helios-setup] Feb 21 19:50:53.170 INFO E| Downloaded cpufeatures v0.2.16 |
2638 | 2025-02-21T19:50:54.511Z | [ helios-setup] Feb 21 19:50:53.173 INFO E| Downloaded quote v1.0.38 |
2639 | 2025-02-21T19:50:54.514Z | [ helios-setup] Feb 21 19:50:53.176 INFO E| Downloaded proc-macro-error v1.0.4 |
2640 | 2025-02-21T19:50:54.518Z | [ helios-setup] Feb 21 19:50:53.181 INFO E| Downloaded bytesize v1.3.0 |
2641 | 2025-02-21T19:50:54.521Z | [ helios-setup] Feb 21 19:50:53.183 INFO E| Downloaded crypto-common v0.1.6 |
2642 | 2025-02-21T19:50:54.521Z | [ helios-setup] Feb 21 19:50:53.184 INFO E| Downloaded cfg-if v0.1.10 |
2643 | 2025-02-21T19:50:54.524Z | [ helios-setup] Feb 21 19:50:53.186 INFO E| Downloaded block-buffer v0.10.4 |
2644 | 2025-02-21T19:50:54.610Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2645 | 2025-02-21T19:50:54.642Z | [ helios-setup] Feb 21 19:50:53.305 INFO E| Compiling proc-macro2 v1.0.93 |
2646 | 2025-02-21T19:50:54.654Z | [ helios-setup] Feb 21 19:50:53.305 INFO E| Compiling unicode-ident v1.0.14 |
2647 | 2025-02-21T19:50:54.654Z | [ helios-setup] Feb 21 19:50:53.305 INFO E| Compiling syn v1.0.109 |
2648 | 2025-02-21T19:50:54.654Z | [ helios-setup] Feb 21 19:50:53.306 INFO E| Compiling version_check v0.9.5 |
2649 | 2025-02-21T19:50:54.654Z | [ helios-setup] Feb 21 19:50:53.306 INFO E| Compiling memchr v2.7.4 |
2650 | 2025-02-21T19:50:54.654Z | [ helios-setup] Feb 21 19:50:53.306 INFO E| Compiling autocfg v1.4.0 |
2651 | 2025-02-21T19:50:54.654Z | [ helios-setup] Feb 21 19:50:53.306 INFO E| Compiling semver-parser v0.7.0 |
2652 | 2025-02-21T19:50:54.654Z | [ helios-setup] Feb 21 19:50:53.306 INFO E| Compiling serde v1.0.217 |
2653 | 2025-02-21T19:50:54.945Z | [ host-package] Compiling strum v0.26.3 |
2654 | 2025-02-21T19:50:55.172Z | [ host-package] Compiling serde_with v3.11.0 |
2655 | 2025-02-21T19:50:55.175Z | [ host-package] Compiling typify-macro v0.3.0 |
2656 | 2025-02-21T19:50:56.020Z | [ host-package] Compiling regress v0.9.1 |
2657 | 2025-02-21T19:50:56.424Z | [ helios-setup] Feb 21 19:50:55.086 INFO E| Compiling semver v0.9.0 |
2658 | 2025-02-21T19:50:56.490Z | [ helios-setup] Feb 21 19:50:55.152 INFO E| Compiling serde_json v1.0.135 |
2659 | 2025-02-21T19:50:56.618Z | [ helios-setup] Feb 21 19:50:55.278 INFO E| Compiling proc-macro-error-attr v1.0.4 |
2660 | 2025-02-21T19:50:56.650Z | [ helios-setup] Feb 21 19:50:55.311 INFO E| Compiling proc-macro-error v1.0.4 |
2661 | 2025-02-21T19:50:56.682Z | [ helios-setup] Feb 21 19:50:55.344 INFO E| Compiling thiserror v2.0.11 |
2662 | 2025-02-21T19:50:56.883Z | [ helios-setup] Feb 21 19:50:55.544 INFO E| Compiling num-traits v0.2.19 |
2663 | 2025-02-21T19:50:57.340Z | [ helios-setup] Feb 21 19:50:56.000 INFO E| Compiling rustc_version v0.2.3 |
2664 | 2025-02-21T19:50:57.544Z | [ helios-setup] Feb 21 19:50:56.205 INFO E| Compiling schemars v0.8.21 |
2665 | 2025-02-21T19:50:57.612Z | [ helios-setup] Feb 21 19:50:56.273 INFO E| Compiling ryu v1.0.18 |
2666 | 2025-02-21T19:50:57.643Z | [ helios-setup] Feb 21 19:50:56.304 INFO E| Compiling itoa v1.0.14 |
2667 | 2025-02-21T19:50:57.945Z | [ helios-setup] Feb 21 19:50:56.606 INFO E| Compiling quote v1.0.38 |
2668 | 2025-02-21T19:50:58.222Z | [ helios-setup] Feb 21 19:50:56.883 INFO E| Compiling unicode-segmentation v1.12.0 |
2669 | 2025-02-21T19:50:58.252Z | [ helios-setup] Feb 21 19:50:56.913 INFO E| Compiling pre-proc-macro v0.2.1 |
2670 | 2025-02-21T19:50:58.427Z | [ helios-setup] Feb 21 19:50:57.088 INFO E| Compiling memoffset v0.5.6 |
2671 | 2025-02-21T19:50:58.918Z | [ helios-setup] Feb 21 19:50:57.578 INFO E| Compiling syn v2.0.96 |
2672 | 2025-02-21T19:50:59.017Z | [ helios-setup] Feb 21 19:50:57.677 INFO E| Compiling ucd-trie v0.1.7 |
2673 | 2025-02-21T19:50:59.302Z | [ helios-setup] Feb 21 19:50:57.962 INFO E| Compiling lazy_static v1.5.0 |
2674 | 2025-02-21T19:50:59.488Z | [ helios-setup] Feb 21 19:50:58.148 INFO E| Compiling rustversion v1.0.19 |
2675 | 2025-02-21T19:50:59.688Z | [ helios-setup] Feb 21 19:50:58.347 INFO E| Compiling dyn-clone v1.0.17 |
2676 | 2025-02-21T19:51:00.269Z | [ helios-setup] Feb 21 19:50:58.929 INFO E| Compiling heck v0.3.3 |
2677 | 2025-02-21T19:51:00.270Z | [ helios-setup] Feb 21 19:50:58.929 INFO E| Compiling thiserror v1.0.69 |
2678 | 2025-02-21T19:51:00.620Z | [ helios-setup] Feb 21 19:50:59.279 INFO E| Compiling libc v0.2.169 |
2679 | 2025-02-21T19:51:00.894Z | [ helios-setup] Feb 21 19:50:59.553 INFO E| Compiling paste v1.0.15 |
2680 | 2025-02-21T19:51:01.183Z | [ host-package] Compiling tokio-rustls v0.25.0 |
2681 | 2025-02-21T19:51:01.377Z | [ helios-setup] Feb 21 19:51:00.035 INFO E| Compiling pre v0.2.1 |
2682 | 2025-02-21T19:51:02.083Z | [ helios-setup] Feb 21 19:51:00.742 INFO E| Compiling once_cell v1.20.2 |
2683 | 2025-02-21T19:51:02.202Z | [ helios-setup] Feb 21 19:51:00.860 INFO E| Compiling byteorder v1.5.0 |
2684 | 2025-02-21T19:51:02.208Z | [ host-package] Compiling dropshot v0.12.0 |
2685 | 2025-02-21T19:51:02.330Z | [ helios-setup] Feb 21 19:51:00.988 INFO E| Compiling static_assertions v1.1.0 |
2686 | 2025-02-21T19:51:02.380Z | [ helios-setup] Feb 21 19:51:01.038 INFO E| Compiling cfg-if v0.1.10 |
2687 | 2025-02-21T19:51:02.470Z | [ host-package] Compiling typify v0.3.0 |
2688 | 2025-02-21T19:51:02.839Z | [ host-package] Compiling progenitor-impl v0.9.1 |
2689 | 2025-02-21T19:51:03.215Z | [ helios-setup] Feb 21 19:51:01.873 INFO E| Compiling unicode-width v0.1.14 |
2690 | 2025-02-21T19:51:04.209Z | [ helios-setup] Feb 21 19:51:02.866 INFO E| Compiling textwrap v0.11.0 |
2691 | 2025-02-21T19:51:04.308Z | [ helios-setup] Feb 21 19:51:02.965 INFO E| Compiling atty v0.2.14 |
2692 | 2025-02-21T19:51:04.519Z | [ helios-setup] Feb 21 19:51:03.175 INFO E| Compiling fletcher v0.1.0 |
2693 | 2025-02-21T19:51:05.205Z | [ helios-setup] Feb 21 19:51:03.860 INFO E| Compiling ansi_term v0.12.1 |
2694 | 2025-02-21T19:51:05.397Z | [ host-package] Compiling tokio-rustls v0.26.0 |
2695 | 2025-02-21T19:51:05.481Z | [ helios-setup] Feb 21 19:51:04.137 INFO E| Compiling strsim v0.8.0 |
2696 | 2025-02-21T19:51:05.841Z | [ helios-setup] Feb 21 19:51:04.497 INFO E| Compiling parse_int v0.6.0 |
2697 | 2025-02-21T19:51:05.907Z | [ helios-setup] Feb 21 19:51:04.562 INFO E| Compiling bitflags v1.3.2 |
2698 | 2025-02-21T19:51:05.928Z | [ helios-setup] Feb 21 19:51:04.583 INFO E| Compiling unic-char-range v0.9.0 |
2699 | 2025-02-21T19:51:06.115Z | [ helios-setup] Feb 21 19:51:04.769 INFO E| Compiling vec_map v0.8.2 |
2700 | 2025-02-21T19:51:06.131Z | [ helios-setup] Feb 21 19:51:04.787 INFO E| Compiling strum v0.23.0 |
2701 | 2025-02-21T19:51:06.235Z | [ host-package] Compiling hyper-rustls v0.27.3 |
2702 | 2025-02-21T19:51:06.324Z | [ helios-setup] Feb 21 19:51:04.979 INFO E| Compiling unic-common v0.9.0 |
2703 | 2025-02-21T19:51:06.324Z | [ helios-setup] Feb 21 19:51:04.979 INFO E| Compiling unic-char-property v0.9.0 |
2704 | 2025-02-21T19:51:06.359Z | [ helios-setup] Feb 21 19:51:05.015 INFO E| Compiling log v0.4.22 |
2705 | 2025-02-21T19:51:06.751Z | [ helios-setup] Feb 21 19:51:05.407 INFO E| Compiling clap v2.34.0 |
2706 | 2025-02-21T19:51:06.895Z | [ helios-setup] Feb 21 19:51:05.550 INFO E| Compiling unic-ucd-version v0.9.0 |
2707 | 2025-02-21T19:51:06.923Z | [ helios-setup] Feb 21 19:51:05.578 INFO E| Compiling plain v0.2.3 |
2708 | 2025-02-21T19:51:07.044Z | [ helios-setup] Feb 21 19:51:05.699 INFO E| Compiling unic-ucd-ident v0.9.0 |
2709 | 2025-02-21T19:51:07.142Z | [ helios-setup] Feb 21 19:51:05.797 INFO E| Compiling bytesize v1.3.0 |
2710 | 2025-02-21T19:51:07.509Z | [ host-package] Compiling reqwest v0.12.12 |
2711 | 2025-02-21T19:51:08.143Z | [ helios-setup] Feb 21 19:51:06.798 INFO E| Compiling serde_derive_internals v0.29.1 |
2712 | 2025-02-21T19:51:10.836Z | [ helios-setup] Feb 21 19:51:09.489 INFO E| Compiling toml v0.5.11 |
2713 | 2025-02-21T19:51:13.634Z | [ host-package] Compiling qorb v0.2.1 |
2714 | 2025-02-21T19:51:13.876Z | [ helios-setup] Feb 21 19:51:12.528 INFO E| Compiling proc-macro-crate v0.1.5 |
2715 | 2025-02-21T19:51:14.119Z | [ helios-setup] Feb 21 19:51:12.770 INFO E| Compiling serde_derive v1.0.217 |
2716 | 2025-02-21T19:51:14.221Z | [ helios-setup] Feb 21 19:51:12.872 INFO E| Compiling thiserror-impl v2.0.11 |
2717 | 2025-02-21T19:51:14.752Z | [ helios-setup] Feb 21 19:51:13.403 INFO E| Compiling schemars_derive v0.8.21 |
2718 | 2025-02-21T19:51:15.028Z | [ helios-setup] Feb 21 19:51:13.679 INFO E| Compiling thiserror-impl v1.0.69 |
2719 | 2025-02-21T19:51:15.092Z | [ host-package] Compiling progenitor-macro v0.9.1 |
2720 | 2025-02-21T19:51:15.984Z | [ helios-setup] Feb 21 19:51:14.633 INFO E| Compiling zerocopy-derive v0.6.6 |
2721 | 2025-02-21T19:51:16.538Z | [ helios-setup] Feb 21 19:51:15.188 INFO E| Compiling num-derive v0.4.2 |
2722 | 2025-02-21T19:51:20.060Z | [ helios-setup] Feb 21 19:51:18.708 INFO E| Compiling zerocopy v0.6.6 |
2723 | 2025-02-21T19:51:20.810Z | [ helios-setup] Feb 21 19:51:19.457 INFO E| Compiling pest v2.7.15 |
2724 | 2025-02-21T19:51:23.125Z | [ helios-setup] Feb 21 19:51:21.771 INFO E| Compiling modular-bitfield-impl v0.11.2 |
2725 | 2025-02-21T19:51:23.129Z | [ helios-setup] Feb 21 19:51:21.771 INFO E| Compiling strum_macros v0.23.1 |
2726 | 2025-02-21T19:51:23.984Z | [ helios-setup] Feb 21 19:51:22.625 INFO E| Compiling scroll_derive v0.10.5 |
2727 | 2025-02-21T19:51:24.039Z | [ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2728 | 2025-02-21T19:51:25.003Z | [ helios-setup] Feb 21 19:51:23.648 INFO E| Compiling structopt-derive v0.4.18 |
2729 | 2025-02-21T19:51:25.396Z | [ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2730 | 2025-02-21T19:51:27.226Z | [ helios-setup] Feb 21 19:51:25.868 INFO E| Compiling pest_meta v2.7.15 |
2731 | 2025-02-21T19:51:27.484Z | [ helios-setup] Feb 21 19:51:26.080 INFO E| Compiling scroll v0.10.2 |
2732 | 2025-02-21T19:51:28.475Z | [ helios-setup] Feb 21 19:51:27.118 INFO E| Compiling modular-bitfield v0.11.2 |
2733 | 2025-02-21T19:51:28.543Z | [ helios-setup] Feb 21 19:51:27.186 INFO E| Compiling goblin v0.4.3 |
2734 | 2025-02-21T19:51:30.275Z | [ helios-setup] Feb 21 19:51:28.917 INFO E| Compiling pest_generator v2.7.15 |
2735 | 2025-02-21T19:51:30.427Z | [ helios-setup] Feb 21 19:51:29.064 INFO E| Compiling structopt v0.3.26 |
2736 | 2025-02-21T19:51:33.897Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2737 | 2025-02-21T19:51:34.218Z | [ host-package] Compiling progenitor-client v0.9.1 |
2738 | 2025-02-21T19:51:34.870Z | [ helios-setup] Feb 21 19:51:33.509 INFO E| Compiling pest_derive v2.7.15 |
2739 | 2025-02-21T19:51:38.242Z | [ helios-setup] Feb 21 19:51:36.879 INFO E| Compiling json5 v0.4.1 |
2740 | 2025-02-21T19:51:44.459Z | [ helios-setup] Feb 21 19:51:43.092 INFO E| Compiling four-cc v0.3.0 |
2741 | 2025-02-21T19:51:44.459Z | [ helios-setup] Feb 21 19:51:43.092 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0) |
2742 | 2025-02-21T19:51:44.920Z | [ helios-setup] Feb 21 19:51:43.552 INFO E| Compiling amd-apcb v0.4.5 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.5#fb4e63cc) |
2743 | 2025-02-21T19:51:59.331Z | [ host-package] Compiling progenitor-client v0.8.0 |
2744 | 2025-02-21T19:52:00.418Z | [ host-package] Compiling progenitor v0.8.0 |
2745 | 2025-02-21T19:52:00.968Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2746 | 2025-02-21T19:52:05.225Z | [ host-package] Compiling progenitor v0.9.1 |
2747 | 2025-02-21T19:52:05.519Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2748 | 2025-02-21T19:52:09.132Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2749 | 2025-02-21T19:52:10.388Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2750 | 2025-02-21T19:52:11.374Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2751 | 2025-02-21T19:52:11.594Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2752 | 2025-02-21T19:52:17.476Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2753 | 2025-02-21T19:52:19.728Z | [ host-package] Compiling macaddr v1.0.1 |
2754 | 2025-02-21T19:52:20.601Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2755 | 2025-02-21T19:52:20.705Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2756 | 2025-02-21T19:52:21.142Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2757 | 2025-02-21T19:52:21.394Z | [ host-package] Compiling prettyplease v0.2.29 |
2758 | 2025-02-21T19:52:23.448Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2759 | 2025-02-21T19:52:25.166Z | [ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2760 | 2025-02-21T19:52:25.380Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2761 | 2025-02-21T19:52:25.763Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2762 | 2025-02-21T19:52:26.531Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2763 | 2025-02-21T19:52:30.210Z | [ helios-setup] Feb 21 19:52:28.816 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
2764 | 2025-02-21T19:52:37.336Z | [ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2765 | 2025-02-21T19:52:40.145Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2766 | 2025-02-21T19:52:40.334Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2767 | 2025-02-21T19:52:42.799Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2768 | 2025-02-21T19:52:46.371Z | [ helios-setup] Feb 21 19:52:44.967 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
2769 | 2025-02-21T19:52:52.056Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2770 | 2025-02-21T19:52:53.035Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2771 | 2025-02-21T19:52:53.302Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2772 | 2025-02-21T19:52:53.564Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2773 | 2025-02-21T19:52:54.819Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2774 | 2025-02-21T19:52:55.364Z | [ host-package] Compiling half v2.4.1 |
2775 | 2025-02-21T19:52:56.135Z | [ host-package] Compiling ciborium-io v0.2.2 |
2776 | 2025-02-21T19:52:56.318Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2777 | 2025-02-21T19:52:56.896Z | [ host-package] Compiling ciborium v0.2.2 |
2778 | 2025-02-21T19:52:57.329Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2779 | 2025-02-21T19:52:58.487Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2780 | 2025-02-21T19:52:58.981Z | [ host-package] Compiling display-error-chain v0.2.2 |
2781 | 2025-02-21T19:52:59.242Z | [ host-package] Compiling same-file v1.0.6 |
2782 | 2025-02-21T19:52:59.309Z | [ host-package] Compiling fastrand v2.1.1 |
2783 | 2025-02-21T19:52:59.568Z | [ host-package] Compiling walkdir v2.5.0 |
2784 | 2025-02-21T19:52:59.847Z | [ host-package] Compiling tempfile v3.13.0 |
2785 | 2025-02-21T19:53:00.231Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2786 | 2025-02-21T19:53:00.788Z | [ host-package] Compiling blake3 v1.5.4 |
2787 | 2025-02-21T19:53:01.618Z | [ host-package] Compiling const_format_proc_macros v0.2.34 |
2788 | 2025-02-21T19:53:02.860Z | [ host-package] Compiling xattr v1.3.1 |
2789 | 2025-02-21T19:53:02.919Z | [ host-package] Compiling filetime v0.2.25 |
2790 | 2025-02-21T19:53:03.230Z | [ host-package] Compiling memmap2 v0.9.5 |
2791 | 2025-02-21T19:53:03.277Z | [ host-package] Compiling keccak v0.1.5 |
2792 | 2025-02-21T19:53:03.684Z | [ host-package] Compiling arrayref v0.3.9 |
2793 | 2025-02-21T19:53:03.767Z | [ host-package] Compiling arrayvec v0.7.6 |
2794 | 2025-02-21T19:53:03.865Z | [ host-package] Compiling maplit v1.0.2 |
2795 | 2025-02-21T19:53:03.999Z | [ host-package] Compiling constant_time_eq v0.3.1 |
2796 | 2025-02-21T19:53:04.053Z | [ host-package] Compiling crunchy v0.2.2 |
2797 | 2025-02-21T19:53:04.335Z | [ host-package] Compiling sha3 v0.10.8 |
2798 | 2025-02-21T19:53:04.525Z | [ host-package] Compiling const_format v0.2.34 |
2799 | 2025-02-21T19:53:04.672Z | [ host-package] Compiling tar v0.4.42 |
2800 | 2025-02-21T19:53:05.337Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2801 | 2025-02-21T19:53:05.373Z | [ host-package] Compiling toolchain_find v0.4.0 |
2802 | 2025-02-21T19:53:05.835Z | [ host-package] Compiling topological-sort v0.2.2 |
2803 | 2025-02-21T19:53:05.919Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2804 | 2025-02-21T19:53:05.985Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2805 | 2025-02-21T19:53:06.110Z | [ host-package] Compiling omicron-zone-package v0.12.0 |
2806 | 2025-02-21T19:53:06.706Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2807 | 2025-02-21T19:53:06.728Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2808 | 2025-02-21T19:53:06.989Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2809 | 2025-02-21T19:53:07.444Z | [ host-package] Compiling r2d2 v0.8.10 |
2810 | 2025-02-21T19:53:08.094Z | [ host-package] Compiling phf_generator v0.11.2 |
2811 | 2025-02-21T19:53:08.183Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2812 | 2025-02-21T19:53:08.186Z | [ host-package] Compiling diesel_derives v2.2.3 |
2813 | 2025-02-21T19:53:08.317Z | [ host-package] Compiling secrecy v0.8.0 |
2814 | 2025-02-21T19:53:08.362Z | [ host-package] Compiling ena v0.14.3 |
2815 | 2025-02-21T19:53:08.687Z | [ host-package] Compiling regex-syntax v0.6.29 |
2816 | 2025-02-21T19:53:08.741Z | [ host-package] Compiling arc-swap v1.7.1 |
2817 | 2025-02-21T19:53:08.981Z | [ host-package] Compiling diff v0.1.13 |
2818 | 2025-02-21T19:53:09.624Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2819 | 2025-02-21T19:53:09.682Z | [ host-package] Compiling slog-scope v4.4.0 |
2820 | 2025-02-21T19:53:10.260Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2821 | 2025-02-21T19:53:10.587Z | [ host-package] Compiling phf_codegen v0.11.2 |
2822 | 2025-02-21T19:53:10.905Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2823 | 2025-02-21T19:53:11.586Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2824 | 2025-02-21T19:53:12.002Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2825 | 2025-02-21T19:53:12.284Z | [ host-package] Compiling universal-hash v0.5.1 |
2826 | 2025-02-21T19:53:12.579Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2827 | 2025-02-21T19:53:12.629Z | [ host-package] Compiling parse-zoneinfo v0.3.1 |
2828 | 2025-02-21T19:53:14.434Z | [ host-package] Compiling lalrpop v0.19.12 |
2829 | 2025-02-21T19:53:14.810Z | [ host-package] Compiling unicase v2.7.0 |
2830 | 2025-02-21T19:53:15.271Z | [ host-package] Compiling opaque-debug v0.3.1 |
2831 | 2025-02-21T19:53:15.338Z | [ host-package] Compiling ref-cast v1.0.23 |
2832 | 2025-02-21T19:53:15.583Z | [ host-package] Compiling poly1305 v0.8.0 |
2833 | 2025-02-21T19:53:16.192Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2834 | 2025-02-21T19:53:16.450Z | [ host-package] Compiling chrono-tz-build v0.4.0 |
2835 | 2025-02-21T19:53:17.651Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2836 | 2025-02-21T19:53:18.314Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2837 | 2025-02-21T19:53:18.766Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2838 | 2025-02-21T19:53:18.951Z | [ host-package] Compiling derive_builder_core v0.20.2 |
2839 | 2025-02-21T19:53:19.427Z | [ host-package] Compiling chacha20 v0.9.1 |
2840 | 2025-02-21T19:53:20.087Z | [ host-package] Compiling headers-core v0.3.0 |
2841 | 2025-02-21T19:53:20.370Z | [ host-package] Compiling aead v0.5.2 |
2842 | 2025-02-21T19:53:20.871Z | [ host-package] Compiling libxml v0.3.3 |
2843 | 2025-02-21T19:53:21.177Z | [ host-package] Compiling diesel v2.2.7 |
2844 | 2025-02-21T19:53:21.377Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2845 | 2025-02-21T19:53:21.654Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
2846 | 2025-02-21T19:53:22.479Z | [ host-package] Compiling vte v0.11.1 |
2847 | 2025-02-21T19:53:23.441Z | [ host-package] Compiling derive_builder_macro v0.20.2 |
2848 | 2025-02-21T19:53:24.673Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2849 | 2025-02-21T19:53:24.944Z | [ host-package] Compiling headers v0.4.0 |
2850 | 2025-02-21T19:53:25.139Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2851 | 2025-02-21T19:53:28.385Z | [ host-package] Compiling chrono-tz v0.10.1 |
2852 | 2025-02-21T19:53:29.049Z | [ host-package] Compiling vsss-rs v3.3.4 |
2853 | 2025-02-21T19:53:29.139Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2854 | 2025-02-21T19:53:31.987Z | [ helios-setup] Feb 21 19:53:30.556 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 40s |
2855 | 2025-02-21T19:53:32.110Z | [ helios-setup] Feb 21 19:53:30.679 INFO building project "amd-host-image-builder" ok (183 seconds) |
2856 | 2025-02-21T19:53:32.110Z | [ helios-setup] Feb 21 19:53:30.680 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
2857 | 2025-02-21T19:53:32.113Z | [ helios-setup] Feb 21 19:53:30.680 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
2858 | 2025-02-21T19:53:32.364Z | [ helios-setup] Feb 21 19:53:30.933 INFO E| Downloading crates ... |
2859 | 2025-02-21T19:53:32.463Z | [ helios-setup] Feb 21 19:53:31.032 INFO E| Downloaded miniz_oxide v0.7.2 |
2860 | 2025-02-21T19:53:32.537Z | [ helios-setup] Feb 21 19:53:31.106 INFO E| Compiling adler v1.0.2 |
2861 | 2025-02-21T19:53:32.624Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2862 | 2025-02-21T19:53:32.720Z | [ helios-setup] Feb 21 19:53:31.289 INFO E| Compiling miniz_oxide v0.7.2 |
2863 | 2025-02-21T19:53:34.288Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2864 | 2025-02-21T19:53:34.963Z | [ host-package] Compiling strum_macros v0.24.3 |
2865 | 2025-02-21T19:53:35.146Z | [ helios-setup] Feb 21 19:53:33.711 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
2866 | 2025-02-21T19:53:36.305Z | [ helios-setup] Feb 21 19:53:34.870 INFO E| Finished `release` profile [optimized] target(s) in 4.08s |
2867 | 2025-02-21T19:53:36.317Z | [ helios-setup] Feb 21 19:53:34.883 INFO building project "pinprick" ok (4 seconds) |
2868 | 2025-02-21T19:53:36.322Z | [ helios-setup] Feb 21 19:53:34.883 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2869 | 2025-02-21T19:53:36.322Z | [ helios-setup] Feb 21 19:53:34.883 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2870 | 2025-02-21T19:53:36.671Z | [ helios-setup] Feb 21 19:53:35.237 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
2871 | 2025-02-21T19:53:37.555Z | [ host-package] Compiling fxhash v0.2.1 |
2872 | 2025-02-21T19:53:37.673Z | [ helios-setup] Feb 21 19:53:36.238 INFO E| From https://github.com/oxidecomputer/progenitor |
2873 | 2025-02-21T19:53:37.673Z | [ helios-setup] Feb 21 19:53:36.238 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149 |
2874 | 2025-02-21T19:53:37.780Z | [ helios-setup] Feb 21 19:53:36.346 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2875 | 2025-02-21T19:53:37.860Z | [ host-package] Compiling samael v0.0.17 |
2876 | 2025-02-21T19:53:38.219Z | [ helios-setup] Feb 21 19:53:36.783 INFO E| From https://github.com/jclulow/hiercmd |
2877 | 2025-02-21T19:53:38.219Z | [ helios-setup] Feb 21 19:53:36.783 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2878 | 2025-02-21T19:53:38.242Z | [ helios-setup] Feb 21 19:53:36.806 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2879 | 2025-02-21T19:53:38.459Z | [ host-package] Compiling bytecount v0.6.8 |
2880 | 2025-02-21T19:53:38.682Z | [ helios-setup] Feb 21 19:53:37.247 INFO E| From https://github.com/jclulow/network-interface |
2881 | 2025-02-21T19:53:38.683Z | [ helios-setup] Feb 21 19:53:37.247 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2882 | 2025-02-21T19:53:38.710Z | [ helios-setup] Feb 21 19:53:37.267 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2883 | 2025-02-21T19:53:38.888Z | [ host-package] Compiling indoc v1.0.9 |
2884 | 2025-02-21T19:53:39.141Z | [ helios-setup] Feb 21 19:53:37.705 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2885 | 2025-02-21T19:53:39.141Z | [ helios-setup] Feb 21 19:53:37.705 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2886 | 2025-02-21T19:53:39.206Z | [ helios-setup] Feb 21 19:53:37.770 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2887 | 2025-02-21T19:53:39.771Z | [ host-package] Compiling papergrid v0.11.0 |
2888 | 2025-02-21T19:53:39.857Z | [ helios-setup] Feb 21 19:53:38.422 INFO E| From https://github.com/oxidecomputer/facade |
2889 | 2025-02-21T19:53:39.858Z | [ helios-setup] Feb 21 19:53:38.422 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2890 | 2025-02-21T19:53:39.898Z | [ helios-setup] Feb 21 19:53:38.462 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git` |
2891 | 2025-02-21T19:53:40.482Z | [ helios-setup] Feb 21 19:53:39.030 INFO E| From https://github.com/oxidecomputer/dropshot |
2892 | 2025-02-21T19:53:40.483Z | [ helios-setup] Feb 21 19:53:39.030 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230 |
2893 | 2025-02-21T19:53:40.513Z | [ helios-setup] Feb 21 19:53:39.074 INFO E| Updating crates.io index |
2894 | 2025-02-21T19:53:40.669Z | [ helios-setup] Feb 21 19:53:39.233 INFO E| Updating git repository `https://github.com/oxidecomputer/typify` |
2895 | 2025-02-21T19:53:41.375Z | [ host-package] Compiling polar-core v0.27.3 |
2896 | 2025-02-21T19:53:41.463Z | [ helios-setup] Feb 21 19:53:40.026 INFO E| From https://github.com/oxidecomputer/typify |
2897 | 2025-02-21T19:53:41.463Z | [ helios-setup] Feb 21 19:53:40.026 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4 |
2898 | 2025-02-21T19:53:41.786Z | [ helios-setup] Feb 21 19:53:40.350 INFO E| Downloading crates ... |
2899 | 2025-02-21T19:53:41.970Z | [ helios-setup] Feb 21 19:53:40.533 INFO E| Downloaded async-stream-impl v0.3.5 |
2900 | 2025-02-21T19:53:41.974Z | [ helios-setup] Feb 21 19:53:40.536 INFO E| Downloaded ahash v0.7.6 |
2901 | 2025-02-21T19:53:42.011Z | [ helios-setup] Feb 21 19:53:40.574 INFO E| Downloaded project-root v0.2.2 |
2902 | 2025-02-21T19:53:42.039Z | [ helios-setup] Feb 21 19:53:40.602 INFO E| Downloaded const-random-macro v0.1.15 |
2903 | 2025-02-21T19:53:42.042Z | [ helios-setup] Feb 21 19:53:40.604 INFO E| Downloaded const-random v0.1.15 |
2904 | 2025-02-21T19:53:42.042Z | [ helios-setup] Feb 21 19:53:40.605 INFO E| Downloaded byteorder v1.4.3 |
2905 | 2025-02-21T19:53:42.046Z | [ helios-setup] Feb 21 19:53:40.608 INFO E| Downloaded sha1 v0.10.5 |
2906 | 2025-02-21T19:53:42.050Z | [ helios-setup] Feb 21 19:53:40.610 INFO E| Downloaded num_enum_derive v0.5.7 |
2907 | 2025-02-21T19:53:42.050Z | [ helios-setup] Feb 21 19:53:40.612 INFO E| Downloaded iana-time-zone v0.1.56 |
2908 | 2025-02-21T19:53:42.054Z | [ helios-setup] Feb 21 19:53:40.615 INFO E| Downloaded concolor-override v1.0.0 |
2909 | 2025-02-21T19:53:42.057Z | [ helios-setup] Feb 21 19:53:40.617 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2910 | 2025-02-21T19:53:42.092Z | [ helios-setup] Feb 21 19:53:40.655 INFO E| Downloaded percent-encoding v2.2.0 |
2911 | 2025-02-21T19:53:42.097Z | [ helios-setup] Feb 21 19:53:40.657 INFO E| Downloaded serde_spanned v0.6.1 |
2912 | 2025-02-21T19:53:42.097Z | [ helios-setup] Feb 21 19:53:40.658 INFO E| Downloaded built v0.6.0 |
2913 | 2025-02-21T19:53:42.100Z | [ helios-setup] Feb 21 19:53:40.661 INFO E| Downloaded pkg-config v0.3.26 |
2914 | 2025-02-21T19:53:42.100Z | [ helios-setup] Feb 21 19:53:40.663 INFO E| Downloaded is-terminal v0.4.7 |
2915 | 2025-02-21T19:53:42.105Z | [ helios-setup] Feb 21 19:53:40.665 INFO E| Downloaded futures-executor v0.3.28 |
2916 | 2025-02-21T19:53:42.108Z | [ helios-setup] Feb 21 19:53:40.668 INFO E| Downloaded try-lock v0.2.4 |
2917 | 2025-02-21T19:53:42.108Z | [ helios-setup] Feb 21 19:53:40.669 INFO E| Downloaded anstyle v0.3.5 |
2918 | 2025-02-21T19:53:42.111Z | [ helios-setup] Feb 21 19:53:40.671 INFO E| Downloaded tower-service v0.3.2 |
2919 | 2025-02-21T19:53:42.111Z | [ helios-setup] Feb 21 19:53:40.673 INFO E| Downloaded proc-macro-crate v1.2.1 |
2920 | 2025-02-21T19:53:42.117Z | [ helios-setup] Feb 21 19:53:40.681 INFO E| Downloaded memoffset v0.7.1 |
2921 | 2025-02-21T19:53:42.121Z | [ helios-setup] Feb 21 19:53:40.683 INFO E| Downloaded anstyle-parse v0.1.1 |
2922 | 2025-02-21T19:53:42.125Z | [ helios-setup] Feb 21 19:53:40.687 INFO E| Downloaded want v0.3.0 |
2923 | 2025-02-21T19:53:42.128Z | [ helios-setup] Feb 21 19:53:40.690 INFO E| Downloaded paste v1.0.12 |
2924 | 2025-02-21T19:53:42.133Z | [ helios-setup] Feb 21 19:53:40.694 INFO E| Downloaded jobserver v0.1.26 |
2925 | 2025-02-21T19:53:42.136Z | [ helios-setup] Feb 21 19:53:40.698 INFO E| Downloaded sha2 v0.10.6 |
2926 | 2025-02-21T19:53:42.140Z | [ helios-setup] Feb 21 19:53:40.702 INFO E| Downloaded serde_tokenstream v0.2.0 |
2927 | 2025-02-21T19:53:42.144Z | [ helios-setup] Feb 21 19:53:40.707 INFO E| Downloaded serde_path_to_error v0.1.11 |
2928 | 2025-02-21T19:53:42.148Z | [ helios-setup] Feb 21 19:53:40.710 INFO E| Downloaded utf8parse v0.2.1 |
2929 | 2025-02-21T19:53:42.151Z | [ helios-setup] Feb 21 19:53:40.712 INFO E| Downloaded rhai_codegen v1.5.0 |
2930 | 2025-02-21T19:53:42.162Z | [ helios-setup] Feb 21 19:53:40.725 INFO E| Downloaded rustls-pemfile v1.0.2 |
2931 | 2025-02-21T19:53:42.166Z | [ helios-setup] Feb 21 19:53:40.729 INFO E| Downloaded strsim v0.10.0 |
2932 | 2025-02-21T19:53:42.170Z | [ helios-setup] Feb 21 19:53:40.732 INFO E| Downloaded tokio-macros v2.0.0 |
2933 | 2025-02-21T19:53:42.173Z | [ helios-setup] Feb 21 19:53:40.734 INFO E| Downloaded semver v0.11.0 |
2934 | 2025-02-21T19:53:42.195Z | [ helios-setup] Feb 21 19:53:40.758 INFO E| Downloaded schemars_derive v0.8.12 |
2935 | 2025-02-21T19:53:42.199Z | [ helios-setup] Feb 21 19:53:40.760 INFO E| Downloaded semver v1.0.17 |
2936 | 2025-02-21T19:53:42.203Z | [ helios-setup] Feb 21 19:53:40.765 INFO E| Downloaded num-traits v0.2.15 |
2937 | 2025-02-21T19:53:42.206Z | [ helios-setup] Feb 21 19:53:40.770 INFO E| Downloaded scopeguard v1.1.0 |
2938 | 2025-02-21T19:53:42.210Z | [ helios-setup] Feb 21 19:53:40.771 INFO E| Downloaded serde_derive_internals v0.26.0 |
2939 | 2025-02-21T19:53:42.213Z | [ helios-setup] Feb 21 19:53:40.775 INFO E| Downloaded slab v0.4.7 |
2940 | 2025-02-21T19:53:42.217Z | [ helios-setup] Feb 21 19:53:40.777 INFO E| Downloaded thiserror v1.0.38 |
2941 | 2025-02-21T19:53:42.222Z | [ helios-setup] Feb 21 19:53:40.785 INFO E| Downloaded toml_datetime v0.6.1 |
2942 | 2025-02-21T19:53:42.226Z | [ helios-setup] Feb 21 19:53:40.787 INFO E| Downloaded clap v4.2.1 |
2943 | 2025-02-21T19:53:42.240Z | [ helios-setup] Feb 21 19:53:40.803 INFO E| Downloaded sct v0.7.0 |
2944 | 2025-02-21T19:53:42.246Z | [ helios-setup] Feb 21 19:53:40.809 INFO E| Downloaded smartstring v1.0.1 |
2945 | 2025-02-21T19:53:42.249Z | [ helios-setup] Feb 21 19:53:40.812 INFO E| Downloaded tokio-rustls v0.24.0 |
2946 | 2025-02-21T19:53:42.253Z | [ helios-setup] Feb 21 19:53:40.816 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2947 | 2025-02-21T19:53:42.257Z | [ helios-setup] Feb 21 19:53:40.820 INFO E| Downloaded time v0.1.45 |
2948 | 2025-02-21T19:53:42.260Z | [ helios-setup] Feb 21 19:53:40.823 INFO E| Downloaded terminal_size v0.2.6 |
2949 | 2025-02-21T19:53:42.264Z | [ helios-setup] Feb 21 19:53:40.825 INFO E| Downloaded tempfile v3.5.0 |
2950 | 2025-02-21T19:53:42.267Z | [ helios-setup] Feb 21 19:53:40.829 INFO E| Downloaded typenum v1.16.0 |
2951 | 2025-02-21T19:53:42.270Z | [ helios-setup] Feb 21 19:53:40.833 INFO E| Downloaded http v0.2.9 |
2952 | 2025-02-21T19:53:42.276Z | [ helios-setup] Feb 21 19:53:40.839 INFO E| Downloaded ryu v1.0.13 |
2953 | 2025-02-21T19:53:42.281Z | [ helios-setup] Feb 21 19:53:40.844 INFO E| Downloaded textwrap v0.16.0 |
2954 | 2025-02-21T19:53:42.284Z | [ helios-setup] Feb 21 19:53:40.847 INFO E| Downloaded schemars v0.8.12 |
2955 | 2025-02-21T19:53:42.303Z | [ helios-setup] Feb 21 19:53:40.866 INFO E| Downloaded url v2.3.1 |
2956 | 2025-02-21T19:53:42.308Z | [ helios-setup] Feb 21 19:53:40.871 INFO E| Downloaded tungstenite v0.18.0 |
2957 | 2025-02-21T19:53:42.316Z | [ helios-setup] Feb 21 19:53:40.876 INFO E| Downloaded serde_yaml v0.9.21 |
2958 | 2025-02-21T19:53:42.320Z | [ helios-setup] Feb 21 19:53:40.883 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2959 | 2025-02-21T19:53:42.325Z | [ helios-setup] Feb 21 19:53:40.888 INFO E| Downloaded serde v1.0.204 |
2960 | 2025-02-21T19:53:42.330Z | [ helios-setup] Feb 21 19:53:40.893 INFO E| Downloaded tracing v0.1.37 |
2961 | 2025-02-21T19:53:42.337Z | [ helios-setup] Feb 21 19:53:40.900 INFO E| Downloaded uuid v1.3.0 |
2962 | 2025-02-21T19:53:42.344Z | [ helios-setup] Feb 21 19:53:40.907 INFO E| Downloaded toml_edit v0.19.8 |
2963 | 2025-02-21T19:53:42.370Z | [ helios-setup] Feb 21 19:53:40.933 INFO E| Downloaded tokio-util v0.7.7 |
2964 | 2025-02-21T19:53:42.379Z | [ helios-setup] Feb 21 19:53:40.942 INFO E| Downloaded unicode-normalization v0.1.22 |
2965 | 2025-02-21T19:53:42.384Z | [ helios-setup] Feb 21 19:53:40.947 INFO E| Downloaded rayon v1.6.1 |
2966 | 2025-02-21T19:53:42.400Z | [ helios-setup] Feb 21 19:53:40.962 INFO E| Downloaded winnow v0.4.1 |
2967 | 2025-02-21T19:53:42.413Z | [ helios-setup] Feb 21 19:53:40.975 INFO E| Downloaded git2 v0.16.1 |
2968 | 2025-02-21T19:53:42.426Z | [ helios-setup] Feb 21 19:53:40.988 INFO E| Downloaded serde_json v1.0.95 |
2969 | 2025-02-21T19:53:42.440Z | [ helios-setup] Feb 21 19:53:41.001 INFO E| Downloaded regex v1.7.3 |
2970 | 2025-02-21T19:53:42.458Z | [ helios-setup] Feb 21 19:53:41.020 INFO E| Downloaded hyper v0.14.25 |
2971 | 2025-02-21T19:53:42.472Z | [ helios-setup] Feb 21 19:53:41.034 INFO E| Downloaded regress v0.5.0 |
2972 | 2025-02-21T19:53:42.483Z | [ helios-setup] Feb 21 19:53:41.045 INFO E| Downloaded chrono v0.4.24 |
2973 | 2025-02-21T19:53:42.495Z | [ helios-setup] Feb 21 19:53:41.057 INFO E| Downloaded idna v0.3.0 |
2974 | 2025-02-21T19:53:42.505Z | [ helios-setup] Feb 21 19:53:41.068 INFO E| Downloaded h2 v0.3.16 |
2975 | 2025-02-21T19:53:42.537Z | [ helios-setup] Feb 21 19:53:41.100 INFO E| Downloaded rustls v0.21.0 |
2976 | 2025-02-21T19:53:42.559Z | [ helios-setup] Feb 21 19:53:41.118 INFO E| Downloaded syn v2.0.72 |
2977 | 2025-02-21T19:53:42.574Z | [ helios-setup] Feb 21 19:53:41.136 INFO E| Downloaded syn v1.0.107 |
2978 | 2025-02-21T19:53:42.588Z | [ helios-setup] Feb 21 19:53:41.151 INFO E| Downloaded rustix v0.37.3 |
2979 | 2025-02-21T19:53:42.613Z | [ helios-setup] Feb 21 19:53:41.176 INFO E| Downloaded openapiv3 v1.0.2 |
2980 | 2025-02-21T19:53:42.631Z | [ helios-setup] Feb 21 19:53:41.194 INFO E| Downloaded rhai v1.14.0 |
2981 | 2025-02-21T19:53:42.649Z | [ helios-setup] Feb 21 19:53:41.212 INFO E| Downloaded unicode-linebreak v0.1.4 |
2982 | 2025-02-21T19:53:42.653Z | [ helios-setup] Feb 21 19:53:41.215 INFO E| Downloaded reqwest v0.11.16 |
2983 | 2025-02-21T19:53:42.662Z | [ helios-setup] Feb 21 19:53:41.225 INFO E| Downloaded clap_builder v4.2.1 |
2984 | 2025-02-21T19:53:42.672Z | [ helios-setup] Feb 21 19:53:41.235 INFO E| Downloaded futures-util v0.3.28 |
2985 | 2025-02-21T19:53:42.702Z | [ helios-setup] Feb 21 19:53:41.265 INFO E| Downloaded tracing-core v0.1.30 |
2986 | 2025-02-21T19:53:42.707Z | [ helios-setup] Feb 21 19:53:41.268 INFO E| Downloaded tinyvec v1.6.0 |
2987 | 2025-02-21T19:53:42.710Z | [ helios-setup] Feb 21 19:53:41.272 INFO E| Downloaded serde_derive v1.0.204 |
2988 | 2025-02-21T19:53:42.713Z | [ helios-setup] Feb 21 19:53:41.275 INFO E| Downloaded unicode-bidi v0.3.13 |
2989 | 2025-02-21T19:53:42.717Z | [ helios-setup] Feb 21 19:53:41.278 INFO E| Downloaded toml v0.5.11 |
2990 | 2025-02-21T19:53:42.720Z | [ helios-setup] Feb 21 19:53:41.281 INFO E| Downloaded rustls-webpki v0.100.1 |
2991 | 2025-02-21T19:53:42.725Z | [ helios-setup] Feb 21 19:53:41.288 INFO E| Downloaded pest v2.5.7 |
2992 | 2025-02-21T19:53:42.731Z | [ helios-setup] Feb 21 19:53:41.294 INFO E| Downloaded unicode-ident v1.0.8 |
2993 | 2025-02-21T19:53:42.735Z | [ helios-setup] Feb 21 19:53:41.297 INFO E| Downloaded toml v0.7.3 |
2994 | 2025-02-21T19:53:42.740Z | [ helios-setup] Feb 21 19:53:41.302 INFO E| Downloaded aho-corasick v0.7.20 |
2995 | 2025-02-21T19:53:42.745Z | [ helios-setup] Feb 21 19:53:41.307 INFO E| Downloaded ucd-trie v0.1.5 |
2996 | 2025-02-21T19:53:42.748Z | [ helios-setup] Feb 21 19:53:41.309 INFO E| Downloaded socket2 v0.4.9 |
2997 | 2025-02-21T19:53:42.751Z | [ helios-setup] Feb 21 19:53:41.312 INFO E| Downloaded mio v0.8.5 |
2998 | 2025-02-21T19:53:42.757Z | [ helios-setup] Feb 21 19:53:41.320 INFO E| Downloaded crossbeam-channel v0.5.6 |
2999 | 2025-02-21T19:53:42.763Z | [ helios-setup] Feb 21 19:53:41.326 INFO E| Downloaded libc v0.2.139 |
3000 | 2025-02-21T19:53:42.830Z | [ helios-setup] Feb 21 19:53:41.391 INFO E| Downloaded tokio v1.27.0 |
3001 | 2025-02-21T19:53:42.886Z | [ helios-setup] Feb 21 19:53:41.448 INFO E| Downloaded smallvec v1.10.0 |
3002 | 2025-02-21T19:53:42.890Z | [ helios-setup] Feb 21 19:53:41.453 INFO E| Downloaded memchr v2.5.0 |
3003 | 2025-02-21T19:53:42.912Z | [ helios-setup] Feb 21 19:53:41.459 INFO E| Downloaded futures v0.3.28 |
3004 | 2025-02-21T19:53:42.912Z | [ helios-setup] Feb 21 19:53:41.467 INFO E| Downloaded cc v1.0.78 |
3005 | 2025-02-21T19:53:42.912Z | [ helios-setup] Feb 21 19:53:41.471 INFO E| Downloaded cargo-lock v8.0.3 |
3006 | 2025-02-21T19:53:42.925Z | [ helios-setup] Feb 21 19:53:41.487 INFO E| Downloaded bytes v1.4.0 |
3007 | 2025-02-21T19:53:42.936Z | [ helios-setup] Feb 21 19:53:41.498 INFO E| Downloaded base64 v0.21.0 |
3008 | 2025-02-21T19:53:42.941Z | [ helios-setup] Feb 21 19:53:41.504 INFO E| Downloaded rayon-core v1.10.2 |
3009 | 2025-02-21T19:53:42.959Z | [ helios-setup] Feb 21 19:53:41.510 INFO E| Downloaded crossbeam-utils v0.8.14 |
3010 | 2025-02-21T19:53:42.983Z | [ helios-setup] Feb 21 19:53:41.514 INFO E| Downloaded bincode v1.3.3 |
3011 | 2025-02-21T19:53:42.983Z | [ helios-setup] Feb 21 19:53:41.517 INFO E| Downloaded smawk v0.3.1 |
3012 | 2025-02-21T19:53:42.991Z | [ helios-setup] Feb 21 19:53:41.519 INFO E| Downloaded signal-hook-registry v1.4.0 |
3013 | 2025-02-21T19:53:42.991Z | [ helios-setup] Feb 21 19:53:41.521 INFO E| Downloaded proc-macro2 v1.0.86 |
3014 | 2025-02-21T19:53:42.991Z | [ helios-setup] Feb 21 19:53:41.525 INFO E| Downloaded parking_lot v0.12.1 |
3015 | 2025-02-21T19:53:42.991Z | [ helios-setup] Feb 21 19:53:41.529 INFO E| Downloaded crossbeam-epoch v0.9.13 |
3016 | 2025-02-21T19:53:42.991Z | [ helios-setup] Feb 21 19:53:41.534 INFO E| Downloaded anyhow v1.0.68 |
3017 | 2025-02-21T19:53:42.991Z | [ helios-setup] Feb 21 19:53:41.540 INFO E| Downloaded ahash v0.8.3 |
3018 | 2025-02-21T19:53:42.991Z | [ helios-setup] Feb 21 19:53:41.545 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
3019 | 2025-02-21T19:53:42.991Z | [ helios-setup] Feb 21 19:53:41.551 INFO E| Downloaded walkdir v2.3.3 |
3020 | 2025-02-21T19:53:42.991Z | [ helios-setup] Feb 21 19:53:41.551 INFO E| Downloaded thiserror-impl v1.0.38 |
3021 | 2025-02-21T19:53:42.992Z | [ helios-setup] Feb 21 19:53:41.552 INFO E| Downloaded spin v0.5.2 |
3022 | 2025-02-21T19:53:43.002Z | [ helios-setup] Feb 21 19:53:41.554 INFO E| Downloaded ipnet v2.7.2 |
3023 | 2025-02-21T19:53:43.013Z | [ helios-setup] Feb 21 19:53:41.576 INFO E| Downloaded httpdate v1.0.2 |
3024 | 2025-02-21T19:53:43.017Z | [ helios-setup] Feb 21 19:53:41.578 INFO E| Downloaded getrandom v0.2.8 |
3025 | 2025-02-21T19:53:43.027Z | [ helios-setup] Feb 21 19:53:41.583 INFO E| Downloaded futures-channel v0.3.28 |
3026 | 2025-02-21T19:53:43.038Z | [ helios-setup] Feb 21 19:53:41.586 INFO E| Downloaded pin-project-lite v0.2.9 |
3027 | 2025-02-21T19:53:43.038Z | [ helios-setup] Feb 21 19:53:41.593 INFO E| Downloaded once_cell v1.17.0 |
3028 | 2025-02-21T19:53:43.038Z | [ helios-setup] Feb 21 19:53:41.597 INFO E| Downloaded log v0.4.17 |
3029 | 2025-02-21T19:53:43.042Z | [ helios-setup] Feb 21 19:53:41.600 INFO E| Downloaded slog-bunyan v2.4.0 |
3030 | 2025-02-21T19:53:43.042Z | [ helios-setup] Feb 21 19:53:41.602 INFO E| Downloaded slog-async v2.7.0 |
3031 | 2025-02-21T19:53:43.042Z | [ helios-setup] Feb 21 19:53:41.604 INFO E| Downloaded quote v1.0.36 |
3032 | 2025-02-21T19:53:43.048Z | [ helios-setup] Feb 21 19:53:41.608 INFO E| Downloaded lock_api v0.4.9 |
3033 | 2025-02-21T19:53:43.048Z | [ helios-setup] Feb 21 19:53:41.610 INFO E| Downloaded async-trait v0.1.68 |
3034 | 2025-02-21T19:53:43.053Z | [ helios-setup] Feb 21 19:53:41.615 INFO E| Downloaded semver-parser v0.10.2 |
3035 | 2025-02-21T19:53:43.068Z | [ helios-setup] Feb 21 19:53:41.618 INFO E| Downloaded parking_lot_core v0.9.6 |
3036 | 2025-02-21T19:53:43.068Z | [ helios-setup] Feb 21 19:53:41.621 INFO E| Downloaded clap_lex v0.4.1 |
3037 | 2025-02-21T19:53:43.069Z | [ helios-setup] Feb 21 19:53:41.623 INFO E| Downloaded clap_derive v4.2.0 |
3038 | 2025-02-21T19:53:43.069Z | [ helios-setup] Feb 21 19:53:41.626 INFO E| Downloaded camino v1.1.4 |
3039 | 2025-02-21T19:53:43.072Z | [ helios-setup] Feb 21 19:53:41.629 INFO E| Downloaded io-lifetimes v1.0.10 |
3040 | 2025-02-21T19:53:43.073Z | [ helios-setup] Feb 21 19:53:41.632 INFO E| Downloaded httparse v1.8.0 |
3041 | 2025-02-21T19:53:43.076Z | [ helios-setup] Feb 21 19:53:41.636 INFO E| Downloaded digest v0.10.6 |
3042 | 2025-02-21T19:53:43.081Z | [ helios-setup] Feb 21 19:53:41.639 INFO E| Downloaded crossbeam-deque v0.8.2 |
3043 | 2025-02-21T19:53:43.081Z | [ helios-setup] Feb 21 19:53:41.641 INFO E| Downloaded toolchain_find v0.2.0 |
3044 | 2025-02-21T19:53:43.085Z | [ helios-setup] Feb 21 19:53:41.644 INFO E| Downloaded home v0.5.4 |
3045 | 2025-02-21T19:53:43.090Z | [ helios-setup] Feb 21 19:53:41.646 INFO E| Downloaded futures-io v0.3.28 |
3046 | 2025-02-21T19:53:43.090Z | [ helios-setup] Feb 21 19:53:41.647 INFO E| Downloaded form_urlencoded v1.1.0 |
3047 | 2025-02-21T19:53:43.094Z | [ helios-setup] Feb 21 19:53:41.654 INFO E| Downloaded dyn-clone v1.0.11 |
3048 | 2025-02-21T19:53:43.108Z | [ helios-setup] Feb 21 19:53:41.671 INFO E| Downloaded autocfg v1.1.0 |
3049 | 2025-02-21T19:53:43.112Z | [ helios-setup] Feb 21 19:53:41.674 INFO E| Downloaded async-stream v0.3.5 |
3050 | 2025-02-21T19:53:43.117Z | [ helios-setup] Feb 21 19:53:41.677 INFO E| Downloaded encoding_rs v0.8.32 |
3051 | 2025-02-21T19:53:43.156Z | [ helios-setup] Feb 21 19:53:41.709 INFO E| Downloaded ppv-lite86 v0.2.17 |
3052 | 2025-02-21T19:53:43.156Z | [ helios-setup] Feb 21 19:53:41.711 INFO E| Downloaded num-integer v0.1.45 |
3053 | 2025-02-21T19:53:43.162Z | [ helios-setup] Feb 21 19:53:41.714 INFO E| Downloaded http-body v0.4.5 |
3054 | 2025-02-21T19:53:43.162Z | [ helios-setup] Feb 21 19:53:41.716 INFO E| Downloaded either v1.8.0 |
3055 | 2025-02-21T19:53:43.162Z | [ helios-setup] Feb 21 19:53:41.718 INFO E| Downloaded anstream v0.2.6 |
3056 | 2025-02-21T19:53:43.162Z | [ helios-setup] Feb 21 19:53:41.722 INFO E| Downloaded fastrand v1.9.0 |
3057 | 2025-02-21T19:53:43.166Z | [ helios-setup] Feb 21 19:53:41.725 INFO E| Downloaded num_enum v0.5.7 |
3058 | 2025-02-21T19:53:43.174Z | [ helios-setup] Feb 21 19:53:41.732 INFO E| Downloaded lazy_static v1.4.0 |
3059 | 2025-02-21T19:53:43.174Z | [ helios-setup] Feb 21 19:53:41.734 INFO E| Downloaded itoa v1.0.6 |
3060 | 2025-02-21T19:53:43.178Z | [ helios-setup] Feb 21 19:53:41.736 INFO E| Downloaded futures-sink v0.3.28 |
3061 | 2025-02-21T19:53:43.178Z | [ helios-setup] Feb 21 19:53:41.737 INFO E| Downloaded errno v0.3.1 |
3062 | 2025-02-21T19:53:43.178Z | [ helios-setup] Feb 21 19:53:41.739 INFO E| Downloaded num_cpus v1.15.0 |
3063 | 2025-02-21T19:53:43.184Z | [ helios-setup] Feb 21 19:53:41.744 INFO E| Downloaded futures-task v0.3.28 |
3064 | 2025-02-21T19:53:43.184Z | [ helios-setup] Feb 21 19:53:41.746 INFO E| Downloaded futures-macro v0.3.28 |
3065 | 2025-02-21T19:53:43.187Z | [ helios-setup] Feb 21 19:53:41.747 INFO E| Downloaded futures-core v0.3.28 |
3066 | 2025-02-21T19:53:43.187Z | [ helios-setup] Feb 21 19:53:41.750 INFO E| Downloaded concolor-query v0.3.3 |
3067 | 2025-02-21T19:53:43.199Z | [ helios-setup] Feb 21 19:53:41.752 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
3068 | 2025-02-21T19:53:43.325Z | [ helios-setup] Feb 21 19:53:41.887 INFO E| Downloaded libz-sys v1.1.8 |
3069 | 2025-02-21T19:53:44.017Z | [ helios-setup] Feb 21 19:53:42.579 INFO E| Downloaded ring v0.16.20 |
3070 | 2025-02-21T19:53:44.423Z | [ helios-setup] Feb 21 19:53:42.984 INFO E| Compiling proc-macro2 v1.0.86 |
3071 | 2025-02-21T19:53:44.423Z | [ helios-setup] Feb 21 19:53:42.984 INFO E| Compiling libc v0.2.139 |
3072 | 2025-02-21T19:53:44.426Z | [ helios-setup] Feb 21 19:53:42.984 INFO E| Compiling unicode-ident v1.0.8 |
3073 | 2025-02-21T19:53:44.427Z | [ helios-setup] Feb 21 19:53:42.984 INFO E| Compiling autocfg v1.1.0 |
3074 | 2025-02-21T19:53:44.427Z | [ helios-setup] Feb 21 19:53:42.984 INFO E| Compiling cfg-if v1.0.0 |
3075 | 2025-02-21T19:53:44.427Z | [ helios-setup] Feb 21 19:53:42.984 INFO E| Compiling version_check v0.9.4 |
3076 | 2025-02-21T19:53:44.427Z | [ helios-setup] Feb 21 19:53:42.985 INFO E| Compiling serde v1.0.204 |
3077 | 2025-02-21T19:53:44.427Z | [ helios-setup] Feb 21 19:53:42.985 INFO E| Compiling syn v1.0.107 |
3078 | 2025-02-21T19:53:44.956Z | [ host-package] Compiling derive_builder v0.20.2 |
3079 | 2025-02-21T19:53:45.238Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
3080 | 2025-02-21T19:53:45.394Z | [ helios-setup] Feb 21 19:53:43.953 INFO E| Compiling memchr v2.5.0 |
3081 | 2025-02-21T19:53:46.151Z | [ helios-setup] Feb 21 19:53:44.711 INFO E| Compiling once_cell v1.17.0 |
3082 | 2025-02-21T19:53:46.462Z | [ helios-setup] Feb 21 19:53:45.022 INFO E| Compiling thiserror v1.0.38 |
3083 | 2025-02-21T19:53:46.513Z | [ helios-setup] Feb 21 19:53:45.074 INFO E| Compiling log v0.4.17 |
3084 | 2025-02-21T19:53:47.024Z | [ helios-setup] Feb 21 19:53:45.584 INFO E| Compiling serde_json v1.0.95 |
3085 | 2025-02-21T19:53:47.677Z | [ helios-setup] Feb 21 19:53:46.237 INFO E| Compiling itoa v1.0.6 |
3086 | 2025-02-21T19:53:48.354Z | [ helios-setup] Feb 21 19:53:46.913 INFO E| Compiling getrandom v0.2.8 |
3087 | 2025-02-21T19:53:48.420Z | [ helios-setup] Feb 21 19:53:46.979 INFO E| Compiling jobserver v0.1.26 |
3088 | 2025-02-21T19:53:48.553Z | [ helios-setup] Feb 21 19:53:47.111 INFO E| Compiling scopeguard v1.1.0 |
3089 | 2025-02-21T19:53:48.982Z | [ helios-setup] Feb 21 19:53:47.541 INFO E| Compiling pin-project-lite v0.2.9 |
3090 | 2025-02-21T19:53:49.027Z | [ helios-setup] Feb 21 19:53:47.587 INFO E| Compiling indexmap v1.9.3 |
3091 | 2025-02-21T19:53:49.057Z | [ helios-setup] Feb 21 19:53:47.616 INFO E| Compiling futures-core v0.3.28 |
3092 | 2025-02-21T19:53:49.257Z | [ helios-setup] Feb 21 19:53:47.815 INFO E| Compiling quote v1.0.36 |
3093 | 2025-02-21T19:53:49.335Z | [ helios-setup] Feb 21 19:53:47.893 INFO E| Compiling cc v1.0.78 |
3094 | 2025-02-21T19:53:49.400Z | [ helios-setup] Feb 21 19:53:47.959 INFO E| Compiling bytes v1.4.0 |
3095 | 2025-02-21T19:53:49.804Z | [ helios-setup] Feb 21 19:53:48.362 INFO E| Compiling num-integer v0.1.45 |
3096 | 2025-02-21T19:53:50.005Z | [ helios-setup] Feb 21 19:53:48.562 INFO E| Compiling syn v2.0.72 |
3097 | 2025-02-21T19:53:50.184Z | [ helios-setup] Feb 21 19:53:48.741 INFO E| Compiling ryu v1.0.13 |
3098 | 2025-02-21T19:53:51.386Z | [ helios-setup] Feb 21 19:53:49.944 INFO E| Compiling lock_api v0.4.9 |
3099 | 2025-02-21T19:53:51.710Z | [ helios-setup] Feb 21 19:53:50.267 INFO E| Compiling typenum v1.16.0 |
3100 | 2025-02-21T19:53:52.559Z | [ helios-setup] Feb 21 19:53:51.115 INFO E| Compiling parking_lot_core v0.9.6 |
3101 | 2025-02-21T19:53:52.589Z | [ helios-setup] Feb 21 19:53:51.146 INFO E| Compiling bitflags v1.3.2 |
3102 | 2025-02-21T19:53:53.131Z | [ helios-setup] Feb 21 19:53:51.675 INFO E| Compiling num_cpus v1.15.0 |
3103 | 2025-02-21T19:53:53.194Z | [ helios-setup] Feb 21 19:53:51.750 INFO E| Compiling slab v0.4.7 |
3104 | 2025-02-21T19:53:53.295Z | [ helios-setup] Feb 21 19:53:51.851 INFO E| Compiling generic-array v0.14.6 |
3105 | 2025-02-21T19:53:53.393Z | [ helios-setup] Feb 21 19:53:51.949 INFO E| Compiling futures-task v0.3.28 |
3106 | 2025-02-21T19:53:53.465Z | [ helios-setup] Feb 21 19:53:52.022 INFO E| Compiling futures-sink v0.3.28 |
3107 | 2025-02-21T19:53:53.802Z | [ helios-setup] Feb 21 19:53:52.358 INFO E| Compiling futures-channel v0.3.28 |
3108 | 2025-02-21T19:53:54.604Z | [ helios-setup] Feb 21 19:53:53.160 INFO E| Compiling tokio v1.27.0 |
3109 | 2025-02-21T19:53:54.642Z | [ helios-setup] Feb 21 19:53:53.198 INFO E| Compiling futures-util v0.3.28 |
3110 | 2025-02-21T19:53:54.969Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3111 | 2025-02-21T19:53:55.473Z | [ helios-setup] Feb 21 19:53:54.028 INFO E| Compiling mio v0.8.5 |
3112 | 2025-02-21T19:53:55.695Z | [ host-package] Compiling tabled_derive v0.7.0 |
3113 | 2025-02-21T19:53:55.726Z | [ helios-setup] Feb 21 19:53:54.281 INFO E| Compiling socket2 v0.4.9 |
3114 | 2025-02-21T19:53:55.772Z | [ helios-setup] Feb 21 19:53:54.327 INFO E| Compiling signal-hook-registry v1.4.0 |
3115 | 2025-02-21T19:53:56.103Z | [ helios-setup] Feb 21 19:53:54.658 INFO E| Compiling pin-utils v0.1.0 |
3116 | 2025-02-21T19:53:56.361Z | [ helios-setup] Feb 21 19:53:54.916 INFO E| Compiling futures-io v0.3.28 |
3117 | 2025-02-21T19:53:56.416Z | [ helios-setup] Feb 21 19:53:54.971 INFO E| Compiling schemars v0.8.12 |
3118 | 2025-02-21T19:53:57.136Z | [ helios-setup] Feb 21 19:53:55.689 INFO E| Compiling num-traits v0.2.15 |
3119 | 2025-02-21T19:53:57.558Z | [ helios-setup] Feb 21 19:53:56.112 INFO E| Compiling ahash v0.7.6 |
3120 | 2025-02-21T19:53:58.145Z | [ helios-setup] Feb 21 19:53:56.699 INFO E| Compiling io-lifetimes v1.0.10 |
3121 | 2025-02-21T19:53:58.429Z | [ helios-setup] Feb 21 19:53:56.983 INFO E| Compiling crunchy v0.2.2 |
3122 | 2025-02-21T19:53:59.073Z | [ helios-setup] Feb 21 19:53:57.626 INFO E| Compiling ahash v0.8.3 |
3123 | 2025-02-21T19:53:59.483Z | [ host-package] Compiling itertools v0.12.1 |
3124 | 2025-02-21T19:53:59.523Z | [ helios-setup] Feb 21 19:53:58.074 INFO E| Compiling tiny-keccak v2.0.2 |
3125 | 2025-02-21T19:53:59.951Z | [ helios-setup] Feb 21 19:53:58.504 INFO E| Compiling block-buffer v0.10.3 |
3126 | 2025-02-21T19:54:00.077Z | [ helios-setup] Feb 21 19:53:58.629 INFO E| Compiling crypto-common v0.1.6 |
3127 | 2025-02-21T19:54:00.363Z | [ helios-setup] Feb 21 19:53:58.915 INFO E| Compiling slog v2.7.0 |
3128 | 2025-02-21T19:54:00.425Z | [ helios-setup] Feb 21 19:53:58.976 INFO E| Compiling hashbrown v0.12.3 |
3129 | 2025-02-21T19:54:00.722Z | [ helios-setup] Feb 21 19:53:59.275 INFO E| Compiling rustix v0.37.3 |
3130 | 2025-02-21T19:54:00.722Z | [ helios-setup] Feb 21 19:53:59.275 INFO E| Compiling crossbeam-utils v0.8.14 |
3131 | 2025-02-21T19:54:00.856Z | [ helios-setup] Feb 21 19:53:59.408 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
3132 | 2025-02-21T19:54:01.350Z | [ host-package] Compiling fd-lock v4.0.2 |
3133 | 2025-02-21T19:54:02.053Z | [ helios-setup] Feb 21 19:54:00.604 INFO E| Compiling serde_derive_internals v0.26.0 |
3134 | 2025-02-21T19:54:02.092Z | [ host-package] Compiling peg-macros v0.8.4 |
3135 | 2025-02-21T19:54:02.356Z | [ helios-setup] Feb 21 19:54:00.907 INFO E| Compiling digest v0.10.6 |
3136 | 2025-02-21T19:54:03.406Z | [ helios-setup] Feb 21 19:54:01.957 INFO E| Compiling errno v0.3.1 |
3137 | 2025-02-21T19:54:03.982Z | [ helios-setup] Feb 21 19:54:02.532 INFO E| Compiling pkg-config v0.3.26 |
3138 | 2025-02-21T19:54:04.207Z | [ helios-setup] Feb 21 19:54:02.757 INFO E| Compiling unicode-width v0.1.10 |
3139 | 2025-02-21T19:54:04.284Z | [ helios-setup] Feb 21 19:54:02.834 INFO E| Compiling cpufeatures v0.2.5 |
3140 | 2025-02-21T19:54:04.546Z | [ helios-setup] Feb 21 19:54:03.095 INFO E| Compiling anyhow v1.0.68 |
3141 | 2025-02-21T19:54:04.822Z | [ helios-setup] Feb 21 19:54:03.372 INFO E| Compiling fnv v1.0.7 |
3142 | 2025-02-21T19:54:05.297Z | [ helios-setup] Feb 21 19:54:03.846 INFO E| Compiling http v0.2.9 |
3143 | 2025-02-21T19:54:06.383Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3144 | 2025-02-21T19:54:07.990Z | [ helios-setup] Feb 21 19:54:06.535 INFO E| Compiling aho-corasick v0.7.20 |
3145 | 2025-02-21T19:54:08.253Z | [ host-package] Compiling kstat-rs v0.2.4 |
3146 | 2025-02-21T19:54:08.402Z | [ host-package] Compiling oso-derive v0.27.3 |
3147 | 2025-02-21T19:54:08.565Z | [ helios-setup] Feb 21 19:54:07.112 INFO E| Compiling thiserror-impl v1.0.38 |
3148 | 2025-02-21T19:54:08.807Z | [ helios-setup] Feb 21 19:54:07.355 INFO E| Compiling serde_derive v1.0.204 |
3149 | 2025-02-21T19:54:09.562Z | [ helios-setup] Feb 21 19:54:08.109 INFO E| Compiling futures-macro v0.3.28 |
3150 | 2025-02-21T19:54:10.196Z | [ helios-setup] Feb 21 19:54:08.739 INFO E| Compiling tokio-macros v2.0.0 |
3151 | 2025-02-21T19:54:10.226Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
3152 | 2025-02-21T19:54:10.349Z | [ helios-setup] Feb 21 19:54:08.896 INFO E| Compiling schemars_derive v0.8.12 |
3153 | 2025-02-21T19:54:10.404Z | [ helios-setup] Feb 21 19:54:08.949 INFO E| Compiling regex-syntax v0.6.29 |
3154 | 2025-02-21T19:54:10.446Z | [ host-package] Compiling quick-xml v0.33.0 |
3155 | 2025-02-21T19:54:11.422Z | [ host-package] Compiling diesel-dtrace v0.4.2 |
3156 | 2025-02-21T19:54:12.273Z | [ helios-setup] Feb 21 19:54:10.819 INFO E| Compiling tinyvec_macros v0.1.1 |
3157 | 2025-02-21T19:54:12.331Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
3158 | 2025-02-21T19:54:13.335Z | [ helios-setup] Feb 21 19:54:11.880 INFO E| Compiling percent-encoding v2.2.0 |
3159 | 2025-02-21T19:54:13.427Z | [ helios-setup] Feb 21 19:54:11.969 INFO E| Compiling heck v0.4.1 |
3160 | 2025-02-21T19:54:13.503Z | [ helios-setup] Feb 21 19:54:12.048 INFO E| Compiling httparse v1.8.0 |
3161 | 2025-02-21T19:54:14.402Z | [ helios-setup] Feb 21 19:54:12.946 INFO E| Compiling form_urlencoded v1.1.0 |
3162 | 2025-02-21T19:54:14.486Z | [ host-package] Compiling reedline v0.35.0 |
3163 | 2025-02-21T19:54:14.641Z | [ helios-setup] Feb 21 19:54:13.185 INFO E| Compiling tinyvec v1.6.0 |
3164 | 2025-02-21T19:54:15.112Z | [ helios-setup] Feb 21 19:54:13.656 INFO E| Compiling const-random-macro v0.1.15 |
3165 | 2025-02-21T19:54:15.689Z | [ helios-setup] Feb 21 19:54:14.233 INFO E| Compiling hashbrown v0.13.2 |
3166 | 2025-02-21T19:54:17.307Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3167 | 2025-02-21T19:54:17.868Z | [ helios-setup] Feb 21 19:54:16.410 INFO E| Compiling regex v1.7.3 |
3168 | 2025-02-21T19:54:18.177Z | [ helios-setup] Feb 21 19:54:16.718 INFO E| Compiling chrono v0.4.24 |
3169 | 2025-02-21T19:54:18.397Z | [ helios-setup] Feb 21 19:54:16.938 INFO E| Compiling libz-sys v1.1.8 |
3170 | 2025-02-21T19:54:19.012Z | [ helios-setup] Feb 21 19:54:17.553 INFO E| Compiling getopts v0.2.21 |
3171 | 2025-02-21T19:54:20.076Z | [ helios-setup] Feb 21 19:54:18.617 INFO E| Compiling memoffset v0.7.1 |
3172 | 2025-02-21T19:54:20.327Z | [ helios-setup] Feb 21 19:54:18.867 INFO E| Compiling powerfmt v0.2.0 |
3173 | 2025-02-21T19:54:20.996Z | [ helios-setup] Feb 21 19:54:19.536 INFO E| Compiling uuid v1.3.0 |
3174 | 2025-02-21T19:54:21.389Z | [ helios-setup] Feb 21 19:54:19.930 INFO E| Compiling time-core v0.1.2 |
3175 | 2025-02-21T19:54:21.609Z | [ host-package] Compiling peg v0.8.4 |
3176 | 2025-02-21T19:54:21.668Z | [ helios-setup] Feb 21 19:54:20.208 INFO E| Compiling dyn-clone v1.0.11 |
3177 | 2025-02-21T19:54:21.704Z | [ helios-setup] Feb 21 19:54:20.242 INFO E| Compiling num-conv v0.1.0 |
3178 | 2025-02-21T19:54:22.009Z | [ host-package] Compiling tabled v0.15.0 |
3179 | 2025-02-21T19:54:22.342Z | [ helios-setup] Feb 21 19:54:20.882 INFO E| Compiling deranged v0.3.11 |
3180 | 2025-02-21T19:54:22.442Z | [ helios-setup] Feb 21 19:54:20.982 INFO E| Compiling time-macros v0.2.18 |
3181 | 2025-02-21T19:54:22.987Z | [ helios-setup] Feb 21 19:54:21.526 INFO E| Compiling unicode-normalization v0.1.22 |
3182 | 2025-02-21T19:54:23.100Z | [ helios-setup] Feb 21 19:54:21.639 INFO E| Compiling regress v0.5.0 |
3183 | 2025-02-21T19:54:26.029Z | [ helios-setup] Feb 21 19:54:24.567 INFO E| Compiling const-random v0.1.15 |
3184 | 2025-02-21T19:54:26.328Z | [ helios-setup] Feb 21 19:54:24.865 INFO E| Compiling tracing-core v0.1.30 |
3185 | 2025-02-21T19:54:27.459Z | [ helios-setup] Feb 21 19:54:25.988 INFO E| Compiling crossbeam-epoch v0.9.13 |
3186 | 2025-02-21T19:54:28.086Z | [ host-package] Compiling oso v0.27.3 |
3187 | 2025-02-21T19:54:28.357Z | [ helios-setup] Feb 21 19:54:26.893 INFO E| Compiling unicode-bidi v0.3.13 |
3188 | 2025-02-21T19:54:28.929Z | [ helios-setup] Feb 21 19:54:27.465 INFO E| Compiling num_threads v0.1.6 |
3189 | 2025-02-21T19:54:30.355Z | [ helios-setup] Feb 21 19:54:28.890 INFO E| Compiling ucd-trie v0.1.5 |
3190 | 2025-02-21T19:54:30.610Z | [ helios-setup] Feb 21 19:54:29.145 INFO E| Compiling idna v0.3.0 |
3191 | 2025-02-21T19:54:31.325Z | [ helios-setup] Feb 21 19:54:29.859 INFO E| Compiling pest v2.5.7 |
3192 | 2025-02-21T19:54:31.848Z | [ helios-setup] Feb 21 19:54:30.382 INFO E| Compiling time v0.3.36 |
3193 | 2025-02-21T19:54:34.045Z | [ helios-setup] Feb 21 19:54:32.578 INFO E| Compiling smallvec v1.10.0 |
3194 | 2025-02-21T19:54:34.478Z | [ helios-setup] Feb 21 19:54:33.011 INFO E| Compiling toml v0.5.11 |
3195 | 2025-02-21T19:54:37.080Z | [ helios-setup] Feb 21 19:54:35.611 INFO E| Compiling parking_lot v0.12.1 |
3196 | 2025-02-21T19:54:39.810Z | [ helios-setup] Feb 21 19:54:38.339 INFO E| Compiling serde_tokenstream v0.2.0 |
3197 | 2025-02-21T19:54:40.773Z | [ helios-setup] Feb 21 19:54:39.301 INFO E| Compiling tracing v0.1.37 |
3198 | 2025-02-21T19:54:43.907Z | [ helios-setup] Feb 21 19:54:42.433 INFO E| Compiling crossbeam-channel v0.5.6 |
3199 | 2025-02-21T19:54:44.204Z | [ helios-setup] Feb 21 19:54:42.730 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
3200 | 2025-02-21T19:54:44.471Z | [ helios-setup] Feb 21 19:54:42.997 INFO E| Compiling time v0.1.45 |
3201 | 2025-02-21T19:54:45.731Z | [ helios-setup] Feb 21 19:54:44.257 INFO E| Compiling dirs-sys-next v0.1.2 |
3202 | 2025-02-21T19:54:46.321Z | [ helios-setup] Feb 21 19:54:44.846 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3203 | 2025-02-21T19:54:47.291Z | [ helios-setup] Feb 21 19:54:45.814 INFO E| Compiling crc32fast v1.3.2 |
3204 | 2025-02-21T19:54:47.860Z | [ helios-setup] Feb 21 19:54:46.384 INFO E| Compiling iana-time-zone v0.1.56 |
3205 | 2025-02-21T19:54:47.922Z | [ helios-setup] Feb 21 19:54:46.447 INFO E| Compiling semver v1.0.17 |
3206 | 2025-02-21T19:54:49.842Z | [ helios-setup] Feb 21 19:54:48.365 INFO E| Compiling dirs-next v2.0.0 |
3207 | 2025-02-21T19:54:50.413Z | [ helios-setup] Feb 21 19:54:48.936 INFO E| Compiling proc-macro-crate v1.2.1 |
3208 | 2025-02-21T19:54:50.908Z | [ helios-setup] Feb 21 19:54:49.429 INFO E| Compiling semver-parser v0.10.2 |
3209 | 2025-02-21T19:54:52.248Z | [ helios-setup] Feb 21 19:54:50.770 INFO E| Compiling url v2.3.1 |
3210 | 2025-02-21T19:54:55.029Z | [ helios-setup] Feb 21 19:54:53.549 INFO E| Compiling futures-executor v0.3.28 |
3211 | 2025-02-21T19:54:55.973Z | [ helios-setup] Feb 21 19:54:54.493 INFO E| Compiling tokio-util v0.7.7 |
3212 | 2025-02-21T19:54:56.855Z | [ helios-setup] Feb 21 19:54:55.374 INFO E| Compiling thread_local v1.1.7 |
3213 | 2025-02-21T19:54:57.430Z | [ helios-setup] Feb 21 19:54:55.949 INFO E| Compiling adler v1.0.2 |
3214 | 2025-02-21T19:54:58.374Z | [ helios-setup] Feb 21 19:54:56.893 INFO E| Compiling same-file v1.0.6 |
3215 | 2025-02-21T19:54:58.609Z | [ helios-setup] Feb 21 19:54:57.128 INFO E| Compiling rayon-core v1.10.2 |
3216 | 2025-02-21T19:54:58.782Z | [ helios-setup] Feb 21 19:54:57.286 INFO E| Compiling try-lock v0.2.4 |
3217 | 2025-02-21T19:54:59.386Z | [ helios-setup] Feb 21 19:54:57.904 INFO E| Compiling walkdir v2.3.3 |
3218 | 2025-02-21T19:54:59.503Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3219 | 2025-02-21T19:54:59.720Z | [ helios-setup] Feb 21 19:54:58.237 INFO E| Compiling want v0.3.0 |
3220 | 2025-02-21T19:55:00.181Z | [ helios-setup] Feb 21 19:54:58.693 INFO E| Compiling h2 v0.3.16 |
3221 | 2025-02-21T19:55:00.517Z | [ helios-setup] Feb 21 19:54:59.027 INFO E| Compiling miniz_oxide v0.6.2 |
3222 | 2025-02-21T19:55:00.761Z | [ helios-setup] Feb 21 19:54:59.269 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3223 | 2025-02-21T19:55:00.878Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3224 | 2025-02-21T19:55:02.738Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3225 | 2025-02-21T19:55:02.961Z | [ helios-setup] Feb 21 19:55:01.477 INFO E| Compiling futures v0.3.28 |
3226 | 2025-02-21T19:55:04.163Z | [ helios-setup] Feb 21 19:55:02.678 INFO E| Compiling semver v0.11.0 |
3227 | 2025-02-21T19:55:05.011Z | [ helios-setup] Feb 21 19:55:03.523 INFO E| Compiling num_enum_derive v0.5.7 |
3228 | 2025-02-21T19:55:05.386Z | [ helios-setup] Feb 21 19:55:03.900 INFO E| Compiling crossbeam-deque v0.8.2 |
3229 | 2025-02-21T19:55:05.949Z | [ host-package] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
3230 | 2025-02-21T19:55:06.393Z | [ helios-setup] Feb 21 19:55:04.906 INFO E| Compiling term v0.7.0 |
3231 | 2025-02-21T19:55:06.960Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3232 | 2025-02-21T19:55:07.687Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
3233 | 2025-02-21T19:55:09.521Z | [ helios-setup] Feb 21 19:55:08.031 INFO E| Compiling http-body v0.4.5 |
3234 | 2025-02-21T19:55:10.386Z | [ helios-setup] Feb 21 19:55:08.897 INFO E| Compiling sha2 v0.10.6 |
3235 | 2025-02-21T19:55:10.994Z | [ helios-setup] Feb 21 19:55:09.504 INFO E| Compiling ring v0.16.20 |
3236 | 2025-02-21T19:55:13.413Z | [ helios-setup] Feb 21 19:55:11.922 INFO E| Compiling rand_core v0.6.4 |
3237 | 2025-02-21T19:55:14.636Z | [ helios-setup] Feb 21 19:55:13.145 INFO E| Compiling atty v0.2.14 |
3238 | 2025-02-21T19:55:14.775Z | [ helios-setup] Feb 21 19:55:13.283 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
3239 | 2025-02-21T19:55:15.427Z | [ helios-setup] Feb 21 19:55:13.654 INFO E| Compiling utf8parse v0.2.1 |
3240 | 2025-02-21T19:55:15.444Z | [ helios-setup] Feb 21 19:55:13.886 INFO E| Compiling base64 v0.21.0 |
3241 | 2025-02-21T19:55:15.469Z | [ helios-setup] Feb 21 19:55:13.977 INFO E| Compiling httpdate v1.0.2 |
3242 | 2025-02-21T19:55:16.033Z | [ helios-setup] Feb 21 19:55:14.540 INFO E| Compiling home v0.5.4 |
3243 | 2025-02-21T19:55:16.441Z | [ helios-setup] Feb 21 19:55:14.947 INFO E| Compiling ppv-lite86 v0.2.17 |
3244 | 2025-02-21T19:55:17.235Z | [ helios-setup] Feb 21 19:55:15.742 INFO E| Compiling tower-service v0.3.2 |
3245 | 2025-02-21T19:55:17.752Z | [ helios-setup] Feb 21 19:55:16.259 INFO E| Compiling lazy_static v1.4.0 |
3246 | 2025-02-21T19:55:18.158Z | [ helios-setup] Feb 21 19:55:16.664 INFO E| Compiling fastrand v1.9.0 |
3247 | 2025-02-21T19:55:18.247Z | [ helios-setup] Feb 21 19:55:16.752 INFO E| Compiling toolchain_find v0.2.0 |
3248 | 2025-02-21T19:55:18.955Z | [ host-package] Compiling bb8 v0.8.5 |
3249 | 2025-02-21T19:55:19.388Z | [ helios-setup] Feb 21 19:55:17.893 INFO E| Compiling tempfile v3.5.0 |
3250 | 2025-02-21T19:55:19.587Z | [ helios-setup] Feb 21 19:55:18.091 INFO E| Compiling rand_chacha v0.3.1 |
3251 | 2025-02-21T19:55:20.418Z | [ host-package] Compiling bcs v0.1.6 |
3252 | 2025-02-21T19:55:20.440Z | [ helios-setup] Feb 21 19:55:18.924 INFO E| Compiling hyper v0.14.25 |
3253 | 2025-02-21T19:55:21.721Z | [ helios-setup] Feb 21 19:55:20.225 INFO E| Compiling anstyle-parse v0.1.1 |
3254 | 2025-02-21T19:55:21.740Z | [ helios-setup] Feb 21 19:55:20.244 INFO E| Compiling slog-term v2.9.0 |
3255 | 2025-02-21T19:55:22.434Z | [ host-package] Compiling libz-sys v1.1.20 |
3256 | 2025-02-21T19:55:24.172Z | [ host-package] Compiling nanorand v0.7.0 |
3257 | 2025-02-21T19:55:25.763Z | [ host-package] Compiling parking_lot_core v0.8.6 |
3258 | 2025-02-21T19:55:27.002Z | [ host-package] Compiling termtree v0.5.1 |
3259 | 2025-02-21T19:55:27.117Z | [ host-package] Compiling flume v0.11.1 |
3260 | 2025-02-21T19:55:29.347Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
3261 | 2025-02-21T19:55:29.547Z | [ helios-setup] Feb 21 19:55:28.046 INFO E| Compiling num_enum v0.5.7 |
3262 | 2025-02-21T19:55:29.694Z | [ host-package] Compiling mime_guess v2.0.5 |
3263 | 2025-02-21T19:55:30.354Z | [ helios-setup] Feb 21 19:55:28.854 INFO E| Compiling flate2 v1.0.25 |
3264 | 2025-02-21T19:55:32.203Z | [ helios-setup] Feb 21 19:55:30.701 INFO E| Compiling cargo-lock v8.0.3 |
3265 | 2025-02-21T19:55:32.479Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3266 | 2025-02-21T19:55:32.625Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3267 | 2025-02-21T19:55:36.740Z | [ helios-setup] Feb 21 19:55:35.233 INFO E| Compiling serde_urlencoded v0.7.1 |
3268 | 2025-02-21T19:55:38.010Z | [ helios-setup] Feb 21 19:55:36.504 INFO E| Compiling is-terminal v0.4.7 |
3269 | 2025-02-21T19:55:38.367Z | [ helios-setup] Feb 21 19:55:36.861 INFO E| Compiling sha1 v0.10.5 |
3270 | 2025-02-21T19:55:39.859Z | [ helios-setup] Feb 21 19:55:38.353 INFO E| Compiling concolor-override v1.0.0 |
3271 | 2025-02-21T19:55:40.441Z | [ helios-setup] Feb 21 19:55:38.935 INFO E| Compiling either v1.8.0 |
3272 | 2025-02-21T19:55:40.556Z | [ helios-setup] Feb 21 19:55:39.049 INFO E| Compiling concolor-query v0.3.3 |
3273 | 2025-02-21T19:55:40.866Z | [ helios-setup] Feb 21 19:55:39.359 INFO E| Compiling anstyle v0.3.5 |
3274 | 2025-02-21T19:55:41.911Z | [ host-package] Compiling nibble_vec v0.1.0 |
3275 | 2025-02-21T19:55:42.508Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
3276 | 2025-02-21T19:55:42.626Z | [ host-package] Compiling atty v0.2.14 |
3277 | 2025-02-21T19:55:43.358Z | [ host-package] Compiling http-range v0.1.5 |
3278 | 2025-02-21T19:55:44.033Z | [ helios-setup] Feb 21 19:55:42.524 INFO E| Compiling anstream v0.2.6 |
3279 | 2025-02-21T19:55:44.145Z | [ helios-setup] Feb 21 19:55:42.634 INFO E| Compiling rayon v1.6.1 |
3280 | 2025-02-21T19:55:44.241Z | [ host-package] Compiling salty v0.3.0 |
3281 | 2025-02-21T19:55:44.635Z | [ host-package] Compiling endian-type v0.1.2 |
3282 | 2025-02-21T19:55:45.479Z | [ host-package] Compiling radix_trie v0.2.1 |
3283 | 2025-02-21T19:55:47.503Z | [ host-package] Compiling parking_lot v0.11.2 |
3284 | 2025-02-21T19:55:47.525Z | [ helios-setup] Feb 21 19:55:46.014 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
3285 | 2025-02-21T19:55:49.233Z | [ helios-setup] Feb 21 19:55:47.721 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
3286 | 2025-02-21T19:55:51.017Z | [ helios-setup] Feb 21 19:55:49.504 INFO E| Compiling rand v0.8.5 |
3287 | 2025-02-21T19:55:51.802Z | [ helios-setup] Feb 21 19:55:50.288 INFO E| Compiling rustfmt-wrapper v0.2.0 |
3288 | 2025-02-21T19:55:52.352Z | [ helios-setup] Feb 21 19:55:50.836 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
3289 | 2025-02-21T19:55:53.059Z | [ helios-setup] Feb 21 19:55:51.545 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3290 | 2025-02-21T19:55:53.273Z | [ helios-setup] Feb 21 19:55:51.759 INFO E| Compiling openapiv3 v1.0.2 |
3291 | 2025-02-21T19:55:54.239Z | [ helios-setup] Feb 21 19:55:52.724 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
3292 | 2025-02-21T19:55:54.409Z | [ helios-setup] Feb 21 19:55:52.894 INFO E| Compiling encoding_rs v0.8.32 |
3293 | 2025-02-21T19:55:54.923Z | [ helios-setup] Feb 21 19:55:53.407 INFO E| Compiling spin v0.5.2 |
3294 | 2025-02-21T19:55:55.482Z | [ helios-setup] Feb 21 19:55:53.967 INFO E| Compiling mime v0.3.17 |
3295 | 2025-02-21T19:55:55.992Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3296 | 2025-02-21T19:55:57.609Z | [ helios-setup] Feb 21 19:55:56.092 INFO E| Compiling clap_lex v0.4.1 |
3297 | 2025-02-21T19:55:59.091Z | [ helios-setup] Feb 21 19:55:57.573 INFO E| Compiling project-root v0.2.2 |
3298 | 2025-02-21T19:55:59.432Z | [ helios-setup] Feb 21 19:55:57.914 INFO E| Compiling base64 v0.13.1 |
3299 | 2025-02-21T19:55:59.590Z | [ helios-setup] Feb 21 19:55:58.072 INFO E| Compiling strsim v0.10.0 |
3300 | 2025-02-21T19:56:00.881Z | [ helios-setup] Feb 21 19:55:59.362 INFO E| Compiling utf-8 v0.7.6 |
3301 | 2025-02-21T19:56:01.453Z | [ helios-setup] Feb 21 19:55:59.933 INFO E| Compiling unsafe-libyaml v0.2.8 |
3302 | 2025-02-21T19:56:01.756Z | [ helios-setup] Feb 21 19:56:00.236 INFO E| Compiling ipnet v2.7.2 |
3303 | 2025-02-21T19:56:03.248Z | [ helios-setup] Feb 21 19:56:01.727 INFO E| Compiling byteorder v1.4.3 |
3304 | 2025-02-21T19:56:04.384Z | [ helios-setup] Feb 21 19:56:02.863 INFO E| Compiling untrusted v0.7.1 |
3305 | 2025-02-21T19:56:04.797Z | [ helios-setup] Feb 21 19:56:03.275 INFO E| Compiling tungstenite v0.18.0 |
3306 | 2025-02-21T19:56:05.184Z | [ helios-setup] Feb 21 19:56:03.662 INFO E| Compiling serde_yaml v0.9.21 |
3307 | 2025-02-21T19:56:05.411Z | [ helios-setup] Feb 21 19:56:03.889 INFO E| Compiling reqwest v0.11.16 |
3308 | 2025-02-21T19:56:07.441Z | [ helios-setup] Feb 21 19:56:05.918 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3309 | 2025-02-21T19:56:09.882Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3310 | 2025-02-21T19:56:10.251Z | [ helios-setup] Feb 21 19:56:08.726 INFO E| Compiling clap_builder v4.2.1 |
3311 | 2025-02-21T19:56:11.662Z | [ helios-setup] Feb 21 19:56:10.137 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
3312 | 2025-02-21T19:56:16.650Z | [ helios-setup] Feb 21 19:56:15.122 INFO E| Compiling clap_derive v4.2.0 |
3313 | 2025-02-21T19:56:17.601Z | [ helios-setup] Feb 21 19:56:16.072 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3314 | 2025-02-21T19:56:18.601Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
3315 | 2025-02-21T19:56:20.003Z | [ host-package] Compiling sled v0.34.7 |
3316 | 2025-02-21T19:56:22.991Z | [ host-package] Compiling hickory-client v0.24.3 |
3317 | 2025-02-21T19:56:25.586Z | [ helios-setup] Feb 21 19:56:24.052 INFO E| Compiling clap v4.2.1 |
3318 | 2025-02-21T19:56:36.299Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3319 | 2025-02-21T19:56:38.473Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3320 | 2025-02-21T19:56:42.778Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3321 | 2025-02-21T19:56:42.958Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3322 | 2025-02-21T19:56:43.203Z | [ helios-setup] Feb 21 19:56:41.658 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3323 | 2025-02-21T19:56:44.883Z | [ helios-setup] Feb 21 19:56:43.338 INFO E| Compiling tokio-tungstenite v0.18.0 |
3324 | 2025-02-21T19:56:44.995Z | [ helios-setup] Feb 21 19:56:43.446 INFO E| Compiling smartstring v1.0.1 |
3325 | 2025-02-21T19:56:46.155Z | [ helios-setup] Feb 21 19:56:44.609 INFO E| Compiling rustls v0.21.0 |
3326 | 2025-02-21T19:56:47.173Z | [ helios-setup] Feb 21 19:56:45.627 INFO E| Compiling serde_spanned v0.6.1 |
3327 | 2025-02-21T19:56:47.925Z | [ helios-setup] Feb 21 19:56:46.378 INFO E| Compiling toml_datetime v0.6.1 |
3328 | 2025-02-21T19:56:48.238Z | [ helios-setup] Feb 21 19:56:46.691 INFO E| Compiling match_cfg v0.1.0 |
3329 | 2025-02-21T19:56:48.512Z | [ helios-setup] Feb 21 19:56:46.965 INFO E| Compiling winnow v0.4.1 |
3330 | 2025-02-21T19:56:49.383Z | [ helios-setup] Feb 21 19:56:47.835 INFO E| Compiling async-trait v0.1.68 |
3331 | 2025-02-21T19:56:50.829Z | [ helios-setup] Feb 21 19:56:49.281 INFO E| Compiling camino v1.1.4 |
3332 | 2025-02-21T19:56:52.097Z | [ helios-setup] Feb 21 19:56:50.548 INFO E| Compiling paste v1.0.12 |
3333 | 2025-02-21T19:56:52.283Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3334 | 2025-02-21T19:56:53.419Z | [ helios-setup] Feb 21 19:56:51.868 INFO E| Compiling slog-async v2.7.0 |
3335 | 2025-02-21T19:56:54.558Z | [ helios-setup] Feb 21 19:56:53.007 INFO E| Compiling static_assertions v1.1.0 |
3336 | 2025-02-21T19:56:55.420Z | [ helios-setup] Feb 21 19:56:53.869 INFO E| Compiling toml_edit v0.19.8 |
3337 | 2025-02-21T19:56:56.122Z | [ helios-setup] Feb 21 19:56:54.570 INFO E| Compiling hostname v0.3.1 |
3338 | 2025-02-21T19:56:56.457Z | [ helios-setup] Feb 21 19:56:54.905 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
3339 | 2025-02-21T19:56:56.871Z | [ helios-setup] Feb 21 19:56:55.319 INFO E| Compiling slog-json v2.6.1 |
3340 | 2025-02-21T19:56:57.907Z | [ helios-setup] Feb 21 19:56:56.354 INFO E| Compiling bincode v1.3.3 |
3341 | 2025-02-21T19:56:59.518Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
3342 | 2025-02-21T19:57:00.458Z | [ helios-setup] Feb 21 19:56:58.904 INFO E| Compiling unicode-linebreak v0.1.4 |
3343 | 2025-02-21T19:57:01.435Z | [ host-package] Compiling hickory-server v0.24.3 |
3344 | 2025-02-21T19:57:02.102Z | [ host-package] Compiling primeorder v0.13.6 |
3345 | 2025-02-21T19:57:02.956Z | [ host-package] Compiling castaway v0.2.3 |
3346 | 2025-02-21T19:57:03.393Z | [ host-package] Compiling vergen v8.3.2 |
3347 | 2025-02-21T19:57:03.489Z | [ host-package] Compiling env_filter v0.1.2 |
3348 | 2025-02-21T19:57:03.898Z | [ helios-setup] Feb 21 19:57:02.342 INFO E| Compiling async-stream-impl v0.3.5 |
3349 | 2025-02-21T19:57:04.069Z | [ host-package] Compiling cargo-platform v0.1.8 |
3350 | 2025-02-21T19:57:04.440Z | [ host-package] Compiling tough v0.19.0 |
3351 | 2025-02-21T19:57:05.084Z | [ helios-setup] Feb 21 19:57:03.527 INFO E| Compiling rhai_codegen v1.5.0 |
3352 | 2025-02-21T19:57:05.190Z | [ host-package] Compiling cargo_metadata v0.18.1 |
3353 | 2025-02-21T19:57:06.393Z | [ host-package] Compiling env_logger v0.11.5 |
3354 | 2025-02-21T19:57:06.875Z | [ helios-setup] Feb 21 19:57:05.317 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3355 | 2025-02-21T19:57:08.074Z | [ helios-setup] Feb 21 19:57:06.514 INFO E| Compiling take_mut v0.2.2 |
3356 | 2025-02-21T19:57:08.923Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3357 | 2025-02-21T19:57:10.058Z | [ helios-setup] Feb 21 19:57:08.498 INFO E| Compiling rhai v1.14.0 |
3358 | 2025-02-21T19:57:11.409Z | [ helios-setup] Feb 21 19:57:09.848 INFO E| Compiling async-stream v0.3.5 |
3359 | 2025-02-21T19:57:11.869Z | [ host-package] Compiling p384 v0.13.0 |
3360 | 2025-02-21T19:57:12.907Z | [ helios-setup] Feb 21 19:57:11.345 INFO E| Compiling toml v0.7.3 |
3361 | 2025-02-21T19:57:14.448Z | [ helios-setup] Feb 21 19:57:12.885 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
3362 | 2025-02-21T19:57:14.867Z | [ helios-setup] Feb 21 19:57:13.303 INFO E| Compiling slog-bunyan v2.4.0 |
3363 | 2025-02-21T19:57:21.524Z | [ host-package] Compiling compact_str v0.8.0 |
3364 | 2025-02-21T19:57:22.795Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3365 | 2025-02-21T19:57:23.687Z | [ helios-setup] Feb 21 19:57:22.118 INFO E| Compiling rustls-pemfile v1.0.2 |
3366 | 2025-02-21T19:57:25.015Z | [ helios-setup] Feb 21 19:57:23.445 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3367 | 2025-02-21T19:57:25.182Z | [ helios-setup] Feb 21 19:57:23.613 INFO E| Compiling serde_path_to_error v0.1.11 |
3368 | 2025-02-21T19:57:26.485Z | [ host-package] Compiling git2 v0.19.0 |
3369 | 2025-02-21T19:57:26.596Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3370 | 2025-02-21T19:57:27.057Z | [ helios-setup] Feb 21 19:57:25.487 INFO E| Compiling terminal_size v0.2.6 |
3371 | 2025-02-21T19:57:27.574Z | [ helios-setup] Feb 21 19:57:26.003 INFO E| Compiling smawk v0.3.1 |
3372 | 2025-02-21T19:57:27.619Z | [ helios-setup] Feb 21 19:57:26.048 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client) |
3373 | 2025-02-21T19:57:28.278Z | [ helios-setup] Feb 21 19:57:26.707 INFO E| Compiling textwrap v0.16.0 |
3374 | 2025-02-21T19:57:30.563Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3375 | 2025-02-21T19:57:33.182Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3376 | 2025-02-21T19:57:39.340Z | [ helios-setup] Feb 21 19:57:37.762 INFO E| Compiling sct v0.7.0 |
3377 | 2025-02-21T19:57:39.378Z | [ helios-setup] Feb 21 19:57:37.801 INFO E| Compiling rustls-webpki v0.100.1 |
3378 | 2025-02-21T19:57:43.475Z | [ host-package] Compiling unicode-truncate v1.1.0 |
3379 | 2025-02-21T19:57:43.746Z | [ helios-setup] Feb 21 19:57:42.166 INFO E| Compiling git2 v0.16.1 |
3380 | 2025-02-21T19:57:44.093Z | [ host-package] Compiling lru v0.12.5 |
3381 | 2025-02-21T19:57:44.616Z | [ host-package] Compiling rand_seeder v0.3.0 |
3382 | 2025-02-21T19:57:45.226Z | [ host-package] Compiling libsqlite3-sys v0.30.1 |
3383 | 2025-02-21T19:57:46.048Z | [ host-package] Compiling lzma-sys v0.1.20 |
3384 | 2025-02-21T19:57:47.092Z | [ helios-setup] Feb 21 19:57:45.509 INFO E| Compiling tokio-rustls v0.24.0 |
3385 | 2025-02-21T19:57:47.201Z | [ host-package] Compiling instability v0.3.2 |
3386 | 2025-02-21T19:57:47.413Z | [ host-package] Compiling indoc v2.0.5 |
3387 | 2025-02-21T19:57:47.861Z | [ host-package] Compiling cassowary v0.3.0 |
3388 | 2025-02-21T19:57:49.390Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3389 | 2025-02-21T19:57:49.518Z | [ host-package] Compiling rustls v0.21.12 |
3390 | 2025-02-21T19:57:50.402Z | [ host-package] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3391 | 2025-02-21T19:57:50.638Z | [ host-package] Compiling ratatui v0.29.0 |
3392 | 2025-02-21T19:57:50.821Z | [ helios-setup] Feb 21 19:57:49.235 INFO E| Compiling built v0.6.0 |
3393 | 2025-02-21T19:57:52.620Z | [ helios-setup] Feb 21 19:57:51.035 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3394 | 2025-02-21T19:57:54.928Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3395 | 2025-02-21T19:57:55.480Z | [ helios-setup] Feb 21 19:57:53.892 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
3396 | 2025-02-21T19:57:57.965Z | [ helios-setup] Feb 21 19:57:56.376 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
3397 | 2025-02-21T19:57:58.271Z | [ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3398 | 2025-02-21T19:58:08.072Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3399 | 2025-02-21T19:58:13.272Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3400 | 2025-02-21T19:58:16.342Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3401 | 2025-02-21T19:58:17.284Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3402 | 2025-02-21T19:58:17.536Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3403 | 2025-02-21T19:58:18.014Z | [ host-package] Compiling rustls-webpki v0.101.7 |
3404 | 2025-02-21T19:58:21.112Z | [ host-package] Compiling sct v0.7.1 |
3405 | 2025-02-21T19:58:21.627Z | [ host-package] Compiling heck v0.3.3 |
3406 | 2025-02-21T19:58:22.062Z | [ host-package] Compiling csv-core v0.1.11 |
3407 | 2025-02-21T19:58:22.351Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
3408 | 2025-02-21T19:58:22.863Z | [ host-package] Compiling glob v0.3.2 |
3409 | 2025-02-21T19:58:23.008Z | [ host-package] Compiling csv v1.3.1 |
3410 | 2025-02-21T19:58:23.071Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
3411 | 2025-02-21T19:58:24.324Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3412 | 2025-02-21T19:58:25.202Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3413 | 2025-02-21T19:58:31.754Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3414 | 2025-02-21T19:58:32.431Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3415 | 2025-02-21T19:58:33.372Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3416 | 2025-02-21T19:58:33.645Z | [ helios-setup] Feb 21 19:58:32.035 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
3417 | 2025-02-21T19:58:36.017Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3418 | 2025-02-21T19:58:37.637Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3419 | 2025-02-21T19:58:42.060Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3420 | 2025-02-21T19:58:42.689Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3421 | 2025-02-21T19:58:46.765Z | [ helios-setup] Feb 21 19:58:45.148 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
3422 | 2025-02-21T19:58:50.421Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3423 | 2025-02-21T19:58:50.792Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3424 | 2025-02-21T19:58:51.510Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3425 | 2025-02-21T19:58:52.791Z | [ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3426 | 2025-02-21T19:58:54.217Z | [ host-package] Compiling nix v0.27.1 |
3427 | 2025-02-21T19:58:54.395Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3428 | 2025-02-21T19:58:55.936Z | [ host-package] Compiling tungstenite v0.23.0 |
3429 | 2025-02-21T19:58:56.133Z | [ host-package] Compiling hashlink v0.9.1 |
3430 | 2025-02-21T19:58:56.773Z | [ host-package] Compiling fallible-iterator v0.3.0 |
3431 | 2025-02-21T19:58:58.444Z | [ host-package] Compiling base64 v0.13.1 |
3432 | 2025-02-21T19:58:58.520Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
3433 | 2025-02-21T19:58:59.180Z | [ host-package] Compiling rusqlite v0.32.1 |
3434 | 2025-02-21T19:58:59.509Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
3435 | 2025-02-21T19:59:00.527Z | [ host-package] Compiling ron v0.7.1 |
3436 | 2025-02-21T19:59:05.361Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3437 | 2025-02-21T19:59:06.483Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3438 | 2025-02-21T19:59:06.718Z | [ host-package] Compiling xz2 v0.1.7 |
3439 | 2025-02-21T19:59:07.644Z | [ host-package] Compiling tokio-rustls v0.24.1 |
3440 | 2025-02-21T19:59:07.913Z | [ host-package] Compiling zone v0.1.8 |
3441 | 2025-02-21T19:59:08.498Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3442 | 2025-02-21T19:59:10.215Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3443 | 2025-02-21T19:59:13.615Z | [ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3444 | 2025-02-21T19:59:14.259Z | [ helios-setup] Feb 21 19:59:12.625 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
3445 | 2025-02-21T19:59:26.445Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3446 | 2025-02-21T19:59:30.131Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3447 | 2025-02-21T19:59:31.366Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3448 | 2025-02-21T19:59:32.943Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3449 | 2025-02-21T19:59:33.749Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3450 | 2025-02-21T19:59:35.201Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3451 | 2025-02-21T19:59:38.345Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3452 | 2025-02-21T19:59:38.773Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3453 | 2025-02-21T19:59:39.655Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
3454 | 2025-02-21T19:59:40.945Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
3455 | 2025-02-21T19:59:41.221Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3456 | 2025-02-21T19:59:41.556Z | [ host-package] Compiling yasna v0.5.2 |
3457 | 2025-02-21T19:59:45.669Z | [ host-package] Compiling twox-hash v2.1.0 |
3458 | 2025-02-21T19:59:47.099Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
3459 | 2025-02-21T19:59:47.905Z | [ host-package] Compiling is_ci v1.2.0 |
3460 | 2025-02-21T19:59:48.225Z | [ host-package] Compiling smawk v0.3.2 |
3461 | 2025-02-21T19:59:48.556Z | [ host-package] Compiling supports-color v3.0.1 |
3462 | 2025-02-21T19:59:48.766Z | [ host-package] Compiling textwrap v0.16.1 |
3463 | 2025-02-21T19:59:54.829Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
3464 | 2025-02-21T19:59:56.023Z | [ host-package] Compiling rcgen v0.12.1 |
3465 | 2025-02-21T20:00:01.332Z | [ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3466 | 2025-02-21T20:00:02.090Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3467 | 2025-02-21T20:00:08.860Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3468 | 2025-02-21T20:00:11.133Z | [ helios-setup] Feb 21 20:00:09.465 INFO E| Finished `release` profile [optimized] target(s) in 6m 34s |
3469 | 2025-02-21T20:00:11.260Z | [ helios-setup] Feb 21 20:00:09.593 INFO building project "pilot" ok (394 seconds) |
3470 | 2025-02-21T20:00:11.263Z | [ helios-setup] Feb 21 20:00:09.593 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
3471 | 2025-02-21T20:00:11.263Z | [ helios-setup] Feb 21 20:00:09.593 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
3472 | 2025-02-21T20:00:11.518Z | [ helios-setup] Feb 21 20:00:09.851 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
3473 | 2025-02-21T20:00:11.976Z | [ helios-setup] Feb 21 20:00:10.307 INFO E| From https://github.com/jclulow/rust-jmclib |
3474 | 2025-02-21T20:00:11.976Z | [ helios-setup] Feb 21 20:00:10.307 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
3475 | 2025-02-21T20:00:12.022Z | [ helios-setup] Feb 21 20:00:10.353 INFO E| Updating crates.io index |
3476 | 2025-02-21T20:00:12.139Z | [ helios-setup] Feb 21 20:00:10.468 INFO E| Downloading crates ... |
3477 | 2025-02-21T20:00:12.304Z | [ helios-setup] Feb 21 20:00:10.635 INFO E| Downloaded sha-1 v0.9.8 |
3478 | 2025-02-21T20:00:12.307Z | [ helios-setup] Feb 21 20:00:10.639 INFO E| Downloaded block-buffer v0.9.0 |
3479 | 2025-02-21T20:00:12.310Z | [ helios-setup] Feb 21 20:00:10.640 INFO E| Downloaded getrandom v0.2.10 |
3480 | 2025-02-21T20:00:12.312Z | [ helios-setup] Feb 21 20:00:10.644 INFO E| Downloaded fastrand v2.0.0 |
3481 | 2025-02-21T20:00:12.317Z | [ helios-setup] Feb 21 20:00:10.646 INFO E| Downloaded digest v0.9.0 |
3482 | 2025-02-21T20:00:12.320Z | [ helios-setup] Feb 21 20:00:10.648 INFO E| Downloaded cpufeatures v0.2.9 |
3483 | 2025-02-21T20:00:12.348Z | [ helios-setup] Feb 21 20:00:10.680 INFO E| Downloaded proc-macro2 v1.0.66 |
3484 | 2025-02-21T20:00:12.351Z | [ helios-setup] Feb 21 20:00:10.683 INFO E| Downloaded quote v1.0.31 |
3485 | 2025-02-21T20:00:12.354Z | [ helios-setup] Feb 21 20:00:10.686 INFO E| Downloaded once_cell v1.18.0 |
3486 | 2025-02-21T20:00:12.358Z | [ helios-setup] Feb 21 20:00:10.690 INFO E| Downloaded unicode-ident v1.0.11 |
3487 | 2025-02-21T20:00:12.361Z | [ helios-setup] Feb 21 20:00:10.694 INFO E| Downloaded anyhow v1.0.72 |
3488 | 2025-02-21T20:00:12.367Z | [ helios-setup] Feb 21 20:00:10.699 INFO E| Downloaded uuid v0.8.2 |
3489 | 2025-02-21T20:00:12.445Z | [ helios-setup] Feb 21 20:00:10.776 INFO E| Downloaded serde_derive v1.0.193 |
3490 | 2025-02-21T20:00:12.449Z | [ helios-setup] Feb 21 20:00:10.781 INFO E| Downloaded serde v1.0.193 |
3491 | 2025-02-21T20:00:12.454Z | [ helios-setup] Feb 21 20:00:10.786 INFO E| Downloaded tempfile v3.7.0 |
3492 | 2025-02-21T20:00:12.457Z | [ helios-setup] Feb 21 20:00:10.789 INFO E| Downloaded serde_json v1.0.103 |
3493 | 2025-02-21T20:00:12.469Z | [ helios-setup] Feb 21 20:00:10.801 INFO E| Downloaded libdevinfo-sys v1.0.0 |
3494 | 2025-02-21T20:00:12.472Z | [ helios-setup] Feb 21 20:00:10.802 INFO E| Downloaded bitflags v2.3.3 |
3495 | 2025-02-21T20:00:12.475Z | [ helios-setup] Feb 21 20:00:10.806 INFO E| Downloaded md-5 v0.9.1 |
3496 | 2025-02-21T20:00:12.509Z | [ helios-setup] Feb 21 20:00:10.840 INFO E| Downloaded syn v2.0.32 |
3497 | 2025-02-21T20:00:12.540Z | [ helios-setup] Feb 21 20:00:10.872 INFO E| Downloaded rustix v0.38.4 |
3498 | 2025-02-21T20:00:12.598Z | [ helios-setup] Feb 21 20:00:10.930 INFO E| Downloaded libc v0.2.147 |
3499 | 2025-02-21T20:00:12.727Z | [ helios-setup] Feb 21 20:00:11.059 INFO E| Compiling libc v0.2.147 |
3500 | 2025-02-21T20:00:12.727Z | [ helios-setup] Feb 21 20:00:11.059 INFO E| Compiling proc-macro2 v1.0.66 |
3501 | 2025-02-21T20:00:12.730Z | [ helios-setup] Feb 21 20:00:11.059 INFO E| Compiling unicode-ident v1.0.11 |
3502 | 2025-02-21T20:00:12.730Z | [ helios-setup] Feb 21 20:00:11.059 INFO E| Compiling cfg-if v1.0.0 |
3503 | 2025-02-21T20:00:12.730Z | [ helios-setup] Feb 21 20:00:11.059 INFO E| Compiling version_check v0.9.4 |
3504 | 2025-02-21T20:00:12.730Z | [ helios-setup] Feb 21 20:00:11.059 INFO E| Compiling typenum v1.16.0 |
3505 | 2025-02-21T20:00:12.730Z | [ helios-setup] Feb 21 20:00:11.059 INFO E| Compiling serde v1.0.193 |
3506 | 2025-02-21T20:00:12.730Z | [ helios-setup] Feb 21 20:00:11.059 INFO E| Compiling itoa v1.0.9 |
3507 | 2025-02-21T20:00:13.313Z | [ helios-setup] Feb 21 20:00:11.644 INFO E| Compiling rustix v0.38.4 |
3508 | 2025-02-21T20:00:13.583Z | [ helios-setup] Feb 21 20:00:11.914 INFO E| Compiling slog v2.7.0 |
3509 | 2025-02-21T20:00:14.243Z | [ helios-setup] Feb 21 20:00:12.573 INFO E| Compiling powerfmt v0.2.0 |
3510 | 2025-02-21T20:00:14.450Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3511 | 2025-02-21T20:00:14.809Z | [ helios-setup] Feb 21 20:00:13.139 INFO E| Compiling time-core v0.1.2 |
3512 | 2025-02-21T20:00:14.817Z | [ helios-setup] Feb 21 20:00:13.148 INFO E| Compiling generic-array v0.14.7 |
3513 | 2025-02-21T20:00:15.037Z | [ helios-setup] Feb 21 20:00:13.367 INFO E| Compiling num-conv v0.1.0 |
3514 | 2025-02-21T20:00:15.287Z | [ helios-setup] Feb 21 20:00:13.617 INFO E| Compiling deranged v0.3.11 |
3515 | 2025-02-21T20:00:15.308Z | [ helios-setup] Feb 21 20:00:13.637 INFO E| Compiling num_threads v0.1.6 |
3516 | 2025-02-21T20:00:15.542Z | [ helios-setup] Feb 21 20:00:13.871 INFO E| Compiling bitflags v2.3.3 |
3517 | 2025-02-21T20:00:15.582Z | [ helios-setup] Feb 21 20:00:13.912 INFO E| Compiling once_cell v1.18.0 |
3518 | 2025-02-21T20:00:15.592Z | [ helios-setup] Feb 21 20:00:13.921 INFO E| Compiling time-macros v0.2.18 |
3519 | 2025-02-21T20:00:16.474Z | [ helios-setup] Feb 21 20:00:14.802 INFO E| Compiling quote v1.0.31 |
3520 | 2025-02-21T20:00:16.568Z | [ helios-setup] Feb 21 20:00:14.898 INFO E| Compiling dirs-sys-next v0.1.2 |
3521 | 2025-02-21T20:00:16.966Z | [ helios-setup] Feb 21 20:00:15.295 INFO E| Compiling errno v0.3.1 |
3522 | 2025-02-21T20:00:17.061Z | [ helios-setup] Feb 21 20:00:15.390 INFO E| Compiling atty v0.2.14 |
3523 | 2025-02-21T20:00:17.085Z | [ helios-setup] Feb 21 20:00:15.414 INFO E| Compiling thread_local v1.1.7 |
3524 | 2025-02-21T20:00:17.492Z | [ helios-setup] Feb 21 20:00:15.821 INFO E| Compiling syn v2.0.32 |
3525 | 2025-02-21T20:00:17.508Z | [ helios-setup] Feb 21 20:00:15.837 INFO E| Compiling dirs-next v2.0.0 |
3526 | 2025-02-21T20:00:17.763Z | [ helios-setup] Feb 21 20:00:16.091 INFO E| Compiling term v0.7.0 |
3527 | 2025-02-21T20:00:17.975Z | [ helios-setup] Feb 21 20:00:16.304 INFO E| Compiling opaque-debug v0.3.0 |
3528 | 2025-02-21T20:00:18.146Z | [ helios-setup] Feb 21 20:00:16.474 INFO E| Compiling digest v0.9.0 |
3529 | 2025-02-21T20:00:18.153Z | [ helios-setup] Feb 21 20:00:16.482 INFO E| Compiling block-buffer v0.9.0 |
3530 | 2025-02-21T20:00:18.192Z | [ helios-setup] Feb 21 20:00:16.520 INFO E| Compiling serde_json v1.0.103 |
3531 | 2025-02-21T20:00:18.573Z | [ helios-setup] Feb 21 20:00:16.901 INFO E| Compiling anyhow v1.0.72 |
3532 | 2025-02-21T20:00:18.593Z | [ helios-setup] Feb 21 20:00:16.921 INFO E| Compiling fastrand v2.0.0 |
3533 | 2025-02-21T20:00:18.595Z | [ helios-setup] Feb 21 20:00:16.921 INFO E| Compiling getrandom v0.2.10 |
3534 | 2025-02-21T20:00:19.407Z | [ helios-setup] Feb 21 20:00:17.734 INFO E| Compiling cpufeatures v0.2.9 |
3535 | 2025-02-21T20:00:19.556Z | [ helios-setup] Feb 21 20:00:17.884 INFO E| Compiling same-file v1.0.6 |
3536 | 2025-02-21T20:00:19.573Z | [ helios-setup] Feb 21 20:00:17.900 INFO E| Compiling ryu v1.0.15 |
3537 | 2025-02-21T20:00:19.661Z | [ helios-setup] Feb 21 20:00:17.988 INFO E| Compiling unicode-width v0.1.10 |
3538 | 2025-02-21T20:00:20.244Z | [ helios-setup] Feb 21 20:00:18.570 INFO E| Compiling walkdir v2.3.3 |
3539 | 2025-02-21T20:00:20.420Z | [ helios-setup] Feb 21 20:00:18.747 INFO E| Compiling getopts v0.2.21 |
3540 | 2025-02-21T20:00:20.441Z | [ helios-setup] Feb 21 20:00:18.768 INFO E| Compiling sha-1 v0.9.8 |
3541 | 2025-02-21T20:00:20.706Z | [ helios-setup] Feb 21 20:00:19.032 INFO E| Compiling tempfile v3.7.0 |
3542 | 2025-02-21T20:00:20.798Z | [ helios-setup] Feb 21 20:00:19.125 INFO E| Compiling time v0.3.36 |
3543 | 2025-02-21T20:00:21.593Z | [ helios-setup] Feb 21 20:00:19.919 INFO E| Compiling md-5 v0.9.1 |
3544 | 2025-02-21T20:00:21.774Z | [ helios-setup] Feb 21 20:00:20.101 INFO E| Compiling glob v0.3.1 |
3545 | 2025-02-21T20:00:21.791Z | [ helios-setup] Feb 21 20:00:20.117 INFO E| Compiling libdevinfo-sys v1.0.0 |
3546 | 2025-02-21T20:00:24.039Z | [ helios-setup] Feb 21 20:00:22.364 INFO E| Compiling slog-term v2.9.0 |
3547 | 2025-02-21T20:00:24.516Z | [ helios-setup] Feb 21 20:00:22.840 INFO E| Compiling serde_derive v1.0.193 |
3548 | 2025-02-21T20:00:29.913Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3549 | 2025-02-21T20:00:37.966Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3550 | 2025-02-21T20:00:38.034Z | [ helios-setup] Feb 21 20:00:36.351 INFO E| Compiling toml v0.5.11 |
3551 | 2025-02-21T20:00:38.038Z | [ helios-setup] Feb 21 20:00:36.351 INFO E| Compiling uuid v0.8.2 |
3552 | 2025-02-21T20:00:40.391Z | [ helios-setup] Feb 21 20:00:38.696 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
3553 | 2025-02-21T20:00:42.163Z | [ helios-setup] Feb 21 20:00:40.476 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
3554 | 2025-02-21T20:00:43.330Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3555 | 2025-02-21T20:00:44.086Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3556 | 2025-02-21T20:00:52.186Z | [ helios-setup] Feb 21 20:00:50.488 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.78s |
3557 | 2025-02-21T20:00:52.217Z | [ helios-setup] Feb 21 20:00:50.523 INFO building project "image-builder" ok (40 seconds) |
3558 | 2025-02-21T20:00:52.228Z | [ helios-setup] rm -f helios-build |
3559 | 2025-02-21T20:00:52.229Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3560 | 2025-02-21T20:00:52.229Z | [ helios-setup] |
3561 | 2025-02-21T20:00:52.229Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3562 | 2025-02-21T20:00:52.240Z | [ helios-setup] |
3563 | 2025-02-21T20:00:52.240Z | [ helios-setup] |
3564 | 2025-02-21T20:00:52.240Z | [ helios-setup] real 11:50.163306500 |
3565 | 2025-02-21T20:00:52.240Z | [ helios-setup] user 28:39.624000676 |
3566 | 2025-02-21T20:00:52.240Z | [ helios-setup] sys 2:49.048246845 |
3567 | 2025-02-21T20:00:52.240Z | [ helios-setup] trap 1.824561980 |
3568 | 2025-02-21T20:00:52.240Z | [ helios-setup] tflt 5.774427572 |
3569 | 2025-02-21T20:00:52.240Z | [ helios-setup] dflt 24.502522547 |
3570 | 2025-02-21T20:00:52.241Z | [ helios-setup] kflt 0.004369792 |
3571 | 2025-02-21T20:00:52.241Z | [ helios-setup] lock 1:55:35.160347963 |
3572 | 2025-02-21T20:00:52.241Z | [ helios-setup] slp 3:37:15.178110773 |
3573 | 2025-02-21T20:00:52.241Z | [ helios-setup] lat 32:13.005153374 |
3574 | 2025-02-21T20:00:52.241Z | [ helios-setup] stop 5:02.832565247 |
3575 | 2025-02-21T20:00:52.241Z | Feb 21 20:00:50.537 INFO [helios-setup] process exited with exit status: 0 (710.169211074s) |
3576 | 2025-02-21T20:00:52.241Z | Feb 21 20:00:50.537 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3577 | 2025-02-21T20:00:52.266Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos' |
3578 | 2025-02-21T20:00:52.490Z | [ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26) |
3579 | 2025-02-21T20:00:52.495Z | [ phbl-toolchain] info: downloading component 'cargo' |
3580 | 2025-02-21T20:00:53.450Z | [ phbl-toolchain] info: downloading component 'clippy' |
3581 | 2025-02-21T20:00:53.843Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3582 | 2025-02-21T20:00:54.825Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3583 | 2025-02-21T20:00:55.406Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3584 | 2025-02-21T20:00:59.082Z | [ phbl-toolchain] info: downloading component 'miri' |
3585 | 2025-02-21T20:00:59.361Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3586 | 2025-02-21T20:01:00.882Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3587 | 2025-02-21T20:01:01.112Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3588 | 2025-02-21T20:01:03.103Z | [ phbl-toolchain] info: downloading component 'rustc' |
3589 | 2025-02-21T20:01:04.420Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3590 | 2025-02-21T20:01:05.438Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3591 | 2025-02-21T20:01:05.562Z | [ host-package] Compiling fatfs v0.3.6 |
3592 | 2025-02-21T20:01:05.865Z | [ host-package] Compiling rtoolbox v0.0.2 |
3593 | 2025-02-21T20:01:06.330Z | [ host-package] Compiling subprocess v0.2.9 |
3594 | 2025-02-21T20:01:08.348Z | [ host-package] Compiling assert_matches v1.5.0 |
3595 | 2025-02-21T20:01:10.990Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3596 | 2025-02-21T20:01:11.129Z | [ host-package] Compiling rpassword v7.3.1 |
3597 | 2025-02-21T20:01:11.166Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3598 | 2025-02-21T20:01:11.668Z | [ phbl-toolchain] info: installing component 'cargo' |
3599 | 2025-02-21T20:01:11.672Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3600 | 2025-02-21T20:01:12.976Z | [ phbl-toolchain] info: installing component 'clippy' |
3601 | 2025-02-21T20:01:13.559Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3602 | 2025-02-21T20:01:16.917Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3603 | 2025-02-21T20:01:19.497Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3604 | 2025-02-21T20:01:19.564Z | [ phbl-toolchain] info: installing component 'miri' |
3605 | 2025-02-21T20:01:19.944Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3606 | 2025-02-21T20:01:25.227Z | [ host-package] Compiling tui-tree-widget v0.23.0 |
3607 | 2025-02-21T20:01:25.856Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3608 | 2025-02-21T20:01:26.090Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3609 | 2025-02-21T20:01:26.687Z | [ host-package] Compiling uzers v0.12.1 |
3610 | 2025-02-21T20:01:27.262Z | [ phbl-toolchain] info: installing component 'rust-src' |
3611 | 2025-02-21T20:01:28.081Z | [ phbl-toolchain] info: installing component 'rust-std' |
3612 | 2025-02-21T20:01:32.615Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3613 | 2025-02-21T20:01:32.662Z | [ phbl-toolchain] info: installing component 'rustc' |
3614 | 2025-02-21T20:01:39.841Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3615 | 2025-02-21T20:01:40.605Z | [ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25) |
3616 | 2025-02-21T20:01:40.610Z | Feb 21 20:01:38.887 INFO [phbl-toolchain] process exited with exit status: 0 (48.349122799s) |
3617 | 2025-02-21T20:01:41.553Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3618 | 2025-02-21T20:01:43.532Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3619 | 2025-02-21T20:02:02.624Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3620 | 2025-02-21T20:02:09.490Z | [ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3621 | 2025-02-21T20:02:13.593Z | [ host-package] Compiling multimap v0.10.0 |
3622 | 2025-02-21T20:04:32.929Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3623 | 2025-02-21T20:11:19.291Z | [ host-package] Finished `release` profile [optimized] target(s) in 20m 36s |
3624 | 2025-02-21T20:12:31.190Z | Feb 21 20:12:29.083 INFO [host-package] process exited with exit status: 0 (1308.500749074s) |
3625 | 2025-02-21T20:12:31.194Z | Feb 21 20:12:29.083 INFO [host-stamp] running task |
3626 | 2025-02-21T20:12:31.194Z | Feb 21 20:12:29.085 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3627 | 2025-02-21T20:12:31.194Z | Feb 21 20:12:29.085 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+git9190d809eca |
3628 | 2025-02-21T20:12:31.209Z | Feb 21 20:12:29.102 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+git9190d809eca |
3629 | 2025-02-21T20:12:31.215Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3630 | 2025-02-21T20:12:31.219Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3631 | 2025-02-21T20:12:31.219Z | Feb 21 20:12:29.112 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+git9190d809eca |
3632 | 2025-02-21T20:12:31.230Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3633 | 2025-02-21T20:12:31.233Z | Feb 21 20:12:29.127 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+git9190d809eca |
3634 | 2025-02-21T20:12:31.246Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3635 | 2025-02-21T20:12:31.249Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3636 | 2025-02-21T20:12:31.250Z | Feb 21 20:12:29.142 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+git9190d809eca |
3637 | 2025-02-21T20:12:31.263Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3638 | 2025-02-21T20:12:31.267Z | Feb 21 20:12:29.157 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+git9190d809eca |
3639 | 2025-02-21T20:12:31.272Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3640 | 2025-02-21T20:12:31.277Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3641 | 2025-02-21T20:12:31.277Z | Feb 21 20:12:29.170 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+git9190d809eca |
3642 | 2025-02-21T20:12:31.293Z | Feb 21 20:12:29.185 INFO[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3643 | 2025-02-21T20:12:31.293Z | [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+git9190d809eca |
3644 | 2025-02-21T20:12:31.327Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3645 | 2025-02-21T20:12:31.331Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3646 | 2025-02-21T20:12:31.331Z | Feb 21 20:12:29.201 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (88.948712ms) |
3647 | 2025-02-21T20:12:31.331Z | Feb 21 20:12:29.201 INFO [stamp-oxlog] process exited with exit status: 0 (74.704866ms) |
3648 | 2025-02-21T20:12:31.332Z | Feb 21 20:12:29.204 INFO [stamp-overlay] process exited with exit status: 0 (33.768142ms) |
3649 | 2025-02-21T20:12:31.332Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3650 | 2025-02-21T20:12:31.369Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3651 | 2025-02-21T20:12:31.387Z | Feb 21 20:12:29.267 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (124.661883ms) |
3652 | 2025-02-21T20:12:31.545Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3653 | 2025-02-21T20:12:31.549Z | Feb 21 20:12:29.442 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (284.848824ms) |
3654 | 2025-02-21T20:12:31.668Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3655 | 2025-02-21T20:12:31.672Z | Feb 21 20:12:29.564 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (462.562884ms) |
3656 | 2025-02-21T20:12:32.362Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3657 | 2025-02-21T20:12:32.366Z | Feb 21 20:12:30.258 INFO [stamp-propolis-server] process exited with exit status: 0 (1.173551876s) |
3658 | 2025-02-21T20:12:32.416Z | [recovery-package] Compiling newtype-uuid v1.2.1 |
3659 | 2025-02-21T20:12:33.104Z | [recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
3660 | 2025-02-21T20:12:33.427Z | [recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3661 | 2025-02-21T20:12:33.428Z | [recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3662 | 2025-02-21T20:12:33.431Z | [recovery-package] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
3663 | 2025-02-21T20:12:33.472Z | [recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
3664 | 2025-02-21T20:12:34.088Z | [recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
3665 | 2025-02-21T20:12:42.256Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3666 | 2025-02-21T20:12:42.573Z | Feb 21 20:12:39.561 INFO [stamp-switch-asic] process exited with exit status: 0 (10.375735848s) |
3667 | 2025-02-21T20:12:42.573Z | Feb 21 20:12:39.561 INFO [host-stamp] task succeeded (10.477182904s) |
3668 | 2025-02-21T20:12:42.573Z | Feb 21 20:12:39.561 INFO [host-proto] running task |
3669 | 2025-02-21T20:12:42.573Z | Feb 21 20:12:40.019 INFO [host-proto] task succeeded (457.884138ms) |
3670 | 2025-02-21T20:12:42.573Z | Feb 21 20:12:40.019 INFO [host-profile] running task |
3671 | 2025-02-21T20:12:42.573Z | Feb 21 20:12:40.019 INFO [host-profile] task succeeded (289.775µs) |
3672 | 2025-02-21T20:12:42.573Z | Feb 21 20:12:40.019 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/.tmppPBl4F/proto/host/root -N 'ci 9190d80/${os_short_commit} 2025-02-21 19:49' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3673 | 2025-02-21T20:12:42.573Z | [ host-image] Feb 21 20:12:40.038 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3674 | 2025-02-21T20:12:42.573Z | [ host-image] Feb 21 20:12:40.038 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3675 | 2025-02-21T20:12:42.574Z | [ host-image] Feb 21 20:12:40.053 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmppPBl4F/proto/host/root" |
3676 | 2025-02-21T20:12:42.574Z | [ host-image] Feb 21 20:12:40.053 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3677 | 2025-02-21T20:12:42.574Z | [ host-image] Feb 21 20:12:40.053 INFO image builder template: ramdisk-01-os... |
3678 | 2025-02-21T20:12:42.574Z | [ host-image] Feb 21 20:12:40.053 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/.tmppPBl4F/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 |
3679 | 2025-02-21T20:12:42.574Z | [ host-image] Feb 21 20:12:40.073 INFO O| Feb 21 20:12:40.072 INFO CREATE DATASET: rpool/images/build/host/output |
3680 | 2025-02-21T20:12:42.674Z | [ host-image] Feb 21 20:12:40.560 INFO O| Feb 21 20:12:40.560 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3681 | 2025-02-21T20:12:42.678Z | [ host-image] Feb 21 20:12:40.565 INFO O| Feb 21 20:12:40.565 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3682 | 2025-02-21T20:12:42.693Z | [recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
3683 | 2025-02-21T20:12:42.693Z | [recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3684 | 2025-02-21T20:12:42.696Z | [recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3685 | 2025-02-21T20:12:42.697Z | [recovery-package] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3686 | 2025-02-21T20:12:42.923Z | [ host-image] Feb 21 20:12:40.809 INFO O| Feb 21 20:12:40.809 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3687 | 2025-02-21T20:12:43.028Z | [ host-image] Feb 21 20:12:40.914 INFO O| Feb 21 20:12:40.913 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3688 | 2025-02-21T20:12:43.032Z | [ host-image] Feb 21 20:12:40.914 INFO O| Feb 21 20:12:40.914 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3689 | 2025-02-21T20:12:43.032Z | [ host-image] Feb 21 20:12:40.914 INFO O| Feb 21 20:12:40.914 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3690 | 2025-02-21T20:12:43.032Z | [ host-image] Feb 21 20:12:40.914 INFO O| Feb 21 20:12:40.914 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3691 | 2025-02-21T20:12:43.042Z | [ host-image] Feb 21 20:12:40.928 INFO O| Feb 21 20:12:40.928 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3692 | 2025-02-21T20:12:43.487Z | [ host-image] Feb 21 20:12:41.372 INFO O| Feb 21 20:12:41.372 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3693 | 2025-02-21T20:12:43.505Z | [ host-image] Feb 21 20:12:41.391 INFO O| Feb 21 20:12:41.391 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3694 | 2025-02-21T20:12:44.178Z | [ host-image] Feb 21 20:12:42.063 INFO O| Feb 21 20:12:42.063 INFO O| Caching catalogs ... Done |
3695 | 2025-02-21T20:12:44.377Z | [ host-image] Feb 21 20:12:42.262 INFO O| Feb 21 20:12:42.261 INFO STEP 0 (pkg_image_create) COMPLETE |
3696 | 2025-02-21T20:12:44.377Z | [ host-image] Feb 21 20:12:42.262 INFO O| Feb 21 20:12:42.262 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3697 | 2025-02-21T20:12:44.381Z | [ host-image] Feb 21 20:12:42.262 INFO O| Feb 21 20:12:42.262 INFO skip step because feature "repo_redist" is not enabled |
3698 | 2025-02-21T20:12:44.381Z | [ host-image] Feb 21 20:12:42.262 INFO O| Feb 21 20:12:42.262 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3699 | 2025-02-21T20:12:44.396Z | [ host-image] Feb 21 20:12:42.281 INFO O| Feb 21 20:12:42.281 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"] |
3700 | 2025-02-21T20:12:45.062Z | [ host-image] Feb 21 20:12:42.947 INFO O| Feb 21 20:12:42.947 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3701 | 2025-02-21T20:12:45.062Z | [ host-image] Feb 21 20:12:42.947 INFO O| Feb 21 20:12:42.947 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3702 | 2025-02-21T20:12:45.081Z | [ host-image] Feb 21 20:12:42.966 INFO O| Feb 21 20:12:42.966 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"] |
3703 | 2025-02-21T20:12:45.691Z | [ host-image] Feb 21 20:12:43.575 INFO O| Feb 21 20:12:43.575 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3704 | 2025-02-21T20:12:45.691Z | [ host-image] Feb 21 20:12:43.575 INFO O| Feb 21 20:12:43.575 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3705 | 2025-02-21T20:12:45.695Z | [ host-image] Feb 21 20:12:43.575 INFO O| Feb 21 20:12:43.575 INFO skip step because feature "repo_redist" is not enabled |
3706 | 2025-02-21T20:12:45.695Z | [ host-image] Feb 21 20:12:43.575 INFO O| Feb 21 20:12:43.575 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3707 | 2025-02-21T20:12:46.280Z | [ host-image] Feb 21 20:12:44.164 INFO O| Feb 21 20:12:44.164 INFO variant opensolaris.zone is already global |
3708 | 2025-02-21T20:12:46.280Z | [ host-image] Feb 21 20:12:44.164 INFO O| Feb 21 20:12:44.164 INFO STEP 5 (pkg_change_variant) COMPLETE |
3709 | 2025-02-21T20:12:46.284Z | [ host-image] Feb 21 20:12:44.164 INFO O| Feb 21 20:12:44.164 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3710 | 2025-02-21T20:12:46.950Z | [ host-image] Feb 21 20:12:44.833 INFO O| Feb 21 20:12:44.833 INFO variant opensolaris.imagetype is full; changing to partial |
3711 | 2025-02-21T20:12:46.950Z | [ host-image] Feb 21 20:12:44.833 INFO O| Feb 21 20:12:44.833 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3712 | 2025-02-21T20:12:49.016Z | [recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3713 | 2025-02-21T20:12:50.380Z | [recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3714 | 2025-02-21T20:12:51.546Z | [recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3715 | 2025-02-21T20:12:51.583Z | [recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3716 | 2025-02-21T20:12:52.632Z | [recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3717 | 2025-02-21T20:12:55.182Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3718 | 2025-02-21T20:12:59.768Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3719 | 2025-02-21T20:13:00.377Z | [ host-image] Feb 21 20:12:58.252 INFO O| Feb 21 20:12:58.252 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3720 | 2025-02-21T20:13:06.607Z | [ host-image] Feb 21 20:13:04.479 INFO O| Feb 21 20:13:04.479 INFO O| Startup: Caching catalogs ... Done |
3721 | 2025-02-21T20:13:06.686Z | [ host-image] Feb 21 20:13:04.559 INFO O| Feb 21 20:13:04.559 INFO O| Planning: Planning completed in 0.00 seconds |
3722 | 2025-02-21T20:13:06.690Z | [ host-image] Feb 21 20:13:04.559 INFO O| Feb 21 20:13:04.559 INFO O| Planning: Consolidating action changes ... Done |
3723 | 2025-02-21T20:13:06.690Z | [ host-image] Feb 21 20:13:04.559 INFO O| Feb 21 20:13:04.559 INFO O| Planning: Evaluating mediators ... Done |
3724 | 2025-02-21T20:13:06.690Z | [ host-image] Feb 21 20:13:04.560 INFO O| Feb 21 20:13:04.560 INFO O| Planning: Planning completed in 0.00 seconds |
3725 | 2025-02-21T20:13:06.690Z | [ host-image] Feb 21 20:13:04.560 INFO O| Feb 21 20:13:04.560 INFO O| Variants/Facets to change: 1 |
3726 | 2025-02-21T20:13:06.704Z | [ host-image] Feb 21 20:13:04.577 INFO O| Feb 21 20:13:04.577 INFO O| Done |
3727 | 2025-02-21T20:13:06.704Z | [ host-image] Feb 21 20:13:04.577 INFO O| Feb 21 20:13:04.577 INFO O| Done |
3728 | 2025-02-21T20:13:07.282Z | [ host-image] Feb 21 20:13:05.154 INFO O| Feb 21 20:13:05.154 INFO O| Done |
3729 | 2025-02-21T20:13:07.332Z | [ host-image] Feb 21 20:13:05.204 INFO O| Feb 21 20:13:05.204 INFO O| Done |
3730 | 2025-02-21T20:13:07.336Z | [ host-image] Feb 21 20:13:05.205 INFO O| Feb 21 20:13:05.205 INFO O| Done |
3731 | 2025-02-21T20:13:07.337Z | [ host-image] Feb 21 20:13:05.205 INFO O| Feb 21 20:13:05.205 INFO O| Done |
3732 | 2025-02-21T20:13:07.337Z | [ host-image] Feb 21 20:13:05.207 INFO O| Feb 21 20:13:05.207 INFO O| Done |
3733 | 2025-02-21T20:13:07.823Z | [ host-image] Feb 21 20:13:05.695 INFO O| Feb 21 20:13:05.695 INFO STEP 6 (pkg_change_variant) COMPLETE |
3734 | 2025-02-21T20:13:07.823Z | [ host-image] Feb 21 20:13:05.695 INFO O| Feb 21 20:13:05.695 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3735 | 2025-02-21T20:13:07.826Z | [ host-image] Feb 21 20:13:05.695 INFO O| Feb 21 20:13:05.695 INFO skip step because feature "debug_variant" is not enabled |
3736 | 2025-02-21T20:13:07.826Z | [ host-image] Feb 21 20:13:05.695 INFO O| Feb 21 20:13:05.695 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3737 | 2025-02-21T20:13:08.383Z | [ host-image] Feb 21 20:13:06.254 INFO O| Feb 21 20:13:06.254 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3738 | 2025-02-21T20:13:09.486Z | [ host-image] Feb 21 20:13:07.357 INFO O| Feb 21 20:13:07.356 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3739 | 2025-02-21T20:13:09.489Z | [ host-image] Feb 21 20:13:07.358 INFO O| Feb 21 20:13:07.358 INFO O| Planning: Planning completed in 0.00 seconds |
3740 | 2025-02-21T20:13:09.489Z | [ host-image] Feb 21 20:13:07.359 INFO O| Feb 21 20:13:07.359 INFO O| Planning: Consolidating action changes ... Done |
3741 | 2025-02-21T20:13:09.489Z | [ host-image] Feb 21 20:13:07.359 INFO O| Feb 21 20:13:07.359 INFO O| Planning: Evaluating mediators ... Done |
3742 | 2025-02-21T20:13:09.489Z | [ host-image] Feb 21 20:13:07.360 INFO O| Feb 21 20:13:07.360 INFO O| Planning: Planning completed in 0.00 seconds |
3743 | 2025-02-21T20:13:09.492Z | [ host-image] Feb 21 20:13:07.360 INFO O| Feb 21 20:13:07.360 INFO O| Variants/Facets to change: 1 |
3744 | 2025-02-21T20:13:09.565Z | [ host-image] Feb 21 20:13:07.436 INFO O| Feb 21 20:13:07.435 INFO O| Done |
3745 | 2025-02-21T20:13:09.565Z | [ host-image] Feb 21 20:13:07.436 INFO O| Feb 21 20:13:07.436 INFO O| Done |
3746 | 2025-02-21T20:13:10.393Z | [ host-image] Feb 21 20:13:08.263 INFO O| Feb 21 20:13:08.263 INFO O| Done |
3747 | 2025-02-21T20:13:10.494Z | [ host-image] Feb 21 20:13:08.361 INFO O| Feb 21 20:13:08.361 INFO O| Done |
3748 | 2025-02-21T20:13:10.497Z | [ host-image] Feb 21 20:13:08.362 INFO O| Feb 21 20:13:08.362 INFO O| Done |
3749 | 2025-02-21T20:13:10.497Z | [ host-image] Feb 21 20:13:08.363 INFO O| Feb 21 20:13:08.363 INFO O| Done |
3750 | 2025-02-21T20:13:10.497Z | [ host-image] Feb 21 20:13:08.364 INFO O| Feb 21 20:13:08.364 INFO O| Done |
3751 | 2025-02-21T20:13:10.585Z | [ host-image] Feb 21 20:13:08.454 INFO O| Feb 21 20:13:08.454 INFO STEP 8 (pkg_change_facet) COMPLETE |
3752 | 2025-02-21T20:13:10.585Z | [ host-image] Feb 21 20:13:08.454 INFO O| Feb 21 20:13:08.454 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3753 | 2025-02-21T20:13:10.588Z | [ host-image] Feb 21 20:13:08.454 INFO O| Feb 21 20:13:08.454 INFO skip step because feature "recovery" is not enabled |
3754 | 2025-02-21T20:13:10.588Z | [ host-image] Feb 21 20:13:08.454 INFO O| Feb 21 20:13:08.454 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3755 | 2025-02-21T20:13:10.588Z | [ host-image] Feb 21 20:13:08.454 INFO O| Feb 21 20:13:08.454 INFO skip step because feature "recovery" is not enabled |
3756 | 2025-02-21T20:13:10.588Z | [ host-image] Feb 21 20:13:08.454 INFO O| Feb 21 20:13:08.454 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3757 | 2025-02-21T20:13:10.602Z | [ host-image] Feb 21 20:13:08.472 INFO O| Feb 21 20:13:08.472 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"] |
3758 | 2025-02-21T20:13:11.337Z | [ host-image] Feb 21 20:13:09.207 INFO O| Feb 21 20:13:09.207 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3759 | 2025-02-21T20:13:18.415Z | [recovery-package] Finished `release` profile [optimized] target(s) in 46.90s |
3760 | 2025-02-21T20:13:19.597Z | Feb 21 20:13:17.462 INFO [recovery-package] process exited with exit status: 0 (48.377561808s) |
3761 | 2025-02-21T20:13:19.597Z | Feb 21 20:13:17.462 INFO [recovery-stamp] running task |
3762 | 2025-02-21T20:13:19.600Z | Feb 21 20:13:17.462 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3763 | 2025-02-21T20:13:19.605Z | Feb 21 20:13:17.470 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+git9190d809eca |
3764 | 2025-02-21T20:13:19.616Z | Feb 21 20:13:17.481 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 13.0.0-0.ci+git9190d809eca |
3765 | 2025-02-21T20:13:19.627Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3766 | 2025-02-21T20:13:19.635Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3767 | 2025-02-21T20:13:19.724Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3768 | 2025-02-21T20:13:19.728Z | Feb 21 20:13:17.593 INFO [stamp-installinator] process exited with exit status: 0 (112.327105ms) |
3769 | 2025-02-21T20:13:19.737Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3770 | 2025-02-21T20:13:19.740Z | Feb 21 20:13:17.605 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (134.610555ms) |
3771 | 2025-02-21T20:13:19.743Z | Feb 21 20:13:17.605 INFO [recovery-stamp] task succeeded (142.919884ms) |
3772 | 2025-02-21T20:13:19.743Z | Feb 21 20:13:17.605 INFO [recovery-proto] running task |
3773 | 2025-02-21T20:13:19.743Z | Feb 21 20:13:17.605 INFO [tuf-stamp] running task |
3774 | 2025-02-21T20:13:19.743Z | Feb 21 20:13:17.607 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+git9190d809eca |
3775 | 2025-02-21T20:13:19.756Z | Feb 21 20:13:17.621 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+git9190d809eca |
3776 | 2025-02-21T20:13:19.768Z | Feb 21 20:13:17.632 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+git9190d809eca |
3777 | 2025-02-21T20:13:19.771Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3778 | 2025-02-21T20:13:19.782Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3779 | 2025-02-21T20:13:19.786Z | Feb 21 20:13:17.647 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+git9190d809eca |
3780 | 2025-02-21T20:13:19.800Z | Feb 21 20:13:17.665 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+git9190d809eca |
3781 | 2025-02-21T20:13:19.803Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3782 | 2025-02-21T20:13:19.828Z | Feb 21 20:13:17.693 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+git9190d809eca |
3783 | 2025-02-21T20:13:19.831Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3784 | 2025-02-21T20:13:19.859Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3785 | 2025-02-21T20:13:19.862Z | Feb 21 20:13:17.725 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+git9190d809eca |
3786 | 2025-02-21T20:13:20.200Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3787 | 2025-02-21T20:13:20.203Z | Feb 21 20:13:18.063 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+git9190d809eca |
3788 | 2025-02-21T20:13:20.214Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3789 | 2025-02-21T20:13:20.218Z | Feb 21 20:13:18.079 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+git9190d809eca |
3790 | 2025-02-21T20:13:20.251Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3791 | 2025-02-21T20:13:20.254Z | Feb 21 20:13:18.116 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+git9190d809eca |
3792 | 2025-02-21T20:13:20.368Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3793 | 2025-02-21T20:13:20.374Z | Feb 21 20:13:18.233 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+git9190d809eca |
3794 | 2025-02-21T20:13:20.399Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
3795 | 2025-02-21T20:13:20.402Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3796 | 2025-02-21T20:13:20.402Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3797 | 2025-02-21T20:13:20.402Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3798 | 2025-02-21T20:13:20.426Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3799 | 2025-02-21T20:13:20.456Z | Feb 21 20:13:18.321 INFO [stamp-probe] process exited with exit status: 0 (257.768348ms) |
3800 | 2025-02-21T20:13:20.479Z | Feb 21 20:13:18.343 INFO [recovery-proto] task succeeded (737.901435ms) |
3801 | 2025-02-21T20:13:20.482Z | Feb 21 20:13:18.344 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/.tmppPBl4F/proto/recovery/root -N 'recovery 9190d80/${os_short_commit} 2025-02-21 19:49' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3802 | 2025-02-21T20:13:20.542Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3803 | 2025-02-21T20:13:20.556Z | [ recovery-image] Feb 21 20:13:18.420 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3804 | 2025-02-21T20:13:20.558Z | [ recovery-image] Feb 21 20:13:18.420 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3805 | 2025-02-21T20:13:20.606Z | [ recovery-image] Feb 21 20:13:18.470 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmppPBl4F/proto/recovery/root" |
3806 | 2025-02-21T20:13:20.609Z | [ recovery-image] Feb 21 20:13:18.470 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3807 | 2025-02-21T20:13:20.609Z | [ recovery-image] Feb 21 20:13:18.470 INFO image builder template: ramdisk-01-os... |
3808 | 2025-02-21T20:13:20.609Z | [ recovery-image] Feb 21 20:13:18.470 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/.tmppPBl4F/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 |
3809 | 2025-02-21T20:13:20.624Z | Feb 21 20:13:18.489 INFO [stamp-ntp] process exited with exit status: 0 (795.589111ms) |
3810 | 2025-02-21T20:13:20.693Z | [ recovery-image] Feb 21 20:13:18.556 INFO O| Feb 21 20:13:18.555 INFO CREATE DATASET: rpool/images/build/recovery/output |
3811 | 2025-02-21T20:13:21.314Z | [ recovery-image] Feb 21 20:13:19.178 INFO O| Feb 21 20:13:19.178 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3812 | 2025-02-21T20:13:21.321Z | [ recovery-image] Feb 21 20:13:19.184 INFO O| Feb 21 20:13:19.184 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3813 | 2025-02-21T20:13:21.382Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3814 | 2025-02-21T20:13:21.417Z | Feb 21 20:13:19.281 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.65956656s) |
3815 | 2025-02-21T20:13:21.732Z | [ recovery-image] Feb 21 20:13:19.595 INFO O| Feb 21 20:13:19.595 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3816 | 2025-02-21T20:13:21.823Z | [ recovery-image] Feb 21 20:13:19.686 INFO O| Feb 21 20:13:19.686 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3817 | 2025-02-21T20:13:21.826Z | [ recovery-image] Feb 21 20:13:19.686 INFO O| Feb 21 20:13:19.686 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3818 | 2025-02-21T20:13:21.826Z | [ recovery-image] Feb 21 20:13:19.687 INFO O| Feb 21 20:13:19.686 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3819 | 2025-02-21T20:13:21.826Z | [ recovery-image] Feb 21 20:13:19.687 INFO O| Feb 21 20:13:19.687 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3820 | 2025-02-21T20:13:21.852Z | [ recovery-image] Feb 21 20:13:19.715 INFO O| Feb 21 20:13:19.715 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3821 | 2025-02-21T20:13:21.952Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3822 | 2025-02-21T20:13:21.972Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3823 | 2025-02-21T20:13:21.976Z | Feb 21 20:13:19.840 INFO [stamp-external-dns] process exited with exit status: 0 (2.233220334s) |
3824 | 2025-02-21T20:13:22.001Z | Feb 21 20:13:19.864 INFO [stamp-internal-dns] process exited with exit status: 0 (2.199364791s) |
3825 | 2025-02-21T20:13:22.342Z | [ recovery-image] Feb 21 20:13:20.204 INFO O| Feb 21 20:13:20.204 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3826 | 2025-02-21T20:13:22.356Z | [ recovery-image] Feb 21 20:13:20.219 INFO O| Feb 21 20:13:20.219 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3827 | 2025-02-21T20:13:22.473Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3828 | 2025-02-21T20:13:22.535Z | Feb 21 20:13:20.398 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.16480752s) |
3829 | 2025-02-21T20:13:22.852Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3830 | 2025-02-21T20:13:22.856Z | Feb 21 20:13:20.719 INFO [stamp-oximeter] process exited with exit status: 0 (2.640397336s) |
3831 | 2025-02-21T20:13:22.875Z | [ recovery-image] Feb 21 20:13:20.738 INFO O| Feb 21 20:13:20.738 INFO O| Caching catalogs ... Done |
3832 | 2025-02-21T20:13:22.992Z | [ recovery-image] Feb 21 20:13:20.855 INFO O| Feb 21 20:13:20.855 INFO STEP 0 (pkg_image_create) COMPLETE |
3833 | 2025-02-21T20:13:22.992Z | [ recovery-image] Feb 21 20:13:20.855 INFO O| Feb 21 20:13:20.855 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3834 | 2025-02-21T20:13:22.993Z | [ recovery-image] Feb 21 20:13:20.855 INFO O| Feb 21 20:13:20.855 INFO skip step because feature "repo_redist" is not enabled |
3835 | 2025-02-21T20:13:22.996Z | [ recovery-image] Feb 21 20:13:20.855 INFO O| Feb 21 20:13:20.855 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3836 | 2025-02-21T20:13:23.007Z | [ recovery-image] Feb 21 20:13:20.870 INFO O| Feb 21 20:13:20.870 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"] |
3837 | 2025-02-21T20:13:23.503Z | [ recovery-image] Feb 21 20:13:21.364 INFO O| Feb 21 20:13:21.364 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3838 | 2025-02-21T20:13:23.503Z | [ recovery-image] Feb 21 20:13:21.364 INFO O| Feb 21 20:13:21.364 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3839 | 2025-02-21T20:13:23.516Z | [ recovery-image] Feb 21 20:13:21.379 INFO O| Feb 21 20:13:21.379 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"] |
3840 | 2025-02-21T20:13:24.003Z | [ recovery-image] Feb 21 20:13:21.866 INFO O| Feb 21 20:13:21.866 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3841 | 2025-02-21T20:13:24.004Z | [ recovery-image] Feb 21 20:13:21.866 INFO O| Feb 21 20:13:21.866 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3842 | 2025-02-21T20:13:24.004Z | [ recovery-image] Feb 21 20:13:21.866 INFO O| Feb 21 20:13:21.866 INFO skip step because feature "repo_redist" is not enabled |
3843 | 2025-02-21T20:13:24.007Z | [ recovery-image] Feb 21 20:13:21.866 INFO O| Feb 21 20:13:21.866 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3844 | 2025-02-21T20:13:24.390Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3845 | 2025-02-21T20:13:24.394Z | Feb 21 20:13:22.256 INFO [stamp-nexus] process exited with exit status: 0 (4.609428644s) |
3846 | 2025-02-21T20:13:24.473Z | [ recovery-image] Feb 21 20:13:22.335 INFO O| Feb 21 20:13:22.335 INFO variant opensolaris.zone is already global |
3847 | 2025-02-21T20:13:24.473Z | [ recovery-image] Feb 21 20:13:22.335 INFO O| Feb 21 20:13:22.335 INFO STEP 5 (pkg_change_variant) COMPLETE |
3848 | 2025-02-21T20:13:24.473Z | [ recovery-image] Feb 21 20:13:22.335 INFO O| Feb 21 20:13:22.335 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3849 | 2025-02-21T20:13:24.775Z | [verify-libraries] Compiling ring v0.17.9 |
3850 | 2025-02-21T20:13:24.940Z | [ recovery-image] Feb 21 20:13:22.802 INFO O| Feb 21 20:13:22.802 INFO variant opensolaris.imagetype is full; changing to partial |
3851 | 2025-02-21T20:13:24.940Z | [ recovery-image] Feb 21 20:13:22.802 INFO O| Feb 21 20:13:22.802 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3852 | 2025-02-21T20:13:24.999Z | [verify-libraries] Compiling home v0.5.9 |
3853 | 2025-02-21T20:13:25.009Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
3854 | 2025-02-21T20:13:25.013Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3855 | 2025-02-21T20:13:25.013Z | [verify-libraries] Compiling sqlparser_derive v0.2.2 |
3856 | 2025-02-21T20:13:25.013Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
3857 | 2025-02-21T20:13:25.319Z | [verify-libraries] Compiling polyval v0.6.2 |
3858 | 2025-02-21T20:13:25.348Z | [verify-libraries] Compiling ctr v0.9.2 |
3859 | 2025-02-21T20:13:25.408Z | [verify-libraries] Compiling nix v0.28.0 |
3860 | 2025-02-21T20:13:25.896Z | [verify-libraries] Compiling sqlformat v0.2.6 |
3861 | 2025-02-21T20:13:25.952Z | [verify-libraries] Compiling ghash v0.5.1 |
3862 | 2025-02-21T20:13:26.046Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
3863 | 2025-02-21T20:13:26.246Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
3864 | 2025-02-21T20:13:26.875Z | [verify-libraries] Compiling blowfish v0.9.1 |
3865 | 2025-02-21T20:13:26.993Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
3866 | 2025-02-21T20:13:27.084Z | [verify-libraries] Compiling sqlparser v0.45.0 |
3867 | 2025-02-21T20:13:27.132Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3868 | 2025-02-21T20:13:27.137Z | Feb 21 20:13:24.998 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.88212057s) |
3869 | 2025-02-21T20:13:27.714Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
3870 | 2025-02-21T20:13:28.196Z | [verify-libraries] Compiling password-hash v0.4.2 |
3871 | 2025-02-21T20:13:28.309Z | [verify-libraries] Compiling ssh-key v0.6.6 |
3872 | 2025-02-21T20:13:30.647Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
3873 | 2025-02-21T20:13:31.371Z | [verify-libraries] Compiling rustls v0.23.19 |
3874 | 2025-02-21T20:13:31.428Z | [verify-libraries] Compiling rustls v0.22.4 |
3875 | 2025-02-21T20:13:31.466Z | [verify-libraries] Compiling rustyline v14.0.0 |
3876 | 2025-02-21T20:13:32.177Z | [verify-libraries] Compiling p521 v0.13.3 |
3877 | 2025-02-21T20:13:33.812Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3878 | 2025-02-21T20:13:33.856Z | Feb 21 20:13:31.712 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (14.080690047s) |
3879 | 2025-02-21T20:13:34.210Z | [verify-libraries] Compiling p256 v0.13.2 |
3880 | 2025-02-21T20:13:35.011Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3881 | 2025-02-21T20:13:35.074Z | Feb 21 20:13:32.929 INFO [stamp-clickhouse] process exited with exit status: 0 (15.203562049s) |
3882 | 2025-02-21T20:13:35.074Z | Feb 21 20:13:32.929 INFO [tuf-stamp] task succeeded (15.323742574s) |
3883 | 2025-02-21T20:13:36.417Z | [verify-libraries] Compiling rustls-webpki v0.102.8 |
3884 | 2025-02-21T20:13:37.321Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
3885 | 2025-02-21T20:13:39.019Z | [ recovery-image] Feb 21 20:13:36.872 INFO O| Feb 21 20:13:36.872 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3886 | 2025-02-21T20:13:40.866Z | [verify-libraries] Compiling md5 v0.7.0 |
3887 | 2025-02-21T20:13:41.490Z | [verify-libraries] Compiling rustls v0.21.12 |
3888 | 2025-02-21T20:13:41.534Z | [verify-libraries] Compiling russh-keys v0.45.0 |
3889 | 2025-02-21T20:13:46.200Z | [verify-libraries] Compiling tokio-rustls v0.25.0 |
3890 | 2025-02-21T20:13:46.850Z | [verify-libraries] Compiling tokio-rustls v0.26.0 |
3891 | 2025-02-21T20:13:46.913Z | [verify-libraries] Compiling dropshot v0.12.0 |
3892 | 2025-02-21T20:13:47.401Z | [verify-libraries] Compiling hyper-rustls v0.27.3 |
3893 | 2025-02-21T20:13:48.205Z | [verify-libraries] Compiling reqwest v0.12.12 |
3894 | 2025-02-21T20:13:48.816Z | [ recovery-image] Feb 21 20:13:46.663 INFO O| Feb 21 20:13:46.663 INFO O| Startup: Caching catalogs ... Done |
3895 | 2025-02-21T20:13:48.994Z | [ recovery-image] Feb 21 20:13:46.841 INFO O| Feb 21 20:13:46.841 INFO O| Planning: Planning completed in 0.00 seconds |
3896 | 2025-02-21T20:13:48.997Z | [ recovery-image] Feb 21 20:13:46.842 INFO O| Feb 21 20:13:46.842 INFO O| Planning: Consolidating action changes ... Done |
3897 | 2025-02-21T20:13:48.997Z | [ recovery-image] Feb 21 20:13:46.842 INFO O| Feb 21 20:13:46.842 INFO O| Planning: Evaluating mediators ... Done |
3898 | 2025-02-21T20:13:48.997Z | [ recovery-image] Feb 21 20:13:46.842 INFO O| Feb 21 20:13:46.842 INFO O| Planning: Planning completed in 0.00 seconds |
3899 | 2025-02-21T20:13:48.997Z | [ recovery-image] Feb 21 20:13:46.843 INFO O| Feb 21 20:13:46.842 INFO O| Variants/Facets to change: 1 |
3900 | 2025-02-21T20:13:49.091Z | [ recovery-image] Feb 21 20:13:46.938 INFO O| Feb 21 20:13:46.938 INFO O| Done |
3901 | 2025-02-21T20:13:49.091Z | [ recovery-image] Feb 21 20:13:46.938 INFO O| Feb 21 20:13:46.938 INFO O| Done |
3902 | 2025-02-21T20:13:50.286Z | [ recovery-image] Feb 21 20:13:48.131 INFO O| Feb 21 20:13:48.131 INFO O| Done |
3903 | 2025-02-21T20:13:50.425Z | [ recovery-image] Feb 21 20:13:48.271 INFO O| Feb 21 20:13:48.271 INFO O| Done |
3904 | 2025-02-21T20:13:50.429Z | [ recovery-image] Feb 21 20:13:48.273 INFO O| Feb 21 20:13:48.273 INFO O| Done |
3905 | 2025-02-21T20:13:50.429Z | [ recovery-image] Feb 21 20:13:48.273 INFO O| Feb 21 20:13:48.273 INFO O| Done |
3906 | 2025-02-21T20:13:50.433Z | [ recovery-image] Feb 21 20:13:48.276 INFO O| Feb 21 20:13:48.276 INFO O| Done |
3907 | 2025-02-21T20:13:51.117Z | [ recovery-image] Feb 21 20:13:48.963 INFO O| Feb 21 20:13:48.963 INFO STEP 6 (pkg_change_variant) COMPLETE |
3908 | 2025-02-21T20:13:51.117Z | [ recovery-image] Feb 21 20:13:48.963 INFO O| Feb 21 20:13:48.963 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3909 | 2025-02-21T20:13:51.120Z | [ recovery-image] Feb 21 20:13:48.963 INFO O| Feb 21 20:13:48.963 INFO skip step because feature "debug_variant" is not enabled |
3910 | 2025-02-21T20:13:51.120Z | [ recovery-image] Feb 21 20:13:48.963 INFO O| Feb 21 20:13:48.963 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3911 | 2025-02-21T20:13:51.875Z | [ recovery-image] Feb 21 20:13:49.720 INFO O| Feb 21 20:13:49.720 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3912 | 2025-02-21T20:13:52.863Z | [verify-libraries] Compiling progenitor-client v0.9.1 |
3913 | 2025-02-21T20:13:53.018Z | [ recovery-image] Feb 21 20:13:50.863 INFO O| Feb 21 20:13:50.863 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3914 | 2025-02-21T20:13:53.020Z | [ recovery-image] Feb 21 20:13:50.865 INFO O| Feb 21 20:13:50.865 INFO O| Planning: Planning completed in 0.00 seconds |
3915 | 2025-02-21T20:13:53.023Z | [ recovery-image] Feb 21 20:13:50.866 INFO O| Feb 21 20:13:50.866 INFO O| Planning: Consolidating action changes ... Done |
3916 | 2025-02-21T20:13:53.023Z | [ recovery-image] Feb 21 20:13:50.866 INFO O| Feb 21 20:13:50.866 INFO O| Planning: Evaluating mediators ... Done |
3917 | 2025-02-21T20:13:53.023Z | [ recovery-image] Feb 21 20:13:50.867 INFO O| Feb 21 20:13:50.866 INFO O| Planning: Planning completed in 0.00 seconds |
3918 | 2025-02-21T20:13:53.023Z | [ recovery-image] Feb 21 20:13:50.867 INFO O| Feb 21 20:13:50.867 INFO O| Variants/Facets to change: 1 |
3919 | 2025-02-21T20:13:53.111Z | [ recovery-image] Feb 21 20:13:50.955 INFO O| Feb 21 20:13:50.955 INFO O| Done |
3920 | 2025-02-21T20:13:53.111Z | [ recovery-image] Feb 21 20:13:50.956 INFO O| Feb 21 20:13:50.955 INFO O| Done |
3921 | 2025-02-21T20:13:53.242Z | [verify-libraries] Compiling progenitor-client v0.8.0 |
3922 | 2025-02-21T20:13:53.711Z | [verify-libraries] Compiling qorb v0.2.1 |
3923 | 2025-02-21T20:13:53.816Z | [verify-libraries] Compiling progenitor v0.8.0 |
3924 | 2025-02-21T20:13:53.893Z | [ recovery-image] Feb 21 20:13:51.737 INFO O| Feb 21 20:13:51.737 INFO O| Done |
3925 | 2025-02-21T20:13:53.991Z | [ recovery-image] Feb 21 20:13:51.834 INFO O| Feb 21 20:13:51.834 INFO O| Done |
3926 | 2025-02-21T20:13:53.994Z | [ recovery-image] Feb 21 20:13:51.835 INFO O| Feb 21 20:13:51.835 INFO O| Done |
3927 | 2025-02-21T20:13:53.994Z | [ recovery-image] Feb 21 20:13:51.835 INFO O| Feb 21 20:13:51.835 INFO O| Done |
3928 | 2025-02-21T20:13:53.994Z | [ recovery-image] Feb 21 20:13:51.837 INFO O| Feb 21 20:13:51.837 INFO O| Done |
3929 | 2025-02-21T20:13:54.118Z | [ recovery-image] Feb 21 20:13:51.962 INFO O| Feb 21 20:13:51.962 INFO STEP 8 (pkg_change_facet) COMPLETE |
3930 | 2025-02-21T20:13:54.118Z | [ recovery-image] Feb 21 20:13:51.963 INFO O| Feb 21 20:13:51.962 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3931 | 2025-02-21T20:13:54.235Z | [verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
3932 | 2025-02-21T20:13:54.750Z | [ recovery-image] Feb 21 20:13:52.594 INFO O| Feb 21 20:13:52.594 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3933 | 2025-02-21T20:13:55.915Z | [ recovery-image] Feb 21 20:13:53.758 INFO O| Feb 21 20:13:53.758 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3934 | 2025-02-21T20:13:55.918Z | [ recovery-image] Feb 21 20:13:53.760 INFO O| Feb 21 20:13:53.760 INFO O| Planning: Planning completed in 0.00 seconds |
3935 | 2025-02-21T20:13:55.918Z | [ recovery-image] Feb 21 20:13:53.761 INFO O| Feb 21 20:13:53.761 INFO O| Planning: Consolidating action changes ... Done |
3936 | 2025-02-21T20:13:55.918Z | [ recovery-image] Feb 21 20:13:53.761 INFO O| Feb 21 20:13:53.761 INFO O| Planning: Evaluating mediators ... Done |
3937 | 2025-02-21T20:13:55.921Z | [ recovery-image] Feb 21 20:13:53.762 INFO O| Feb 21 20:13:53.762 INFO O| Planning: Planning completed in 0.00 seconds |
3938 | 2025-02-21T20:13:55.921Z | [ recovery-image] Feb 21 20:13:53.762 INFO O| Feb 21 20:13:53.762 INFO O| Variants/Facets to change: 1 |
3939 | 2025-02-21T20:13:56.083Z | [ recovery-image] Feb 21 20:13:53.926 INFO O| Feb 21 20:13:53.926 INFO O| Done |
3940 | 2025-02-21T20:13:56.083Z | [ recovery-image] Feb 21 20:13:53.926 INFO O| Feb 21 20:13:53.926 INFO O| Done |
3941 | 2025-02-21T20:13:56.808Z | [verify-libraries] Compiling dropshot v0.15.1 |
3942 | 2025-02-21T20:13:57.141Z | [ recovery-image] Feb 21 20:13:54.983 INFO O| Feb 21 20:13:54.983 INFO O| Done |
3943 | 2025-02-21T20:13:57.274Z | [ recovery-image] Feb 21 20:13:55.096 INFO O| Feb 21 20:13:55.096 INFO O| Done |
3944 | 2025-02-21T20:13:57.277Z | [ recovery-image] Feb 21 20:13:55.116 INFO O| Feb 21 20:13:55.116 INFO O| Done |
3945 | 2025-02-21T20:13:57.277Z | [ recovery-image] Feb 21 20:13:55.116 INFO O| Feb 21 20:13:55.116 INFO O| Done |
3946 | 2025-02-21T20:13:57.278Z | [ recovery-image] Feb 21 20:13:55.119 INFO O| Feb 21 20:13:55.119 INFO O| Done |
3947 | 2025-02-21T20:13:57.432Z | [ recovery-image] Feb 21 20:13:55.275 INFO O| Feb 21 20:13:55.275 INFO STEP 9 (pkg_change_facet) COMPLETE |
3948 | 2025-02-21T20:13:57.432Z | [ recovery-image] Feb 21 20:13:55.275 INFO O| Feb 21 20:13:55.275 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3949 | 2025-02-21T20:13:58.078Z | [ recovery-image] Feb 21 20:13:55.920 INFO O| Feb 21 20:13:55.920 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3950 | 2025-02-21T20:13:59.137Z | [ recovery-image] Feb 21 20:13:56.979 INFO O| Feb 21 20:13:56.978 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3951 | 2025-02-21T20:13:59.141Z | [ recovery-image] Feb 21 20:13:56.981 INFO O| Feb 21 20:13:56.980 INFO O| Planning: Planning completed in 0.00 seconds |
3952 | 2025-02-21T20:13:59.141Z | [ recovery-image] Feb 21 20:13:56.981 INFO O| Feb 21 20:13:56.981 INFO O| Planning: Consolidating action changes ... Done |
3953 | 2025-02-21T20:13:59.141Z | [ recovery-image] Feb 21 20:13:56.982 INFO O| Feb 21 20:13:56.982 INFO O| Planning: Evaluating mediators ... Done |
3954 | 2025-02-21T20:13:59.143Z | [ recovery-image] Feb 21 20:13:56.982 INFO O| Feb 21 20:13:56.982 INFO O| Planning: Planning completed in 0.00 seconds |
3955 | 2025-02-21T20:13:59.143Z | [ recovery-image] Feb 21 20:13:56.982 INFO O| Feb 21 20:13:56.982 INFO O| Variants/Facets to change: 1 |
3956 | 2025-02-21T20:13:59.188Z | [ recovery-image] Feb 21 20:13:57.029 INFO O| Feb 21 20:13:57.029 INFO O| Done |
3957 | 2025-02-21T20:13:59.188Z | [ recovery-image] Feb 21 20:13:57.029 INFO O| Feb 21 20:13:57.029 INFO O| Done |
3958 | 2025-02-21T20:14:00.021Z | [ recovery-image] Feb 21 20:13:57.862 INFO O| Feb 21 20:13:57.862 INFO O| Done |
3959 | 2025-02-21T20:14:00.132Z | [ recovery-image] Feb 21 20:13:57.971 INFO O| Feb 21 20:13:57.971 INFO O| Done |
3960 | 2025-02-21T20:14:00.135Z | [verify-libraries] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
3961 | 2025-02-21T20:14:00.156Z | [ recovery-image] Feb 21 20:13:57.995 INFO O| Feb 21 20:13:57.995 INFO O| Done |
3962 | 2025-02-21T20:14:00.160Z | [ recovery-image] Feb 21 20:13:57.996 INFO O| Feb 21 20:13:57.996 INFO O| Done |
3963 | 2025-02-21T20:14:00.165Z | [ recovery-image] Feb 21 20:13:57.998 INFO O| Feb 21 20:13:57.998 INFO O| Done |
3964 | 2025-02-21T20:14:00.302Z | [ recovery-image] Feb 21 20:13:58.142 INFO O| Feb 21 20:13:58.142 INFO STEP 10 (pkg_change_facet) COMPLETE |
3965 | 2025-02-21T20:14:00.302Z | [ recovery-image] Feb 21 20:13:58.142 INFO O| Feb 21 20:13:58.142 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3966 | 2025-02-21T20:14:00.320Z | [ recovery-image] Feb 21 20:13:58.161 INFO O| Feb 21 20:13:58.160 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"] |
3967 | 2025-02-21T20:14:00.999Z | [verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
3968 | 2025-02-21T20:14:01.522Z | [ recovery-image] Feb 21 20:13:59.360 INFO O| Feb 21 20:13:59.360 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3969 | 2025-02-21T20:14:07.561Z | [verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3970 | 2025-02-21T20:14:07.991Z | [verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
3971 | 2025-02-21T20:14:19.643Z | [ host-image] Feb 21 20:14:17.472 INFO O| Feb 21 20:14:17.472 INFO O| Planning: Solver setup ... Done |
3972 | 2025-02-21T20:14:31.364Z | [verify-libraries] Compiling progenitor v0.9.1 |
3973 | 2025-02-21T20:14:31.676Z | [verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3974 | 2025-02-21T20:14:35.672Z | [verify-libraries] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3975 | 2025-02-21T20:14:36.589Z | [verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3976 | 2025-02-21T20:14:37.365Z | [verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3977 | 2025-02-21T20:14:45.148Z | [verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3978 | 2025-02-21T20:14:46.854Z | [verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
3979 | 2025-02-21T20:14:48.247Z | [verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
3980 | 2025-02-21T20:14:50.219Z | [verify-libraries] Compiling omicron-zone-package v0.12.0 |
3981 | 2025-02-21T20:14:53.075Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3982 | 2025-02-21T20:14:54.209Z | [verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3983 | 2025-02-21T20:14:54.922Z | [verify-libraries] Compiling rcgen v0.12.1 |
3984 | 2025-02-21T20:14:56.610Z | [verify-libraries] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3985 | 2025-02-21T20:14:56.861Z | [verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
3986 | 2025-02-21T20:14:58.193Z | [verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
3987 | 2025-02-21T20:15:02.901Z | [verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3988 | 2025-02-21T20:15:05.963Z | [verify-libraries] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3989 | 2025-02-21T20:15:06.019Z | [verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3990 | 2025-02-21T20:15:07.826Z | [verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
3991 | 2025-02-21T20:15:07.847Z | [verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3992 | 2025-02-21T20:15:12.858Z | [verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3993 | 2025-02-21T20:15:17.300Z | [ recovery-image] Feb 21 20:15:15.095 INFO O| Feb 21 20:15:15.095 INFO O| Planning: Solver setup ... Done |
3994 | 2025-02-21T20:15:18.590Z | [verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3995 | 2025-02-21T20:15:25.251Z | [verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3996 | 2025-02-21T20:15:25.368Z | [verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3997 | 2025-02-21T20:15:25.753Z | [verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3998 | 2025-02-21T20:15:29.200Z | [verify-libraries] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
3999 | 2025-02-21T20:15:29.764Z | [verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
4000 | 2025-02-21T20:15:30.357Z | [verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
4001 | 2025-02-21T20:15:34.354Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
4002 | 2025-02-21T20:15:43.614Z | [verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
4003 | 2025-02-21T20:15:43.906Z | [verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
4004 | 2025-02-21T20:15:44.141Z | [verify-libraries] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
4005 | 2025-02-21T20:15:44.712Z | [verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
4006 | 2025-02-21T20:15:53.886Z | [verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
4007 | 2025-02-21T20:15:54.763Z | [verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
4008 | 2025-02-21T20:15:57.655Z | [verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
4009 | 2025-02-21T20:15:59.130Z | [verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
4010 | 2025-02-21T20:16:00.061Z | [ host-image] Feb 21 20:15:59.831 INFO O| Feb 21 20:15:59.830 INFO O| Planning: Running solver ... Done |
4011 | 2025-02-21T20:16:00.665Z | [ host-image] Feb 21 20:16:00.435 INFO O| Feb 21 20:16:00.434 INFO O| Planning: Finding local manifests ... Done |
4012 | 2025-02-21T20:16:00.682Z | [ host-image] Feb 21 20:16:00.451 INFO O| Feb 21 20:16:00.451 INFO O| Planning: Fetching manifests: 0/124 0% complete |
4013 | 2025-02-21T20:16:01.234Z | [verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
4014 | 2025-02-21T20:16:01.651Z | [verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
4015 | 2025-02-21T20:16:05.807Z | [ host-image] Feb 21 20:16:05.570 INFO O| Feb 21 20:16:05.570 INFO O| Planning: Fetching manifests: 124/124 100% complete |
4016 | 2025-02-21T20:16:06.970Z | [ host-image] Feb 21 20:16:06.729 INFO O| Feb 21 20:16:06.729 INFO O| Planning: Package planning ... Done |
4017 | 2025-02-21T20:16:08.552Z | [ host-image] Feb 21 20:16:08.316 INFO O| Feb 21 20:16:08.316 INFO O| Planning: Merging actions ... Done |
4018 | 2025-02-21T20:16:09.185Z | [ host-image] Feb 21 20:16:08.950 INFO O| Feb 21 20:16:08.949 INFO O| Planning: Checking for conflicting actions ... Done |
4019 | 2025-02-21T20:16:09.275Z | [verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
4020 | 2025-02-21T20:16:09.548Z | [ host-image] Feb 21 20:16:09.310 INFO O| Feb 21 20:16:09.310 INFO O| Planning: Consolidating action changes ... Done |
4021 | 2025-02-21T20:16:10.075Z | [ host-image] Feb 21 20:16:09.838 INFO O| Feb 21 20:16:09.838 INFO O| Planning: Evaluating mediators ... Done |
4022 | 2025-02-21T20:16:11.044Z | [verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
4023 | 2025-02-21T20:16:11.322Z | [verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
4024 | 2025-02-21T20:16:11.988Z | [verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
4025 | 2025-02-21T20:16:13.042Z | [verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
4026 | 2025-02-21T20:16:16.271Z | [ host-image] Feb 21 20:16:16.031 INFO O| Feb 21 20:16:16.031 INFO O| Planning: Planning completed in 186.82 seconds |
4027 | 2025-02-21T20:16:16.278Z | [ host-image] Feb 21 20:16:16.038 INFO O| Feb 21 20:16:16.038 INFO O| Packages to install: 124 |
4028 | 2025-02-21T20:16:16.282Z | [ host-image] Feb 21 20:16:16.038 INFO O| Feb 21 20:16:16.038 INFO O| Mediators to change: 4 |
4029 | 2025-02-21T20:16:16.282Z | [ host-image] Feb 21 20:16:16.038 INFO O| Feb 21 20:16:16.038 INFO O| Services to change: 6 |
4030 | 2025-02-21T20:16:16.380Z | [ host-image] Feb 21 20:16:16.140 INFO O| Feb 21 20:16:16.139 INFO O| Download: 0/22863 items 0.0/199.8MB 0% complete |
4031 | 2025-02-21T20:16:20.020Z | [verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
4032 | 2025-02-21T20:16:21.519Z | [ host-image] Feb 21 20:16:21.275 INFO O| Feb 21 20:16:21.275 INFO O| Download: 1023/22863 items 5.8/199.8MB 2% complete (1.3M/s) |
4033 | 2025-02-21T20:16:22.053Z | [verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
4034 | 2025-02-21T20:16:25.052Z | [verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
4035 | 2025-02-21T20:16:25.588Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
4036 | 2025-02-21T20:16:26.525Z | [ host-image] Feb 21 20:16:26.277 INFO O| Feb 21 20:16:26.277 INFO O| Download: 1679/22863 items 10.9/199.8MB 5% complete (1.1M/s) |
4037 | 2025-02-21T20:16:27.448Z | [verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
4038 | 2025-02-21T20:16:28.391Z | [verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
4039 | 2025-02-21T20:16:30.650Z | [verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
4040 | 2025-02-21T20:16:31.686Z | [ host-image] Feb 21 20:16:31.437 INFO O| Feb 21 20:16:31.437 INFO O| Download: 2089/22863 items 23.1/199.8MB 11% complete (1.8M/s) |
4041 | 2025-02-21T20:16:32.055Z | [verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
4042 | 2025-02-21T20:16:36.125Z | [verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
4043 | 2025-02-21T20:16:36.691Z | [ host-image] Feb 21 20:16:36.439 INFO O| Feb 21 20:16:36.439 INFO O| Download: 2356/22863 items 27.5/199.8MB 13% complete (1.7M/s) |
4044 | 2025-02-21T20:16:36.709Z | [verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
4045 | 2025-02-21T20:16:41.717Z | [ host-image] Feb 21 20:16:41.462 INFO O| Feb 21 20:16:41.461 INFO O| Download: 3423/22863 items 34.3/199.8MB 17% complete (1.1M/s) |
4046 | 2025-02-21T20:16:46.055Z | [verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
4047 | 2025-02-21T20:16:46.725Z | [ host-image] Feb 21 20:16:46.467 INFO O| Feb 21 20:16:46.466 INFO O| Download: 3878/22863 items 39.9/199.8MB 19% complete (1.3M/s) |
4048 | 2025-02-21T20:16:51.797Z | [ host-image] Feb 21 20:16:51.536 INFO O| Feb 21 20:16:51.535 INFO O| Download: 4704/22863 items 43.1/199.8MB 21% complete (903k/s) |
4049 | 2025-02-21T20:16:52.543Z | [verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
4050 | 2025-02-21T20:16:54.220Z | [verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
4051 | 2025-02-21T20:16:54.348Z | [verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
4052 | 2025-02-21T20:16:55.855Z | [ recovery-image] Feb 21 20:16:55.591 INFO O| Feb 21 20:16:55.591 INFO O| Planning: Running solver ... Done |
4053 | 2025-02-21T20:16:55.949Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
4054 | 2025-02-21T20:16:56.419Z | [verify-libraries] Compiling tough v0.19.0 |
4055 | 2025-02-21T20:16:56.439Z | [ recovery-image] Feb 21 20:16:56.175 INFO O| Feb 21 20:16:56.175 INFO O| Planning: Finding local manifests ... Done |
4056 | 2025-02-21T20:16:56.457Z | [ recovery-image] Feb 21 20:16:56.194 INFO O| Feb 21 20:16:56.193 INFO O| Planning: Fetching manifests: 0/124 0% complete |
4057 | 2025-02-21T20:16:56.812Z | [ host-image] Feb 21 20:16:56.547 INFO O| Feb 21 20:16:56.547 INFO O| Download: 5423/22863 items 46.2/199.8MB 23% complete (653k/s) |
4058 | 2025-02-21T20:16:59.649Z | [verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
4059 | 2025-02-21T20:17:01.826Z | [ host-image] Feb 21 20:17:01.558 INFO O| Feb 21 20:17:01.558 INFO O| Download: 6189/22863 items 46.7/199.8MB 23% complete (366k/s) |
4060 | 2025-02-21T20:17:01.855Z | [ recovery-image] Feb 21 20:17:01.588 INFO O| Feb 21 20:17:01.587 INFO O| Planning: Fetching manifests: 124/124 100% complete |
4061 | 2025-02-21T20:17:02.383Z | [verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
4062 | 2025-02-21T20:17:02.960Z | [ recovery-image] Feb 21 20:17:02.692 INFO O| Feb 21 20:17:02.692 INFO O| Planning: Package planning ... Done |
4063 | 2025-02-21T20:17:03.038Z | [verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
4064 | 2025-02-21T20:17:03.670Z | [ recovery-image] Feb 21 20:17:03.400 INFO O| Feb 21 20:17:03.400 INFO O| Planning: Merging actions ... Done |
4065 | 2025-02-21T20:17:03.849Z | [ recovery-image] Feb 21 20:17:03.576 INFO O| Feb 21 20:17:03.576 INFO O| Planning: Checking for conflicting actions ... Done |
4066 | 2025-02-21T20:17:03.998Z | [ recovery-image] Feb 21 20:17:03.729 INFO O| Feb 21 20:17:03.729 INFO O| Planning: Consolidating action changes ... Done |
4067 | 2025-02-21T20:17:04.351Z | [ recovery-image] Feb 21 20:17:04.082 INFO O| Feb 21 20:17:04.082 INFO O| Planning: Evaluating mediators ... Done |
4068 | 2025-02-21T20:17:06.225Z | [verify-libraries] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
4069 | 2025-02-21T20:17:06.847Z | [ host-image] Feb 21 20:17:06.576 INFO O| Feb 21 20:17:06.576 INFO O| Download: 6909/22863 items 49.1/199.8MB 24% complete (277k/s) |
4070 | 2025-02-21T20:17:08.051Z | [verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
4071 | 2025-02-21T20:17:10.484Z | [ recovery-image] Feb 21 20:17:10.211 INFO O| Feb 21 20:17:10.211 INFO O| Planning: Planning completed in 190.85 seconds |
4072 | 2025-02-21T20:17:10.491Z | [ recovery-image] Feb 21 20:17:10.217 INFO O| Feb 21 20:17:10.217 INFO O| Packages to install: 124 |
4073 | 2025-02-21T20:17:10.491Z | [ recovery-image] Feb 21 20:17:10.218 INFO O| Feb 21 20:17:10.217 INFO O| Mediators to change: 4 |
4074 | 2025-02-21T20:17:10.491Z | [ recovery-image] Feb 21 20:17:10.218 INFO O| Feb 21 20:17:10.218 INFO O| Services to change: 5 |
4075 | 2025-02-21T20:17:10.580Z | [ recovery-image] Feb 21 20:17:10.306 INFO O| Feb 21 20:17:10.306 INFO O| Download: 0/15934 items 0.0/176.5MB 0% complete |
4076 | 2025-02-21T20:17:10.858Z | [verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
4077 | 2025-02-21T20:17:11.856Z | [ host-image] Feb 21 20:17:11.583 INFO O| Feb 21 20:17:11.582 INFO O| Download: 7806/22863 items 59.0/199.8MB 29% complete (1.2M/s) |
4078 | 2025-02-21T20:17:12.630Z | [verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
4079 | 2025-02-21T20:17:13.083Z | [verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
4080 | 2025-02-21T20:17:15.604Z | [ recovery-image] Feb 21 20:17:15.326 INFO O| Feb 21 20:17:15.326 INFO O| Download: 719/15934 items 4.9/176.5MB 2% complete (1.0M/s) |
4081 | 2025-02-21T20:17:17.459Z | [ host-image] Feb 21 20:17:17.181 INFO O| Feb 21 20:17:17.181 INFO O| Download: 8309/22863 items 63.5/199.8MB 31% complete (1.4M/s) |
4082 | 2025-02-21T20:17:20.605Z | [ recovery-image] Feb 21 20:17:20.327 INFO O| Feb 21 20:17:20.326 INFO O| Download: 1100/15934 items 9.3/176.5MB 5% complete (993k/s) |
4083 | 2025-02-21T20:17:21.360Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
4084 | 2025-02-21T20:17:22.039Z | [verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
4085 | 2025-02-21T20:17:22.543Z | [ host-image] Feb 21 20:17:22.259 INFO O| Feb 21 20:17:22.258 INFO O| Download: 8432/22863 items 69.2/199.8MB 34% complete (1005k/s) |
4086 | 2025-02-21T20:17:26.063Z | [ recovery-image] Feb 21 20:17:25.781 INFO O| Feb 21 20:17:25.781 INFO O| Download: 1321/15934 items 20.2/176.5MB 11% complete (1.7M/s) |
4087 | 2025-02-21T20:17:27.622Z | [ host-image] Feb 21 20:17:27.272 INFO O| Feb 21 20:17:27.272 INFO O| Download: 9243/22863 items 75.8/199.8MB 37% complete (1.2M/s) |
4088 | 2025-02-21T20:17:29.006Z | [verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
4089 | 2025-02-21T20:17:29.039Z | [verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
4090 | 2025-02-21T20:17:29.307Z | [verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
4091 | 2025-02-21T20:17:31.066Z | [ recovery-image] Feb 21 20:17:30.781 INFO O| Feb 21 20:17:30.781 INFO O| Download: 1597/15934 items 24.7/176.5MB 14% complete (1.5M/s) |
4092 | 2025-02-21T20:17:32.086Z | [verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
4093 | 2025-02-21T20:17:32.640Z | [ host-image] Feb 21 20:17:32.354 INFO O| Feb 21 20:17:32.354 INFO O| Download: 9594/22863 items 83.4/199.8MB 41% complete (1.4M/s) |
4094 | 2025-02-21T20:17:36.081Z | [ recovery-image] Feb 21 20:17:35.791 INFO O| Feb 21 20:17:35.791 INFO O| Download: 1922/15934 items 28.8/176.5MB 16% complete (897k/s) |
4095 | 2025-02-21T20:17:37.643Z | [ host-image] Feb 21 20:17:37.355 INFO O| Feb 21 20:17:37.354 INFO O| Download: 10241/22863 items 85.9/199.8MB 43% complete (1020k/s) |
4096 | 2025-02-21T20:17:39.587Z | [verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
4097 | 2025-02-21T20:17:41.110Z | [ recovery-image] Feb 21 20:17:40.819 INFO O| Feb 21 20:17:40.819 INFO O| Download: 2473/15934 items 31.3/176.5MB 17% complete (745k/s) |
4098 | 2025-02-21T20:17:42.667Z | [ host-image] Feb 21 20:17:42.376 INFO O| Feb 21 20:17:42.376 INFO O| Download: 10724/22863 items 89.3/199.8MB 44% complete (613k/s) |
4099 | 2025-02-21T20:17:42.926Z | [verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
4100 | 2025-02-21T20:17:46.114Z | [ recovery-image] Feb 21 20:17:45.820 INFO O| Feb 21 20:17:45.820 INFO O| Download: 3092/15934 items 37.3/176.5MB 21% complete (873k/s) |
4101 | 2025-02-21T20:17:47.657Z | [verify-libraries] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
4102 | 2025-02-21T20:17:47.866Z | [verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
4103 | 2025-02-21T20:17:48.249Z | [verify-libraries] Compiling rustls-webpki v0.101.7 |
4104 | 2025-02-21T20:17:48.689Z | [ host-image] Feb 21 20:17:48.394 INFO O| Feb 21 20:17:48.394 INFO O| Download: 10934/22863 items 90.2/199.8MB 45% complete (633k/s) |
4105 | 2025-02-21T20:17:51.303Z | [ recovery-image] Feb 21 20:17:51.006 INFO O| Feb 21 20:17:51.006 INFO O| Download: 3697/15934 items 39.6/176.5MB 22% complete (844k/s) |
4106 | 2025-02-21T20:17:52.244Z | [verify-libraries] Compiling sct v0.7.1 |
4107 | 2025-02-21T20:17:53.336Z | [verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
4108 | 2025-02-21T20:17:53.774Z | [ host-image] Feb 21 20:17:53.475 INFO O| Feb 21 20:17:53.475 INFO O| Download: 11362/22863 items 95.6/199.8MB 47% complete (541k/s) |
4109 | 2025-02-21T20:17:54.531Z | [verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
4110 | 2025-02-21T20:17:56.580Z | [ recovery-image] Feb 21 20:17:56.280 INFO O| Feb 21 20:17:56.280 INFO O| Download: 3753/15934 items 40.3/176.5MB 22% complete (503k/s) |
4111 | 2025-02-21T20:17:59.405Z | [ host-image] Feb 21 20:17:59.104 INFO O| Feb 21 20:17:59.103 INFO O| Download: 12044/22863 items 97.9/199.8MB 49% complete (767k/s) |
4112 | 2025-02-21T20:18:01.596Z | [ recovery-image] Feb 21 20:18:01.294 INFO O| Feb 21 20:18:01.294 INFO O| Download: 3909/15934 items 42.6/176.5MB 24% complete (318k/s) |
4113 | 2025-02-21T20:18:03.169Z | [verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
4114 | 2025-02-21T20:18:06.599Z | [ recovery-image] Feb 21 20:18:06.294 INFO O| Feb 21 20:18:06.294 INFO O| Download: 4856/15934 items 43.2/176.5MB 24% complete (297k/s) |
4115 | 2025-02-21T20:18:08.295Z | [ host-image] Feb 21 20:18:07.989 INFO O| Feb 21 20:18:07.989 INFO O| Download: 12181/22863 items 101.2/199.8MB 50% complete (672k/s) |
4116 | 2025-02-21T20:18:11.678Z | [ recovery-image] Feb 21 20:18:11.369 INFO O| Feb 21 20:18:11.369 INFO O| Download: 5731/15934 items 44.7/176.5MB 25% complete (209k/s) |
4117 | 2025-02-21T20:18:13.709Z | [ host-image] Feb 21 20:18:13.399 INFO O| Feb 21 20:18:13.399 INFO O| Download: 12265/22863 items 108.9/199.8MB 54% complete (878k/s) |
4118 | 2025-02-21T20:18:16.706Z | [ recovery-image] Feb 21 20:18:16.395 INFO O| Feb 21 20:18:16.395 INFO O| Download: 5819/15934 items 46.8/176.5MB 26% complete (348k/s) |
4119 | 2025-02-21T20:18:18.719Z | [ host-image] Feb 21 20:18:18.406 INFO O| Feb 21 20:18:18.406 INFO O| Download: 12666/22863 items 109.8/199.8MB 54% complete (896k/s) |
4120 | 2025-02-21T20:18:23.094Z | [ recovery-image] Feb 21 20:18:22.778 INFO O| Feb 21 20:18:22.778 INFO O| Download: 6088/15934 items 54.3/176.5MB 30% complete (1.0M/s) |
4121 | 2025-02-21T20:18:23.726Z | [ host-image] Feb 21 20:18:23.411 INFO O| Feb 21 20:18:23.411 INFO O| Download: 13555/22863 items 110.2/199.8MB 55% complete (141k/s) |
4122 | 2025-02-21T20:18:26.129Z | [verify-libraries] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
4123 | 2025-02-21T20:18:28.104Z | [ recovery-image] Feb 21 20:18:27.785 INFO O| Feb 21 20:18:27.785 INFO O| Download: 6359/15934 items 62.7/176.5MB 35% complete (949k/s) |
4124 | 2025-02-21T20:18:28.733Z | [ host-image] Feb 21 20:18:28.415 INFO O| Feb 21 20:18:28.415 INFO O| Download: 14219/22863 items 110.8/199.8MB 55% complete (101k/s) |
4125 | 2025-02-21T20:18:33.119Z | [ recovery-image] Feb 21 20:18:32.797 INFO O| Feb 21 20:18:32.797 INFO O| Download: 7156/15934 items 73.1/176.5MB 41% complete (1.9M/s) |
4126 | 2025-02-21T20:18:33.298Z | [verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
4127 | 2025-02-21T20:18:34.087Z | [ host-image] Feb 21 20:18:33.765 INFO O| Feb 21 20:18:33.765 INFO O| Download: 14531/22863 items 112.4/199.8MB 56% complete (197k/s) |
4128 | 2025-02-21T20:18:35.989Z | [verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
4129 | 2025-02-21T20:18:37.465Z | [verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
4130 | 2025-02-21T20:18:39.106Z | [ host-image] Feb 21 20:18:38.781 INFO O| Feb 21 20:18:38.781 INFO O| Download: 15111/22863 items 119.4/199.8MB 59% complete (869k/s) |
4131 | 2025-02-21T20:18:42.695Z | [ recovery-image] Feb 21 20:18:42.367 INFO O| Feb 21 20:18:42.367 INFO O| Download: 7283/15934 items 73.4/176.5MB 41% complete (1.5M/s) |
4132 | 2025-02-21T20:18:43.762Z | [verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
4133 | 2025-02-21T20:18:44.162Z | [verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
4134 | 2025-02-21T20:18:44.194Z | [ host-image] Feb 21 20:18:43.866 INFO O| Feb 21 20:18:43.866 INFO O| Download: 15612/22863 items 124.0/199.8MB 62% complete (1.3M/s) |
4135 | 2025-02-21T20:18:44.538Z | [verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
4136 | 2025-02-21T20:18:45.007Z | [verify-libraries] Compiling tokio-rustls v0.24.1 |
4137 | 2025-02-21T20:18:45.537Z | [verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
4138 | 2025-02-21T20:18:46.172Z | [verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
4139 | 2025-02-21T20:18:46.608Z | [verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
4140 | 2025-02-21T20:18:47.697Z | [ recovery-image] Feb 21 20:18:47.367 INFO O| Feb 21 20:18:47.367 INFO O| Download: 7942/15934 items 75.9/176.5MB 43% complete (471k/s) |
4141 | 2025-02-21T20:18:49.229Z | [verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
4142 | 2025-02-21T20:18:51.221Z | [verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
4143 | 2025-02-21T20:18:51.321Z | [verify-libraries] Compiling num-bigint v0.4.6 |
4144 | 2025-02-21T20:18:51.569Z | [verify-libraries] Compiling des v0.8.1 |
4145 | 2025-02-21T20:18:52.060Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
4146 | 2025-02-21T20:18:52.702Z | [ recovery-image] Feb 21 20:18:52.369 INFO O| Feb 21 20:18:52.369 INFO O| Download: 8322/15934 items 79.9/176.5MB 45% complete (664k/s) |
4147 | 2025-02-21T20:18:52.971Z | [verify-libraries] Compiling hex-literal v0.4.1 |
4148 | 2025-02-21T20:18:53.245Z | [verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
4149 | 2025-02-21T20:18:53.786Z | [verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
4150 | 2025-02-21T20:18:53.829Z | [ host-image] Feb 21 20:18:53.496 INFO O| Feb 21 20:18:53.496 INFO O| Download: 15620/22863 items 124.0/199.8MB 62% complete (1.1M/s) |
4151 | 2025-02-21T20:18:55.151Z | [verify-libraries] Compiling russh v0.45.0 |
4152 | 2025-02-21T20:18:58.437Z | [ recovery-image] Feb 21 20:18:58.100 INFO O| Feb 21 20:18:58.100 INFO O| Download: 8752/15934 items 83.8/176.5MB 47% complete (779k/s) |
4153 | 2025-02-21T20:19:00.152Z | [verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
4154 | 2025-02-21T20:19:00.330Z | [verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
4155 | 2025-02-21T20:19:02.547Z | [verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
4156 | 2025-02-21T20:19:03.657Z | [ recovery-image] Feb 21 20:19:03.315 INFO O| Feb 21 20:19:03.315 INFO O| Download: 8996/15934 items 92.8/176.5MB 52% complete (1.3M/s) |
4157 | 2025-02-21T20:19:04.968Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
4158 | 2025-02-21T20:19:06.626Z | [ host-image] Feb 21 20:19:06.285 INFO O| Feb 21 20:19:06.284 INFO O| Download: 15621/22863 items 124.0/199.8MB 62% complete |
4159 | 2025-02-21T20:19:08.670Z | [ recovery-image] Feb 21 20:19:08.328 INFO O| Feb 21 20:19:08.328 INFO O| Download: 9922/15934 items 93.3/176.5MB 52% complete (950k/s) |
4160 | 2025-02-21T20:19:09.597Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
4161 | 2025-02-21T20:19:10.337Z | [verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
4162 | 2025-02-21T20:19:11.639Z | [ host-image] Feb 21 20:19:11.295 INFO O| Feb 21 20:19:11.295 INFO O| Download: 15843/22863 items 126.3/199.8MB 63% complete (541k/s) |
4163 | 2025-02-21T20:19:13.674Z | [ recovery-image] Feb 21 20:19:13.329 INFO O| Feb 21 20:19:13.329 INFO O| Download: 10486/15934 items 93.6/176.5MB 53% complete (79.6k/s) |
4164 | 2025-02-21T20:19:16.649Z | [ host-image] Feb 21 20:19:16.301 INFO O| Feb 21 20:19:16.301 INFO O| Download: 16705/22863 items 141.3/199.8MB 70% complete (1.8M/s) |
4165 | 2025-02-21T20:19:18.647Z | [verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
4166 | 2025-02-21T20:19:18.721Z | [ recovery-image] Feb 21 20:19:18.373 INFO O| Feb 21 20:19:18.372 INFO O| Download: 10976/15934 items 94.0/176.5MB 53% complete (81.9k/s) |
4167 | 2025-02-21T20:19:20.555Z | [verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
4168 | 2025-02-21T20:19:21.662Z | [ host-image] Feb 21 20:19:21.312 INFO O| Feb 21 20:19:21.311 INFO O| Download: 17367/22863 items 145.7/199.8MB 72% complete (1.9M/s) |
4169 | 2025-02-21T20:19:23.727Z | [ recovery-image] Feb 21 20:19:23.374 INFO O| Feb 21 20:19:23.373 INFO O| Download: 11337/15934 items 101.6/176.5MB 57% complete (786k/s) |
4170 | 2025-02-21T20:19:26.218Z | [verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
4171 | 2025-02-21T20:19:26.863Z | [ host-image] Feb 21 20:19:26.510 INFO O| Feb 21 20:19:26.510 INFO O| Download: 18028/22863 items 161.5/199.8MB 80% complete (1.9M/s) |
4172 | 2025-02-21T20:19:28.747Z | [ recovery-image] Feb 21 20:19:28.393 INFO O| Feb 21 20:19:28.393 INFO O| Download: 11763/15934 items 119.6/176.5MB 67% complete (2.5M/s) |
4173 | 2025-02-21T20:19:31.885Z | [ host-image] Feb 21 20:19:31.529 INFO O| Feb 21 20:19:31.529 INFO O| Download: 18673/22863 items 164.2/199.8MB 82% complete (1.9M/s) |
4174 | 2025-02-21T20:19:32.815Z | [verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
4175 | 2025-02-21T20:19:34.051Z | [ recovery-image] Feb 21 20:19:33.693 INFO O| Feb 21 20:19:33.693 INFO O| Download: 12056/15934 items 139.1/176.5MB 78% complete (3.8M/s) |
4176 | 2025-02-21T20:19:36.907Z | [ host-image] Feb 21 20:19:36.548 INFO O| Feb 21 20:19:36.548 INFO O| Download: 19359/22863 items 168.0/199.8MB 84% complete (668k/s) |
4177 | 2025-02-21T20:19:39.070Z | [ recovery-image] Feb 21 20:19:38.710 INFO O| Feb 21 20:19:38.710 INFO O| Download: 12824/15934 items 143.5/176.5MB 81% complete (2.4M/s) |
4178 | 2025-02-21T20:19:39.323Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
4179 | 2025-02-21T20:19:40.365Z | [verify-libraries] Compiling petname v2.0.2 |
4180 | 2025-02-21T20:19:41.389Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
4181 | 2025-02-21T20:19:42.044Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
4182 | 2025-02-21T20:19:42.095Z | [ host-image] Feb 21 20:19:41.733 INFO O| Feb 21 20:19:41.733 INFO O| Download: 20103/22863 items 170.6/199.8MB 85% complete (664k/s) |
4183 | 2025-02-21T20:19:44.092Z | [ recovery-image] Feb 21 20:19:43.728 INFO O| Feb 21 20:19:43.728 INFO O| Download: 13456/15934 items 146.4/176.5MB 82% complete (740k/s) |
4184 | 2025-02-21T20:19:48.153Z | [ host-image] Feb 21 20:19:47.787 INFO O| Feb 21 20:19:47.786 INFO O| Download: 20713/22863 items 172.6/199.8MB 86% complete (502k/s) |
4185 | 2025-02-21T20:19:49.401Z | [ recovery-image] Feb 21 20:19:49.034 INFO O| Feb 21 20:19:49.034 INFO O| Download: 14112/15934 items 148.6/176.5MB 84% complete (595k/s) |
4186 | 2025-02-21T20:19:53.172Z | [ host-image] Feb 21 20:19:52.803 INFO O| Feb 21 20:19:52.803 INFO O| Download: 20912/22863 items 176.7/199.8MB 88% complete (505k/s) |
4187 | 2025-02-21T20:19:54.417Z | [ recovery-image] Feb 21 20:19:54.048 INFO O| Feb 21 20:19:54.048 INFO O| Download: 14646/15934 items 150.4/176.5MB 85% complete (400k/s) |
4188 | 2025-02-21T20:19:58.746Z | [ host-image] Feb 21 20:19:58.370 INFO O| Feb 21 20:19:58.370 INFO O| Download: 20920/22863 items 177.6/199.8MB 88% complete (560k/s) |
4189 | 2025-02-21T20:20:01.114Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
4190 | 2025-02-21T20:20:05.472Z | [ recovery-image] Feb 21 20:20:05.093 INFO O| Feb 21 20:20:05.093 INFO O| Download: 14743/15934 items 150.7/176.5MB 85% complete (359k/s) |
4191 | 2025-02-21T20:20:10.845Z | [ recovery-image] Feb 21 20:20:10.466 INFO O| Feb 21 20:20:10.466 INFO O| Download: 14863/15934 items 156.8/176.5MB 88% complete (1.6M/s) |
4192 | 2025-02-21T20:20:11.253Z | [ host-image] Feb 21 20:20:10.874 INFO O| Feb 21 20:20:10.874 INFO O| Download: 21007/22863 items 178.8/199.8MB 89% complete |
4193 | 2025-02-21T20:20:11.766Z | [verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
4194 | 2025-02-21T20:20:12.207Z | [verify-libraries] Compiling heck v0.4.1 |
4195 | 2025-02-21T20:20:13.494Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
4196 | 2025-02-21T20:20:15.869Z | [ recovery-image] Feb 21 20:20:15.487 INFO O| Feb 21 20:20:15.487 INFO O| Download: 15489/15934 items 166.2/176.5MB 94% complete (1.5M/s) |
4197 | 2025-02-21T20:20:16.272Z | [ host-image] Feb 21 20:20:15.889 INFO O| Feb 21 20:20:15.889 INFO O| Download: 21567/22863 items 180.5/199.8MB 90% complete (383k/s) |
4198 | 2025-02-21T20:20:21.791Z | [ recovery-image] Feb 21 20:20:21.397 INFO O| Feb 21 20:20:21.397 INFO O| Download: 15601/15934 items 169.0/176.5MB 95% complete (1.6M/s) |
4199 | 2025-02-21T20:20:22.126Z | [ host-image] Feb 21 20:20:21.739 INFO O| Feb 21 20:20:21.739 INFO O| Download: 21662/22863 items 183.6/199.8MB 91% complete (799k/s) |
4200 | 2025-02-21T20:20:26.837Z | [ recovery-image] Feb 21 20:20:26.443 INFO O| Feb 21 20:20:26.443 INFO O| Download: 15695/15934 items 169.9/176.5MB 96% complete (479k/s) |
4201 | 2025-02-21T20:20:27.249Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
4202 | 2025-02-21T20:20:27.752Z | [ host-image] Feb 21 20:20:27.363 INFO O| Feb 21 20:20:27.363 INFO O| Download: 22037/22863 items 191.8/199.8MB 95% complete (866k/s) |
4203 | 2025-02-21T20:20:31.638Z | [ recovery-image] Feb 21 20:20:31.245 INFO O| Feb 21 20:20:31.245 INFO O| Download: Completed 176.48 MB in 200.94 seconds (896k/s) |
4204 | 2025-02-21T20:20:32.771Z | [ host-image] Feb 21 20:20:32.378 INFO O| Feb 21 20:20:32.378 INFO O| Download: 22329/22863 items 197.9/199.8MB 99% complete (1.4M/s) |
4205 | 2025-02-21T20:20:32.962Z | [ recovery-image] Feb 21 20:20:32.566 INFO O| Feb 21 20:20:32.565 INFO O| Actions: 1/25107 actions (Installing new actions) |
4206 | 2025-02-21T20:20:35.863Z | [ host-image] Feb 21 20:20:35.469 INFO O| Feb 21 20:20:35.469 INFO O| Download: Completed 199.77 MB in 259.33 seconds (786k/s) |
4207 | 2025-02-21T20:20:37.621Z | [ host-image] Feb 21 20:20:37.200 INFO O| Feb 21 20:20:37.199 INFO O| Actions: 1/49570 actions (Installing new actions) |
4208 | 2025-02-21T20:20:37.961Z | [ recovery-image] Feb 21 20:20:37.566 INFO O| Feb 21 20:20:37.566 INFO O| Actions: 8064/25107 actions (Installing new actions) |
4209 | 2025-02-21T20:20:42.601Z | [ host-image] Feb 21 20:20:42.201 INFO O| Feb 21 20:20:42.201 INFO O| Actions: 8281/49570 actions (Installing new actions) |
4210 | 2025-02-21T20:20:42.964Z | [ recovery-image] Feb 21 20:20:42.566 INFO O| Feb 21 20:20:42.566 INFO O| Actions: 14210/25107 actions (Installing new actions) |
4211 | 2025-02-21T20:20:47.068Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
4212 | 2025-02-21T20:20:47.660Z | [ host-image] Feb 21 20:20:47.259 INFO O| Feb 21 20:20:47.259 INFO O| Actions: 13992/49570 actions (Installing new actions) |
4213 | 2025-02-21T20:20:48.094Z | [verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
4214 | 2025-02-21T20:20:48.511Z | [ recovery-image] Feb 21 20:20:48.109 INFO O| Feb 21 20:20:48.109 INFO O| Actions: 24552/25107 actions (Installing new actions) |
4215 | 2025-02-21T20:20:49.746Z | [ recovery-image] Feb 21 20:20:49.342 INFO O| Feb 21 20:20:49.342 INFO O| Actions: Completed 25107 actions in 16.77 seconds. |
4216 | 2025-02-21T20:20:50.560Z | [ recovery-image] Feb 21 20:20:50.156 INFO O| Feb 21 20:20:50.156 INFO O| Done |
4217 | 2025-02-21T20:20:50.560Z | [ recovery-image] Feb 21 20:20:50.156 INFO O| Feb 21 20:20:50.156 INFO O| Done |
4218 | 2025-02-21T20:20:52.282Z | [ recovery-image] Feb 21 20:20:51.877 INFO O| Feb 21 20:20:51.877 INFO O| Done |
4219 | 2025-02-21T20:20:52.663Z | [ host-image] Feb 21 20:20:52.259 INFO O| Feb 21 20:20:52.259 INFO O| Actions: 20260/49570 actions (Installing new actions) |
4220 | 2025-02-21T20:20:54.279Z | [ recovery-image] Feb 21 20:20:53.869 INFO O| Feb 21 20:20:53.869 INFO O| Done |
4221 | 2025-02-21T20:20:54.297Z | [ recovery-image] Feb 21 20:20:53.892 INFO O| Feb 21 20:20:53.892 INFO O| Done |
4222 | 2025-02-21T20:20:57.682Z | [ host-image] Feb 21 20:20:57.259 INFO O| Feb 21 20:20:57.259 INFO O| Actions: 26565/49570 actions (Installing new actions) |
4223 | 2025-02-21T20:21:01.399Z | [ recovery-image] Feb 21 20:20:59.024 INFO O| Feb 21 20:20:59.024 INFO O| Done |
4224 | 2025-02-21T20:21:01.399Z | [ recovery-image] Feb 21 20:20:59.722 INFO O| Feb 21 20:20:59.722 INFO O| Done |
4225 | 2025-02-21T20:21:01.399Z | [ recovery-image] Feb 21 20:21:00.510 INFO O| Feb 21 20:21:00.510 INFO STEP 11 (pkg_install) COMPLETE |
4226 | 2025-02-21T20:21:01.399Z | [ recovery-image] Feb 21 20:21:00.510 INFO O| Feb 21 20:21:00.510 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4227 | 2025-02-21T20:21:01.399Z | [ recovery-image] Feb 21 20:21:00.510 INFO O| Feb 21 20:21:00.510 INFO skip step because feature "recovery" is enabled |
4228 | 2025-02-21T20:21:01.400Z | [ recovery-image] Feb 21 20:21:00.511 INFO O| Feb 21 20:21:00.510 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4229 | 2025-02-21T20:21:01.400Z | [ recovery-image] Feb 21 20:21:00.511 INFO O| Feb 21 20:21:00.510 INFO skip step because feature "omicron1" is not enabled |
4230 | 2025-02-21T20:21:01.400Z | [ recovery-image] Feb 21 20:21:00.511 INFO O| Feb 21 20:21:00.510 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4231 | 2025-02-21T20:21:01.400Z | [ recovery-image] Feb 21 20:21:00.540 INFO O| Feb 21 20:21:00.540 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.334"] |
4232 | 2025-02-21T20:21:02.461Z | [ host-image] Feb 21 20:21:02.051 INFO O| Feb 21 20:21:02.051 INFO O| Actions: Completed 49570 actions in 24.85 seconds. |
4233 | 2025-02-21T20:21:03.641Z | [ host-image] Feb 21 20:21:03.230 INFO O| Feb 21 20:21:03.230 INFO O| Done |
4234 | 2025-02-21T20:21:03.642Z | [ host-image] Feb 21 20:21:03.230 INFO O| Feb 21 20:21:03.230 INFO O| Done |
4235 | 2025-02-21T20:21:04.765Z | [ recovery-image] Feb 21 20:21:04.354 INFO O| Feb 21 20:21:04.354 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4236 | 2025-02-21T20:21:05.393Z | [ host-image] Feb 21 20:21:04.981 INFO O| Feb 21 20:21:04.981 INFO O| Done |
4237 | 2025-02-21T20:21:05.800Z | [verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
4238 | 2025-02-21T20:21:06.592Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
4239 | 2025-02-21T20:21:07.313Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
4240 | 2025-02-21T20:21:07.859Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
4241 | 2025-02-21T20:21:08.239Z | [ host-image] Feb 21 20:21:07.825 INFO O| Feb 21 20:21:07.825 INFO O| Done |
4242 | 2025-02-21T20:21:08.331Z | [ host-image] Feb 21 20:21:07.918 INFO O| Feb 21 20:21:07.918 INFO O| Done |
4243 | 2025-02-21T20:21:08.480Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
4244 | 2025-02-21T20:21:09.242Z | [verify-libraries] Compiling sync-ptr v0.1.1 |
4245 | 2025-02-21T20:21:09.431Z | [ recovery-image] Feb 21 20:21:09.017 INFO O| Feb 21 20:21:09.016 INFO O| Planning: Solver setup ... Done |
4246 | 2025-02-21T20:21:09.437Z | [ recovery-image] Feb 21 20:21:09.023 INFO O| Feb 21 20:21:09.023 INFO O| Planning: Running solver ... Done |
4247 | 2025-02-21T20:21:09.549Z | [ recovery-image] Feb 21 20:21:09.135 INFO O| Feb 21 20:21:09.135 INFO O| Planning: Finding local manifests ... Done |
4248 | 2025-02-21T20:21:09.552Z | [ recovery-image] Feb 21 20:21:09.136 INFO O| Feb 21 20:21:09.136 INFO O| Planning: Fetching manifests: 0/1 0% complete |
4249 | 2025-02-21T20:21:09.643Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
4250 | 2025-02-21T20:21:09.798Z | [ recovery-image] Feb 21 20:21:09.383 INFO O| Feb 21 20:21:09.383 INFO O| Planning: Fetching manifests: 1/1 100% complete |
4251 | 2025-02-21T20:21:09.855Z | [ recovery-image] Feb 21 20:21:09.441 INFO O| Feb 21 20:21:09.441 INFO O| Planning: Package planning ... Done |
4252 | 2025-02-21T20:21:09.859Z | [ recovery-image] Feb 21 20:21:09.442 INFO O| Feb 21 20:21:09.442 INFO O| Planning: Merging actions ... Done |
4253 | 2025-02-21T20:21:09.945Z | [ recovery-image] Feb 21 20:21:09.531 INFO O| Feb 21 20:21:09.531 INFO O| Planning: Checking for conflicting actions ... Done |
4254 | 2025-02-21T20:21:09.948Z | [ recovery-image] Feb 21 20:21:09.532 INFO O| Feb 21 20:21:09.532 INFO O| Planning: Consolidating action changes ... Done |
4255 | 2025-02-21T20:21:10.344Z | [ recovery-image] Feb 21 20:21:09.929 INFO O| Feb 21 20:21:09.929 INFO O| Planning: Evaluating mediators ... Done |
4256 | 2025-02-21T20:21:10.347Z | [ recovery-image] Feb 21 20:21:09.930 INFO O| Feb 21 20:21:09.930 INFO O| Planning: Planning completed in 5.58 seconds |
4257 | 2025-02-21T20:21:10.347Z | [ recovery-image] Feb 21 20:21:09.932 INFO O| Feb 21 20:21:09.932 INFO O| Packages to install: 1 |
4258 | 2025-02-21T20:21:10.366Z | [ recovery-image] Feb 21 20:21:09.952 INFO O| Feb 21 20:21:09.952 INFO O| Download: 0/4 items 0.0/10.3MB 0% complete |
4259 | 2025-02-21T20:21:11.244Z | [ recovery-image] Feb 21 20:21:10.829 INFO O| Feb 21 20:21:10.829 INFO O| Download: Completed 10.27 MB in 0.88 seconds (11.7M/s) |
4260 | 2025-02-21T20:21:11.348Z | [ recovery-image] Feb 21 20:21:10.933 INFO O| Feb 21 20:21:10.933 INFO O| Actions: 1/22 actions (Installing new actions) |
4261 | 2025-02-21T20:21:11.748Z | [ recovery-image] Feb 21 20:21:11.332 INFO O| Feb 21 20:21:11.332 INFO O| Actions: Completed 22 actions in 0.40 seconds. |
4262 | 2025-02-21T20:21:12.485Z | [ recovery-image] Feb 21 20:21:12.067 INFO O| Feb 21 20:21:12.067 INFO O| Done |
4263 | 2025-02-21T20:21:12.485Z | [ recovery-image] Feb 21 20:21:12.068 INFO O| Feb 21 20:21:12.067 INFO O| Done |
4264 | 2025-02-21T20:21:14.034Z | [ recovery-image] Feb 21 20:21:13.617 INFO O| Feb 21 20:21:13.617 INFO O| Done |
4265 | 2025-02-21T20:21:16.009Z | [ recovery-image] Feb 21 20:21:15.591 INFO O| Feb 21 20:21:15.591 INFO O| Done |
4266 | 2025-02-21T20:21:16.034Z | [ recovery-image] Feb 21 20:21:15.616 INFO O| Feb 21 20:21:15.616 INFO O| Done |
4267 | 2025-02-21T20:21:16.037Z | [ recovery-image] Feb 21 20:21:15.616 INFO O| Feb 21 20:21:15.616 INFO O| Done |
4268 | 2025-02-21T20:21:16.052Z | [ recovery-image] Feb 21 20:21:15.634 INFO O| Feb 21 20:21:15.634 INFO O| Done |
4269 | 2025-02-21T20:21:16.186Z | [ host-image] Feb 21 20:21:15.768 INFO O| Feb 21 20:21:15.768 INFO O| Done |
4270 | 2025-02-21T20:21:16.271Z | [ recovery-image] Feb 21 20:21:15.853 INFO O| Feb 21 20:21:15.853 INFO STEP 14 (pkg_install) COMPLETE |
4271 | 2025-02-21T20:21:16.271Z | [ recovery-image] Feb 21 20:21:15.853 INFO O| Feb 21 20:21:15.853 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4272 | 2025-02-21T20:21:16.275Z | [ recovery-image] Feb 21 20:21:15.853 INFO O| Feb 21 20:21:15.853 INFO skip step because feature "mfg" is not enabled |
4273 | 2025-02-21T20:21:16.275Z | [ recovery-image] Feb 21 20:21:15.853 INFO O| Feb 21 20:21:15.853 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4274 | 2025-02-21T20:21:16.275Z | [ recovery-image] Feb 21 20:21:15.853 INFO O| Feb 21 20:21:15.853 INFO skip step because feature "compliance" is not enabled |
4275 | 2025-02-21T20:21:16.275Z | [ recovery-image] Feb 21 20:21:15.853 INFO O| Feb 21 20:21:15.853 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4276 | 2025-02-21T20:21:16.275Z | [ recovery-image] Feb 21 20:21:15.853 INFO O| Feb 21 20:21:15.853 INFO skip step because feature "stress" is not enabled |
4277 | 2025-02-21T20:21:16.275Z | [ recovery-image] Feb 21 20:21:15.853 INFO O| Feb 21 20:21:15.853 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4278 | 2025-02-21T20:21:16.275Z | [ recovery-image] Feb 21 20:21:15.853 INFO O| Feb 21 20:21:15.853 INFO skip step because feature "nfs" is not enabled |
4279 | 2025-02-21T20:21:16.275Z | [ recovery-image] Feb 21 20:21:15.853 INFO O| Feb 21 20:21:15.853 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4280 | 2025-02-21T20:21:16.275Z | [ recovery-image] Feb 21 20:21:15.853 INFO O| Feb 21 20:21:15.853 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4281 | 2025-02-21T20:21:16.409Z | [ recovery-image] Feb 21 20:21:15.989 INFO O| Feb 21 20:21:15.989 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
4282 | 2025-02-21T20:21:16.612Z | [ recovery-image] Feb 21 20:21:16.193 INFO O| Feb 21 20:21:16.193 INFO completed processing gimlet/ramdisk-01-os |
4283 | 2025-02-21T20:21:16.616Z | [ recovery-image] Feb 21 20:21:16.197 INFO image builder template: ramdisk-02-trim... |
4284 | 2025-02-21T20:21:16.622Z | [ recovery-image] Feb 21 20:21:16.198 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/.tmppPBl4F/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 |
4285 | 2025-02-21T20:21:16.664Z | [ recovery-image] Feb 21 20:21:16.246 INFO O| Feb 21 20:21:16.245 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4286 | 2025-02-21T20:21:16.689Z | [ recovery-image] Feb 21 20:21:16.263 INFO O| Feb 21 20:21:16.263 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4287 | 2025-02-21T20:21:16.863Z | [ recovery-image] Feb 21 20:21:16.444 INFO O| Feb 21 20:21:16.444 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
4288 | 2025-02-21T20:21:17.029Z | [ recovery-image] Feb 21 20:21:16.610 INFO O| Feb 21 20:21:16.610 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4289 | 2025-02-21T20:21:17.035Z | [ recovery-image] Feb 21 20:21:16.610 INFO O| Feb 21 20:21:16.610 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4290 | 2025-02-21T20:21:17.042Z | [ recovery-image] Feb 21 20:21:16.622 INFO O| Feb 21 20:21:16.622 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4291 | 2025-02-21T20:21:17.076Z | [ recovery-image] Feb 21 20:21:16.657 INFO O| Feb 21 20:21:16.657 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4292 | 2025-02-21T20:21:17.147Z | [ recovery-image] Feb 21 20:21:16.728 INFO O| Feb 21 20:21:16.728 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4293 | 2025-02-21T20:21:17.279Z | [ host-image] Feb 21 20:21:16.859 INFO O| Feb 21 20:21:16.859 INFO O| Done |
4294 | 2025-02-21T20:21:17.732Z | [ recovery-image] Feb 21 20:21:17.312 INFO O| Feb 21 20:21:17.312 INFO rolled back to input snapshot; work may begin |
4295 | 2025-02-21T20:21:17.732Z | [ recovery-image] Feb 21 20:21:17.313 INFO O| Feb 21 20:21:17.312 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4296 | 2025-02-21T20:21:17.742Z | [ recovery-image] Feb 21 20:21:17.322 INFO O| Feb 21 20:21:17.322 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4297 | 2025-02-21T20:21:17.762Z | [ recovery-image] Feb 21 20:21:17.343 INFO O| Feb 21 20:21:17.342 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
4298 | 2025-02-21T20:21:17.984Z | [ host-image] Feb 21 20:21:17.559 INFO O| Feb 21 20:21:17.559 INFO STEP 11 (pkg_install) COMPLETE |
4299 | 2025-02-21T20:21:17.987Z | [ host-image] Feb 21 20:21:17.559 INFO O| Feb 21 20:21:17.559 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4300 | 2025-02-21T20:21:18.010Z | [ host-image] Feb 21 20:21:17.579 INFO O| Feb 21 20:21:17.579 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"] |
4301 | 2025-02-21T20:21:18.082Z | [ recovery-image] Feb 21 20:21:17.653 INFO O| Feb 21 20:21:17.653 INFO STEP 0 (remove_files) COMPLETE |
4302 | 2025-02-21T20:21:18.082Z | [ recovery-image] Feb 21 20:21:17.653 INFO O| Feb 21 20:21:17.653 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4303 | 2025-02-21T20:21:18.135Z | [ recovery-image] Feb 21 20:21:17.711 INFO O| Feb 21 20:21:17.711 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
4304 | 2025-02-21T20:21:18.156Z | [ recovery-image] Feb 21 20:21:17.736 INFO O| Feb 21 20:21:17.736 INFO STEP 1 (remove_files) COMPLETE |
4305 | 2025-02-21T20:21:18.156Z | [ recovery-image] Feb 21 20:21:17.736 INFO O| Feb 21 20:21:17.736 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4306 | 2025-02-21T20:21:18.176Z | [ recovery-image] Feb 21 20:21:17.756 INFO O| Feb 21 20:21:17.756 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
4307 | 2025-02-21T20:21:18.198Z | [ recovery-image] Feb 21 20:21:17.778 INFO O| Feb 21 20:21:17.778 INFO STEP 2 (remove_files) COMPLETE |
4308 | 2025-02-21T20:21:18.198Z | [ recovery-image] Feb 21 20:21:17.778 INFO O| Feb 21 20:21:17.778 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4309 | 2025-02-21T20:21:18.217Z | [ recovery-image] Feb 21 20:21:17.798 INFO O| Feb 21 20:21:17.797 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
4310 | 2025-02-21T20:21:18.223Z | [ recovery-image] Feb 21 20:21:17.801 INFO O| Feb 21 20:21:17.800 INFO STEP 3 (remove_files) COMPLETE |
4311 | 2025-02-21T20:21:18.223Z | [ recovery-image] Feb 21 20:21:17.801 INFO O| Feb 21 20:21:17.801 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4312 | 2025-02-21T20:21:18.256Z | [ recovery-image] Feb 21 20:21:17.835 INFO O| Feb 21 20:21:17.834 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
4313 | 2025-02-21T20:21:18.262Z | [ recovery-image] Feb 21 20:21:17.841 INFO O| Feb 21 20:21:17.841 INFO STEP 4 (remove_files) COMPLETE |
4314 | 2025-02-21T20:21:18.262Z | [ recovery-image] Feb 21 20:21:17.842 INFO O| Feb 21 20:21:17.841 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4315 | 2025-02-21T20:21:18.358Z | [ recovery-image] Feb 21 20:21:17.937 INFO O| Feb 21 20:21:17.937 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
4316 | 2025-02-21T20:21:18.361Z | [ recovery-image] Feb 21 20:21:17.937 INFO O| Feb 21 20:21:17.937 INFO STEP 5 (remove_files) COMPLETE |
4317 | 2025-02-21T20:21:18.361Z | [ recovery-image] Feb 21 20:21:17.937 INFO O| Feb 21 20:21:17.937 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4318 | 2025-02-21T20:21:18.379Z | [ recovery-image] Feb 21 20:21:17.958 INFO O| Feb 21 20:21:17.958 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
4319 | 2025-02-21T20:21:18.403Z | [ recovery-image] Feb 21 20:21:17.984 INFO O| Feb 21 20:21:17.984 INFO STEP 6 (remove_files) COMPLETE |
4320 | 2025-02-21T20:21:18.403Z | [ recovery-image] Feb 21 20:21:17.984 INFO O| Feb 21 20:21:17.984 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4321 | 2025-02-21T20:21:18.406Z | [ recovery-image] Feb 21 20:21:17.984 INFO O| Feb 21 20:21:17.984 INFO skip step because feature "recovery" is enabled |
4322 | 2025-02-21T20:21:18.406Z | [ recovery-image] Feb 21 20:21:17.984 INFO O| Feb 21 20:21:17.984 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4323 | 2025-02-21T20:21:18.406Z | [ recovery-image] Feb 21 20:21:17.984 INFO O| Feb 21 20:21:17.984 INFO skip step because feature "recovery" is enabled |
4324 | 2025-02-21T20:21:18.406Z | [ recovery-image] Feb 21 20:21:17.984 INFO O| Feb 21 20:21:17.984 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4325 | 2025-02-21T20:21:18.406Z | [ recovery-image] Feb 21 20:21:17.984 INFO O| Feb 21 20:21:17.984 INFO skip step because feature "recovery" is enabled |
4326 | 2025-02-21T20:21:18.406Z | [ recovery-image] Feb 21 20:21:17.984 INFO O| Feb 21 20:21:17.984 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4327 | 2025-02-21T20:21:18.451Z | [ recovery-image] Feb 21 20:21:18.031 INFO O| Feb 21 20:21:18.031 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
4328 | 2025-02-21T20:21:18.458Z | [ recovery-image] Feb 21 20:21:18.038 INFO O| Feb 21 20:21:18.038 INFO STEP 10 (remove_files) COMPLETE |
4329 | 2025-02-21T20:21:18.458Z | [ recovery-image] Feb 21 20:21:18.038 INFO O| Feb 21 20:21:18.038 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4330 | 2025-02-21T20:21:18.493Z | [ recovery-image] Feb 21 20:21:18.073 INFO O| Feb 21 20:21:18.073 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
4331 | 2025-02-21T20:21:18.506Z | [ recovery-image] Feb 21 20:21:18.075 INFO O| Feb 21 20:21:18.075 INFO STEP 11 (remove_files) COMPLETE |
4332 | 2025-02-21T20:21:18.506Z | [ recovery-image] Feb 21 20:21:18.075 INFO O| Feb 21 20:21:18.075 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4333 | 2025-02-21T20:21:18.540Z | [ recovery-image] Feb 21 20:21:18.116 INFO O| Feb 21 20:21:18.116 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
4334 | 2025-02-21T20:21:18.543Z | [ recovery-image] Feb 21 20:21:18.119 INFO O| Feb 21 20:21:18.119 INFO STEP 12 (remove_files) COMPLETE |
4335 | 2025-02-21T20:21:18.543Z | [ recovery-image] Feb 21 20:21:18.119 INFO O| Feb 21 20:21:18.119 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4336 | 2025-02-21T20:21:18.582Z | [ recovery-image] Feb 21 20:21:18.162 INFO O| Feb 21 20:21:18.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
4337 | 2025-02-21T20:21:18.845Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
4338 | 2025-02-21T20:21:18.937Z | [ recovery-image] Feb 21 20:21:18.517 INFO O| Feb 21 20:21:18.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
4339 | 2025-02-21T20:21:18.942Z | [ recovery-image] Feb 21 20:21:18.520 INFO O| Feb 21 20:21:18.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
4340 | 2025-02-21T20:21:19.025Z | [ recovery-image] Feb 21 20:21:18.605 INFO O| Feb 21 20:21:18.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
4341 | 2025-02-21T20:21:19.036Z | [ recovery-image] Feb 21 20:21:18.614 INFO O| Feb 21 20:21:18.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
4342 | 2025-02-21T20:21:19.087Z | [ recovery-image] Feb 21 20:21:18.667 INFO O| Feb 21 20:21:18.667 INFO STEP 13 (remove_files) COMPLETE |
4343 | 2025-02-21T20:21:19.087Z | [ recovery-image] Feb 21 20:21:18.667 INFO O| Feb 21 20:21:18.667 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4344 | 2025-02-21T20:21:19.132Z | [ recovery-image] Feb 21 20:21:18.712 INFO O| Feb 21 20:21:18.712 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
4345 | 2025-02-21T20:21:19.135Z | [ recovery-image] Feb 21 20:21:18.714 INFO O| Feb 21 20:21:18.714 INFO STEP 14 (remove_files) COMPLETE |
4346 | 2025-02-21T20:21:19.135Z | [ recovery-image] Feb 21 20:21:18.714 INFO O| Feb 21 20:21:18.714 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4347 | 2025-02-21T20:21:19.191Z | [ recovery-image] Feb 21 20:21:18.762 INFO O| Feb 21 20:21:18.762 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
4348 | 2025-02-21T20:21:19.195Z | [ recovery-image] Feb 21 20:21:18.773 INFO O| Feb 21 20:21:18.772 INFO STEP 15 (remove_files) COMPLETE |
4349 | 2025-02-21T20:21:19.195Z | [ recovery-image] Feb 21 20:21:18.773 INFO O| Feb 21 20:21:18.773 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4350 | 2025-02-21T20:21:19.254Z | [ recovery-image] Feb 21 20:21:18.834 INFO O| Feb 21 20:21:18.834 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
4351 | 2025-02-21T20:21:19.259Z | [ recovery-image] Feb 21 20:21:18.834 INFO O| Feb 21 20:21:18.834 INFO STEP 16 (remove_files) COMPLETE |
4352 | 2025-02-21T20:21:19.259Z | [ recovery-image] Feb 21 20:21:18.834 INFO O| Feb 21 20:21:18.834 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4353 | 2025-02-21T20:21:19.279Z | [ recovery-image] Feb 21 20:21:18.857 INFO O| Feb 21 20:21:18.857 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
4354 | 2025-02-21T20:21:19.282Z | [ recovery-image] Feb 21 20:21:18.860 INFO O| Feb 21 20:21:18.860 INFO STEP 17 (remove_files) COMPLETE |
4355 | 2025-02-21T20:21:19.282Z | [ recovery-image] Feb 21 20:21:18.860 INFO O| Feb 21 20:21:18.860 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4356 | 2025-02-21T20:21:19.339Z | [ recovery-image] Feb 21 20:21:18.918 INFO O| Feb 21 20:21:18.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
4357 | 2025-02-21T20:21:19.339Z | [ recovery-image] Feb 21 20:21:18.918 INFO O| Feb 21 20:21:18.918 INFO STEP 18 (remove_files) COMPLETE |
4358 | 2025-02-21T20:21:19.339Z | [ recovery-image] Feb 21 20:21:18.918 INFO O| Feb 21 20:21:18.918 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4359 | 2025-02-21T20:21:19.358Z | [ recovery-image] Feb 21 20:21:18.938 INFO O| Feb 21 20:21:18.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
4360 | 2025-02-21T20:21:19.361Z | [ recovery-image] Feb 21 20:21:18.938 INFO O| Feb 21 20:21:18.938 INFO STEP 19 (remove_files) COMPLETE |
4361 | 2025-02-21T20:21:19.361Z | [ recovery-image] Feb 21 20:21:18.938 INFO O| Feb 21 20:21:18.938 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4362 | 2025-02-21T20:21:19.402Z | [ host-image] Feb 21 20:21:18.982 INFO O| Feb 21 20:21:18.982 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4363 | 2025-02-21T20:21:19.420Z | [ recovery-image] Feb 21 20:21:19.000 INFO O| Feb 21 20:21:19.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
4364 | 2025-02-21T20:21:19.421Z | [ recovery-image] Feb 21 20:21:19.001 INFO O| Feb 21 20:21:19.000 INFO STEP 20 (remove_files) COMPLETE |
4365 | 2025-02-21T20:21:19.421Z | [ recovery-image] Feb 21 20:21:19.001 INFO O| Feb 21 20:21:19.000 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4366 | 2025-02-21T20:21:19.446Z | [ recovery-image] Feb 21 20:21:19.026 INFO O| Feb 21 20:21:19.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
4367 | 2025-02-21T20:21:19.447Z | [ recovery-image] Feb 21 20:21:19.026 INFO O| Feb 21 20:21:19.026 INFO STEP 21 (remove_files) COMPLETE |
4368 | 2025-02-21T20:21:19.451Z | [ recovery-image] Feb 21 20:21:19.026 INFO O| Feb 21 20:21:19.026 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4369 | 2025-02-21T20:21:19.470Z | [ recovery-image] Feb 21 20:21:19.046 INFO O| Feb 21 20:21:19.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
4370 | 2025-02-21T20:21:19.470Z | [ recovery-image] Feb 21 20:21:19.046 INFO O| Feb 21 20:21:19.046 INFO STEP 22 (remove_files) COMPLETE |
4371 | 2025-02-21T20:21:19.474Z | [ recovery-image] Feb 21 20:21:19.046 INFO O| Feb 21 20:21:19.046 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4372 | 2025-02-21T20:21:19.508Z | [ recovery-image] Feb 21 20:21:19.085 INFO O| Feb 21 20:21:19.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
4373 | 2025-02-21T20:21:19.508Z | [ recovery-image] Feb 21 20:21:19.085 INFO O| Feb 21 20:21:19.085 INFO STEP 23 (remove_files) COMPLETE |
4374 | 2025-02-21T20:21:19.511Z | [ recovery-image] Feb 21 20:21:19.085 INFO O| Feb 21 20:21:19.085 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4375 | 2025-02-21T20:21:19.563Z | [ recovery-image] Feb 21 20:21:19.142 INFO O| Feb 21 20:21:19.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
4376 | 2025-02-21T20:21:19.563Z | [ recovery-image] Feb 21 20:21:19.142 INFO O| Feb 21 20:21:19.142 INFO STEP 24 (remove_files) COMPLETE |
4377 | 2025-02-21T20:21:19.563Z | [ recovery-image] Feb 21 20:21:19.142 INFO O| Feb 21 20:21:19.142 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4378 | 2025-02-21T20:21:19.583Z | [ recovery-image] Feb 21 20:21:19.162 INFO O| Feb 21 20:21:19.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
4379 | 2025-02-21T20:21:19.583Z | [ recovery-image] Feb 21 20:21:19.163 INFO O| Feb 21 20:21:19.162 INFO STEP 25 (remove_files) COMPLETE |
4380 | 2025-02-21T20:21:19.583Z | [ recovery-image] Feb 21 20:21:19.163 INFO O| Feb 21 20:21:19.163 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4381 | 2025-02-21T20:21:19.605Z | [ recovery-image] Feb 21 20:21:19.185 INFO O| Feb 21 20:21:19.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
4382 | 2025-02-21T20:21:19.609Z | [ recovery-image] Feb 21 20:21:19.185 INFO O| Feb 21 20:21:19.185 INFO STEP 26 (remove_files) COMPLETE |
4383 | 2025-02-21T20:21:19.609Z | [ recovery-image] Feb 21 20:21:19.185 INFO O| Feb 21 20:21:19.185 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4384 | 2025-02-21T20:21:19.629Z | [ recovery-image] Feb 21 20:21:19.207 INFO O| Feb 21 20:21:19.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
4385 | 2025-02-21T20:21:19.629Z | [ recovery-image] Feb 21 20:21:19.207 INFO O| Feb 21 20:21:19.207 INFO STEP 27 (remove_files) COMPLETE |
4386 | 2025-02-21T20:21:19.642Z | [ recovery-image] Feb 21 20:21:19.207 INFO O| Feb 21 20:21:19.207 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4387 | 2025-02-21T20:21:19.648Z | [ recovery-image] Feb 21 20:21:19.228 INFO O| Feb 21 20:21:19.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
4388 | 2025-02-21T20:21:19.652Z | [ recovery-image] Feb 21 20:21:19.228 INFO O| Feb 21 20:21:19.228 INFO STEP 28 (remove_files) COMPLETE |
4389 | 2025-02-21T20:21:19.652Z | [ recovery-image] Feb 21 20:21:19.228 INFO O| Feb 21 20:21:19.228 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4390 | 2025-02-21T20:21:19.679Z | [ recovery-image] Feb 21 20:21:19.259 INFO O| Feb 21 20:21:19.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
4391 | 2025-02-21T20:21:19.679Z | [ recovery-image] Feb 21 20:21:19.259 INFO O| Feb 21 20:21:19.259 INFO STEP 29 (remove_files) COMPLETE |
4392 | 2025-02-21T20:21:19.683Z | [ recovery-image] Feb 21 20:21:19.259 INFO O| Feb 21 20:21:19.259 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4393 | 2025-02-21T20:21:19.699Z | [ recovery-image] Feb 21 20:21:19.279 INFO O| Feb 21 20:21:19.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
4394 | 2025-02-21T20:21:19.699Z | [ recovery-image] Feb 21 20:21:19.279 INFO O| Feb 21 20:21:19.279 INFO STEP 30 (remove_files) COMPLETE |
4395 | 2025-02-21T20:21:19.702Z | [ recovery-image] Feb 21 20:21:19.279 INFO O| Feb 21 20:21:19.279 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4396 | 2025-02-21T20:21:19.719Z | [ recovery-image] Feb 21 20:21:19.299 INFO O| Feb 21 20:21:19.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
4397 | 2025-02-21T20:21:19.719Z | [ recovery-image] Feb 21 20:21:19.299 INFO O| Feb 21 20:21:19.299 INFO STEP 31 (remove_files) COMPLETE |
4398 | 2025-02-21T20:21:19.719Z | [ recovery-image] Feb 21 20:21:19.299 INFO O| Feb 21 20:21:19.299 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4399 | 2025-02-21T20:21:19.751Z | [ recovery-image] Feb 21 20:21:19.331 INFO O| Feb 21 20:21:19.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
4400 | 2025-02-21T20:21:19.751Z | [ recovery-image] Feb 21 20:21:19.331 INFO O| Feb 21 20:21:19.331 INFO STEP 32 (remove_files) COMPLETE |
4401 | 2025-02-21T20:21:19.751Z | [ recovery-image] Feb 21 20:21:19.331 INFO O| Feb 21 20:21:19.331 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4402 | 2025-02-21T20:21:19.773Z | [ recovery-image] Feb 21 20:21:19.353 INFO O| Feb 21 20:21:19.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
4403 | 2025-02-21T20:21:19.774Z | [ recovery-image] Feb 21 20:21:19.353 INFO O| Feb 21 20:21:19.353 INFO STEP 33 (remove_files) COMPLETE |
4404 | 2025-02-21T20:21:19.777Z | [ recovery-image] Feb 21 20:21:19.353 INFO O| Feb 21 20:21:19.353 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4405 | 2025-02-21T20:21:19.800Z | [ recovery-image] Feb 21 20:21:19.379 INFO O| Feb 21 20:21:19.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
4406 | 2025-02-21T20:21:19.800Z | [ recovery-image] Feb 21 20:21:19.379 INFO O| Feb 21 20:21:19.379 INFO STEP 34 (remove_files) COMPLETE |
4407 | 2025-02-21T20:21:19.800Z | [ recovery-image] Feb 21 20:21:19.379 INFO O| Feb 21 20:21:19.379 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4408 | 2025-02-21T20:21:19.833Z | [ recovery-image] Feb 21 20:21:19.412 INFO O| Feb 21 20:21:19.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
4409 | 2025-02-21T20:21:19.833Z | [ recovery-image] Feb 21 20:21:19.413 INFO O| Feb 21 20:21:19.412 INFO STEP 35 (remove_files) COMPLETE |
4410 | 2025-02-21T20:21:19.839Z | [ recovery-image] Feb 21 20:21:19.413 INFO O| Feb 21 20:21:19.413 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4411 | 2025-02-21T20:21:19.858Z | [ recovery-image] Feb 21 20:21:19.434 INFO O| Feb 21 20:21:19.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
4412 | 2025-02-21T20:21:19.858Z | [ recovery-image] Feb 21 20:21:19.434 INFO O| Feb 21 20:21:19.434 INFO STEP 36 (remove_files) COMPLETE |
4413 | 2025-02-21T20:21:19.861Z | [ recovery-image] Feb 21 20:21:19.434 INFO O| Feb 21 20:21:19.434 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4414 | 2025-02-21T20:21:19.874Z | [ recovery-image] Feb 21 20:21:19.453 INFO O| Feb 21 20:21:19.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
4415 | 2025-02-21T20:21:19.874Z | [ recovery-image] Feb 21 20:21:19.453 INFO O| Feb 21 20:21:19.453 INFO STEP 37 (remove_files) COMPLETE |
4416 | 2025-02-21T20:21:19.875Z | [ recovery-image] Feb 21 20:21:19.453 INFO O| Feb 21 20:21:19.453 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4417 | 2025-02-21T20:21:19.911Z | [ recovery-image] Feb 21 20:21:19.491 INFO O| Feb 21 20:21:19.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
4418 | 2025-02-21T20:21:19.915Z | [ recovery-image] Feb 21 20:21:19.491 INFO O| Feb 21 20:21:19.491 INFO STEP 38 (remove_files) COMPLETE |
4419 | 2025-02-21T20:21:19.915Z | [ recovery-image] Feb 21 20:21:19.491 INFO O| Feb 21 20:21:19.491 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4420 | 2025-02-21T20:21:19.934Z | [ recovery-image] Feb 21 20:21:19.513 INFO O| Feb 21 20:21:19.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
4421 | 2025-02-21T20:21:19.939Z | [ recovery-image] Feb 21 20:21:19.514 INFO O| Feb 21 20:21:19.514 INFO STEP 39 (remove_files) COMPLETE |
4422 | 2025-02-21T20:21:19.939Z | [ recovery-image] Feb 21 20:21:19.514 INFO O| Feb 21 20:21:19.514 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4423 | 2025-02-21T20:21:19.957Z | [ recovery-image] Feb 21 20:21:19.536 INFO O| Feb 21 20:21:19.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
4424 | 2025-02-21T20:21:19.960Z | [ recovery-image] Feb 21 20:21:19.537 INFO O| Feb 21 20:21:19.537 INFO STEP 40 (remove_files) COMPLETE |
4425 | 2025-02-21T20:21:19.961Z | [ recovery-image] Feb 21 20:21:19.537 INFO O| Feb 21 20:21:19.537 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4426 | 2025-02-21T20:21:20.002Z | [ recovery-image] Feb 21 20:21:19.581 INFO O| Feb 21 20:21:19.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
4427 | 2025-02-21T20:21:20.005Z | [ recovery-image] Feb 21 20:21:19.581 INFO O| Feb 21 20:21:19.581 INFO STEP 41 (remove_files) COMPLETE |
4428 | 2025-02-21T20:21:20.005Z | [ recovery-image] Feb 21 20:21:19.581 INFO O| Feb 21 20:21:19.581 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4429 | 2025-02-21T20:21:20.024Z | [ recovery-image] Feb 21 20:21:19.603 INFO O| Feb 21 20:21:19.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
4430 | 2025-02-21T20:21:20.026Z | [ recovery-image] Feb 21 20:21:19.603 INFO O| Feb 21 20:21:19.603 INFO STEP 42 (remove_files) COMPLETE |
4431 | 2025-02-21T20:21:20.026Z | [ recovery-image] Feb 21 20:21:19.604 INFO O| Feb 21 20:21:19.604 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4432 | 2025-02-21T20:21:20.060Z | [ recovery-image] Feb 21 20:21:19.624 INFO O| Feb 21 20:21:19.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
4433 | 2025-02-21T20:21:20.060Z | [ recovery-image] Feb 21 20:21:19.624 INFO O| Feb 21 20:21:19.624 INFO STEP 43 (remove_files) COMPLETE |
4434 | 2025-02-21T20:21:20.077Z | [ recovery-image] Feb 21 20:21:19.625 INFO O| Feb 21 20:21:19.624 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4435 | 2025-02-21T20:21:20.077Z | [ recovery-image] Feb 21 20:21:19.645 INFO O| Feb 21 20:21:19.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
4436 | 2025-02-21T20:21:20.077Z | [ recovery-image] Feb 21 20:21:19.646 INFO O| Feb 21 20:21:19.646 INFO STEP 44 (remove_files) COMPLETE |
4437 | 2025-02-21T20:21:20.077Z | [ recovery-image] Feb 21 20:21:19.646 INFO O| Feb 21 20:21:19.646 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4438 | 2025-02-21T20:21:20.091Z | [ recovery-image] Feb 21 20:21:19.670 INFO O| Feb 21 20:21:19.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
4439 | 2025-02-21T20:21:20.092Z | [ recovery-image] Feb 21 20:21:19.670 INFO O| Feb 21 20:21:19.670 INFO STEP 45 (remove_files) COMPLETE |
4440 | 2025-02-21T20:21:20.092Z | [ recovery-image] Feb 21 20:21:19.670 INFO O| Feb 21 20:21:19.670 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4441 | 2025-02-21T20:21:20.111Z | [ recovery-image] Feb 21 20:21:19.690 INFO O| Feb 21 20:21:19.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
4442 | 2025-02-21T20:21:20.114Z | [ recovery-image] Feb 21 20:21:19.690 INFO O| Feb 21 20:21:19.690 INFO STEP 46 (remove_files) COMPLETE |
4443 | 2025-02-21T20:21:20.114Z | [ recovery-image] Feb 21 20:21:19.690 INFO O| Feb 21 20:21:19.690 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4444 | 2025-02-21T20:21:20.130Z | [ recovery-image] Feb 21 20:21:19.710 INFO O| Feb 21 20:21:19.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
4445 | 2025-02-21T20:21:20.130Z | [ recovery-image] Feb 21 20:21:19.710 INFO O| Feb 21 20:21:19.710 INFO STEP 47 (remove_files) COMPLETE |
4446 | 2025-02-21T20:21:20.130Z | [ recovery-image] Feb 21 20:21:19.710 INFO O| Feb 21 20:21:19.710 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4447 | 2025-02-21T20:21:20.158Z | [ recovery-image] Feb 21 20:21:19.733 INFO O| Feb 21 20:21:19.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
4448 | 2025-02-21T20:21:20.159Z | [ recovery-image] Feb 21 20:21:19.733 INFO O| Feb 21 20:21:19.733 INFO STEP 48 (remove_files) COMPLETE |
4449 | 2025-02-21T20:21:20.168Z | [ recovery-image] Feb 21 20:21:19.733 INFO O| Feb 21 20:21:19.733 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4450 | 2025-02-21T20:21:20.210Z | [ recovery-image] Feb 21 20:21:19.789 INFO O| Feb 21 20:21:19.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
4451 | 2025-02-21T20:21:20.210Z | [ recovery-image] Feb 21 20:21:19.789 INFO O| Feb 21 20:21:19.789 INFO STEP 49 (remove_files) COMPLETE |
4452 | 2025-02-21T20:21:20.210Z | [ recovery-image] Feb 21 20:21:19.789 INFO O| Feb 21 20:21:19.789 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4453 | 2025-02-21T20:21:20.251Z | [ recovery-image] Feb 21 20:21:19.829 INFO O| Feb 21 20:21:19.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
4454 | 2025-02-21T20:21:20.251Z | [ recovery-image] Feb 21 20:21:19.829 INFO O| Feb 21 20:21:19.829 INFO STEP 50 (remove_files) COMPLETE |
4455 | 2025-02-21T20:21:20.253Z | [ recovery-image] Feb 21 20:21:19.829 INFO O| Feb 21 20:21:19.829 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4456 | 2025-02-21T20:21:20.271Z | [ recovery-image] Feb 21 20:21:19.850 INFO O| Feb 21 20:21:19.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
4457 | 2025-02-21T20:21:20.271Z | [ recovery-image] Feb 21 20:21:19.850 INFO O| Feb 21 20:21:19.850 INFO STEP 51 (remove_files) COMPLETE |
4458 | 2025-02-21T20:21:20.271Z | [ recovery-image] Feb 21 20:21:19.850 INFO O| Feb 21 20:21:19.850 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4459 | 2025-02-21T20:21:20.292Z | [ recovery-image] Feb 21 20:21:19.872 INFO O| Feb 21 20:21:19.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
4460 | 2025-02-21T20:21:20.292Z | [ recovery-image] Feb 21 20:21:19.872 INFO O| Feb 21 20:21:19.872 INFO STEP 52 (remove_files) COMPLETE |
4461 | 2025-02-21T20:21:20.295Z | [ recovery-image] Feb 21 20:21:19.872 INFO O| Feb 21 20:21:19.872 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4462 | 2025-02-21T20:21:20.315Z | [ recovery-image] Feb 21 20:21:19.894 INFO O| Feb 21 20:21:19.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
4463 | 2025-02-21T20:21:20.315Z | [ recovery-image] Feb 21 20:21:19.894 INFO O| Feb 21 20:21:19.894 INFO STEP 53 (remove_files) COMPLETE |
4464 | 2025-02-21T20:21:20.316Z | [ recovery-image] Feb 21 20:21:19.894 INFO O| Feb 21 20:21:19.894 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4465 | 2025-02-21T20:21:20.338Z | [ recovery-image] Feb 21 20:21:19.917 INFO O| Feb 21 20:21:19.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
4466 | 2025-02-21T20:21:20.338Z | [ recovery-image] Feb 21 20:21:19.917 INFO O| Feb 21 20:21:19.917 INFO STEP 54 (remove_files) COMPLETE |
4467 | 2025-02-21T20:21:20.342Z | [ recovery-image] Feb 21 20:21:19.917 INFO O| Feb 21 20:21:19.917 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4468 | 2025-02-21T20:21:20.380Z | [ recovery-image] Feb 21 20:21:19.959 INFO O| Feb 21 20:21:19.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
4469 | 2025-02-21T20:21:20.380Z | [ recovery-image] Feb 21 20:21:19.959 INFO O| Feb 21 20:21:19.959 INFO STEP 55 (remove_files) COMPLETE |
4470 | 2025-02-21T20:21:20.380Z | [ recovery-image] Feb 21 20:21:19.959 INFO O| Feb 21 20:21:19.959 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4471 | 2025-02-21T20:21:20.407Z | [ recovery-image] Feb 21 20:21:19.980 INFO O| Feb 21 20:21:19.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
4472 | 2025-02-21T20:21:20.408Z | [ recovery-image] Feb 21 20:21:19.980 INFO O| Feb 21 20:21:19.980 INFO STEP 56 (remove_files) COMPLETE |
4473 | 2025-02-21T20:21:20.412Z | [ recovery-image] Feb 21 20:21:19.980 INFO O| Feb 21 20:21:19.980 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4474 | 2025-02-21T20:21:20.423Z | [ recovery-image] Feb 21 20:21:20.001 INFO O| Feb 21 20:21:20.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
4475 | 2025-02-21T20:21:20.423Z | [ recovery-image] Feb 21 20:21:20.001 INFO O| Feb 21 20:21:20.001 INFO STEP 57 (remove_files) COMPLETE |
4476 | 2025-02-21T20:21:20.428Z | [ recovery-image] Feb 21 20:21:20.001 INFO O| Feb 21 20:21:20.001 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4477 | 2025-02-21T20:21:20.454Z | [ recovery-image] Feb 21 20:21:20.022 INFO O| Feb 21 20:21:20.022 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
4478 | 2025-02-21T20:21:20.454Z | [ recovery-image] Feb 21 20:21:20.022 INFO O| Feb 21 20:21:20.022 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
4479 | 2025-02-21T20:21:20.459Z | [ recovery-image] Feb 21 20:21:20.022 INFO O| Feb 21 20:21:20.022 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4480 | 2025-02-21T20:21:20.459Z | [ recovery-image] Feb 21 20:21:20.022 INFO O| Feb 21 20:21:20.022 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4481 | 2025-02-21T20:21:20.459Z | [ recovery-image] Feb 21 20:21:20.022 INFO O| Feb 21 20:21:20.022 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4482 | 2025-02-21T20:21:20.459Z | [ recovery-image] Feb 21 20:21:20.022 INFO O| Feb 21 20:21:20.022 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4483 | 2025-02-21T20:21:20.459Z | [ recovery-image] Feb 21 20:21:20.022 INFO O| Feb 21 20:21:20.022 INFO ok! |
4484 | 2025-02-21T20:21:20.459Z | [ recovery-image] Feb 21 20:21:20.022 INFO O| Feb 21 20:21:20.022 INFO STEP 58 (ensure_file) COMPLETE |
4485 | 2025-02-21T20:21:20.459Z | [ recovery-image] Feb 21 20:21:20.022 INFO O| Feb 21 20:21:20.022 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4486 | 2025-02-21T20:21:20.474Z | [ recovery-image] Feb 21 20:21:20.053 INFO O| Feb 21 20:21:20.053 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
4487 | 2025-02-21T20:21:20.474Z | [ recovery-image] Feb 21 20:21:20.053 INFO O| Feb 21 20:21:20.053 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
4488 | 2025-02-21T20:21:20.477Z | [ recovery-image] Feb 21 20:21:20.053 INFO O| Feb 21 20:21:20.053 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4489 | 2025-02-21T20:21:20.477Z | [ recovery-image] Feb 21 20:21:20.053 INFO O| Feb 21 20:21:20.053 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4490 | 2025-02-21T20:21:20.477Z | [ recovery-image] Feb 21 20:21:20.053 INFO O| Feb 21 20:21:20.053 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4491 | 2025-02-21T20:21:20.477Z | [ recovery-image] Feb 21 20:21:20.053 INFO O| Feb 21 20:21:20.053 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4492 | 2025-02-21T20:21:20.477Z | [ recovery-image] Feb 21 20:21:20.053 INFO O| Feb 21 20:21:20.053 INFO ok! |
4493 | 2025-02-21T20:21:20.477Z | [ recovery-image] Feb 21 20:21:20.053 INFO O| Feb 21 20:21:20.053 INFO STEP 59 (ensure_file) COMPLETE |
4494 | 2025-02-21T20:21:20.477Z | [ recovery-image] Feb 21 20:21:20.053 INFO O| Feb 21 20:21:20.053 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4495 | 2025-02-21T20:21:20.523Z | [ recovery-image] Feb 21 20:21:20.102 INFO O| Feb 21 20:21:20.102 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
4496 | 2025-02-21T20:21:20.523Z | [ recovery-image] Feb 21 20:21:20.102 INFO O| Feb 21 20:21:20.102 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
4497 | 2025-02-21T20:21:20.530Z | [ recovery-image] Feb 21 20:21:20.103 INFO O| Feb 21 20:21:20.102 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
4498 | 2025-02-21T20:21:20.530Z | [ recovery-image] Feb 21 20:21:20.103 INFO O| Feb 21 20:21:20.103 INFO ok! |
4499 | 2025-02-21T20:21:20.530Z | [ recovery-image] Feb 21 20:21:20.103 INFO O| Feb 21 20:21:20.103 INFO STEP 60 (ensure_file) COMPLETE |
4500 | 2025-02-21T20:21:20.531Z | [ recovery-image] Feb 21 20:21:20.103 INFO O| Feb 21 20:21:20.103 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4501 | 2025-02-21T20:21:20.562Z | [ recovery-image] Feb 21 20:21:20.141 INFO O| Feb 21 20:21:20.141 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
4502 | 2025-02-21T20:21:20.562Z | [ recovery-image] Feb 21 20:21:20.141 INFO O| Feb 21 20:21:20.141 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
4503 | 2025-02-21T20:21:20.562Z | [ recovery-image] Feb 21 20:21:20.141 INFO O| Feb 21 20:21:20.141 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
4504 | 2025-02-21T20:21:20.562Z | [ recovery-image] Feb 21 20:21:20.141 INFO O| Feb 21 20:21:20.141 INFO ok! |
4505 | 2025-02-21T20:21:20.562Z | [ recovery-image] Feb 21 20:21:20.141 INFO O| Feb 21 20:21:20.141 INFO STEP 61 (ensure_file) COMPLETE |
4506 | 2025-02-21T20:21:20.562Z | [ recovery-image] Feb 21 20:21:20.141 INFO O| Feb 21 20:21:20.141 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4507 | 2025-02-21T20:21:20.588Z | [ recovery-image] Feb 21 20:21:20.167 INFO O| Feb 21 20:21:20.167 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
4508 | 2025-02-21T20:21:20.592Z | [ recovery-image] Feb 21 20:21:20.167 INFO O| Feb 21 20:21:20.167 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
4509 | 2025-02-21T20:21:20.592Z | [ recovery-image] Feb 21 20:21:20.168 INFO O| Feb 21 20:21:20.168 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4510 | 2025-02-21T20:21:20.592Z | [ recovery-image] Feb 21 20:21:20.168 INFO O| Feb 21 20:21:20.168 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4511 | 2025-02-21T20:21:20.592Z | [ recovery-image] Feb 21 20:21:20.168 INFO O| Feb 21 20:21:20.168 INFO ok! |
4512 | 2025-02-21T20:21:20.592Z | [ recovery-image] Feb 21 20:21:20.168 INFO O| Feb 21 20:21:20.168 INFO STEP 62 (ensure_file) COMPLETE |
4513 | 2025-02-21T20:21:20.592Z | [ recovery-image] Feb 21 20:21:20.168 INFO O| Feb 21 20:21:20.168 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4514 | 2025-02-21T20:21:20.629Z | [ recovery-image] Feb 21 20:21:20.202 INFO O| Feb 21 20:21:20.202 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
4515 | 2025-02-21T20:21:20.629Z | [ recovery-image] Feb 21 20:21:20.202 INFO O| Feb 21 20:21:20.202 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
4516 | 2025-02-21T20:21:20.629Z | [ recovery-image] Feb 21 20:21:20.203 INFO O| Feb 21 20:21:20.203 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4517 | 2025-02-21T20:21:20.634Z | [ recovery-image] Feb 21 20:21:20.203 INFO O| Feb 21 20:21:20.203 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4518 | 2025-02-21T20:21:20.634Z | [ recovery-image] Feb 21 20:21:20.203 INFO O| Feb 21 20:21:20.203 INFO ok! |
4519 | 2025-02-21T20:21:20.634Z | [ recovery-image] Feb 21 20:21:20.203 INFO O| Feb 21 20:21:20.203 INFO STEP 63 (ensure_file) COMPLETE |
4520 | 2025-02-21T20:21:20.634Z | [ recovery-image] Feb 21 20:21:20.203 INFO O| Feb 21 20:21:20.203 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4521 | 2025-02-21T20:21:20.689Z | [ recovery-image] Feb 21 20:21:20.266 INFO O| Feb 21 20:21:20.266 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
4522 | 2025-02-21T20:21:20.689Z | [ recovery-image] Feb 21 20:21:20.266 INFO O| Feb 21 20:21:20.266 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
4523 | 2025-02-21T20:21:20.689Z | [ recovery-image] Feb 21 20:21:20.266 INFO O| Feb 21 20:21:20.266 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
4524 | 2025-02-21T20:21:20.689Z | [ recovery-image] Feb 21 20:21:20.266 INFO O| Feb 21 20:21:20.266 INFO ok! |
4525 | 2025-02-21T20:21:20.694Z | [ recovery-image] Feb 21 20:21:20.266 INFO O| Feb 21 20:21:20.266 INFO STEP 64 (assemble_files) COMPLETE |
4526 | 2025-02-21T20:21:20.694Z | [ recovery-image] Feb 21 20:21:20.266 INFO O| Feb 21 20:21:20.266 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4527 | 2025-02-21T20:21:20.730Z | [ recovery-image] Feb 21 20:21:20.308 INFO O| Feb 21 20:21:20.308 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
4528 | 2025-02-21T20:21:20.730Z | [ recovery-image] Feb 21 20:21:20.308 INFO O| Feb 21 20:21:20.308 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
4529 | 2025-02-21T20:21:20.730Z | [ recovery-image] Feb 21 20:21:20.308 INFO O| Feb 21 20:21:20.308 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4530 | 2025-02-21T20:21:20.733Z | [ recovery-image] Feb 21 20:21:20.308 INFO O| Feb 21 20:21:20.308 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4531 | 2025-02-21T20:21:20.733Z | [ recovery-image] Feb 21 20:21:20.308 INFO O| Feb 21 20:21:20.308 INFO ok! |
4532 | 2025-02-21T20:21:20.733Z | [ recovery-image] Feb 21 20:21:20.308 INFO O| Feb 21 20:21:20.308 INFO STEP 65 (ensure_file) COMPLETE |
4533 | 2025-02-21T20:21:20.734Z | [ recovery-image] Feb 21 20:21:20.308 INFO O| Feb 21 20:21:20.308 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4534 | 2025-02-21T20:21:20.734Z | [ recovery-image] Feb 21 20:21:20.309 INFO O| Feb 21 20:21:20.309 INFO skip step because feature "omicron1" is not enabled |
4535 | 2025-02-21T20:21:20.734Z | [ recovery-image] Feb 21 20:21:20.309 INFO O| Feb 21 20:21:20.309 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4536 | 2025-02-21T20:21:20.734Z | [ recovery-image] Feb 21 20:21:20.309 INFO O| Feb 21 20:21:20.309 INFO skip step because feature "omicron1" is not enabled |
4537 | 2025-02-21T20:21:20.734Z | [ recovery-image] Feb 21 20:21:20.309 INFO O| Feb 21 20:21:20.309 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4538 | 2025-02-21T20:21:20.734Z | [ recovery-image] Feb 21 20:21:20.309 INFO O| Feb 21 20:21:20.309 INFO skip step because feature "omicron1" is not enabled |
4539 | 2025-02-21T20:21:20.734Z | [ recovery-image] Feb 21 20:21:20.309 INFO O| Feb 21 20:21:20.309 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4540 | 2025-02-21T20:21:20.764Z | [ recovery-image] Feb 21 20:21:20.341 INFO O| Feb 21 20:21:20.341 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
4541 | 2025-02-21T20:21:20.764Z | [ recovery-image] Feb 21 20:21:20.341 INFO O| Feb 21 20:21:20.341 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
4542 | 2025-02-21T20:21:21.782Z | [verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
4543 | 2025-02-21T20:21:23.615Z | [ recovery-image] Feb 21 20:21:23.193 INFO O| Feb 21 20:21:23.193 INFO STEP 69 (pack_tar) COMPLETE |
4544 | 2025-02-21T20:21:23.615Z | [ recovery-image] Feb 21 20:21:23.193 INFO O| Feb 21 20:21:23.193 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4545 | 2025-02-21T20:21:23.615Z | [ recovery-image] Feb 21 20:21:23.193 INFO O| Feb 21 20:21:23.193 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4546 | 2025-02-21T20:21:23.873Z | [ recovery-image] Feb 21 20:21:23.448 INFO O| Feb 21 20:21:23.448 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4547 | 2025-02-21T20:21:23.995Z | [ recovery-image] Feb 21 20:21:23.572 INFO O| Feb 21 20:21:23.572 INFO completed processing gimlet/ramdisk-02-trim |
4548 | 2025-02-21T20:21:24.000Z | [ recovery-image] Feb 21 20:21:23.576 INFO image builder template: ramdisk-03-recovery-trim... |
4549 | 2025-02-21T20:21:24.001Z | [ recovery-image] Feb 21 20:21:23.576 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/.tmppPBl4F/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 |
4550 | 2025-02-21T20:21:24.202Z | [ recovery-image] Feb 21 20:21:23.778 INFO O| Feb 21 20:21:23.778 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4551 | 2025-02-21T20:21:24.210Z | [ recovery-image] Feb 21 20:21:23.787 INFO O| Feb 21 20:21:23.787 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4552 | 2025-02-21T20:21:24.314Z | [ recovery-image] Feb 21 20:21:23.889 INFO O| Feb 21 20:21:23.889 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
4553 | 2025-02-21T20:21:24.397Z | [ recovery-image] Feb 21 20:21:23.974 INFO O| Feb 21 20:21:23.974 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4554 | 2025-02-21T20:21:24.401Z | [ recovery-image] Feb 21 20:21:23.974 INFO O| Feb 21 20:21:23.974 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4555 | 2025-02-21T20:21:24.414Z | [ recovery-image] Feb 21 20:21:23.991 INFO O| Feb 21 20:21:23.991 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
4556 | 2025-02-21T20:21:24.425Z | [ recovery-image] Feb 21 20:21:24.001 INFO O| Feb 21 20:21:24.001 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4557 | 2025-02-21T20:21:24.435Z | [ recovery-image] Feb 21 20:21:24.012 INFO O| Feb 21 20:21:24.012 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4558 | 2025-02-21T20:21:25.760Z | [ recovery-image] Feb 21 20:21:24.462 INFO O| Feb 21 20:21:24.462 INFO rolled back to input snapshot; work may begin |
4559 | 2025-02-21T20:21:25.760Z | [ recovery-image] Feb 21 20:21:24.462 INFO O| Feb 21 20:21:24.462 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4560 | 2025-02-21T20:21:25.896Z | [ recovery-image] Feb 21 20:21:24.472 INFO O| Feb 21 20:21:24.472 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4561 | 2025-02-21T20:21:25.897Z | [ recovery-image] Feb 21 20:21:24.491 INFO O| Feb 21 20:21:24.491 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
4562 | 2025-02-21T20:21:25.897Z | [ recovery-image] Feb 21 20:21:24.495 INFO O| Feb 21 20:21:24.495 INFO STEP 0 (remove_files) COMPLETE |
4563 | 2025-02-21T20:21:25.897Z | [ recovery-image] Feb 21 20:21:24.496 INFO O| Feb 21 20:21:24.495 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4564 | 2025-02-21T20:21:25.897Z | [ recovery-image] Feb 21 20:21:24.533 INFO O| Feb 21 20:21:24.533 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
4565 | 2025-02-21T20:21:25.897Z | [ recovery-image] Feb 21 20:21:24.963 INFO O| Feb 21 20:21:24.963 INFO STEP 1 (remove_files) COMPLETE |
4566 | 2025-02-21T20:21:25.897Z | [ recovery-image] Feb 21 20:21:24.963 INFO O| Feb 21 20:21:24.963 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4567 | 2025-02-21T20:21:25.897Z | [ host-image] Feb 21 20:21:25.007 INFO O| Feb 21 20:21:25.007 INFO O| Planning: Solver setup ... Done |
4568 | 2025-02-21T20:21:25.897Z | [ host-image] Feb 21 20:21:25.026 INFO O| Feb 21 20:21:25.026 INFO O| Planning: Running solver ... Done |
4569 | 2025-02-21T20:21:25.897Z | [ recovery-image] Feb 21 20:21:25.029 INFO O| Feb 21 20:21:25.028 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
4570 | 2025-02-21T20:21:25.897Z | [ recovery-image] Feb 21 20:21:25.032 INFO O| Feb 21 20:21:25.032 INFO STEP 2 (remove_files) COMPLETE |
4571 | 2025-02-21T20:21:25.897Z | [ recovery-image] Feb 21 20:21:25.032 INFO O| Feb 21 20:21:25.032 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4572 | 2025-02-21T20:21:25.897Z | [ recovery-image] Feb 21 20:21:25.052 INFO O| Feb 21 20:21:25.052 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
4573 | 2025-02-21T20:21:25.897Z | [ recovery-image] Feb 21 20:21:25.121 INFO O| Feb 21 20:21:25.121 INFO STEP 3 (remove_files) COMPLETE |
4574 | 2025-02-21T20:21:25.897Z | [ recovery-image] Feb 21 20:21:25.121 INFO O| Feb 21 20:21:25.121 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4575 | 2025-02-21T20:21:25.897Z | [ recovery-image] Feb 21 20:21:25.156 INFO O| Feb 21 20:21:25.156 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
4576 | 2025-02-21T20:21:25.897Z | [ host-image] Feb 21 20:21:25.167 INFO O| Feb 21 20:21:25.167 INFO O| Planning: Finding local manifests ... Done |
4577 | 2025-02-21T20:21:25.897Z | [ host-image] Feb 21 20:21:25.169 INFO O| Feb 21 20:21:25.169 INFO O| Planning: Fetching manifests: 0/5 0% complete |
4578 | 2025-02-21T20:21:25.907Z | [ recovery-image] Feb 21 20:21:25.430 INFO O| Feb 21 20:21:25.430 INFO STEP 4 (remove_files) COMPLETE |
4579 | 2025-02-21T20:21:25.907Z | [ recovery-image] Feb 21 20:21:25.430 INFO O| Feb 21 20:21:25.430 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4580 | 2025-02-21T20:21:25.907Z | [ host-image] Feb 21 20:21:25.473 INFO O| Feb 21 20:21:25.473 INFO O| Planning: Fetching manifests: 5/5 100% complete |
4581 | 2025-02-21T20:21:25.945Z | [ recovery-image] Feb 21 20:21:25.496 INFO O| Feb 21 20:21:25.496 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
4582 | 2025-02-21T20:21:25.956Z | [ host-image] Feb 21 20:21:25.511 INFO O| Feb 21 20:21:25.511 INFO O| Planning: Package planning ... Done |
4583 | 2025-02-21T20:21:25.960Z | [ host-image] Feb 21 20:21:25.530 INFO O| Feb 21 20:21:25.530 INFO O| Planning: Merging actions ... Done |
4584 | 2025-02-21T20:21:25.975Z | [ recovery-image] Feb 21 20:21:25.542 INFO O| Feb 21 20:21:25.541 INFO STEP 5 (remove_files) COMPLETE |
4585 | 2025-02-21T20:21:25.978Z | [ recovery-image] Feb 21 20:21:25.542 INFO O| Feb 21 20:21:25.542 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4586 | 2025-02-21T20:21:26.031Z | [ recovery-image] Feb 21 20:21:25.607 INFO O| Feb 21 20:21:25.607 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
4587 | 2025-02-21T20:21:26.053Z | [ recovery-image] Feb 21 20:21:25.629 INFO O| Feb 21 20:21:25.629 INFO STEP 6 (remove_files) COMPLETE |
4588 | 2025-02-21T20:21:26.053Z | [ recovery-image] Feb 21 20:21:25.629 INFO O| Feb 21 20:21:25.629 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4589 | 2025-02-21T20:21:26.092Z | [ recovery-image] Feb 21 20:21:25.668 INFO O| Feb 21 20:21:25.668 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
4590 | 2025-02-21T20:21:26.144Z | [ host-image] Feb 21 20:21:25.720 INFO O| Feb 21 20:21:25.720 INFO O| Planning: Checking for conflicting actions ... Done |
4591 | 2025-02-21T20:21:26.148Z | [ host-image] Feb 21 20:21:25.723 INFO O| Feb 21 20:21:25.723 INFO O| Planning: Consolidating action changes ... Done |
4592 | 2025-02-21T20:21:26.151Z | [ recovery-image] Feb 21 20:21:25.727 INFO O| Feb 21 20:21:25.727 INFO STEP 7 (remove_files) COMPLETE |
4593 | 2025-02-21T20:21:26.153Z | [ recovery-image] Feb 21 20:21:25.727 INFO O| Feb 21 20:21:25.727 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4594 | 2025-02-21T20:21:26.189Z | [ recovery-image] Feb 21 20:21:25.765 INFO O| Feb 21 20:21:25.765 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
4595 | 2025-02-21T20:21:26.192Z | [ recovery-image] Feb 21 20:21:25.766 INFO O| Feb 21 20:21:25.766 INFO STEP 8 (remove_files) COMPLETE |
4596 | 2025-02-21T20:21:26.192Z | [ recovery-image] Feb 21 20:21:25.766 INFO O| Feb 21 20:21:25.766 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4597 | 2025-02-21T20:21:26.220Z | [ recovery-image] Feb 21 20:21:25.795 INFO O| Feb 21 20:21:25.795 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
4598 | 2025-02-21T20:21:26.261Z | [ recovery-image] Feb 21 20:21:25.836 INFO O| Feb 21 20:21:25.836 INFO STEP 9 (remove_files) COMPLETE |
4599 | 2025-02-21T20:21:26.261Z | [ recovery-image] Feb 21 20:21:25.836 INFO O| Feb 21 20:21:25.836 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4600 | 2025-02-21T20:21:26.305Z | [ recovery-image] Feb 21 20:21:25.879 INFO O| Feb 21 20:21:25.879 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
4601 | 2025-02-21T20:21:26.524Z | [ recovery-image] Feb 21 20:21:26.099 INFO O| Feb 21 20:21:26.099 INFO STEP 10 (remove_files) COMPLETE |
4602 | 2025-02-21T20:21:26.524Z | [ recovery-image] Feb 21 20:21:26.099 INFO O| Feb 21 20:21:26.099 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4603 | 2025-02-21T20:21:26.552Z | [ recovery-image] Feb 21 20:21:26.127 INFO O| Feb 21 20:21:26.127 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
4604 | 2025-02-21T20:21:26.585Z | [ recovery-image] Feb 21 20:21:26.161 INFO O| Feb 21 20:21:26.161 INFO STEP 11 (remove_files) COMPLETE |
4605 | 2025-02-21T20:21:26.585Z | [ recovery-image] Feb 21 20:21:26.161 INFO O| Feb 21 20:21:26.161 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4606 | 2025-02-21T20:21:26.610Z | [ recovery-image] Feb 21 20:21:26.184 INFO O| Feb 21 20:21:26.183 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
4607 | 2025-02-21T20:21:26.631Z | [ recovery-image] Feb 21 20:21:26.207 INFO O| Feb 21 20:21:26.207 INFO STEP 12 (remove_files) COMPLETE |
4608 | 2025-02-21T20:21:26.631Z | [ recovery-image] Feb 21 20:21:26.207 INFO O| Feb 21 20:21:26.207 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4609 | 2025-02-21T20:21:26.635Z | [ host-image] Feb 21 20:21:26.211 INFO O| Feb 21 20:21:26.211 INFO O| Planning: Evaluating mediators ... Done |
4610 | 2025-02-21T20:21:26.639Z | [ host-image] Feb 21 20:21:26.213 INFO O| Feb 21 20:21:26.213 INFO O| Planning: Planning completed in 7.23 seconds |
4611 | 2025-02-21T20:21:26.643Z | [ host-image] Feb 21 20:21:26.216 INFO O| Feb 21 20:21:26.216 INFO O| Packages to install: 5 |
4612 | 2025-02-21T20:21:26.643Z | [ host-image] Feb 21 20:21:26.216 INFO O| Feb 21 20:21:26.216 INFO O| Services to change: 2 |
4613 | 2025-02-21T20:21:26.664Z | [ host-image] Feb 21 20:21:26.237 INFO O| Feb 21 20:21:26.236 INFO O| Download: 0/117 items 0.0/1.5MB 0% complete |
4614 | 2025-02-21T20:21:26.709Z | [ recovery-image] Feb 21 20:21:26.285 INFO O| Feb 21 20:21:26.285 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
4615 | 2025-02-21T20:21:26.712Z | [ recovery-image] Feb 21 20:21:26.285 INFO O| Feb 21 20:21:26.285 INFO STEP 13 (remove_files) COMPLETE |
4616 | 2025-02-21T20:21:26.712Z | [ recovery-image] Feb 21 20:21:26.285 INFO O| Feb 21 20:21:26.285 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4617 | 2025-02-21T20:21:26.731Z | [ recovery-image] Feb 21 20:21:26.307 INFO O| Feb 21 20:21:26.307 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
4618 | 2025-02-21T20:21:26.734Z | [ recovery-image] Feb 21 20:21:26.308 INFO O| Feb 21 20:21:26.308 INFO STEP 14 (remove_files) COMPLETE |
4619 | 2025-02-21T20:21:26.734Z | [ recovery-image] Feb 21 20:21:26.308 INFO O| Feb 21 20:21:26.308 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4620 | 2025-02-21T20:21:26.755Z | [ recovery-image] Feb 21 20:21:26.330 INFO O| Feb 21 20:21:26.330 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
4621 | 2025-02-21T20:21:26.849Z | [ recovery-image] Feb 21 20:21:26.424 INFO O| Feb 21 20:21:26.424 INFO STEP 15 (remove_files) COMPLETE |
4622 | 2025-02-21T20:21:26.849Z | [ recovery-image] Feb 21 20:21:26.424 INFO O| Feb 21 20:21:26.424 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4623 | 2025-02-21T20:21:26.874Z | [ recovery-image] Feb 21 20:21:26.448 INFO O| Feb 21 20:21:26.448 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
4624 | 2025-02-21T20:21:26.878Z | [ recovery-image] Feb 21 20:21:26.449 INFO O| Feb 21 20:21:26.449 INFO STEP 16 (remove_files) COMPLETE |
4625 | 2025-02-21T20:21:26.878Z | [ recovery-image] Feb 21 20:21:26.449 INFO O| Feb 21 20:21:26.449 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4626 | 2025-02-21T20:21:26.895Z | [ recovery-image] Feb 21 20:21:26.469 INFO O| Feb 21 20:21:26.469 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
4627 | 2025-02-21T20:21:26.899Z | [ recovery-image] Feb 21 20:21:26.472 INFO O| Feb 21 20:21:26.472 INFO STEP 17 (remove_files) COMPLETE |
4628 | 2025-02-21T20:21:26.899Z | [ recovery-image] Feb 21 20:21:26.472 INFO O| Feb 21 20:21:26.472 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4629 | 2025-02-21T20:21:26.917Z | [ recovery-image] Feb 21 20:21:26.493 INFO O| Feb 21 20:21:26.493 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
4630 | 2025-02-21T20:21:27.163Z | [ recovery-image] Feb 21 20:21:26.738 INFO O| Feb 21 20:21:26.738 INFO STEP 18 (remove_files) COMPLETE |
4631 | 2025-02-21T20:21:27.163Z | [ recovery-image] Feb 21 20:21:26.738 INFO O| Feb 21 20:21:26.738 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4632 | 2025-02-21T20:21:27.223Z | [ recovery-image] Feb 21 20:21:26.799 INFO O| Feb 21 20:21:26.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
4633 | 2025-02-21T20:21:27.233Z | [ recovery-image] Feb 21 20:21:26.808 INFO O| Feb 21 20:21:26.808 INFO STEP 19 (remove_files) COMPLETE |
4634 | 2025-02-21T20:21:27.236Z | [ recovery-image] Feb 21 20:21:26.808 INFO O| Feb 21 20:21:26.808 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4635 | 2025-02-21T20:21:27.269Z | [ recovery-image] Feb 21 20:21:26.843 INFO O| Feb 21 20:21:26.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
4636 | 2025-02-21T20:21:27.293Z | [ recovery-image] Feb 21 20:21:26.868 INFO O| Feb 21 20:21:26.868 INFO STEP 20 (remove_files) COMPLETE |
4637 | 2025-02-21T20:21:27.293Z | [ recovery-image] Feb 21 20:21:26.868 INFO O| Feb 21 20:21:26.868 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4638 | 2025-02-21T20:21:27.326Z | [ recovery-image] Feb 21 20:21:26.901 INFO O| Feb 21 20:21:26.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
4639 | 2025-02-21T20:21:27.348Z | [ recovery-image] Feb 21 20:21:26.923 INFO O| Feb 21 20:21:26.923 INFO STEP 21 (remove_files) COMPLETE |
4640 | 2025-02-21T20:21:27.348Z | [ recovery-image] Feb 21 20:21:26.923 INFO O| Feb 21 20:21:26.923 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4641 | 2025-02-21T20:21:27.370Z | [ recovery-image] Feb 21 20:21:26.944 INFO O| Feb 21 20:21:26.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
4642 | 2025-02-21T20:21:27.374Z | [ recovery-image] Feb 21 20:21:26.945 INFO O| Feb 21 20:21:26.944 INFO STEP 22 (remove_files) COMPLETE |
4643 | 2025-02-21T20:21:27.374Z | [ recovery-image] Feb 21 20:21:26.945 INFO O| Feb 21 20:21:26.945 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4644 | 2025-02-21T20:21:27.394Z | [ recovery-image] Feb 21 20:21:26.964 INFO O| Feb 21 20:21:26.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
4645 | 2025-02-21T20:21:27.406Z | [ recovery-image] Feb 21 20:21:26.981 INFO O| Feb 21 20:21:26.981 INFO STEP 23 (remove_files) COMPLETE |
4646 | 2025-02-21T20:21:27.406Z | [ recovery-image] Feb 21 20:21:26.981 INFO O| Feb 21 20:21:26.981 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4647 | 2025-02-21T20:21:27.442Z | [ recovery-image] Feb 21 20:21:27.016 INFO O| Feb 21 20:21:27.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
4648 | 2025-02-21T20:21:27.448Z | [ recovery-image] Feb 21 20:21:27.016 INFO O| Feb 21 20:21:27.016 INFO STEP 24 (remove_files) COMPLETE |
4649 | 2025-02-21T20:21:27.448Z | [ recovery-image] Feb 21 20:21:27.016 INFO O| Feb 21 20:21:27.016 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4650 | 2025-02-21T20:21:27.465Z | [ recovery-image] Feb 21 20:21:27.039 INFO O| Feb 21 20:21:27.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
4651 | 2025-02-21T20:21:27.469Z | [ recovery-image] Feb 21 20:21:27.040 INFO O| Feb 21 20:21:27.040 INFO STEP 25 (remove_files) COMPLETE |
4652 | 2025-02-21T20:21:27.469Z | [ recovery-image] Feb 21 20:21:27.040 INFO O| Feb 21 20:21:27.040 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4653 | 2025-02-21T20:21:27.511Z | [ recovery-image] Feb 21 20:21:27.086 INFO O| Feb 21 20:21:27.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
4654 | 2025-02-21T20:21:27.511Z | [ recovery-image] Feb 21 20:21:27.086 INFO O| Feb 21 20:21:27.086 INFO STEP 26 (remove_files) COMPLETE |
4655 | 2025-02-21T20:21:27.511Z | [ recovery-image] Feb 21 20:21:27.086 INFO O| Feb 21 20:21:27.086 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4656 | 2025-02-21T20:21:27.532Z | [ recovery-image] Feb 21 20:21:27.107 INFO O| Feb 21 20:21:27.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
4657 | 2025-02-21T20:21:27.603Z | [ recovery-image] Feb 21 20:21:27.178 INFO O| Feb 21 20:21:27.178 INFO STEP 27 (remove_files) COMPLETE |
4658 | 2025-02-21T20:21:27.603Z | [ recovery-image] Feb 21 20:21:27.178 INFO O| Feb 21 20:21:27.178 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4659 | 2025-02-21T20:21:27.661Z | [ recovery-image] Feb 21 20:21:27.236 INFO O| Feb 21 20:21:27.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
4660 | 2025-02-21T20:21:27.661Z | [ recovery-image] Feb 21 20:21:27.236 INFO O| Feb 21 20:21:27.236 INFO STEP 28 (remove_files) COMPLETE |
4661 | 2025-02-21T20:21:27.662Z | [ recovery-image] Feb 21 20:21:27.236 INFO O| Feb 21 20:21:27.236 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4662 | 2025-02-21T20:21:27.683Z | [ recovery-image] Feb 21 20:21:27.256 INFO O| Feb 21 20:21:27.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
4663 | 2025-02-21T20:21:27.752Z | [ recovery-image] Feb 21 20:21:27.327 INFO O| Feb 21 20:21:27.327 INFO STEP 29 (remove_files) COMPLETE |
4664 | 2025-02-21T20:21:27.752Z | [ recovery-image] Feb 21 20:21:27.327 INFO O| Feb 21 20:21:27.327 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4665 | 2025-02-21T20:21:27.840Z | [ recovery-image] Feb 21 20:21:27.383 INFO O| Feb 21 20:21:27.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
4666 | 2025-02-21T20:21:27.840Z | [ recovery-image] Feb 21 20:21:27.383 INFO O| Feb 21 20:21:27.383 INFO STEP 30 (remove_files) COMPLETE |
4667 | 2025-02-21T20:21:27.840Z | [ recovery-image] Feb 21 20:21:27.383 INFO O| Feb 21 20:21:27.383 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4668 | 2025-02-21T20:21:27.881Z | [ recovery-image] Feb 21 20:21:27.403 INFO O| Feb 21 20:21:27.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
4669 | 2025-02-21T20:21:27.889Z | [ recovery-image] Feb 21 20:21:27.427 INFO O| Feb 21 20:21:27.427 INFO STEP 31 (remove_files) COMPLETE |
4670 | 2025-02-21T20:21:27.890Z | [ recovery-image] Feb 21 20:21:27.427 INFO O| Feb 21 20:21:27.427 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4671 | 2025-02-21T20:21:27.890Z | [ recovery-image] Feb 21 20:21:27.458 INFO O| Feb 21 20:21:27.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
4672 | 2025-02-21T20:21:27.890Z | [ recovery-image] Feb 21 20:21:27.458 INFO O| Feb 21 20:21:27.458 INFO STEP 32 (remove_files) COMPLETE |
4673 | 2025-02-21T20:21:27.890Z | [ recovery-image] Feb 21 20:21:27.458 INFO O| Feb 21 20:21:27.458 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4674 | 2025-02-21T20:21:27.917Z | [ recovery-image] Feb 21 20:21:27.479 INFO O| Feb 21 20:21:27.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4675 | 2025-02-21T20:21:27.917Z | [ recovery-image] Feb 21 20:21:27.479 INFO O| Feb 21 20:21:27.479 INFO STEP 33 (remove_files) COMPLETE |
4676 | 2025-02-21T20:21:27.932Z | [ recovery-image] Feb 21 20:21:27.480 INFO O| Feb 21 20:21:27.479 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4677 | 2025-02-21T20:21:27.932Z | [ recovery-image] Feb 21 20:21:27.500 INFO O| Feb 21 20:21:27.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4678 | 2025-02-21T20:21:27.932Z | [ recovery-image] Feb 21 20:21:27.500 INFO O| Feb 21 20:21:27.500 INFO STEP 34 (remove_files) COMPLETE |
4679 | 2025-02-21T20:21:27.932Z | [ recovery-image] Feb 21 20:21:27.500 INFO O| Feb 21 20:21:27.500 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4680 | 2025-02-21T20:21:27.949Z | [ recovery-image] Feb 21 20:21:27.518 INFO O| Feb 21 20:21:27.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4681 | 2025-02-21T20:21:27.957Z | [ recovery-image] Feb 21 20:21:27.530 INFO O| Feb 21 20:21:27.530 INFO STEP 35 (remove_files) COMPLETE |
4682 | 2025-02-21T20:21:27.957Z | [ recovery-image] Feb 21 20:21:27.530 INFO O| Feb 21 20:21:27.530 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4683 | 2025-02-21T20:21:28.018Z | [ recovery-image] Feb 21 20:21:27.585 INFO O| Feb 21 20:21:27.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4684 | 2025-02-21T20:21:28.038Z | [ recovery-image] Feb 21 20:21:27.585 INFO O| Feb 21 20:21:27.585 INFO STEP 36 (remove_files) COMPLETE |
4685 | 2025-02-21T20:21:28.038Z | [ recovery-image] Feb 21 20:21:27.585 INFO O| Feb 21 20:21:27.585 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4686 | 2025-02-21T20:21:28.055Z | [ recovery-image] Feb 21 20:21:27.610 INFO O| Feb 21 20:21:27.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4687 | 2025-02-21T20:21:28.055Z | [ recovery-image] Feb 21 20:21:27.610 INFO O| Feb 21 20:21:27.610 INFO STEP 37 (remove_files) COMPLETE |
4688 | 2025-02-21T20:21:28.055Z | [ recovery-image] Feb 21 20:21:27.610 INFO O| Feb 21 20:21:27.610 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4689 | 2025-02-21T20:21:28.059Z | [ recovery-image] Feb 21 20:21:27.634 INFO O| Feb 21 20:21:27.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4690 | 2025-02-21T20:21:28.059Z | [ recovery-image] Feb 21 20:21:27.634 INFO O| Feb 21 20:21:27.634 INFO STEP 38 (remove_files) COMPLETE |
4691 | 2025-02-21T20:21:28.067Z | [ recovery-image] Feb 21 20:21:27.634 INFO O| Feb 21 20:21:27.634 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4692 | 2025-02-21T20:21:28.091Z | [ recovery-image] Feb 21 20:21:27.657 INFO O| Feb 21 20:21:27.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4693 | 2025-02-21T20:21:28.095Z | [ recovery-image] Feb 21 20:21:27.658 INFO O| Feb 21 20:21:27.657 INFO STEP 39 (remove_files) COMPLETE |
4694 | 2025-02-21T20:21:28.095Z | [ recovery-image] Feb 21 20:21:27.658 INFO O| Feb 21 20:21:27.658 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4695 | 2025-02-21T20:21:28.119Z | [ recovery-image] Feb 21 20:21:27.680 INFO O| Feb 21 20:21:27.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4696 | 2025-02-21T20:21:28.155Z | [ recovery-image] Feb 21 20:21:27.680 INFO O| Feb 21 20:21:27.680 INFO STEP 40 (remove_files) COMPLETE |
4697 | 2025-02-21T20:21:28.155Z | [ recovery-image] Feb 21 20:21:27.681 INFO O| Feb 21 20:21:27.680 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4698 | 2025-02-21T20:21:28.160Z | [ recovery-image] Feb 21 20:21:27.703 INFO O| Feb 21 20:21:27.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4699 | 2025-02-21T20:21:28.160Z | [ recovery-image] Feb 21 20:21:27.704 INFO O| Feb 21 20:21:27.704 INFO STEP 41 (remove_files) COMPLETE |
4700 | 2025-02-21T20:21:28.160Z | [ recovery-image] Feb 21 20:21:27.704 INFO O| Feb 21 20:21:27.704 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4701 | 2025-02-21T20:21:28.160Z | [ recovery-image] Feb 21 20:21:27.732 INFO O| Feb 21 20:21:27.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4702 | 2025-02-21T20:21:28.160Z | [ recovery-image] Feb 21 20:21:27.732 INFO O| Feb 21 20:21:27.725 INFO STEP 42 (remove_files) COMPLETE |
4703 | 2025-02-21T20:21:28.161Z | [ recovery-image] Feb 21 20:21:27.732 INFO O| Feb 21 20:21:27.725 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4704 | 2025-02-21T20:21:28.171Z | [ recovery-image] Feb 21 20:21:27.746 INFO O| Feb 21 20:21:27.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4705 | 2025-02-21T20:21:28.171Z | [ recovery-image] Feb 21 20:21:27.746 INFO O| Feb 21 20:21:27.746 INFO STEP 43 (remove_files) COMPLETE |
4706 | 2025-02-21T20:21:28.176Z | [ recovery-image] Feb 21 20:21:27.746 INFO O| Feb 21 20:21:27.746 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4707 | 2025-02-21T20:21:28.193Z | [ recovery-image] Feb 21 20:21:27.768 INFO O| Feb 21 20:21:27.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4708 | 2025-02-21T20:21:28.193Z | [ recovery-image] Feb 21 20:21:27.768 INFO O| Feb 21 20:21:27.768 INFO STEP 44 (remove_files) COMPLETE |
4709 | 2025-02-21T20:21:28.206Z | [ recovery-image] Feb 21 20:21:27.768 INFO O| Feb 21 20:21:27.768 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4710 | 2025-02-21T20:21:28.215Z | [ recovery-image] Feb 21 20:21:27.790 INFO O| Feb 21 20:21:27.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4711 | 2025-02-21T20:21:28.215Z | [ recovery-image] Feb 21 20:21:27.790 INFO O| Feb 21 20:21:27.790 INFO STEP 45 (remove_files) COMPLETE |
4712 | 2025-02-21T20:21:28.215Z | [ recovery-image] Feb 21 20:21:27.790 INFO O| Feb 21 20:21:27.790 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4713 | 2025-02-21T20:21:28.239Z | [ recovery-image] Feb 21 20:21:27.812 INFO O| Feb 21 20:21:27.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4714 | 2025-02-21T20:21:28.240Z | [ recovery-image] Feb 21 20:21:27.812 INFO O| Feb 21 20:21:27.812 INFO STEP 46 (remove_files) COMPLETE |
4715 | 2025-02-21T20:21:28.246Z | [ recovery-image] Feb 21 20:21:27.812 INFO O| Feb 21 20:21:27.812 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4716 | 2025-02-21T20:21:28.259Z | [ recovery-image] Feb 21 20:21:27.834 INFO O| Feb 21 20:21:27.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4717 | 2025-02-21T20:21:28.259Z | [ recovery-image] Feb 21 20:21:27.834 INFO O| Feb 21 20:21:27.834 INFO STEP 47 (remove_files) COMPLETE |
4718 | 2025-02-21T20:21:28.259Z | [ recovery-image] Feb 21 20:21:27.834 INFO O| Feb 21 20:21:27.834 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4719 | 2025-02-21T20:21:28.284Z | [ recovery-image] Feb 21 20:21:27.857 INFO O| Feb 21 20:21:27.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4720 | 2025-02-21T20:21:28.284Z | [ recovery-image] Feb 21 20:21:27.857 INFO O| Feb 21 20:21:27.857 INFO STEP 48 (remove_files) COMPLETE |
4721 | 2025-02-21T20:21:28.285Z | [ recovery-image] Feb 21 20:21:27.857 INFO O| Feb 21 20:21:27.857 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4722 | 2025-02-21T20:21:28.305Z | [ recovery-image] Feb 21 20:21:27.878 INFO O| Feb 21 20:21:27.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4723 | 2025-02-21T20:21:28.305Z | [ recovery-image] Feb 21 20:21:27.878 INFO O| Feb 21 20:21:27.878 INFO STEP 49 (remove_files) COMPLETE |
4724 | 2025-02-21T20:21:28.312Z | [ recovery-image] Feb 21 20:21:27.878 INFO O| Feb 21 20:21:27.878 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4725 | 2025-02-21T20:21:28.325Z | [ recovery-image] Feb 21 20:21:27.899 INFO O| Feb 21 20:21:27.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4726 | 2025-02-21T20:21:28.342Z | [ recovery-image] Feb 21 20:21:27.917 INFO O| Feb 21 20:21:27.917 INFO STEP 50 (remove_files) COMPLETE |
4727 | 2025-02-21T20:21:28.342Z | [ recovery-image] Feb 21 20:21:27.917 INFO O| Feb 21 20:21:27.917 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4728 | 2025-02-21T20:21:28.381Z | [ recovery-image] Feb 21 20:21:27.955 INFO O| Feb 21 20:21:27.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4729 | 2025-02-21T20:21:28.384Z | [ recovery-image] Feb 21 20:21:27.956 INFO O| Feb 21 20:21:27.956 INFO STEP 51 (remove_files) COMPLETE |
4730 | 2025-02-21T20:21:28.384Z | [ recovery-image] Feb 21 20:21:27.956 INFO O| Feb 21 20:21:27.956 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4731 | 2025-02-21T20:21:28.403Z | [ recovery-image] Feb 21 20:21:27.978 INFO O| Feb 21 20:21:27.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4732 | 2025-02-21T20:21:28.407Z | [ recovery-image] Feb 21 20:21:27.978 INFO O| Feb 21 20:21:27.978 INFO STEP 52 (remove_files) COMPLETE |
4733 | 2025-02-21T20:21:28.407Z | [ recovery-image] Feb 21 20:21:27.978 INFO O| Feb 21 20:21:27.978 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4734 | 2025-02-21T20:21:28.426Z | [ recovery-image] Feb 21 20:21:27.998 INFO O| Feb 21 20:21:27.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4735 | 2025-02-21T20:21:28.429Z | [ recovery-image] Feb 21 20:21:27.998 INFO O| Feb 21 20:21:27.998 INFO STEP 53 (remove_files) COMPLETE |
4736 | 2025-02-21T20:21:28.429Z | [ recovery-image] Feb 21 20:21:27.998 INFO O| Feb 21 20:21:27.998 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4737 | 2025-02-21T20:21:28.445Z | [ recovery-image] Feb 21 20:21:28.020 INFO O| Feb 21 20:21:28.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4738 | 2025-02-21T20:21:28.448Z | [ recovery-image] Feb 21 20:21:28.020 INFO O| Feb 21 20:21:28.020 INFO STEP 54 (remove_files) COMPLETE |
4739 | 2025-02-21T20:21:28.448Z | [ recovery-image] Feb 21 20:21:28.020 INFO O| Feb 21 20:21:28.020 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4740 | 2025-02-21T20:21:28.467Z | [ recovery-image] Feb 21 20:21:28.041 INFO O| Feb 21 20:21:28.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4741 | 2025-02-21T20:21:28.467Z | [ recovery-image] Feb 21 20:21:28.041 INFO O| Feb 21 20:21:28.041 INFO STEP 55 (remove_files) COMPLETE |
4742 | 2025-02-21T20:21:28.468Z | [ recovery-image] Feb 21 20:21:28.041 INFO O| Feb 21 20:21:28.041 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4743 | 2025-02-21T20:21:28.488Z | [ recovery-image] Feb 21 20:21:28.062 INFO O| Feb 21 20:21:28.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4744 | 2025-02-21T20:21:28.491Z | [ recovery-image] Feb 21 20:21:28.063 INFO O| Feb 21 20:21:28.062 INFO STEP 56 (remove_files) COMPLETE |
4745 | 2025-02-21T20:21:28.491Z | [ recovery-image] Feb 21 20:21:28.063 INFO O| Feb 21 20:21:28.063 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4746 | 2025-02-21T20:21:28.508Z | [ recovery-image] Feb 21 20:21:28.082 INFO O| Feb 21 20:21:28.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4747 | 2025-02-21T20:21:28.508Z | [ recovery-image] Feb 21 20:21:28.082 INFO O| Feb 21 20:21:28.082 INFO STEP 57 (remove_files) COMPLETE |
4748 | 2025-02-21T20:21:28.508Z | [ recovery-image] Feb 21 20:21:28.082 INFO O| Feb 21 20:21:28.082 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4749 | 2025-02-21T20:21:28.526Z | [ recovery-image] Feb 21 20:21:28.101 INFO O| Feb 21 20:21:28.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4750 | 2025-02-21T20:21:28.526Z | [ recovery-image] Feb 21 20:21:28.101 INFO O| Feb 21 20:21:28.101 INFO STEP 58 (remove_files) COMPLETE |
4751 | 2025-02-21T20:21:28.526Z | [ recovery-image] Feb 21 20:21:28.101 INFO O| Feb 21 20:21:28.101 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4752 | 2025-02-21T20:21:28.545Z | [ recovery-image] Feb 21 20:21:28.119 INFO O| Feb 21 20:21:28.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4753 | 2025-02-21T20:21:28.545Z | [ recovery-image] Feb 21 20:21:28.119 INFO O| Feb 21 20:21:28.119 INFO STEP 59 (remove_files) COMPLETE |
4754 | 2025-02-21T20:21:28.545Z | [ recovery-image] Feb 21 20:21:28.119 INFO O| Feb 21 20:21:28.119 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4755 | 2025-02-21T20:21:28.566Z | [ recovery-image] Feb 21 20:21:28.138 INFO O| Feb 21 20:21:28.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4756 | 2025-02-21T20:21:28.569Z | [ recovery-image] Feb 21 20:21:28.138 INFO O| Feb 21 20:21:28.138 INFO STEP 60 (remove_files) COMPLETE |
4757 | 2025-02-21T20:21:28.569Z | [ recovery-image] Feb 21 20:21:28.138 INFO O| Feb 21 20:21:28.138 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4758 | 2025-02-21T20:21:28.587Z | [ recovery-image] Feb 21 20:21:28.159 INFO O| Feb 21 20:21:28.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4759 | 2025-02-21T20:21:28.587Z | [ recovery-image] Feb 21 20:21:28.159 INFO O| Feb 21 20:21:28.159 INFO STEP 61 (remove_files) COMPLETE |
4760 | 2025-02-21T20:21:28.593Z | [ recovery-image] Feb 21 20:21:28.159 INFO O| Feb 21 20:21:28.159 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4761 | 2025-02-21T20:21:28.623Z | [ recovery-image] Feb 21 20:21:28.197 INFO O| Feb 21 20:21:28.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4762 | 2025-02-21T20:21:28.628Z | [ recovery-image] Feb 21 20:21:28.198 INFO O| Feb 21 20:21:28.198 INFO STEP 62 (remove_files) COMPLETE |
4763 | 2025-02-21T20:21:28.628Z | [ recovery-image] Feb 21 20:21:28.198 INFO O| Feb 21 20:21:28.198 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4764 | 2025-02-21T20:21:28.667Z | [ recovery-image] Feb 21 20:21:28.236 INFO O| Feb 21 20:21:28.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4765 | 2025-02-21T20:21:28.668Z | [ recovery-image] Feb 21 20:21:28.236 INFO O| Feb 21 20:21:28.236 INFO STEP 63 (remove_files) COMPLETE |
4766 | 2025-02-21T20:21:28.672Z | [ recovery-image] Feb 21 20:21:28.236 INFO O| Feb 21 20:21:28.236 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4767 | 2025-02-21T20:21:28.684Z | [ recovery-image] Feb 21 20:21:28.258 INFO O| Feb 21 20:21:28.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4768 | 2025-02-21T20:21:28.684Z | [ recovery-image] Feb 21 20:21:28.259 INFO O| Feb 21 20:21:28.259 INFO STEP 64 (remove_files) COMPLETE |
4769 | 2025-02-21T20:21:28.684Z | [ recovery-image] Feb 21 20:21:28.259 INFO O| Feb 21 20:21:28.259 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4770 | 2025-02-21T20:21:28.706Z | [ recovery-image] Feb 21 20:21:28.281 INFO O| Feb 21 20:21:28.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4771 | 2025-02-21T20:21:28.706Z | [ recovery-image] Feb 21 20:21:28.281 INFO O| Feb 21 20:21:28.281 INFO STEP 65 (remove_files) COMPLETE |
4772 | 2025-02-21T20:21:28.709Z | [ recovery-image] Feb 21 20:21:28.281 INFO O| Feb 21 20:21:28.281 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4773 | 2025-02-21T20:21:28.728Z | [ recovery-image] Feb 21 20:21:28.302 INFO O| Feb 21 20:21:28.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4774 | 2025-02-21T20:21:28.728Z | [ recovery-image] Feb 21 20:21:28.303 INFO O| Feb 21 20:21:28.303 INFO STEP 66 (remove_files) COMPLETE |
4775 | 2025-02-21T20:21:28.731Z | [ recovery-image] Feb 21 20:21:28.303 INFO O| Feb 21 20:21:28.303 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4776 | 2025-02-21T20:21:28.751Z | [ recovery-image] Feb 21 20:21:28.324 INFO O| Feb 21 20:21:28.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4777 | 2025-02-21T20:21:28.751Z | [ recovery-image] Feb 21 20:21:28.324 INFO O| Feb 21 20:21:28.324 INFO STEP 67 (remove_files) COMPLETE |
4778 | 2025-02-21T20:21:28.751Z | [ recovery-image] Feb 21 20:21:28.324 INFO O| Feb 21 20:21:28.324 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4779 | 2025-02-21T20:21:28.786Z | [ recovery-image] Feb 21 20:21:28.360 INFO O| Feb 21 20:21:28.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4780 | 2025-02-21T20:21:28.791Z | [ recovery-image] Feb 21 20:21:28.360 INFO O| Feb 21 20:21:28.360 INFO STEP 68 (remove_files) COMPLETE |
4781 | 2025-02-21T20:21:28.791Z | [ recovery-image] Feb 21 20:21:28.361 INFO O| Feb 21 20:21:28.361 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4782 | 2025-02-21T20:21:28.810Z | [ recovery-image] Feb 21 20:21:28.385 INFO O| Feb 21 20:21:28.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4783 | 2025-02-21T20:21:28.813Z | [ recovery-image] Feb 21 20:21:28.385 INFO O| Feb 21 20:21:28.385 INFO STEP 69 (remove_files) COMPLETE |
4784 | 2025-02-21T20:21:28.813Z | [ recovery-image] Feb 21 20:21:28.385 INFO O| Feb 21 20:21:28.385 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4785 | 2025-02-21T20:21:28.833Z | [ recovery-image] Feb 21 20:21:28.407 INFO O| Feb 21 20:21:28.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4786 | 2025-02-21T20:21:28.836Z | [ recovery-image] Feb 21 20:21:28.407 INFO O| Feb 21 20:21:28.407 INFO STEP 70 (remove_files) COMPLETE |
4787 | 2025-02-21T20:21:28.836Z | [ recovery-image] Feb 21 20:21:28.407 INFO O| Feb 21 20:21:28.407 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4788 | 2025-02-21T20:21:28.862Z | [ recovery-image] Feb 21 20:21:28.429 INFO O| Feb 21 20:21:28.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4789 | 2025-02-21T20:21:28.880Z | [ recovery-image] Feb 21 20:21:28.430 INFO O| Feb 21 20:21:28.430 INFO STEP 71 (remove_files) COMPLETE |
4790 | 2025-02-21T20:21:28.881Z | [ recovery-image] Feb 21 20:21:28.430 INFO O| Feb 21 20:21:28.430 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4791 | 2025-02-21T20:21:28.884Z | [ recovery-image] Feb 21 20:21:28.451 INFO O| Feb 21 20:21:28.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4792 | 2025-02-21T20:21:28.884Z | [ recovery-image] Feb 21 20:21:28.452 INFO O| Feb 21 20:21:28.452 INFO STEP 72 (remove_files) COMPLETE |
4793 | 2025-02-21T20:21:28.884Z | [ recovery-image] Feb 21 20:21:28.452 INFO O| Feb 21 20:21:28.452 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4794 | 2025-02-21T20:21:28.926Z | [ recovery-image] Feb 21 20:21:28.501 INFO O| Feb 21 20:21:28.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4795 | 2025-02-21T20:21:28.926Z | [ recovery-image] Feb 21 20:21:28.501 INFO O| Feb 21 20:21:28.501 INFO STEP 73 (remove_files) COMPLETE |
4796 | 2025-02-21T20:21:28.926Z | [ recovery-image] Feb 21 20:21:28.501 INFO O| Feb 21 20:21:28.501 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4797 | 2025-02-21T20:21:28.994Z | [ recovery-image] Feb 21 20:21:28.568 INFO O| Feb 21 20:21:28.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4798 | 2025-02-21T20:21:28.994Z | [ recovery-image] Feb 21 20:21:28.568 INFO O| Feb 21 20:21:28.568 INFO STEP 74 (remove_files) COMPLETE |
4799 | 2025-02-21T20:21:28.994Z | [ recovery-image] Feb 21 20:21:28.568 INFO O| Feb 21 20:21:28.568 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4800 | 2025-02-21T20:21:29.018Z | [ recovery-image] Feb 21 20:21:28.592 INFO O| Feb 21 20:21:28.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4801 | 2025-02-21T20:21:29.018Z | [ recovery-image] Feb 21 20:21:28.592 INFO O| Feb 21 20:21:28.592 INFO STEP 75 (remove_files) COMPLETE |
4802 | 2025-02-21T20:21:29.021Z | [ recovery-image] Feb 21 20:21:28.592 INFO O| Feb 21 20:21:28.592 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4803 | 2025-02-21T20:21:29.043Z | [ recovery-image] Feb 21 20:21:28.617 INFO O| Feb 21 20:21:28.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4804 | 2025-02-21T20:21:29.046Z | [ recovery-image] Feb 21 20:21:28.617 INFO O| Feb 21 20:21:28.617 INFO STEP 76 (remove_files) COMPLETE |
4805 | 2025-02-21T20:21:29.046Z | [ recovery-image] Feb 21 20:21:28.617 INFO O| Feb 21 20:21:28.617 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4806 | 2025-02-21T20:21:29.083Z | [ recovery-image] Feb 21 20:21:28.652 INFO O| Feb 21 20:21:28.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4807 | 2025-02-21T20:21:29.083Z | [ recovery-image] Feb 21 20:21:28.652 INFO O| Feb 21 20:21:28.652 INFO STEP 77 (remove_files) COMPLETE |
4808 | 2025-02-21T20:21:29.083Z | [ recovery-image] Feb 21 20:21:28.652 INFO O| Feb 21 20:21:28.652 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4809 | 2025-02-21T20:21:29.102Z | [ recovery-image] Feb 21 20:21:28.676 INFO O| Feb 21 20:21:28.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4810 | 2025-02-21T20:21:29.102Z | [ recovery-image] Feb 21 20:21:28.676 INFO O| Feb 21 20:21:28.676 INFO STEP 78 (remove_files) COMPLETE |
4811 | 2025-02-21T20:21:29.102Z | [ recovery-image] Feb 21 20:21:28.676 INFO O| Feb 21 20:21:28.676 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4812 | 2025-02-21T20:21:29.125Z | [ recovery-image] Feb 21 20:21:28.699 INFO O| Feb 21 20:21:28.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4813 | 2025-02-21T20:21:29.125Z | [ recovery-image] Feb 21 20:21:28.700 INFO O| Feb 21 20:21:28.699 INFO STEP 79 (remove_files) COMPLETE |
4814 | 2025-02-21T20:21:29.128Z | [ recovery-image] Feb 21 20:21:28.700 INFO O| Feb 21 20:21:28.700 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4815 | 2025-02-21T20:21:29.149Z | [ recovery-image] Feb 21 20:21:28.722 INFO O| Feb 21 20:21:28.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4816 | 2025-02-21T20:21:29.149Z | [ recovery-image] Feb 21 20:21:28.723 INFO O| Feb 21 20:21:28.723 INFO STEP 80 (remove_files) COMPLETE |
4817 | 2025-02-21T20:21:29.153Z | [ recovery-image] Feb 21 20:21:28.723 INFO O| Feb 21 20:21:28.723 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4818 | 2025-02-21T20:21:29.173Z | [ recovery-image] Feb 21 20:21:28.746 INFO O| Feb 21 20:21:28.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4819 | 2025-02-21T20:21:29.184Z | [ recovery-image] Feb 21 20:21:28.757 INFO O| Feb 21 20:21:28.757 INFO STEP 81 (remove_files) COMPLETE |
4820 | 2025-02-21T20:21:29.184Z | [ recovery-image] Feb 21 20:21:28.757 INFO O| Feb 21 20:21:28.757 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4821 | 2025-02-21T20:21:29.248Z | [ recovery-image] Feb 21 20:21:28.822 INFO O| Feb 21 20:21:28.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4822 | 2025-02-21T20:21:29.248Z | [ recovery-image] Feb 21 20:21:28.822 INFO O| Feb 21 20:21:28.822 INFO STEP 82 (remove_files) COMPLETE |
4823 | 2025-02-21T20:21:29.252Z | [ recovery-image] Feb 21 20:21:28.822 INFO O| Feb 21 20:21:28.822 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4824 | 2025-02-21T20:21:29.271Z | [ recovery-image] Feb 21 20:21:28.844 INFO O| Feb 21 20:21:28.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4825 | 2025-02-21T20:21:29.271Z | [ recovery-image] Feb 21 20:21:28.844 INFO O| Feb 21 20:21:28.844 INFO STEP 83 (remove_files) COMPLETE |
4826 | 2025-02-21T20:21:29.277Z | [ recovery-image] Feb 21 20:21:28.844 INFO O| Feb 21 20:21:28.844 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4827 | 2025-02-21T20:21:29.290Z | [ recovery-image] Feb 21 20:21:28.864 INFO O| Feb 21 20:21:28.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4828 | 2025-02-21T20:21:29.290Z | [ recovery-image] Feb 21 20:21:28.864 INFO O| Feb 21 20:21:28.864 INFO STEP 84 (remove_files) COMPLETE |
4829 | 2025-02-21T20:21:29.293Z | [ recovery-image] Feb 21 20:21:28.864 INFO O| Feb 21 20:21:28.864 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4830 | 2025-02-21T20:21:29.310Z | [ recovery-image] Feb 21 20:21:28.884 INFO O| Feb 21 20:21:28.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4831 | 2025-02-21T20:21:29.321Z | [ recovery-image] Feb 21 20:21:28.895 INFO O| Feb 21 20:21:28.895 INFO STEP 85 (remove_files) COMPLETE |
4832 | 2025-02-21T20:21:29.321Z | [ recovery-image] Feb 21 20:21:28.895 INFO O| Feb 21 20:21:28.895 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4833 | 2025-02-21T20:21:29.345Z | [ recovery-image] Feb 21 20:21:28.918 INFO O| Feb 21 20:21:28.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4834 | 2025-02-21T20:21:29.346Z | [ recovery-image] Feb 21 20:21:28.918 INFO O| Feb 21 20:21:28.918 INFO STEP 86 (remove_files) COMPLETE |
4835 | 2025-02-21T20:21:29.346Z | [ recovery-image] Feb 21 20:21:28.918 INFO O| Feb 21 20:21:28.918 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4836 | 2025-02-21T20:21:29.366Z | [ recovery-image] Feb 21 20:21:28.940 INFO O| Feb 21 20:21:28.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4837 | 2025-02-21T20:21:29.386Z | [ recovery-image] Feb 21 20:21:28.960 INFO O| Feb 21 20:21:28.960 INFO STEP 87 (remove_files) COMPLETE |
4838 | 2025-02-21T20:21:29.386Z | [ recovery-image] Feb 21 20:21:28.960 INFO O| Feb 21 20:21:28.960 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4839 | 2025-02-21T20:21:29.421Z | [ recovery-image] Feb 21 20:21:28.995 INFO O| Feb 21 20:21:28.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4840 | 2025-02-21T20:21:29.421Z | [ recovery-image] Feb 21 20:21:28.995 INFO O| Feb 21 20:21:28.995 INFO STEP 88 (remove_files) COMPLETE |
4841 | 2025-02-21T20:21:29.421Z | [ recovery-image] Feb 21 20:21:28.995 INFO O| Feb 21 20:21:28.995 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4842 | 2025-02-21T20:21:29.462Z | [ recovery-image] Feb 21 20:21:29.036 INFO O| Feb 21 20:21:29.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4843 | 2025-02-21T20:21:29.462Z | [ recovery-image] Feb 21 20:21:29.036 INFO O| Feb 21 20:21:29.036 INFO STEP 89 (remove_files) COMPLETE |
4844 | 2025-02-21T20:21:29.462Z | [ recovery-image] Feb 21 20:21:29.036 INFO O| Feb 21 20:21:29.036 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4845 | 2025-02-21T20:21:29.483Z | [ recovery-image] Feb 21 20:21:29.057 INFO O| Feb 21 20:21:29.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4846 | 2025-02-21T20:21:29.489Z | [ recovery-image] Feb 21 20:21:29.057 INFO O| Feb 21 20:21:29.057 INFO STEP 90 (remove_files) COMPLETE |
4847 | 2025-02-21T20:21:29.489Z | [ recovery-image] Feb 21 20:21:29.057 INFO O| Feb 21 20:21:29.057 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4848 | 2025-02-21T20:21:29.533Z | [ recovery-image] Feb 21 20:21:29.095 INFO O| Feb 21 20:21:29.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4849 | 2025-02-21T20:21:29.533Z | [ recovery-image] Feb 21 20:21:29.095 INFO O| Feb 21 20:21:29.095 INFO STEP 91 (remove_files) COMPLETE |
4850 | 2025-02-21T20:21:29.541Z | [ recovery-image] Feb 21 20:21:29.095 INFO O| Feb 21 20:21:29.095 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4851 | 2025-02-21T20:21:29.555Z | [ recovery-image] Feb 21 20:21:29.129 INFO O| Feb 21 20:21:29.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4852 | 2025-02-21T20:21:29.555Z | [ recovery-image] Feb 21 20:21:29.129 INFO O| Feb 21 20:21:29.129 INFO STEP 92 (remove_files) COMPLETE |
4853 | 2025-02-21T20:21:29.556Z | [ recovery-image] Feb 21 20:21:29.129 INFO O| Feb 21 20:21:29.129 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4854 | 2025-02-21T20:21:29.577Z | [ recovery-image] Feb 21 20:21:29.152 INFO O| Feb 21 20:21:29.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4855 | 2025-02-21T20:21:29.578Z | [ recovery-image] Feb 21 20:21:29.152 INFO O| Feb 21 20:21:29.152 INFO STEP 93 (remove_files) COMPLETE |
4856 | 2025-02-21T20:21:29.578Z | [ recovery-image] Feb 21 20:21:29.152 INFO O| Feb 21 20:21:29.152 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4857 | 2025-02-21T20:21:29.602Z | [ recovery-image] Feb 21 20:21:29.176 INFO O| Feb 21 20:21:29.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4858 | 2025-02-21T20:21:29.603Z | [ recovery-image] Feb 21 20:21:29.176 INFO O| Feb 21 20:21:29.176 INFO STEP 94 (remove_files) COMPLETE |
4859 | 2025-02-21T20:21:29.608Z | [ recovery-image] Feb 21 20:21:29.176 INFO O| Feb 21 20:21:29.176 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4860 | 2025-02-21T20:21:29.642Z | [ recovery-image] Feb 21 20:21:29.215 INFO O| Feb 21 20:21:29.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4861 | 2025-02-21T20:21:29.642Z | [ recovery-image] Feb 21 20:21:29.215 INFO O| Feb 21 20:21:29.215 INFO STEP 95 (remove_files) COMPLETE |
4862 | 2025-02-21T20:21:29.653Z | [ recovery-image] Feb 21 20:21:29.215 INFO O| Feb 21 20:21:29.215 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4863 | 2025-02-21T20:21:29.666Z | [ recovery-image] Feb 21 20:21:29.237 INFO O| Feb 21 20:21:29.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4864 | 2025-02-21T20:21:29.666Z | [ recovery-image] Feb 21 20:21:29.237 INFO O| Feb 21 20:21:29.237 INFO STEP 96 (remove_files) COMPLETE |
4865 | 2025-02-21T20:21:29.666Z | [ recovery-image] Feb 21 20:21:29.237 INFO O| Feb 21 20:21:29.237 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4866 | 2025-02-21T20:21:29.688Z | [ recovery-image] Feb 21 20:21:29.261 INFO O| Feb 21 20:21:29.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4867 | 2025-02-21T20:21:29.688Z | [ recovery-image] Feb 21 20:21:29.261 INFO O| Feb 21 20:21:29.261 INFO STEP 97 (remove_files) COMPLETE |
4868 | 2025-02-21T20:21:29.694Z | [ recovery-image] Feb 21 20:21:29.262 INFO O| Feb 21 20:21:29.261 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4869 | 2025-02-21T20:21:29.728Z | [ recovery-image] Feb 21 20:21:29.302 INFO O| Feb 21 20:21:29.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4870 | 2025-02-21T20:21:29.728Z | [ recovery-image] Feb 21 20:21:29.302 INFO O| Feb 21 20:21:29.302 INFO STEP 98 (remove_files) COMPLETE |
4871 | 2025-02-21T20:21:29.731Z | [ recovery-image] Feb 21 20:21:29.302 INFO O| Feb 21 20:21:29.302 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4872 | 2025-02-21T20:21:29.737Z | [ host-image] Feb 21 20:21:29.311 INFO O| Feb 21 20:21:29.311 INFO O| Download: Completed 1.46 MB in 3.08 seconds (485k/s) |
4873 | 2025-02-21T20:21:29.756Z | [ recovery-image] Feb 21 20:21:29.329 INFO O| Feb 21 20:21:29.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4874 | 2025-02-21T20:21:29.760Z | [ recovery-image] Feb 21 20:21:29.329 INFO O| Feb 21 20:21:29.329 INFO STEP 99 (remove_files) COMPLETE |
4875 | 2025-02-21T20:21:29.760Z | [ recovery-image] Feb 21 20:21:29.330 INFO O| Feb 21 20:21:29.330 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4876 | 2025-02-21T20:21:29.826Z | [ host-image] Feb 21 20:21:29.400 INFO O| Feb 21 20:21:29.400 INFO O| Actions: 1/306 actions (Installing new actions) |
4877 | 2025-02-21T20:21:29.834Z | [ recovery-image] Feb 21 20:21:29.407 INFO O| Feb 21 20:21:29.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4878 | 2025-02-21T20:21:29.837Z | [ recovery-image] Feb 21 20:21:29.407 INFO O| Feb 21 20:21:29.407 INFO STEP 100 (remove_files) COMPLETE |
4879 | 2025-02-21T20:21:29.837Z | [ recovery-image] Feb 21 20:21:29.407 INFO O| Feb 21 20:21:29.407 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4880 | 2025-02-21T20:21:29.857Z | [ recovery-image] Feb 21 20:21:29.430 INFO O| Feb 21 20:21:29.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4881 | 2025-02-21T20:21:29.860Z | [ recovery-image] Feb 21 20:21:29.431 INFO O| Feb 21 20:21:29.431 INFO STEP 101 (remove_files) COMPLETE |
4882 | 2025-02-21T20:21:29.860Z | [ recovery-image] Feb 21 20:21:29.431 INFO O| Feb 21 20:21:29.431 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4883 | 2025-02-21T20:21:29.879Z | [ recovery-image] Feb 21 20:21:29.453 INFO O| Feb 21 20:21:29.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4884 | 2025-02-21T20:21:29.888Z | [ recovery-image] Feb 21 20:21:29.453 INFO O| Feb 21 20:21:29.453 INFO STEP 102 (remove_files) COMPLETE |
4885 | 2025-02-21T20:21:29.888Z | [ recovery-image] Feb 21 20:21:29.453 INFO O| Feb 21 20:21:29.453 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4886 | 2025-02-21T20:21:29.901Z | [ recovery-image] Feb 21 20:21:29.475 INFO O| Feb 21 20:21:29.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4887 | 2025-02-21T20:21:29.904Z | [ recovery-image] Feb 21 20:21:29.475 INFO O| Feb 21 20:21:29.475 INFO STEP 103 (remove_files) COMPLETE |
4888 | 2025-02-21T20:21:29.904Z | [ recovery-image] Feb 21 20:21:29.475 INFO O| Feb 21 20:21:29.475 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4889 | 2025-02-21T20:21:29.926Z | [ recovery-image] Feb 21 20:21:29.497 INFO O| Feb 21 20:21:29.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4890 | 2025-02-21T20:21:29.930Z | [ recovery-image] Feb 21 20:21:29.497 INFO O| Feb 21 20:21:29.497 INFO STEP 104 (remove_files) COMPLETE |
4891 | 2025-02-21T20:21:29.930Z | [ recovery-image] Feb 21 20:21:29.497 INFO O| Feb 21 20:21:29.497 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4892 | 2025-02-21T20:21:29.944Z | [ recovery-image] Feb 21 20:21:29.518 INFO O| Feb 21 20:21:29.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4893 | 2025-02-21T20:21:29.956Z | [ recovery-image] Feb 21 20:21:29.519 INFO O| Feb 21 20:21:29.519 INFO STEP 105 (remove_files) COMPLETE |
4894 | 2025-02-21T20:21:29.956Z | [ recovery-image] Feb 21 20:21:29.519 INFO O| Feb 21 20:21:29.519 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4895 | 2025-02-21T20:21:29.968Z | [ recovery-image] Feb 21 20:21:29.542 INFO O| Feb 21 20:21:29.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4896 | 2025-02-21T20:21:29.972Z | [ recovery-image] Feb 21 20:21:29.542 INFO O| Feb 21 20:21:29.542 INFO STEP 106 (remove_files) COMPLETE |
4897 | 2025-02-21T20:21:29.972Z | [ recovery-image] Feb 21 20:21:29.542 INFO O| Feb 21 20:21:29.542 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4898 | 2025-02-21T20:21:29.999Z | [ recovery-image] Feb 21 20:21:29.572 INFO O| Feb 21 20:21:29.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4899 | 2025-02-21T20:21:30.003Z | [ recovery-image] Feb 21 20:21:29.572 INFO O| Feb 21 20:21:29.572 INFO STEP 107 (remove_files) COMPLETE |
4900 | 2025-02-21T20:21:30.003Z | [ recovery-image] Feb 21 20:21:29.572 INFO O| Feb 21 20:21:29.572 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4901 | 2025-02-21T20:21:30.042Z | [ host-image] Feb 21 20:21:29.616 INFO O| Feb 21 20:21:29.616 INFO O| Actions: Completed 306 actions in 0.22 seconds. |
4902 | 2025-02-21T20:21:30.094Z | [ recovery-image] Feb 21 20:21:29.667 INFO O| Feb 21 20:21:29.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4903 | 2025-02-21T20:21:30.094Z | [ recovery-image] Feb 21 20:21:29.667 INFO O| Feb 21 20:21:29.667 INFO STEP 108 (remove_files) COMPLETE |
4904 | 2025-02-21T20:21:30.094Z | [ recovery-image] Feb 21 20:21:29.667 INFO O| Feb 21 20:21:29.667 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4905 | 2025-02-21T20:21:30.114Z | [ recovery-image] Feb 21 20:21:29.688 INFO O| Feb 21 20:21:29.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4906 | 2025-02-21T20:21:30.114Z | [ recovery-image] Feb 21 20:21:29.688 INFO O| Feb 21 20:21:29.688 INFO STEP 109 (remove_files) COMPLETE |
4907 | 2025-02-21T20:21:30.125Z | [ recovery-image] Feb 21 20:21:29.688 INFO O| Feb 21 20:21:29.688 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4908 | 2025-02-21T20:21:30.133Z | [ recovery-image] Feb 21 20:21:29.706 INFO O| Feb 21 20:21:29.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4909 | 2025-02-21T20:21:30.133Z | [ recovery-image] Feb 21 20:21:29.707 INFO O| Feb 21 20:21:29.706 INFO STEP 110 (remove_files) COMPLETE |
4910 | 2025-02-21T20:21:30.144Z | [ recovery-image] Feb 21 20:21:29.707 INFO O| Feb 21 20:21:29.707 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4911 | 2025-02-21T20:21:30.155Z | [ recovery-image] Feb 21 20:21:29.726 INFO O| Feb 21 20:21:29.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4912 | 2025-02-21T20:21:30.155Z | [ recovery-image] Feb 21 20:21:29.726 INFO O| Feb 21 20:21:29.726 INFO STEP 111 (remove_files) COMPLETE |
4913 | 2025-02-21T20:21:30.166Z | [ recovery-image] Feb 21 20:21:29.726 INFO O| Feb 21 20:21:29.726 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4914 | 2025-02-21T20:21:30.173Z | [ recovery-image] Feb 21 20:21:29.747 INFO O| Feb 21 20:21:29.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4915 | 2025-02-21T20:21:30.173Z | [ recovery-image] Feb 21 20:21:29.747 INFO O| Feb 21 20:21:29.747 INFO STEP 112 (remove_files) COMPLETE |
4916 | 2025-02-21T20:21:30.177Z | [ recovery-image] Feb 21 20:21:29.747 INFO O| Feb 21 20:21:29.747 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4917 | 2025-02-21T20:21:30.216Z | [ recovery-image] Feb 21 20:21:29.788 INFO O| Feb 21 20:21:29.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4918 | 2025-02-21T20:21:30.216Z | [ recovery-image] Feb 21 20:21:29.788 INFO O| Feb 21 20:21:29.788 INFO STEP 113 (remove_files) COMPLETE |
4919 | 2025-02-21T20:21:30.220Z | [ recovery-image] Feb 21 20:21:29.788 INFO O| Feb 21 20:21:29.788 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4920 | 2025-02-21T20:21:30.237Z | [ recovery-image] Feb 21 20:21:29.810 INFO O| Feb 21 20:21:29.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4921 | 2025-02-21T20:21:30.241Z | [ recovery-image] Feb 21 20:21:29.811 INFO O| Feb 21 20:21:29.810 INFO STEP 114 (remove_files) COMPLETE |
4922 | 2025-02-21T20:21:30.242Z | [ recovery-image] Feb 21 20:21:29.811 INFO O| Feb 21 20:21:29.811 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4923 | 2025-02-21T20:21:30.285Z | [ recovery-image] Feb 21 20:21:29.839 INFO O| Feb 21 20:21:29.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4924 | 2025-02-21T20:21:30.299Z | [ recovery-image] Feb 21 20:21:29.840 INFO O| Feb 21 20:21:29.839 INFO STEP 115 (remove_files) COMPLETE |
4925 | 2025-02-21T20:21:30.299Z | [ recovery-image] Feb 21 20:21:29.840 INFO O| Feb 21 20:21:29.839 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4926 | 2025-02-21T20:21:30.299Z | [ recovery-image] Feb 21 20:21:29.863 INFO O| Feb 21 20:21:29.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4927 | 2025-02-21T20:21:30.299Z | [ recovery-image] Feb 21 20:21:29.864 INFO O| Feb 21 20:21:29.864 INFO STEP 116 (remove_files) COMPLETE |
4928 | 2025-02-21T20:21:30.299Z | [ recovery-image] Feb 21 20:21:29.864 INFO O| Feb 21 20:21:29.864 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4929 | 2025-02-21T20:21:30.315Z | [ recovery-image] Feb 21 20:21:29.888 INFO O| Feb 21 20:21:29.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4930 | 2025-02-21T20:21:30.339Z | [ recovery-image] Feb 21 20:21:29.889 INFO O| Feb 21 20:21:29.889 INFO STEP 117 (remove_files) COMPLETE |
4931 | 2025-02-21T20:21:30.339Z | [ recovery-image] Feb 21 20:21:29.889 INFO O| Feb 21 20:21:29.889 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4932 | 2025-02-21T20:21:30.351Z | [ recovery-image] Feb 21 20:21:29.911 INFO O| Feb 21 20:21:29.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4933 | 2025-02-21T20:21:30.351Z | [ recovery-image] Feb 21 20:21:29.911 INFO O| Feb 21 20:21:29.911 INFO STEP 118 (remove_files) COMPLETE |
4934 | 2025-02-21T20:21:30.351Z | [ recovery-image] Feb 21 20:21:29.911 INFO O| Feb 21 20:21:29.911 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4935 | 2025-02-21T20:21:30.373Z | [ recovery-image] Feb 21 20:21:29.945 INFO O| Feb 21 20:21:29.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4936 | 2025-02-21T20:21:30.376Z | [ recovery-image] Feb 21 20:21:29.945 INFO O| Feb 21 20:21:29.945 INFO STEP 119 (remove_files) COMPLETE |
4937 | 2025-02-21T20:21:30.376Z | [ recovery-image] Feb 21 20:21:29.945 INFO O| Feb 21 20:21:29.945 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4938 | 2025-02-21T20:21:30.408Z | [ recovery-image] Feb 21 20:21:29.981 INFO O| Feb 21 20:21:29.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4939 | 2025-02-21T20:21:30.408Z | [ recovery-image] Feb 21 20:21:29.981 INFO O| Feb 21 20:21:29.981 INFO STEP 120 (remove_files) COMPLETE |
4940 | 2025-02-21T20:21:30.411Z | [ recovery-image] Feb 21 20:21:29.981 INFO O| Feb 21 20:21:29.981 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4941 | 2025-02-21T20:21:30.440Z | [ recovery-image] Feb 21 20:21:30.006 INFO O| Feb 21 20:21:30.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4942 | 2025-02-21T20:21:30.440Z | [ recovery-image] Feb 21 20:21:30.006 INFO O| Feb 21 20:21:30.006 INFO STEP 121 (remove_files) COMPLETE |
4943 | 2025-02-21T20:21:30.440Z | [ recovery-image] Feb 21 20:21:30.006 INFO O| Feb 21 20:21:30.006 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4944 | 2025-02-21T20:21:30.458Z | [ recovery-image] Feb 21 20:21:30.030 INFO O| Feb 21 20:21:30.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4945 | 2025-02-21T20:21:30.458Z | [ recovery-image] Feb 21 20:21:30.030 INFO O| Feb 21 20:21:30.030 INFO STEP 122 (remove_files) COMPLETE |
4946 | 2025-02-21T20:21:30.472Z | [ recovery-image] Feb 21 20:21:30.030 INFO O| Feb 21 20:21:30.030 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4947 | 2025-02-21T20:21:30.485Z | [ recovery-image] Feb 21 20:21:30.058 INFO O| Feb 21 20:21:30.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4948 | 2025-02-21T20:21:30.485Z | [ recovery-image] Feb 21 20:21:30.058 INFO O| Feb 21 20:21:30.058 INFO STEP 123 (remove_files) COMPLETE |
4949 | 2025-02-21T20:21:30.486Z | [ recovery-image] Feb 21 20:21:30.058 INFO O| Feb 21 20:21:30.058 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4950 | 2025-02-21T20:21:30.523Z | [ recovery-image] Feb 21 20:21:30.095 INFO O| Feb 21 20:21:30.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4951 | 2025-02-21T20:21:30.526Z | [ recovery-image] Feb 21 20:21:30.095 INFO O| Feb 21 20:21:30.095 INFO STEP 124 (remove_files) COMPLETE |
4952 | 2025-02-21T20:21:30.526Z | [ recovery-image] Feb 21 20:21:30.095 INFO O| Feb 21 20:21:30.095 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4953 | 2025-02-21T20:21:30.540Z | [ recovery-image] Feb 21 20:21:30.114 INFO O| Feb 21 20:21:30.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4954 | 2025-02-21T20:21:30.544Z | [ recovery-image] Feb 21 20:21:30.114 INFO O| Feb 21 20:21:30.114 INFO STEP 125 (remove_files) COMPLETE |
4955 | 2025-02-21T20:21:30.545Z | [ recovery-image] Feb 21 20:21:30.114 INFO O| Feb 21 20:21:30.114 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4956 | 2025-02-21T20:21:30.573Z | [ recovery-image] Feb 21 20:21:30.144 INFO O| Feb 21 20:21:30.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4957 | 2025-02-21T20:21:30.573Z | [ recovery-image] Feb 21 20:21:30.144 INFO O| Feb 21 20:21:30.144 INFO STEP 126 (remove_files) COMPLETE |
4958 | 2025-02-21T20:21:30.577Z | [ recovery-image] Feb 21 20:21:30.144 INFO O| Feb 21 20:21:30.144 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4959 | 2025-02-21T20:21:30.630Z | [ recovery-image] Feb 21 20:21:30.203 INFO O| Feb 21 20:21:30.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4960 | 2025-02-21T20:21:30.634Z | [ recovery-image] Feb 21 20:21:30.203 INFO O| Feb 21 20:21:30.203 INFO STEP 127 (remove_files) COMPLETE |
4961 | 2025-02-21T20:21:30.634Z | [ recovery-image] Feb 21 20:21:30.203 INFO O| Feb 21 20:21:30.203 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4962 | 2025-02-21T20:21:30.668Z | [ recovery-image] Feb 21 20:21:30.241 INFO O| Feb 21 20:21:30.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4963 | 2025-02-21T20:21:30.668Z | [ recovery-image] Feb 21 20:21:30.241 INFO O| Feb 21 20:21:30.241 INFO STEP 128 (remove_files) COMPLETE |
4964 | 2025-02-21T20:21:30.673Z | [ recovery-image] Feb 21 20:21:30.241 INFO O| Feb 21 20:21:30.241 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4965 | 2025-02-21T20:21:30.727Z | [ recovery-image] Feb 21 20:21:30.300 INFO O| Feb 21 20:21:30.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4966 | 2025-02-21T20:21:30.727Z | [ recovery-image] Feb 21 20:21:30.300 INFO O| Feb 21 20:21:30.300 INFO STEP 129 (remove_files) COMPLETE |
4967 | 2025-02-21T20:21:30.731Z | [ recovery-image] Feb 21 20:21:30.301 INFO O| Feb 21 20:21:30.300 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4968 | 2025-02-21T20:21:30.748Z | [ recovery-image] Feb 21 20:21:30.321 INFO O| Feb 21 20:21:30.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4969 | 2025-02-21T20:21:30.748Z | [ recovery-image] Feb 21 20:21:30.321 INFO O| Feb 21 20:21:30.321 INFO STEP 130 (remove_files) COMPLETE |
4970 | 2025-02-21T20:21:30.754Z | [ recovery-image] Feb 21 20:21:30.321 INFO O| Feb 21 20:21:30.321 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4971 | 2025-02-21T20:21:30.770Z | [ recovery-image] Feb 21 20:21:30.341 INFO O| Feb 21 20:21:30.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4972 | 2025-02-21T20:21:30.770Z | [ recovery-image] Feb 21 20:21:30.341 INFO O| Feb 21 20:21:30.341 INFO STEP 131 (remove_files) COMPLETE |
4973 | 2025-02-21T20:21:30.784Z | [ recovery-image] Feb 21 20:21:30.342 INFO O| Feb 21 20:21:30.341 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4974 | 2025-02-21T20:21:30.789Z | [ recovery-image] Feb 21 20:21:30.363 INFO O| Feb 21 20:21:30.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4975 | 2025-02-21T20:21:30.789Z | [ recovery-image] Feb 21 20:21:30.363 INFO O| Feb 21 20:21:30.363 INFO STEP 132 (remove_files) COMPLETE |
4976 | 2025-02-21T20:21:30.794Z | [ recovery-image] Feb 21 20:21:30.363 INFO O| Feb 21 20:21:30.363 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4977 | 2025-02-21T20:21:30.826Z | [ recovery-image] Feb 21 20:21:30.398 INFO O| Feb 21 20:21:30.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4978 | 2025-02-21T20:21:30.826Z | [ recovery-image] Feb 21 20:21:30.398 INFO O| Feb 21 20:21:30.398 INFO STEP 133 (remove_files) COMPLETE |
4979 | 2025-02-21T20:21:30.838Z | [ recovery-image] Feb 21 20:21:30.398 INFO O| Feb 21 20:21:30.398 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4980 | 2025-02-21T20:21:30.838Z | [ host-image] Feb 21 20:21:30.401 INFO O| Feb 21 20:21:30.401 INFO O| Done |
4981 | 2025-02-21T20:21:30.838Z | [ host-image] Feb 21 20:21:30.401 INFO O| Feb 21 20:21:30.401 INFO O| Done |
4982 | 2025-02-21T20:21:30.900Z | [ recovery-image] Feb 21 20:21:30.457 INFO O| Feb 21 20:21:30.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4983 | 2025-02-21T20:21:30.900Z | [ recovery-image] Feb 21 20:21:30.457 INFO O| Feb 21 20:21:30.455 INFO STEP 134 (remove_files) COMPLETE |
4984 | 2025-02-21T20:21:30.900Z | [ recovery-image] Feb 21 20:21:30.457 INFO O| Feb 21 20:21:30.455 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4985 | 2025-02-21T20:21:30.910Z | [ recovery-image] Feb 21 20:21:30.483 INFO O| Feb 21 20:21:30.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4986 | 2025-02-21T20:21:30.910Z | [ recovery-image] Feb 21 20:21:30.483 INFO O| Feb 21 20:21:30.474 INFO STEP 135 (remove_files) COMPLETE |
4987 | 2025-02-21T20:21:30.917Z | [ recovery-image] Feb 21 20:21:30.483 INFO O| Feb 21 20:21:30.474 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4988 | 2025-02-21T20:21:30.922Z | [ recovery-image] Feb 21 20:21:30.493 INFO O| Feb 21 20:21:30.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4989 | 2025-02-21T20:21:30.922Z | [ recovery-image] Feb 21 20:21:30.493 INFO O| Feb 21 20:21:30.493 INFO STEP 136 (remove_files) COMPLETE |
4990 | 2025-02-21T20:21:30.922Z | [ recovery-image] Feb 21 20:21:30.493 INFO O| Feb 21 20:21:30.493 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4991 | 2025-02-21T20:21:30.939Z | [ recovery-image] Feb 21 20:21:30.511 INFO O| Feb 21 20:21:30.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4992 | 2025-02-21T20:21:30.946Z | [ recovery-image] Feb 21 20:21:30.512 INFO O| Feb 21 20:21:30.512 INFO STEP 137 (remove_files) COMPLETE |
4993 | 2025-02-21T20:21:30.946Z | [ recovery-image] Feb 21 20:21:30.512 INFO O| Feb 21 20:21:30.512 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4994 | 2025-02-21T20:21:30.957Z | [ recovery-image] Feb 21 20:21:30.529 INFO O| Feb 21 20:21:30.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4995 | 2025-02-21T20:21:30.964Z | [ recovery-image] Feb 21 20:21:30.530 INFO O| Feb 21 20:21:30.530 INFO STEP 138 (remove_files) COMPLETE |
4996 | 2025-02-21T20:21:30.964Z | [ recovery-image] Feb 21 20:21:30.530 INFO O| Feb 21 20:21:30.530 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4997 | 2025-02-21T20:21:30.975Z | [ recovery-image] Feb 21 20:21:30.547 INFO O| Feb 21 20:21:30.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4998 | 2025-02-21T20:21:30.979Z | [ recovery-image] Feb 21 20:21:30.547 INFO O| Feb 21 20:21:30.547 INFO STEP 139 (remove_files) COMPLETE |
4999 | 2025-02-21T20:21:30.979Z | [ recovery-image] Feb 21 20:21:30.548 INFO O| Feb 21 20:21:30.547 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5000 | 2025-02-21T20:21:30.992Z | [ recovery-image] Feb 21 20:21:30.565 INFO O| Feb 21 20:21:30.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
5001 | 2025-02-21T20:21:30.994Z | [ recovery-image] Feb 21 20:21:30.565 INFO O| Feb 21 20:21:30.565 INFO STEP 140 (remove_files) COMPLETE |
5002 | 2025-02-21T20:21:30.994Z | [ recovery-image] Feb 21 20:21:30.565 INFO O| Feb 21 20:21:30.565 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5003 | 2025-02-21T20:21:31.009Z | [ recovery-image] Feb 21 20:21:30.582 INFO O| Feb 21 20:21:30.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
5004 | 2025-02-21T20:21:31.011Z | [ recovery-image] Feb 21 20:21:30.582 INFO O| Feb 21 20:21:30.582 INFO STEP 141 (remove_files) COMPLETE |
5005 | 2025-02-21T20:21:31.011Z | [ recovery-image] Feb 21 20:21:30.582 INFO O| Feb 21 20:21:30.582 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5006 | 2025-02-21T20:21:31.028Z | [ recovery-image] Feb 21 20:21:30.600 INFO O| Feb 21 20:21:30.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
5007 | 2025-02-21T20:21:31.031Z | [ recovery-image] Feb 21 20:21:30.600 INFO O| Feb 21 20:21:30.600 INFO STEP 142 (remove_files) COMPLETE |
5008 | 2025-02-21T20:21:31.031Z | [ recovery-image] Feb 21 20:21:30.600 INFO O| Feb 21 20:21:30.600 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5009 | 2025-02-21T20:21:31.045Z | [ recovery-image] Feb 21 20:21:30.618 INFO O| Feb 21 20:21:30.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
5010 | 2025-02-21T20:21:31.057Z | [ recovery-image] Feb 21 20:21:30.626 INFO O| Feb 21 20:21:30.626 INFO STEP 143 (remove_files) COMPLETE |
5011 | 2025-02-21T20:21:31.062Z | [ recovery-image] Feb 21 20:21:30.626 INFO O| Feb 21 20:21:30.626 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5012 | 2025-02-21T20:21:31.073Z | [ recovery-image] Feb 21 20:21:30.645 INFO O| Feb 21 20:21:30.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
5013 | 2025-02-21T20:21:31.077Z | [ recovery-image] Feb 21 20:21:30.645 INFO O| Feb 21 20:21:30.645 INFO STEP 144 (remove_files) COMPLETE |
5014 | 2025-02-21T20:21:31.077Z | [ recovery-image] Feb 21 20:21:30.646 INFO O| Feb 21 20:21:30.645 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5015 | 2025-02-21T20:21:31.090Z | [ recovery-image] Feb 21 20:21:30.663 INFO O| Feb 21 20:21:30.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
5016 | 2025-02-21T20:21:31.095Z | [ recovery-image] Feb 21 20:21:30.664 INFO O| Feb 21 20:21:30.663 INFO STEP 145 (remove_files) COMPLETE |
5017 | 2025-02-21T20:21:31.095Z | [ recovery-image] Feb 21 20:21:30.664 INFO O| Feb 21 20:21:30.664 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5018 | 2025-02-21T20:21:31.108Z | [ recovery-image] Feb 21 20:21:30.682 INFO O| Feb 21 20:21:30.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
5019 | 2025-02-21T20:21:31.132Z | [ recovery-image] Feb 21 20:21:30.705 INFO O| Feb 21 20:21:30.705 INFO STEP 146 (remove_files) COMPLETE |
5020 | 2025-02-21T20:21:31.132Z | [ recovery-image] Feb 21 20:21:30.705 INFO O| Feb 21 20:21:30.705 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5021 | 2025-02-21T20:21:31.154Z | [ recovery-image] Feb 21 20:21:30.727 INFO O| Feb 21 20:21:30.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
5022 | 2025-02-21T20:21:31.157Z | [ recovery-image] Feb 21 20:21:30.727 INFO O| Feb 21 20:21:30.727 INFO STEP 147 (remove_files) COMPLETE |
5023 | 2025-02-21T20:21:31.157Z | [ recovery-image] Feb 21 20:21:30.727 INFO O| Feb 21 20:21:30.727 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5024 | 2025-02-21T20:21:31.180Z | [ recovery-image] Feb 21 20:21:30.753 INFO O| Feb 21 20:21:30.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
5025 | 2025-02-21T20:21:31.183Z | [ recovery-image] Feb 21 20:21:30.755 INFO O| Feb 21 20:21:30.755 INFO STEP 148 (remove_files) COMPLETE |
5026 | 2025-02-21T20:21:31.183Z | [ recovery-image] Feb 21 20:21:30.755 INFO O| Feb 21 20:21:30.755 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5027 | 2025-02-21T20:21:31.242Z | [ recovery-image] Feb 21 20:21:30.812 INFO O| Feb 21 20:21:30.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
5028 | 2025-02-21T20:21:31.242Z | [ recovery-image] Feb 21 20:21:30.812 INFO O| Feb 21 20:21:30.812 INFO STEP 149 (remove_files) COMPLETE |
5029 | 2025-02-21T20:21:31.252Z | [ recovery-image] Feb 21 20:21:30.812 INFO O| Feb 21 20:21:30.812 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5030 | 2025-02-21T20:21:31.259Z | [ recovery-image] Feb 21 20:21:30.832 INFO O| Feb 21 20:21:30.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
5031 | 2025-02-21T20:21:31.259Z | [ recovery-image] Feb 21 20:21:30.832 INFO O| Feb 21 20:21:30.832 INFO STEP 150 (remove_files) COMPLETE |
5032 | 2025-02-21T20:21:31.259Z | [ recovery-image] Feb 21 20:21:30.832 INFO O| Feb 21 20:21:30.832 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5033 | 2025-02-21T20:21:31.282Z | [ recovery-image] Feb 21 20:21:30.855 INFO O| Feb 21 20:21:30.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
5034 | 2025-02-21T20:21:31.282Z | [ recovery-image] Feb 21 20:21:30.856 INFO O| Feb 21 20:21:30.855 INFO STEP 151 (remove_files) COMPLETE |
5035 | 2025-02-21T20:21:31.285Z | [ recovery-image] Feb 21 20:21:30.856 INFO O| Feb 21 20:21:30.856 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5036 | 2025-02-21T20:21:31.390Z | [ recovery-image] Feb 21 20:21:30.960 INFO O| Feb 21 20:21:30.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
5037 | 2025-02-21T20:21:31.390Z | [ recovery-image] Feb 21 20:21:30.960 INFO O| Feb 21 20:21:30.960 INFO STEP 152 (remove_files) COMPLETE |
5038 | 2025-02-21T20:21:31.390Z | [ recovery-image] Feb 21 20:21:30.960 INFO O| Feb 21 20:21:30.960 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5039 | 2025-02-21T20:21:31.423Z | [ recovery-image] Feb 21 20:21:30.994 INFO O| Feb 21 20:21:30.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
5040 | 2025-02-21T20:21:31.423Z | [ recovery-image] Feb 21 20:21:30.994 INFO O| Feb 21 20:21:30.994 INFO STEP 153 (remove_files) COMPLETE |
5041 | 2025-02-21T20:21:31.427Z | [ recovery-image] Feb 21 20:21:30.994 INFO O| Feb 21 20:21:30.994 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5042 | 2025-02-21T20:21:31.448Z | [ recovery-image] Feb 21 20:21:31.020 INFO O| Feb 21 20:21:31.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
5043 | 2025-02-21T20:21:31.448Z | [ recovery-image] Feb 21 20:21:31.021 INFO O| Feb 21 20:21:31.020 INFO STEP 154 (remove_files) COMPLETE |
5044 | 2025-02-21T20:21:31.448Z | [ recovery-image] Feb 21 20:21:31.021 INFO O| Feb 21 20:21:31.021 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5045 | 2025-02-21T20:21:31.472Z | [ recovery-image] Feb 21 20:21:31.043 INFO O| Feb 21 20:21:31.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
5046 | 2025-02-21T20:21:31.472Z | [ recovery-image] Feb 21 20:21:31.043 INFO O| Feb 21 20:21:31.043 INFO STEP 155 (remove_files) COMPLETE |
5047 | 2025-02-21T20:21:31.472Z | [ recovery-image] Feb 21 20:21:31.043 INFO O| Feb 21 20:21:31.043 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5048 | 2025-02-21T20:21:31.519Z | [ recovery-image] Feb 21 20:21:31.091 INFO O| Feb 21 20:21:31.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
5049 | 2025-02-21T20:21:31.519Z | [ recovery-image] Feb 21 20:21:31.091 INFO O| Feb 21 20:21:31.091 INFO STEP 156 (remove_files) COMPLETE |
5050 | 2025-02-21T20:21:31.521Z | [ recovery-image] Feb 21 20:21:31.091 INFO O| Feb 21 20:21:31.091 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5051 | 2025-02-21T20:21:31.543Z | [ recovery-image] Feb 21 20:21:31.116 INFO O| Feb 21 20:21:31.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
5052 | 2025-02-21T20:21:31.543Z | [ recovery-image] Feb 21 20:21:31.116 INFO O| Feb 21 20:21:31.116 INFO STEP 157 (remove_files) COMPLETE |
5053 | 2025-02-21T20:21:31.547Z | [ recovery-image] Feb 21 20:21:31.116 INFO O| Feb 21 20:21:31.116 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5054 | 2025-02-21T20:21:31.567Z | [ recovery-image] Feb 21 20:21:31.139 INFO O| Feb 21 20:21:31.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
5055 | 2025-02-21T20:21:31.567Z | [ recovery-image] Feb 21 20:21:31.139 INFO O| Feb 21 20:21:31.139 INFO STEP 158 (remove_files) COMPLETE |
5056 | 2025-02-21T20:21:31.571Z | [ recovery-image] Feb 21 20:21:31.139 INFO O| Feb 21 20:21:31.139 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5057 | 2025-02-21T20:21:31.661Z | [ recovery-image] Feb 21 20:21:31.231 INFO O| Feb 21 20:21:31.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
5058 | 2025-02-21T20:21:31.661Z | [ recovery-image] Feb 21 20:21:31.231 INFO O| Feb 21 20:21:31.231 INFO STEP 159 (remove_files) COMPLETE |
5059 | 2025-02-21T20:21:31.661Z | [ recovery-image] Feb 21 20:21:31.231 INFO O| Feb 21 20:21:31.231 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5060 | 2025-02-21T20:21:31.679Z | [ recovery-image] Feb 21 20:21:31.252 INFO O| Feb 21 20:21:31.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
5061 | 2025-02-21T20:21:31.679Z | [ recovery-image] Feb 21 20:21:31.252 INFO O| Feb 21 20:21:31.252 INFO STEP 160 (remove_files) COMPLETE |
5062 | 2025-02-21T20:21:31.682Z | [ recovery-image] Feb 21 20:21:31.252 INFO O| Feb 21 20:21:31.252 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5063 | 2025-02-21T20:21:31.698Z | [ recovery-image] Feb 21 20:21:31.271 INFO O| Feb 21 20:21:31.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
5064 | 2025-02-21T20:21:31.698Z | [ recovery-image] Feb 21 20:21:31.271 INFO O| Feb 21 20:21:31.271 INFO STEP 161 (remove_files) COMPLETE |
5065 | 2025-02-21T20:21:31.698Z | [ recovery-image] Feb 21 20:21:31.271 INFO O| Feb 21 20:21:31.271 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5066 | 2025-02-21T20:21:31.718Z | [ recovery-image] Feb 21 20:21:31.291 INFO O| Feb 21 20:21:31.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
5067 | 2025-02-21T20:21:31.718Z | [ recovery-image] Feb 21 20:21:31.291 INFO O| Feb 21 20:21:31.291 INFO STEP 162 (remove_files) COMPLETE |
5068 | 2025-02-21T20:21:31.721Z | [ recovery-image] Feb 21 20:21:31.291 INFO O| Feb 21 20:21:31.291 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5069 | 2025-02-21T20:21:31.745Z | [ recovery-image] Feb 21 20:21:31.314 INFO O| Feb 21 20:21:31.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
5070 | 2025-02-21T20:21:31.754Z | [ recovery-image] Feb 21 20:21:31.314 INFO O| Feb 21 20:21:31.314 INFO STEP 163 (remove_files) COMPLETE |
5071 | 2025-02-21T20:21:31.754Z | [ recovery-image] Feb 21 20:21:31.314 INFO O| Feb 21 20:21:31.314 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5072 | 2025-02-21T20:21:31.774Z | [ recovery-image] Feb 21 20:21:31.347 INFO O| Feb 21 20:21:31.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
5073 | 2025-02-21T20:21:31.774Z | [ recovery-image] Feb 21 20:21:31.347 INFO O| Feb 21 20:21:31.347 INFO STEP 164 (remove_files) COMPLETE |
5074 | 2025-02-21T20:21:31.777Z | [ recovery-image] Feb 21 20:21:31.347 INFO O| Feb 21 20:21:31.347 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5075 | 2025-02-21T20:21:31.798Z | [ recovery-image] Feb 21 20:21:31.370 INFO O| Feb 21 20:21:31.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
5076 | 2025-02-21T20:21:31.798Z | [ recovery-image] Feb 21 20:21:31.371 INFO O| Feb 21 20:21:31.370 INFO STEP 165 (remove_files) COMPLETE |
5077 | 2025-02-21T20:21:31.806Z | [ recovery-image] Feb 21 20:21:31.371 INFO O| Feb 21 20:21:31.371 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5078 | 2025-02-21T20:21:31.843Z | [ recovery-image] Feb 21 20:21:31.400 INFO O| Feb 21 20:21:31.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
5079 | 2025-02-21T20:21:31.843Z | [ recovery-image] Feb 21 20:21:31.400 INFO O| Feb 21 20:21:31.400 INFO STEP 166 (remove_files) COMPLETE |
5080 | 2025-02-21T20:21:31.849Z | [ recovery-image] Feb 21 20:21:31.400 INFO O| Feb 21 20:21:31.400 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5081 | 2025-02-21T20:21:31.862Z | [ recovery-image] Feb 21 20:21:31.424 INFO O| Feb 21 20:21:31.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
5082 | 2025-02-21T20:21:31.862Z | [ recovery-image] Feb 21 20:21:31.424 INFO O| Feb 21 20:21:31.424 INFO STEP 167 (remove_files) COMPLETE |
5083 | 2025-02-21T20:21:31.863Z | [ recovery-image] Feb 21 20:21:31.424 INFO O| Feb 21 20:21:31.424 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5084 | 2025-02-21T20:21:31.892Z | [ recovery-image] Feb 21 20:21:31.465 INFO O| Feb 21 20:21:31.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
5085 | 2025-02-21T20:21:31.910Z | [ recovery-image] Feb 21 20:21:31.477 INFO O| Feb 21 20:21:31.477 INFO STEP 168 (remove_files) COMPLETE |
5086 | 2025-02-21T20:21:31.910Z | [ recovery-image] Feb 21 20:21:31.477 INFO O| Feb 21 20:21:31.477 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5087 | 2025-02-21T20:21:31.939Z | [ recovery-image] Feb 21 20:21:31.510 INFO O| Feb 21 20:21:31.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
5088 | 2025-02-21T20:21:31.939Z | [ recovery-image] Feb 21 20:21:31.511 INFO O| Feb 21 20:21:31.510 INFO STEP 169 (remove_files) COMPLETE |
5089 | 2025-02-21T20:21:31.940Z | [ recovery-image] Feb 21 20:21:31.511 INFO O| Feb 21 20:21:31.511 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5090 | 2025-02-21T20:21:31.960Z | [ recovery-image] Feb 21 20:21:31.532 INFO O| Feb 21 20:21:31.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
5091 | 2025-02-21T20:21:31.960Z | [ recovery-image] Feb 21 20:21:31.532 INFO O| Feb 21 20:21:31.532 INFO STEP 170 (remove_files) COMPLETE |
5092 | 2025-02-21T20:21:31.960Z | [ recovery-image] Feb 21 20:21:31.532 INFO O| Feb 21 20:21:31.532 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5093 | 2025-02-21T20:21:32.001Z | [ recovery-image] Feb 21 20:21:31.573 INFO O| Feb 21 20:21:31.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
5094 | 2025-02-21T20:21:32.004Z | [ recovery-image] Feb 21 20:21:31.573 INFO O| Feb 21 20:21:31.573 INFO STEP 171 (remove_files) COMPLETE |
5095 | 2025-02-21T20:21:32.004Z | [ recovery-image] Feb 21 20:21:31.573 INFO O| Feb 21 20:21:31.573 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5096 | 2025-02-21T20:21:32.044Z | [ recovery-image] Feb 21 20:21:31.614 INFO O| Feb 21 20:21:31.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
5097 | 2025-02-21T20:21:32.045Z | [ recovery-image] Feb 21 20:21:31.614 INFO O| Feb 21 20:21:31.614 INFO STEP 172 (remove_files) COMPLETE |
5098 | 2025-02-21T20:21:32.045Z | [ recovery-image] Feb 21 20:21:31.614 INFO O| Feb 21 20:21:31.614 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5099 | 2025-02-21T20:21:32.071Z | [ recovery-image] Feb 21 20:21:31.644 INFO O| Feb 21 20:21:31.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
5100 | 2025-02-21T20:21:32.072Z | [ recovery-image] Feb 21 20:21:31.644 INFO O| Feb 21 20:21:31.644 INFO STEP 173 (remove_files) COMPLETE |
5101 | 2025-02-21T20:21:32.072Z | [ recovery-image] Feb 21 20:21:31.644 INFO O| Feb 21 20:21:31.644 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5102 | 2025-02-21T20:21:32.098Z | [ recovery-image] Feb 21 20:21:31.668 INFO O| Feb 21 20:21:31.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
5103 | 2025-02-21T20:21:32.098Z | [ recovery-image] Feb 21 20:21:31.668 INFO O| Feb 21 20:21:31.668 INFO STEP 174 (remove_files) COMPLETE |
5104 | 2025-02-21T20:21:32.098Z | [ recovery-image] Feb 21 20:21:31.668 INFO O| Feb 21 20:21:31.668 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5105 | 2025-02-21T20:21:32.116Z | [ recovery-image] Feb 21 20:21:31.689 INFO O| Feb 21 20:21:31.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
5106 | 2025-02-21T20:21:32.116Z | [ recovery-image] Feb 21 20:21:31.689 INFO O| Feb 21 20:21:31.689 INFO STEP 175 (remove_files) COMPLETE |
5107 | 2025-02-21T20:21:32.121Z | [ recovery-image] Feb 21 20:21:31.689 INFO O| Feb 21 20:21:31.689 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5108 | 2025-02-21T20:21:32.137Z | [ recovery-image] Feb 21 20:21:31.709 INFO O| Feb 21 20:21:31.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
5109 | 2025-02-21T20:21:32.137Z | [ recovery-image] Feb 21 20:21:31.709 INFO O| Feb 21 20:21:31.709 INFO STEP 176 (remove_files) COMPLETE |
5110 | 2025-02-21T20:21:32.143Z | [ recovery-image] Feb 21 20:21:31.709 INFO O| Feb 21 20:21:31.709 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5111 | 2025-02-21T20:21:32.158Z | [ recovery-image] Feb 21 20:21:31.730 INFO O| Feb 21 20:21:31.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
5112 | 2025-02-21T20:21:32.158Z | [ recovery-image] Feb 21 20:21:31.730 INFO O| Feb 21 20:21:31.730 INFO STEP 177 (remove_files) COMPLETE |
5113 | 2025-02-21T20:21:32.158Z | [ recovery-image] Feb 21 20:21:31.730 INFO O| Feb 21 20:21:31.730 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5114 | 2025-02-21T20:21:32.189Z | [ recovery-image] Feb 21 20:21:31.761 INFO O| Feb 21 20:21:31.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
5115 | 2025-02-21T20:21:32.189Z | [ recovery-image] Feb 21 20:21:31.761 INFO O| Feb 21 20:21:31.761 INFO STEP 178 (remove_files) COMPLETE |
5116 | 2025-02-21T20:21:32.192Z | [ recovery-image] Feb 21 20:21:31.761 INFO O| Feb 21 20:21:31.761 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5117 | 2025-02-21T20:21:32.261Z | [ recovery-image] Feb 21 20:21:31.834 INFO O| Feb 21 20:21:31.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
5118 | 2025-02-21T20:21:32.270Z | [ recovery-image] Feb 21 20:21:31.841 INFO O| Feb 21 20:21:31.841 INFO STEP 179 (remove_files) COMPLETE |
5119 | 2025-02-21T20:21:32.270Z | [ recovery-image] Feb 21 20:21:31.841 INFO O| Feb 21 20:21:31.841 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5120 | 2025-02-21T20:21:32.302Z | [ recovery-image] Feb 21 20:21:31.874 INFO O| Feb 21 20:21:31.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
5121 | 2025-02-21T20:21:32.302Z | [ recovery-image] Feb 21 20:21:31.874 INFO O| Feb 21 20:21:31.874 INFO STEP 180 (remove_files) COMPLETE |
5122 | 2025-02-21T20:21:32.305Z | [ recovery-image] Feb 21 20:21:31.874 INFO O| Feb 21 20:21:31.874 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5123 | 2025-02-21T20:21:32.322Z | [ recovery-image] Feb 21 20:21:31.894 INFO O| Feb 21 20:21:31.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
5124 | 2025-02-21T20:21:32.326Z | [ recovery-image] Feb 21 20:21:31.895 INFO O| Feb 21 20:21:31.894 INFO STEP 181 (remove_files) COMPLETE |
5125 | 2025-02-21T20:21:32.326Z | [ recovery-image] Feb 21 20:21:31.895 INFO O| Feb 21 20:21:31.894 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5126 | 2025-02-21T20:21:32.340Z | [ host-image] Feb 21 20:21:31.912 INFO O| Feb 21 20:21:31.912 INFO O| Done |
5127 | 2025-02-21T20:21:32.344Z | [ recovery-image] Feb 21 20:21:31.915 INFO O| Feb 21 20:21:31.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
5128 | 2025-02-21T20:21:32.344Z | [ recovery-image] Feb 21 20:21:31.915 INFO O| Feb 21 20:21:31.915 INFO STEP 182 (remove_files) COMPLETE |
5129 | 2025-02-21T20:21:32.344Z | [ recovery-image] Feb 21 20:21:31.915 INFO O| Feb 21 20:21:31.915 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5130 | 2025-02-21T20:21:32.383Z | [ recovery-image] Feb 21 20:21:31.952 INFO O| Feb 21 20:21:31.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
5131 | 2025-02-21T20:21:32.383Z | [ recovery-image] Feb 21 20:21:31.952 INFO O| Feb 21 20:21:31.952 INFO STEP 183 (remove_files) COMPLETE |
5132 | 2025-02-21T20:21:32.383Z | [ recovery-image] Feb 21 20:21:31.952 INFO O| Feb 21 20:21:31.952 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5133 | 2025-02-21T20:21:32.402Z | [ recovery-image] Feb 21 20:21:31.973 INFO O| Feb 21 20:21:31.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
5134 | 2025-02-21T20:21:32.402Z | [ recovery-image] Feb 21 20:21:31.973 INFO O| Feb 21 20:21:31.973 INFO STEP 184 (remove_files) COMPLETE |
5135 | 2025-02-21T20:21:32.402Z | [ recovery-image] Feb 21 20:21:31.973 INFO O| Feb 21 20:21:31.973 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5136 | 2025-02-21T20:21:32.434Z | [ recovery-image] Feb 21 20:21:32.006 INFO O| Feb 21 20:21:32.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
5137 | 2025-02-21T20:21:32.434Z | [ recovery-image] Feb 21 20:21:32.006 INFO O| Feb 21 20:21:32.006 INFO STEP 185 (remove_files) COMPLETE |
5138 | 2025-02-21T20:21:32.434Z | [ recovery-image] Feb 21 20:21:32.006 INFO O| Feb 21 20:21:32.006 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5139 | 2025-02-21T20:21:32.456Z | [ recovery-image] Feb 21 20:21:32.028 INFO O| Feb 21 20:21:32.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
5140 | 2025-02-21T20:21:32.456Z | [ recovery-image] Feb 21 20:21:32.028 INFO O| Feb 21 20:21:32.028 INFO STEP 186 (remove_files) COMPLETE |
5141 | 2025-02-21T20:21:32.456Z | [ recovery-image] Feb 21 20:21:32.028 INFO O| Feb 21 20:21:32.028 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5142 | 2025-02-21T20:21:32.495Z | [ recovery-image] Feb 21 20:21:32.066 INFO O| Feb 21 20:21:32.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
5143 | 2025-02-21T20:21:32.495Z | [ recovery-image] Feb 21 20:21:32.066 INFO O| Feb 21 20:21:32.066 INFO STEP 187 (remove_files) COMPLETE |
5144 | 2025-02-21T20:21:32.495Z | [ recovery-image] Feb 21 20:21:32.066 INFO O| Feb 21 20:21:32.066 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5145 | 2025-02-21T20:21:32.528Z | [ recovery-image] Feb 21 20:21:32.100 INFO O| Feb 21 20:21:32.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
5146 | 2025-02-21T20:21:32.528Z | [ recovery-image] Feb 21 20:21:32.100 INFO O| Feb 21 20:21:32.100 INFO STEP 188 (remove_files) COMPLETE |
5147 | 2025-02-21T20:21:32.537Z | [ recovery-image] Feb 21 20:21:32.100 INFO O| Feb 21 20:21:32.100 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5148 | 2025-02-21T20:21:32.557Z | [ recovery-image] Feb 21 20:21:32.123 INFO O| Feb 21 20:21:32.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
5149 | 2025-02-21T20:21:32.557Z | [ recovery-image] Feb 21 20:21:32.123 INFO O| Feb 21 20:21:32.123 INFO STEP 189 (remove_files) COMPLETE |
5150 | 2025-02-21T20:21:32.557Z | [ recovery-image] Feb 21 20:21:32.123 INFO O| Feb 21 20:21:32.123 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5151 | 2025-02-21T20:21:32.577Z | [ recovery-image] Feb 21 20:21:32.147 INFO O| Feb 21 20:21:32.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
5152 | 2025-02-21T20:21:32.577Z | [ recovery-image] Feb 21 20:21:32.147 INFO O| Feb 21 20:21:32.146 INFO STEP 190 (remove_files) COMPLETE |
5153 | 2025-02-21T20:21:32.580Z | [ recovery-image] Feb 21 20:21:32.147 INFO O| Feb 21 20:21:32.146 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5154 | 2025-02-21T20:21:32.615Z | [ recovery-image] Feb 21 20:21:32.186 INFO O| Feb 21 20:21:32.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
5155 | 2025-02-21T20:21:32.619Z | [ recovery-image] Feb 21 20:21:32.186 INFO O| Feb 21 20:21:32.186 INFO STEP 191 (remove_files) COMPLETE |
5156 | 2025-02-21T20:21:32.619Z | [ recovery-image] Feb 21 20:21:32.186 INFO O| Feb 21 20:21:32.186 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5157 | 2025-02-21T20:21:32.650Z | [ recovery-image] Feb 21 20:21:32.222 INFO O| Feb 21 20:21:32.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
5158 | 2025-02-21T20:21:32.654Z | [ recovery-image] Feb 21 20:21:32.223 INFO O| Feb 21 20:21:32.223 INFO STEP 192 (remove_files) COMPLETE |
5159 | 2025-02-21T20:21:32.654Z | [ recovery-image] Feb 21 20:21:32.223 INFO O| Feb 21 20:21:32.223 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5160 | 2025-02-21T20:21:32.679Z | [ recovery-image] Feb 21 20:21:32.251 INFO O| Feb 21 20:21:32.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
5161 | 2025-02-21T20:21:32.679Z | [ recovery-image] Feb 21 20:21:32.251 INFO O| Feb 21 20:21:32.251 INFO STEP 193 (remove_files) COMPLETE |
5162 | 2025-02-21T20:21:32.679Z | [ recovery-image] Feb 21 20:21:32.251 INFO O| Feb 21 20:21:32.251 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5163 | 2025-02-21T20:21:32.718Z | [ recovery-image] Feb 21 20:21:32.289 INFO O| Feb 21 20:21:32.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
5164 | 2025-02-21T20:21:32.718Z | [ recovery-image] Feb 21 20:21:32.289 INFO O| Feb 21 20:21:32.289 INFO STEP 194 (remove_files) COMPLETE |
5165 | 2025-02-21T20:21:32.718Z | [ recovery-image] Feb 21 20:21:32.289 INFO O| Feb 21 20:21:32.289 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5166 | 2025-02-21T20:21:32.821Z | [ recovery-image] Feb 21 20:21:32.384 INFO O| Feb 21 20:21:32.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
5167 | 2025-02-21T20:21:32.827Z | [ recovery-image] Feb 21 20:21:32.384 INFO O| Feb 21 20:21:32.384 INFO STEP 195 (remove_files) COMPLETE |
5168 | 2025-02-21T20:21:32.827Z | [ recovery-image] Feb 21 20:21:32.384 INFO O| Feb 21 20:21:32.384 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5169 | 2025-02-21T20:21:32.854Z | [ recovery-image] Feb 21 20:21:32.426 INFO O| Feb 21 20:21:32.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
5170 | 2025-02-21T20:21:32.854Z | [ recovery-image] Feb 21 20:21:32.426 INFO O| Feb 21 20:21:32.426 INFO STEP 196 (remove_files) COMPLETE |
5171 | 2025-02-21T20:21:32.855Z | [ recovery-image] Feb 21 20:21:32.426 INFO O| Feb 21 20:21:32.426 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5172 | 2025-02-21T20:21:32.892Z | [ recovery-image] Feb 21 20:21:32.463 INFO O| Feb 21 20:21:32.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
5173 | 2025-02-21T20:21:32.892Z | [ recovery-image] Feb 21 20:21:32.463 INFO O| Feb 21 20:21:32.463 INFO STEP 197 (remove_files) COMPLETE |
5174 | 2025-02-21T20:21:32.892Z | [ recovery-image] Feb 21 20:21:32.463 INFO O| Feb 21 20:21:32.463 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5175 | 2025-02-21T20:21:32.935Z | [ recovery-image] Feb 21 20:21:32.505 INFO O| Feb 21 20:21:32.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
5176 | 2025-02-21T20:21:32.935Z | [ recovery-image] Feb 21 20:21:32.505 INFO O| Feb 21 20:21:32.505 INFO STEP 198 (remove_files) COMPLETE |
5177 | 2025-02-21T20:21:32.935Z | [ recovery-image] Feb 21 20:21:32.505 INFO O| Feb 21 20:21:32.505 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5178 | 2025-02-21T20:21:32.952Z | [ recovery-image] Feb 21 20:21:32.524 INFO O| Feb 21 20:21:32.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
5179 | 2025-02-21T20:21:32.952Z | [ recovery-image] Feb 21 20:21:32.524 INFO O| Feb 21 20:21:32.524 INFO STEP 199 (remove_files) COMPLETE |
5180 | 2025-02-21T20:21:32.952Z | [ recovery-image] Feb 21 20:21:32.524 INFO O| Feb 21 20:21:32.524 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5181 | 2025-02-21T20:21:32.973Z | [ recovery-image] Feb 21 20:21:32.545 INFO O| Feb 21 20:21:32.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
5182 | 2025-02-21T20:21:32.973Z | [ recovery-image] Feb 21 20:21:32.545 INFO O| Feb 21 20:21:32.545 INFO STEP 200 (remove_files) COMPLETE |
5183 | 2025-02-21T20:21:32.976Z | [ recovery-image] Feb 21 20:21:32.545 INFO O| Feb 21 20:21:32.545 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5184 | 2025-02-21T20:21:32.994Z | [ recovery-image] Feb 21 20:21:32.566 INFO O| Feb 21 20:21:32.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
5185 | 2025-02-21T20:21:32.994Z | [ recovery-image] Feb 21 20:21:32.567 INFO O| Feb 21 20:21:32.567 INFO STEP 201 (remove_files) COMPLETE |
5186 | 2025-02-21T20:21:32.995Z | [ recovery-image] Feb 21 20:21:32.567 INFO O| Feb 21 20:21:32.567 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5187 | 2025-02-21T20:21:33.016Z | [ recovery-image] Feb 21 20:21:32.588 INFO O| Feb 21 20:21:32.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
5188 | 2025-02-21T20:21:33.016Z | [ recovery-image] Feb 21 20:21:32.588 INFO O| Feb 21 20:21:32.588 INFO STEP 202 (remove_files) COMPLETE |
5189 | 2025-02-21T20:21:33.016Z | [ recovery-image] Feb 21 20:21:32.588 INFO O| Feb 21 20:21:32.588 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5190 | 2025-02-21T20:21:33.065Z | [ recovery-image] Feb 21 20:21:32.630 INFO O| Feb 21 20:21:32.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
5191 | 2025-02-21T20:21:33.069Z | [ recovery-image] Feb 21 20:21:32.630 INFO O| Feb 21 20:21:32.630 INFO STEP 203 (remove_files) COMPLETE |
5192 | 2025-02-21T20:21:33.070Z | [ recovery-image] Feb 21 20:21:32.630 INFO O| Feb 21 20:21:32.630 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5193 | 2025-02-21T20:21:33.108Z | [ recovery-image] Feb 21 20:21:32.678 INFO O| Feb 21 20:21:32.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
5194 | 2025-02-21T20:21:33.108Z | [ recovery-image] Feb 21 20:21:32.678 INFO O| Feb 21 20:21:32.678 INFO STEP 204 (remove_files) COMPLETE |
5195 | 2025-02-21T20:21:33.112Z | [ recovery-image] Feb 21 20:21:32.678 INFO O| Feb 21 20:21:32.678 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5196 | 2025-02-21T20:21:33.170Z | [ recovery-image] Feb 21 20:21:32.738 INFO O| Feb 21 20:21:32.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
5197 | 2025-02-21T20:21:33.170Z | [ recovery-image] Feb 21 20:21:32.738 INFO O| Feb 21 20:21:32.738 INFO STEP 205 (remove_files) COMPLETE |
5198 | 2025-02-21T20:21:33.170Z | [ recovery-image] Feb 21 20:21:32.738 INFO O| Feb 21 20:21:32.738 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5199 | 2025-02-21T20:21:33.190Z | [ recovery-image] Feb 21 20:21:32.761 INFO O| Feb 21 20:21:32.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
5200 | 2025-02-21T20:21:33.190Z | [ recovery-image] Feb 21 20:21:32.761 INFO O| Feb 21 20:21:32.761 INFO STEP 206 (remove_files) COMPLETE |
5201 | 2025-02-21T20:21:33.193Z | [ recovery-image] Feb 21 20:21:32.761 INFO O| Feb 21 20:21:32.761 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5202 | 2025-02-21T20:21:33.211Z | [ recovery-image] Feb 21 20:21:32.782 INFO O| Feb 21 20:21:32.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
5203 | 2025-02-21T20:21:33.211Z | [ recovery-image] Feb 21 20:21:32.782 INFO O| Feb 21 20:21:32.782 INFO STEP 207 (remove_files) COMPLETE |
5204 | 2025-02-21T20:21:33.215Z | [ recovery-image] Feb 21 20:21:32.782 INFO O| Feb 21 20:21:32.782 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5205 | 2025-02-21T20:21:33.235Z | [ recovery-image] Feb 21 20:21:32.807 INFO O| Feb 21 20:21:32.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
5206 | 2025-02-21T20:21:33.235Z | [ recovery-image] Feb 21 20:21:32.807 INFO O| Feb 21 20:21:32.807 INFO STEP 208 (remove_files) COMPLETE |
5207 | 2025-02-21T20:21:33.235Z | [ recovery-image] Feb 21 20:21:32.807 INFO O| Feb 21 20:21:32.807 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5208 | 2025-02-21T20:21:33.262Z | [ recovery-image] Feb 21 20:21:32.832 INFO O| Feb 21 20:21:32.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
5209 | 2025-02-21T20:21:33.262Z | [ recovery-image] Feb 21 20:21:32.832 INFO O| Feb 21 20:21:32.832 INFO STEP 209 (remove_files) COMPLETE |
5210 | 2025-02-21T20:21:33.262Z | [ recovery-image] Feb 21 20:21:32.832 INFO O| Feb 21 20:21:32.832 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5211 | 2025-02-21T20:21:33.290Z | [ recovery-image] Feb 21 20:21:32.861 INFO O| Feb 21 20:21:32.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
5212 | 2025-02-21T20:21:33.294Z | [ recovery-image] Feb 21 20:21:32.861 INFO O| Feb 21 20:21:32.861 INFO STEP 210 (remove_files) COMPLETE |
5213 | 2025-02-21T20:21:33.294Z | [ recovery-image] Feb 21 20:21:32.861 INFO O| Feb 21 20:21:32.861 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5214 | 2025-02-21T20:21:33.324Z | [ recovery-image] Feb 21 20:21:32.895 INFO O| Feb 21 20:21:32.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
5215 | 2025-02-21T20:21:33.324Z | [ recovery-image] Feb 21 20:21:32.895 INFO O| Feb 21 20:21:32.895 INFO STEP 211 (remove_files) COMPLETE |
5216 | 2025-02-21T20:21:33.324Z | [ recovery-image] Feb 21 20:21:32.895 INFO O| Feb 21 20:21:32.895 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5217 | 2025-02-21T20:21:33.345Z | [ recovery-image] Feb 21 20:21:32.916 INFO O| Feb 21 20:21:32.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
5218 | 2025-02-21T20:21:33.345Z | [ recovery-image] Feb 21 20:21:32.916 INFO O| Feb 21 20:21:32.916 INFO STEP 212 (remove_files) COMPLETE |
5219 | 2025-02-21T20:21:33.349Z | [ recovery-image] Feb 21 20:21:32.916 INFO O| Feb 21 20:21:32.916 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5220 | 2025-02-21T20:21:33.364Z | [ recovery-image] Feb 21 20:21:32.936 INFO O| Feb 21 20:21:32.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
5221 | 2025-02-21T20:21:33.364Z | [ recovery-image] Feb 21 20:21:32.936 INFO O| Feb 21 20:21:32.936 INFO STEP 213 (remove_files) COMPLETE |
5222 | 2025-02-21T20:21:33.364Z | [ recovery-image] Feb 21 20:21:32.936 INFO O| Feb 21 20:21:32.936 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5223 | 2025-02-21T20:21:33.402Z | [ recovery-image] Feb 21 20:21:32.973 INFO O| Feb 21 20:21:32.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
5224 | 2025-02-21T20:21:33.402Z | [ recovery-image] Feb 21 20:21:32.973 INFO O| Feb 21 20:21:32.973 INFO STEP 214 (remove_files) COMPLETE |
5225 | 2025-02-21T20:21:33.402Z | [ recovery-image] Feb 21 20:21:32.973 INFO O| Feb 21 20:21:32.973 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5226 | 2025-02-21T20:21:33.423Z | [ recovery-image] Feb 21 20:21:32.994 INFO O| Feb 21 20:21:32.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
5227 | 2025-02-21T20:21:33.423Z | [ recovery-image] Feb 21 20:21:32.994 INFO O| Feb 21 20:21:32.994 INFO STEP 215 (remove_files) COMPLETE |
5228 | 2025-02-21T20:21:33.426Z | [ recovery-image] Feb 21 20:21:32.994 INFO O| Feb 21 20:21:32.994 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5229 | 2025-02-21T20:21:33.461Z | [ recovery-image] Feb 21 20:21:33.033 INFO O| Feb 21 20:21:33.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
5230 | 2025-02-21T20:21:33.461Z | [ recovery-image] Feb 21 20:21:33.033 INFO O| Feb 21 20:21:33.033 INFO STEP 216 (remove_files) COMPLETE |
5231 | 2025-02-21T20:21:33.462Z | [ recovery-image] Feb 21 20:21:33.033 INFO O| Feb 21 20:21:33.033 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5232 | 2025-02-21T20:21:33.484Z | [ recovery-image] Feb 21 20:21:33.055 INFO O| Feb 21 20:21:33.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
5233 | 2025-02-21T20:21:33.484Z | [ recovery-image] Feb 21 20:21:33.055 INFO O| Feb 21 20:21:33.055 INFO STEP 217 (remove_files) COMPLETE |
5234 | 2025-02-21T20:21:33.484Z | [ recovery-image] Feb 21 20:21:33.055 INFO O| Feb 21 20:21:33.055 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5235 | 2025-02-21T20:21:33.534Z | [ recovery-image] Feb 21 20:21:33.105 INFO O| Feb 21 20:21:33.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
5236 | 2025-02-21T20:21:33.534Z | [ recovery-image] Feb 21 20:21:33.105 INFO O| Feb 21 20:21:33.105 INFO STEP 218 (remove_files) COMPLETE |
5237 | 2025-02-21T20:21:33.536Z | [ recovery-image] Feb 21 20:21:33.105 INFO O| Feb 21 20:21:33.105 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5238 | 2025-02-21T20:21:33.594Z | [ recovery-image] Feb 21 20:21:33.165 INFO O| Feb 21 20:21:33.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
5239 | 2025-02-21T20:21:33.594Z | [ recovery-image] Feb 21 20:21:33.165 INFO O| Feb 21 20:21:33.165 INFO STEP 219 (remove_files) COMPLETE |
5240 | 2025-02-21T20:21:33.598Z | [ recovery-image] Feb 21 20:21:33.165 INFO O| Feb 21 20:21:33.165 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5241 | 2025-02-21T20:21:33.680Z | [ recovery-image] Feb 21 20:21:33.249 INFO O| Feb 21 20:21:33.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
5242 | 2025-02-21T20:21:33.683Z | [ recovery-image] Feb 21 20:21:33.249 INFO O| Feb 21 20:21:33.249 INFO STEP 220 (remove_files) COMPLETE |
5243 | 2025-02-21T20:21:33.683Z | [ recovery-image] Feb 21 20:21:33.249 INFO O| Feb 21 20:21:33.249 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5244 | 2025-02-21T20:21:33.737Z | [ recovery-image] Feb 21 20:21:33.308 INFO O| Feb 21 20:21:33.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
5245 | 2025-02-21T20:21:33.737Z | [ recovery-image] Feb 21 20:21:33.308 INFO O| Feb 21 20:21:33.308 INFO STEP 221 (remove_files) COMPLETE |
5246 | 2025-02-21T20:21:33.740Z | [ recovery-image] Feb 21 20:21:33.308 INFO O| Feb 21 20:21:33.308 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5247 | 2025-02-21T20:21:33.760Z | [ recovery-image] Feb 21 20:21:33.331 INFO O| Feb 21 20:21:33.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
5248 | 2025-02-21T20:21:33.763Z | [ recovery-image] Feb 21 20:21:33.331 INFO O| Feb 21 20:21:33.331 INFO STEP 222 (remove_files) COMPLETE |
5249 | 2025-02-21T20:21:33.763Z | [ recovery-image] Feb 21 20:21:33.332 INFO O| Feb 21 20:21:33.332 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5250 | 2025-02-21T20:21:33.785Z | [ recovery-image] Feb 21 20:21:33.357 INFO O| Feb 21 20:21:33.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
5251 | 2025-02-21T20:21:33.785Z | [ recovery-image] Feb 21 20:21:33.357 INFO O| Feb 21 20:21:33.357 INFO STEP 223 (remove_files) COMPLETE |
5252 | 2025-02-21T20:21:33.785Z | [ recovery-image] Feb 21 20:21:33.357 INFO O| Feb 21 20:21:33.357 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5253 | 2025-02-21T20:21:33.824Z | [ recovery-image] Feb 21 20:21:33.394 INFO O| Feb 21 20:21:33.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
5254 | 2025-02-21T20:21:33.824Z | [ recovery-image] Feb 21 20:21:33.394 INFO O| Feb 21 20:21:33.394 INFO STEP 224 (remove_files) COMPLETE |
5255 | 2025-02-21T20:21:33.825Z | [ recovery-image] Feb 21 20:21:33.394 INFO O| Feb 21 20:21:33.394 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5256 | 2025-02-21T20:21:33.856Z | [ recovery-image] Feb 21 20:21:33.427 INFO O| Feb 21 20:21:33.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
5257 | 2025-02-21T20:21:33.856Z | [ recovery-image] Feb 21 20:21:33.427 INFO O| Feb 21 20:21:33.427 INFO STEP 225 (remove_files) COMPLETE |
5258 | 2025-02-21T20:21:33.858Z | [ recovery-image] Feb 21 20:21:33.427 INFO O| Feb 21 20:21:33.427 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5259 | 2025-02-21T20:21:33.892Z | [ recovery-image] Feb 21 20:21:33.462 INFO O| Feb 21 20:21:33.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
5260 | 2025-02-21T20:21:33.892Z | [ recovery-image] Feb 21 20:21:33.462 INFO O| Feb 21 20:21:33.462 INFO STEP 226 (remove_files) COMPLETE |
5261 | 2025-02-21T20:21:33.892Z | [ recovery-image] Feb 21 20:21:33.462 INFO O| Feb 21 20:21:33.462 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5262 | 2025-02-21T20:21:33.912Z | [ recovery-image] Feb 21 20:21:33.483 INFO O| Feb 21 20:21:33.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
5263 | 2025-02-21T20:21:33.912Z | [ recovery-image] Feb 21 20:21:33.483 INFO O| Feb 21 20:21:33.483 INFO STEP 227 (remove_files) COMPLETE |
5264 | 2025-02-21T20:21:33.912Z | [ recovery-image] Feb 21 20:21:33.483 INFO O| Feb 21 20:21:33.483 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5265 | 2025-02-21T20:21:33.943Z | [ recovery-image] Feb 21 20:21:33.504 INFO O| Feb 21 20:21:33.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
5266 | 2025-02-21T20:21:33.943Z | [ recovery-image] Feb 21 20:21:33.504 INFO O| Feb 21 20:21:33.504 INFO STEP 228 (remove_files) COMPLETE |
5267 | 2025-02-21T20:21:33.943Z | [ recovery-image] Feb 21 20:21:33.504 INFO O| Feb 21 20:21:33.504 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5268 | 2025-02-21T20:21:33.963Z | [ recovery-image] Feb 21 20:21:33.528 INFO O| Feb 21 20:21:33.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
5269 | 2025-02-21T20:21:33.963Z | [ recovery-image] Feb 21 20:21:33.528 INFO O| Feb 21 20:21:33.528 INFO STEP 229 (remove_files) COMPLETE |
5270 | 2025-02-21T20:21:33.963Z | [ recovery-image] Feb 21 20:21:33.528 INFO O| Feb 21 20:21:33.528 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5271 | 2025-02-21T20:21:33.991Z | [ recovery-image] Feb 21 20:21:33.551 INFO O| Feb 21 20:21:33.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
5272 | 2025-02-21T20:21:33.991Z | [ recovery-image] Feb 21 20:21:33.551 INFO O| Feb 21 20:21:33.551 INFO STEP 230 (remove_files) COMPLETE |
5273 | 2025-02-21T20:21:33.998Z | [ recovery-image] Feb 21 20:21:33.551 INFO O| Feb 21 20:21:33.551 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5274 | 2025-02-21T20:21:34.002Z | [ recovery-image] Feb 21 20:21:33.571 INFO O| Feb 21 20:21:33.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
5275 | 2025-02-21T20:21:34.002Z | [ recovery-image] Feb 21 20:21:33.572 INFO O| Feb 21 20:21:33.572 INFO STEP 231 (remove_files) COMPLETE |
5276 | 2025-02-21T20:21:34.002Z | [ recovery-image] Feb 21 20:21:33.572 INFO O| Feb 21 20:21:33.572 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5277 | 2025-02-21T20:21:34.022Z | [ recovery-image] Feb 21 20:21:33.592 INFO O| Feb 21 20:21:33.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
5278 | 2025-02-21T20:21:34.022Z | [ recovery-image] Feb 21 20:21:33.592 INFO O| Feb 21 20:21:33.592 INFO STEP 232 (remove_files) COMPLETE |
5279 | 2025-02-21T20:21:34.037Z | [ recovery-image] Feb 21 20:21:33.593 INFO O| Feb 21 20:21:33.592 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5280 | 2025-02-21T20:21:34.041Z | [ recovery-image] Feb 21 20:21:33.612 INFO O| Feb 21 20:21:33.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
5281 | 2025-02-21T20:21:34.044Z | [ recovery-image] Feb 21 20:21:33.612 INFO O| Feb 21 20:21:33.612 INFO STEP 233 (remove_files) COMPLETE |
5282 | 2025-02-21T20:21:34.044Z | [ recovery-image] Feb 21 20:21:33.612 INFO O| Feb 21 20:21:33.612 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5283 | 2025-02-21T20:21:34.084Z | [ recovery-image] Feb 21 20:21:33.655 INFO O| Feb 21 20:21:33.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
5284 | 2025-02-21T20:21:34.087Z | [ recovery-image] Feb 21 20:21:33.656 INFO O| Feb 21 20:21:33.656 INFO STEP 234 (remove_files) COMPLETE |
5285 | 2025-02-21T20:21:34.087Z | [ recovery-image] Feb 21 20:21:33.656 INFO O| Feb 21 20:21:33.656 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5286 | 2025-02-21T20:21:34.110Z | [ recovery-image] Feb 21 20:21:33.681 INFO O| Feb 21 20:21:33.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
5287 | 2025-02-21T20:21:34.110Z | [ recovery-image] Feb 21 20:21:33.681 INFO O| Feb 21 20:21:33.681 INFO STEP 235 (remove_files) COMPLETE |
5288 | 2025-02-21T20:21:34.110Z | [ recovery-image] Feb 21 20:21:33.681 INFO O| Feb 21 20:21:33.681 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5289 | 2025-02-21T20:21:34.170Z | [ recovery-image] Feb 21 20:21:33.741 INFO O| Feb 21 20:21:33.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
5290 | 2025-02-21T20:21:34.170Z | [ recovery-image] Feb 21 20:21:33.742 INFO O| Feb 21 20:21:33.742 INFO STEP 236 (remove_files) COMPLETE |
5291 | 2025-02-21T20:21:34.170Z | [ recovery-image] Feb 21 20:21:33.742 INFO O| Feb 21 20:21:33.742 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5292 | 2025-02-21T20:21:34.195Z | [ recovery-image] Feb 21 20:21:33.764 INFO O| Feb 21 20:21:33.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
5293 | 2025-02-21T20:21:34.195Z | [ recovery-image] Feb 21 20:21:33.764 INFO O| Feb 21 20:21:33.764 INFO STEP 237 (remove_files) COMPLETE |
5294 | 2025-02-21T20:21:34.195Z | [ recovery-image] Feb 21 20:21:33.764 INFO O| Feb 21 20:21:33.764 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5295 | 2025-02-21T20:21:34.222Z | [ recovery-image] Feb 21 20:21:33.790 INFO O| Feb 21 20:21:33.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
5296 | 2025-02-21T20:21:34.225Z | [ recovery-image] Feb 21 20:21:33.790 INFO O| Feb 21 20:21:33.790 INFO STEP 238 (remove_files) COMPLETE |
5297 | 2025-02-21T20:21:34.225Z | [ recovery-image] Feb 21 20:21:33.790 INFO O| Feb 21 20:21:33.790 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5298 | 2025-02-21T20:21:34.242Z | [ recovery-image] Feb 21 20:21:33.813 INFO O| Feb 21 20:21:33.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
5299 | 2025-02-21T20:21:34.244Z | [ recovery-image] Feb 21 20:21:33.813 INFO O| Feb 21 20:21:33.813 INFO STEP 239 (remove_files) COMPLETE |
5300 | 2025-02-21T20:21:34.244Z | [ recovery-image] Feb 21 20:21:33.813 INFO O| Feb 21 20:21:33.813 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5301 | 2025-02-21T20:21:34.262Z | [ recovery-image] Feb 21 20:21:33.833 INFO O| Feb 21 20:21:33.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
5302 | 2025-02-21T20:21:34.265Z | [ recovery-image] Feb 21 20:21:33.833 INFO O| Feb 21 20:21:33.833 INFO STEP 240 (remove_files) COMPLETE |
5303 | 2025-02-21T20:21:34.265Z | [ recovery-image] Feb 21 20:21:33.833 INFO O| Feb 21 20:21:33.833 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5304 | 2025-02-21T20:21:34.284Z | [ recovery-image] Feb 21 20:21:33.855 INFO O| Feb 21 20:21:33.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
5305 | 2025-02-21T20:21:34.284Z | [ recovery-image] Feb 21 20:21:33.855 INFO O| Feb 21 20:21:33.855 INFO STEP 241 (remove_files) COMPLETE |
5306 | 2025-02-21T20:21:34.288Z | [ recovery-image] Feb 21 20:21:33.855 INFO O| Feb 21 20:21:33.855 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5307 | 2025-02-21T20:21:34.308Z | [ recovery-image] Feb 21 20:21:33.879 INFO O| Feb 21 20:21:33.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
5308 | 2025-02-21T20:21:34.308Z | [ recovery-image] Feb 21 20:21:33.879 INFO O| Feb 21 20:21:33.879 INFO STEP 242 (remove_files) COMPLETE |
5309 | 2025-02-21T20:21:34.308Z | [ recovery-image] Feb 21 20:21:33.879 INFO O| Feb 21 20:21:33.879 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5310 | 2025-02-21T20:21:34.331Z | [ recovery-image] Feb 21 20:21:33.902 INFO O| Feb 21 20:21:33.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
5311 | 2025-02-21T20:21:34.331Z | [ recovery-image] Feb 21 20:21:33.903 INFO O| Feb 21 20:21:33.902 INFO STEP 243 (remove_files) COMPLETE |
5312 | 2025-02-21T20:21:34.334Z | [ recovery-image] Feb 21 20:21:33.903 INFO O| Feb 21 20:21:33.902 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5313 | 2025-02-21T20:21:34.353Z | [ recovery-image] Feb 21 20:21:33.924 INFO O| Feb 21 20:21:33.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
5314 | 2025-02-21T20:21:34.353Z | [ recovery-image] Feb 21 20:21:33.924 INFO O| Feb 21 20:21:33.924 INFO STEP 244 (remove_files) COMPLETE |
5315 | 2025-02-21T20:21:34.356Z | [ recovery-image] Feb 21 20:21:33.924 INFO O| Feb 21 20:21:33.924 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5316 | 2025-02-21T20:21:34.374Z | [ recovery-image] Feb 21 20:21:33.945 INFO O| Feb 21 20:21:33.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
5317 | 2025-02-21T20:21:34.374Z | [ recovery-image] Feb 21 20:21:33.945 INFO O| Feb 21 20:21:33.945 INFO STEP 245 (remove_files) COMPLETE |
5318 | 2025-02-21T20:21:34.377Z | [ recovery-image] Feb 21 20:21:33.945 INFO O| Feb 21 20:21:33.945 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5319 | 2025-02-21T20:21:34.396Z | [ recovery-image] Feb 21 20:21:33.965 INFO O| Feb 21 20:21:33.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
5320 | 2025-02-21T20:21:34.396Z | [ recovery-image] Feb 21 20:21:33.966 INFO O| Feb 21 20:21:33.966 INFO STEP 246 (remove_files) COMPLETE |
5321 | 2025-02-21T20:21:34.396Z | [ recovery-image] Feb 21 20:21:33.966 INFO O| Feb 21 20:21:33.966 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5322 | 2025-02-21T20:21:34.415Z | [ recovery-image] Feb 21 20:21:33.984 INFO O| Feb 21 20:21:33.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
5323 | 2025-02-21T20:21:34.415Z | [ recovery-image] Feb 21 20:21:33.985 INFO O| Feb 21 20:21:33.985 INFO STEP 247 (remove_files) COMPLETE |
5324 | 2025-02-21T20:21:34.419Z | [ recovery-image] Feb 21 20:21:33.985 INFO O| Feb 21 20:21:33.985 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5325 | 2025-02-21T20:21:34.445Z | [ recovery-image] Feb 21 20:21:34.016 INFO O| Feb 21 20:21:34.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
5326 | 2025-02-21T20:21:34.445Z | [ recovery-image] Feb 21 20:21:34.016 INFO O| Feb 21 20:21:34.016 INFO STEP 248 (remove_files) COMPLETE |
5327 | 2025-02-21T20:21:34.448Z | [ recovery-image] Feb 21 20:21:34.016 INFO O| Feb 21 20:21:34.016 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5328 | 2025-02-21T20:21:34.478Z | [ recovery-image] Feb 21 20:21:34.048 INFO O| Feb 21 20:21:34.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
5329 | 2025-02-21T20:21:34.478Z | [ recovery-image] Feb 21 20:21:34.048 INFO O| Feb 21 20:21:34.048 INFO STEP 249 (remove_files) COMPLETE |
5330 | 2025-02-21T20:21:34.478Z | [ recovery-image] Feb 21 20:21:34.048 INFO O| Feb 21 20:21:34.048 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5331 | 2025-02-21T20:21:34.521Z | [ recovery-image] Feb 21 20:21:34.091 INFO O| Feb 21 20:21:34.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
5332 | 2025-02-21T20:21:34.521Z | [ recovery-image] Feb 21 20:21:34.091 INFO O| Feb 21 20:21:34.091 INFO STEP 250 (remove_files) COMPLETE |
5333 | 2025-02-21T20:21:34.521Z | [ recovery-image] Feb 21 20:21:34.091 INFO O| Feb 21 20:21:34.091 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5334 | 2025-02-21T20:21:34.544Z | [ recovery-image] Feb 21 20:21:34.113 INFO O| Feb 21 20:21:34.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
5335 | 2025-02-21T20:21:34.544Z | [ recovery-image] Feb 21 20:21:34.113 INFO O| Feb 21 20:21:34.113 INFO STEP 251 (remove_files) COMPLETE |
5336 | 2025-02-21T20:21:34.544Z | [ recovery-image] Feb 21 20:21:34.113 INFO O| Feb 21 20:21:34.113 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5337 | 2025-02-21T20:21:34.581Z | [ recovery-image] Feb 21 20:21:34.152 INFO O| Feb 21 20:21:34.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
5338 | 2025-02-21T20:21:34.583Z | [ recovery-image] Feb 21 20:21:34.152 INFO O| Feb 21 20:21:34.152 INFO STEP 252 (remove_files) COMPLETE |
5339 | 2025-02-21T20:21:34.583Z | [ recovery-image] Feb 21 20:21:34.152 INFO O| Feb 21 20:21:34.152 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5340 | 2025-02-21T20:21:34.614Z | [ recovery-image] Feb 21 20:21:34.183 INFO O| Feb 21 20:21:34.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
5341 | 2025-02-21T20:21:34.614Z | [ recovery-image] Feb 21 20:21:34.183 INFO O| Feb 21 20:21:34.183 INFO STEP 253 (remove_files) COMPLETE |
5342 | 2025-02-21T20:21:34.614Z | [ recovery-image] Feb 21 20:21:34.183 INFO O| Feb 21 20:21:34.183 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5343 | 2025-02-21T20:21:34.665Z | [ recovery-image] Feb 21 20:21:34.231 INFO O| Feb 21 20:21:34.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
5344 | 2025-02-21T20:21:34.678Z | [ recovery-image] Feb 21 20:21:34.232 INFO O| Feb 21 20:21:34.232 INFO STEP 254 (remove_files) COMPLETE |
5345 | 2025-02-21T20:21:34.678Z | [ recovery-image] Feb 21 20:21:34.232 INFO O| Feb 21 20:21:34.232 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5346 | 2025-02-21T20:21:34.689Z | [ recovery-image] Feb 21 20:21:34.251 INFO O| Feb 21 20:21:34.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
5347 | 2025-02-21T20:21:34.689Z | [ recovery-image] Feb 21 20:21:34.251 INFO O| Feb 21 20:21:34.251 INFO STEP 255 (remove_files) COMPLETE |
5348 | 2025-02-21T20:21:34.689Z | [ recovery-image] Feb 21 20:21:34.251 INFO O| Feb 21 20:21:34.251 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5349 | 2025-02-21T20:21:34.745Z | [ recovery-image] Feb 21 20:21:34.304 INFO O| Feb 21 20:21:34.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
5350 | 2025-02-21T20:21:34.748Z | [ recovery-image] Feb 21 20:21:34.304 INFO O| Feb 21 20:21:34.304 INFO STEP 256 (remove_files) COMPLETE |
5351 | 2025-02-21T20:21:34.748Z | [ recovery-image] Feb 21 20:21:34.304 INFO O| Feb 21 20:21:34.304 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5352 | 2025-02-21T20:21:34.861Z | [ recovery-image] Feb 21 20:21:34.431 INFO O| Feb 21 20:21:34.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
5353 | 2025-02-21T20:21:34.861Z | [ recovery-image] Feb 21 20:21:34.431 INFO O| Feb 21 20:21:34.431 INFO STEP 257 (remove_files) COMPLETE |
5354 | 2025-02-21T20:21:34.867Z | [ recovery-image] Feb 21 20:21:34.431 INFO O| Feb 21 20:21:34.431 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5355 | 2025-02-21T20:21:34.894Z | [ recovery-image] Feb 21 20:21:34.464 INFO O| Feb 21 20:21:34.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
5356 | 2025-02-21T20:21:34.894Z | [ recovery-image] Feb 21 20:21:34.464 INFO O| Feb 21 20:21:34.464 INFO STEP 258 (remove_files) COMPLETE |
5357 | 2025-02-21T20:21:34.894Z | [ recovery-image] Feb 21 20:21:34.464 INFO O| Feb 21 20:21:34.464 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5358 | 2025-02-21T20:21:34.917Z | [ recovery-image] Feb 21 20:21:34.484 INFO O| Feb 21 20:21:34.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
5359 | 2025-02-21T20:21:34.917Z | [ recovery-image] Feb 21 20:21:34.484 INFO O| Feb 21 20:21:34.484 INFO STEP 259 (remove_files) COMPLETE |
5360 | 2025-02-21T20:21:34.920Z | [ recovery-image] Feb 21 20:21:34.484 INFO O| Feb 21 20:21:34.484 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5361 | 2025-02-21T20:21:34.935Z | [ recovery-image] Feb 21 20:21:34.505 INFO O| Feb 21 20:21:34.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
5362 | 2025-02-21T20:21:34.935Z | [ recovery-image] Feb 21 20:21:34.505 INFO O| Feb 21 20:21:34.505 INFO STEP 260 (remove_files) COMPLETE |
5363 | 2025-02-21T20:21:34.935Z | [ recovery-image] Feb 21 20:21:34.505 INFO O| Feb 21 20:21:34.505 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5364 | 2025-02-21T20:21:34.955Z | [ recovery-image] Feb 21 20:21:34.526 INFO O| Feb 21 20:21:34.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
5365 | 2025-02-21T20:21:34.955Z | [ recovery-image] Feb 21 20:21:34.526 INFO O| Feb 21 20:21:34.526 INFO STEP 261 (remove_files) COMPLETE |
5366 | 2025-02-21T20:21:34.955Z | [ recovery-image] Feb 21 20:21:34.526 INFO O| Feb 21 20:21:34.526 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5367 | 2025-02-21T20:21:34.981Z | [ recovery-image] Feb 21 20:21:34.547 INFO O| Feb 21 20:21:34.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
5368 | 2025-02-21T20:21:34.981Z | [ recovery-image] Feb 21 20:21:34.547 INFO O| Feb 21 20:21:34.547 INFO STEP 262 (remove_files) COMPLETE |
5369 | 2025-02-21T20:21:34.981Z | [ recovery-image] Feb 21 20:21:34.547 INFO O| Feb 21 20:21:34.547 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5370 | 2025-02-21T20:21:35.017Z | [ recovery-image] Feb 21 20:21:34.586 INFO O| Feb 21 20:21:34.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
5371 | 2025-02-21T20:21:35.020Z | [ recovery-image] Feb 21 20:21:34.586 INFO O| Feb 21 20:21:34.586 INFO STEP 263 (remove_files) COMPLETE |
5372 | 2025-02-21T20:21:35.021Z | [ recovery-image] Feb 21 20:21:34.586 INFO O| Feb 21 20:21:34.586 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5373 | 2025-02-21T20:21:35.041Z | [ recovery-image] Feb 21 20:21:34.610 INFO O| Feb 21 20:21:34.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
5374 | 2025-02-21T20:21:35.047Z | [ recovery-image] Feb 21 20:21:34.617 INFO O| Feb 21 20:21:34.617 INFO STEP 264 (remove_files) COMPLETE |
5375 | 2025-02-21T20:21:35.047Z | [ recovery-image] Feb 21 20:21:34.617 INFO O| Feb 21 20:21:34.617 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5376 | 2025-02-21T20:21:35.099Z | [ recovery-image] Feb 21 20:21:34.670 INFO O| Feb 21 20:21:34.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
5377 | 2025-02-21T20:21:35.102Z | [ recovery-image] Feb 21 20:21:34.670 INFO O| Feb 21 20:21:34.670 INFO STEP 265 (remove_files) COMPLETE |
5378 | 2025-02-21T20:21:35.103Z | [ recovery-image] Feb 21 20:21:34.670 INFO O| Feb 21 20:21:34.670 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5379 | 2025-02-21T20:21:35.169Z | [ recovery-image] Feb 21 20:21:34.733 INFO O| Feb 21 20:21:34.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
5380 | 2025-02-21T20:21:35.189Z | [ recovery-image] Feb 21 20:21:34.734 INFO O| Feb 21 20:21:34.733 INFO STEP 266 (remove_files) COMPLETE |
5381 | 2025-02-21T20:21:35.190Z | [ recovery-image] Feb 21 20:21:34.734 INFO O| Feb 21 20:21:34.734 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5382 | 2025-02-21T20:21:35.198Z | [ recovery-image] Feb 21 20:21:34.757 INFO O| Feb 21 20:21:34.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
5383 | 2025-02-21T20:21:35.198Z | [ recovery-image] Feb 21 20:21:34.757 INFO O| Feb 21 20:21:34.757 INFO STEP 267 (remove_files) COMPLETE |
5384 | 2025-02-21T20:21:35.199Z | [ recovery-image] Feb 21 20:21:34.757 INFO O| Feb 21 20:21:34.757 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5385 | 2025-02-21T20:21:35.208Z | [ recovery-image] Feb 21 20:21:34.779 INFO O| Feb 21 20:21:34.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
5386 | 2025-02-21T20:21:35.208Z | [ recovery-image] Feb 21 20:21:34.779 INFO O| Feb 21 20:21:34.779 INFO STEP 268 (remove_files) COMPLETE |
5387 | 2025-02-21T20:21:35.209Z | [ recovery-image] Feb 21 20:21:34.779 INFO O| Feb 21 20:21:34.779 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5388 | 2025-02-21T20:21:35.248Z | [ recovery-image] Feb 21 20:21:34.819 INFO O| Feb 21 20:21:34.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
5389 | 2025-02-21T20:21:35.251Z | [ recovery-image] Feb 21 20:21:34.819 INFO O| Feb 21 20:21:34.819 INFO STEP 269 (remove_files) COMPLETE |
5390 | 2025-02-21T20:21:35.252Z | [ recovery-image] Feb 21 20:21:34.819 INFO O| Feb 21 20:21:34.819 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5391 | 2025-02-21T20:21:35.272Z | [ recovery-image] Feb 21 20:21:34.843 INFO O| Feb 21 20:21:34.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
5392 | 2025-02-21T20:21:35.276Z | [ recovery-image] Feb 21 20:21:34.843 INFO O| Feb 21 20:21:34.843 INFO STEP 270 (remove_files) COMPLETE |
5393 | 2025-02-21T20:21:35.277Z | [ recovery-image] Feb 21 20:21:34.843 INFO O| Feb 21 20:21:34.843 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5394 | 2025-02-21T20:21:35.303Z | [ recovery-image] Feb 21 20:21:34.872 INFO O| Feb 21 20:21:34.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
5395 | 2025-02-21T20:21:35.319Z | [ recovery-image] Feb 21 20:21:34.873 INFO O| Feb 21 20:21:34.873 INFO STEP 271 (remove_files) COMPLETE |
5396 | 2025-02-21T20:21:35.319Z | [ recovery-image] Feb 21 20:21:34.873 INFO O| Feb 21 20:21:34.873 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5397 | 2025-02-21T20:21:35.335Z | [ recovery-image] Feb 21 20:21:34.895 INFO O| Feb 21 20:21:34.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
5398 | 2025-02-21T20:21:35.335Z | [ recovery-image] Feb 21 20:21:34.895 INFO O| Feb 21 20:21:34.895 INFO STEP 272 (remove_files) COMPLETE |
5399 | 2025-02-21T20:21:35.335Z | [ recovery-image] Feb 21 20:21:34.895 INFO O| Feb 21 20:21:34.895 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5400 | 2025-02-21T20:21:35.355Z | [ recovery-image] Feb 21 20:21:34.924 INFO O| Feb 21 20:21:34.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
5401 | 2025-02-21T20:21:35.359Z | [ recovery-image] Feb 21 20:21:34.925 INFO O| Feb 21 20:21:34.924 INFO STEP 273 (remove_files) COMPLETE |
5402 | 2025-02-21T20:21:35.359Z | [ recovery-image] Feb 21 20:21:34.925 INFO O| Feb 21 20:21:34.925 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5403 | 2025-02-21T20:21:35.375Z | [ recovery-image] Feb 21 20:21:34.945 INFO O| Feb 21 20:21:34.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
5404 | 2025-02-21T20:21:35.379Z | [ recovery-image] Feb 21 20:21:34.946 INFO O| Feb 21 20:21:34.945 INFO STEP 274 (remove_files) COMPLETE |
5405 | 2025-02-21T20:21:35.379Z | [ recovery-image] Feb 21 20:21:34.946 INFO O| Feb 21 20:21:34.946 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5406 | 2025-02-21T20:21:35.402Z | [ recovery-image] Feb 21 20:21:34.972 INFO O| Feb 21 20:21:34.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
5407 | 2025-02-21T20:21:35.402Z | [ recovery-image] Feb 21 20:21:34.972 INFO O| Feb 21 20:21:34.972 INFO STEP 275 (remove_files) COMPLETE |
5408 | 2025-02-21T20:21:35.406Z | [ recovery-image] Feb 21 20:21:34.972 INFO O| Feb 21 20:21:34.972 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5409 | 2025-02-21T20:21:35.438Z | [ recovery-image] Feb 21 20:21:35.009 INFO O| Feb 21 20:21:35.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
5410 | 2025-02-21T20:21:35.438Z | [ recovery-image] Feb 21 20:21:35.009 INFO O| Feb 21 20:21:35.009 INFO STEP 276 (remove_files) COMPLETE |
5411 | 2025-02-21T20:21:35.453Z | [ recovery-image] Feb 21 20:21:35.009 INFO O| Feb 21 20:21:35.009 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5412 | 2025-02-21T20:21:35.468Z | [ recovery-image] Feb 21 20:21:35.038 INFO O| Feb 21 20:21:35.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
5413 | 2025-02-21T20:21:35.472Z | [ recovery-image] Feb 21 20:21:35.038 INFO O| Feb 21 20:21:35.038 INFO STEP 277 (remove_files) COMPLETE |
5414 | 2025-02-21T20:21:35.472Z | [ recovery-image] Feb 21 20:21:35.038 INFO O| Feb 21 20:21:35.038 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5415 | 2025-02-21T20:21:35.486Z | [ host-image] Feb 21 20:21:35.055 INFO O| Feb 21 20:21:35.055 INFO O| Done |
5416 | 2025-02-21T20:21:35.501Z | [ recovery-image] Feb 21 20:21:35.072 INFO O| Feb 21 20:21:35.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
5417 | 2025-02-21T20:21:35.504Z | [ recovery-image] Feb 21 20:21:35.072 INFO O| Feb 21 20:21:35.072 INFO STEP 278 (remove_files) COMPLETE |
5418 | 2025-02-21T20:21:35.504Z | [ recovery-image] Feb 21 20:21:35.072 INFO O| Feb 21 20:21:35.072 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5419 | 2025-02-21T20:21:35.529Z | [ host-image] Feb 21 20:21:35.100 INFO O| Feb 21 20:21:35.100 INFO O| Done |
5420 | 2025-02-21T20:21:35.547Z | [ host-image] Feb 21 20:21:35.100 INFO O| Feb 21 20:21:35.100 INFO O| Done |
5421 | 2025-02-21T20:21:35.547Z | [ recovery-image] Feb 21 20:21:35.108 INFO O| Feb 21 20:21:35.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
5422 | 2025-02-21T20:21:35.547Z | [ recovery-image] Feb 21 20:21:35.108 INFO O| Feb 21 20:21:35.108 INFO STEP 279 (remove_files) COMPLETE |
5423 | 2025-02-21T20:21:35.547Z | [ recovery-image] Feb 21 20:21:35.108 INFO O| Feb 21 20:21:35.108 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5424 | 2025-02-21T20:21:35.569Z | [ host-image] Feb 21 20:21:35.129 INFO O| Feb 21 20:21:35.129 INFO O| Done |
5425 | 2025-02-21T20:21:35.572Z | [ recovery-image] Feb 21 20:21:35.130 INFO O| Feb 21 20:21:35.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
5426 | 2025-02-21T20:21:35.572Z | [ recovery-image] Feb 21 20:21:35.130 INFO O| Feb 21 20:21:35.130 INFO STEP 280 (remove_files) COMPLETE |
5427 | 2025-02-21T20:21:35.572Z | [ recovery-image] Feb 21 20:21:35.130 INFO O| Feb 21 20:21:35.130 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5428 | 2025-02-21T20:21:35.584Z | [ recovery-image] Feb 21 20:21:35.154 INFO O| Feb 21 20:21:35.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
5429 | 2025-02-21T20:21:35.584Z | [ recovery-image] Feb 21 20:21:35.155 INFO O| Feb 21 20:21:35.155 INFO STEP 281 (remove_files) COMPLETE |
5430 | 2025-02-21T20:21:35.584Z | [ recovery-image] Feb 21 20:21:35.155 INFO O| Feb 21 20:21:35.155 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5431 | 2025-02-21T20:21:35.666Z | [ recovery-image] Feb 21 20:21:35.233 INFO O| Feb 21 20:21:35.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
5432 | 2025-02-21T20:21:35.694Z | [ recovery-image] Feb 21 20:21:35.233 INFO O| Feb 21 20:21:35.233 INFO STEP 282 (remove_files) COMPLETE |
5433 | 2025-02-21T20:21:35.694Z | [ recovery-image] Feb 21 20:21:35.233 INFO O| Feb 21 20:21:35.233 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5434 | 2025-02-21T20:21:35.699Z | [ recovery-image] Feb 21 20:21:35.254 INFO O| Feb 21 20:21:35.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
5435 | 2025-02-21T20:21:35.699Z | [ recovery-image] Feb 21 20:21:35.255 INFO O| Feb 21 20:21:35.255 INFO STEP 283 (remove_files) COMPLETE |
5436 | 2025-02-21T20:21:35.699Z | [ recovery-image] Feb 21 20:21:35.255 INFO O| Feb 21 20:21:35.255 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5437 | 2025-02-21T20:21:35.705Z | [ recovery-image] Feb 21 20:21:35.275 INFO O| Feb 21 20:21:35.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
5438 | 2025-02-21T20:21:35.705Z | [ recovery-image] Feb 21 20:21:35.275 INFO O| Feb 21 20:21:35.275 INFO STEP 284 (remove_files) COMPLETE |
5439 | 2025-02-21T20:21:35.705Z | [ recovery-image] Feb 21 20:21:35.275 INFO O| Feb 21 20:21:35.275 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5440 | 2025-02-21T20:21:35.726Z | [ recovery-image] Feb 21 20:21:35.295 INFO O| Feb 21 20:21:35.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
5441 | 2025-02-21T20:21:35.726Z | [ recovery-image] Feb 21 20:21:35.295 INFO O| Feb 21 20:21:35.295 INFO STEP 285 (remove_files) COMPLETE |
5442 | 2025-02-21T20:21:35.736Z | [ recovery-image] Feb 21 20:21:35.295 INFO O| Feb 21 20:21:35.295 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5443 | 2025-02-21T20:21:35.765Z | [ recovery-image] Feb 21 20:21:35.335 INFO O| Feb 21 20:21:35.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
5444 | 2025-02-21T20:21:35.765Z | [ recovery-image] Feb 21 20:21:35.335 INFO O| Feb 21 20:21:35.335 INFO STEP 286 (remove_files) COMPLETE |
5445 | 2025-02-21T20:21:35.769Z | [ recovery-image] Feb 21 20:21:35.335 INFO O| Feb 21 20:21:35.335 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5446 | 2025-02-21T20:21:35.789Z | [ recovery-image] Feb 21 20:21:35.359 INFO O| Feb 21 20:21:35.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
5447 | 2025-02-21T20:21:35.789Z | [ recovery-image] Feb 21 20:21:35.359 INFO O| Feb 21 20:21:35.359 INFO STEP 287 (remove_files) COMPLETE |
5448 | 2025-02-21T20:21:35.789Z | [ recovery-image] Feb 21 20:21:35.359 INFO O| Feb 21 20:21:35.359 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5449 | 2025-02-21T20:21:35.824Z | [ recovery-image] Feb 21 20:21:35.380 INFO O| Feb 21 20:21:35.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
5450 | 2025-02-21T20:21:35.824Z | [ recovery-image] Feb 21 20:21:35.381 INFO O| Feb 21 20:21:35.380 INFO STEP 288 (remove_files) COMPLETE |
5451 | 2025-02-21T20:21:35.834Z | [ recovery-image] Feb 21 20:21:35.381 INFO O| Feb 21 20:21:35.380 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5452 | 2025-02-21T20:21:35.837Z | [ recovery-image] Feb 21 20:21:35.405 INFO O| Feb 21 20:21:35.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
5453 | 2025-02-21T20:21:35.837Z | [ recovery-image] Feb 21 20:21:35.405 INFO O| Feb 21 20:21:35.405 INFO STEP 289 (remove_files) COMPLETE |
5454 | 2025-02-21T20:21:35.837Z | [ recovery-image] Feb 21 20:21:35.405 INFO O| Feb 21 20:21:35.405 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5455 | 2025-02-21T20:21:35.870Z | [ recovery-image] Feb 21 20:21:35.436 INFO O| Feb 21 20:21:35.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
5456 | 2025-02-21T20:21:35.873Z | [ recovery-image] Feb 21 20:21:35.436 INFO O| Feb 21 20:21:35.436 INFO STEP 290 (remove_files) COMPLETE |
5457 | 2025-02-21T20:21:35.874Z | [ recovery-image] Feb 21 20:21:35.437 INFO O| Feb 21 20:21:35.436 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5458 | 2025-02-21T20:21:35.885Z | [ host-image] Feb 21 20:21:35.455 INFO O| Feb 21 20:21:35.455 INFO STEP 12 (pkg_install) COMPLETE |
5459 | 2025-02-21T20:21:35.885Z | [ host-image] Feb 21 20:21:35.455 INFO O| Feb 21 20:21:35.455 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5460 | 2025-02-21T20:21:35.891Z | [ recovery-image] Feb 21 20:21:35.460 INFO O| Feb 21 20:21:35.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
5461 | 2025-02-21T20:21:35.894Z | [ recovery-image] Feb 21 20:21:35.460 INFO O| Feb 21 20:21:35.460 INFO STEP 291 (remove_files) COMPLETE |
5462 | 2025-02-21T20:21:35.894Z | [ recovery-image] Feb 21 20:21:35.460 INFO O| Feb 21 20:21:35.460 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5463 | 2025-02-21T20:21:35.903Z | [ host-image] Feb 21 20:21:35.473 INFO O| Feb 21 20:21:35.473 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
5464 | 2025-02-21T20:21:35.910Z | [ recovery-image] Feb 21 20:21:35.480 INFO O| Feb 21 20:21:35.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
5465 | 2025-02-21T20:21:35.910Z | [ recovery-image] Feb 21 20:21:35.480 INFO O| Feb 21 20:21:35.480 INFO STEP 292 (remove_files) COMPLETE |
5466 | 2025-02-21T20:21:35.915Z | [ recovery-image] Feb 21 20:21:35.480 INFO O| Feb 21 20:21:35.480 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5467 | 2025-02-21T20:21:35.987Z | [ recovery-image] Feb 21 20:21:35.557 INFO O| Feb 21 20:21:35.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
5468 | 2025-02-21T20:21:35.987Z | [ recovery-image] Feb 21 20:21:35.557 INFO O| Feb 21 20:21:35.557 INFO STEP 293 (remove_files) COMPLETE |
5469 | 2025-02-21T20:21:35.987Z | [ recovery-image] Feb 21 20:21:35.557 INFO O| Feb 21 20:21:35.557 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5470 | 2025-02-21T20:21:36.039Z | [ recovery-image] Feb 21 20:21:35.600 INFO O| Feb 21 20:21:35.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
5471 | 2025-02-21T20:21:36.040Z | [ recovery-image] Feb 21 20:21:35.600 INFO O| Feb 21 20:21:35.600 INFO STEP 294 (remove_files) COMPLETE |
5472 | 2025-02-21T20:21:36.040Z | [ recovery-image] Feb 21 20:21:35.600 INFO O| Feb 21 20:21:35.600 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5473 | 2025-02-21T20:21:36.129Z | [ recovery-image] Feb 21 20:21:35.699 INFO O| Feb 21 20:21:35.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
5474 | 2025-02-21T20:21:36.129Z | [ recovery-image] Feb 21 20:21:35.699 INFO O| Feb 21 20:21:35.699 INFO STEP 295 (remove_files) COMPLETE |
5475 | 2025-02-21T20:21:36.130Z | [ recovery-image] Feb 21 20:21:35.699 INFO O| Feb 21 20:21:35.699 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5476 | 2025-02-21T20:21:36.154Z | [ recovery-image] Feb 21 20:21:35.722 INFO O| Feb 21 20:21:35.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
5477 | 2025-02-21T20:21:36.154Z | [ recovery-image] Feb 21 20:21:35.722 INFO O| Feb 21 20:21:35.722 INFO STEP 296 (remove_files) COMPLETE |
5478 | 2025-02-21T20:21:36.154Z | [ recovery-image] Feb 21 20:21:35.722 INFO O| Feb 21 20:21:35.722 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5479 | 2025-02-21T20:21:36.185Z | [ recovery-image] Feb 21 20:21:35.755 INFO O| Feb 21 20:21:35.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
5480 | 2025-02-21T20:21:36.185Z | [ recovery-image] Feb 21 20:21:35.755 INFO O| Feb 21 20:21:35.755 INFO STEP 297 (remove_files) COMPLETE |
5481 | 2025-02-21T20:21:36.185Z | [ recovery-image] Feb 21 20:21:35.755 INFO O| Feb 21 20:21:35.755 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5482 | 2025-02-21T20:21:36.215Z | [ recovery-image] Feb 21 20:21:35.782 INFO O| Feb 21 20:21:35.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
5483 | 2025-02-21T20:21:36.215Z | [ recovery-image] Feb 21 20:21:35.782 INFO O| Feb 21 20:21:35.782 INFO STEP 298 (remove_files) COMPLETE |
5484 | 2025-02-21T20:21:36.215Z | [ recovery-image] Feb 21 20:21:35.782 INFO O| Feb 21 20:21:35.782 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5485 | 2025-02-21T20:21:36.234Z | [ recovery-image] Feb 21 20:21:35.804 INFO O| Feb 21 20:21:35.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
5486 | 2025-02-21T20:21:36.235Z | [ recovery-image] Feb 21 20:21:35.805 INFO O| Feb 21 20:21:35.804 INFO STEP 299 (remove_files) COMPLETE |
5487 | 2025-02-21T20:21:36.235Z | [ recovery-image] Feb 21 20:21:35.805 INFO O| Feb 21 20:21:35.805 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5488 | 2025-02-21T20:21:36.257Z | [ recovery-image] Feb 21 20:21:35.826 INFO O| Feb 21 20:21:35.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
5489 | 2025-02-21T20:21:36.257Z | [ recovery-image] Feb 21 20:21:35.827 INFO O| Feb 21 20:21:35.826 INFO STEP 300 (remove_files) COMPLETE |
5490 | 2025-02-21T20:21:36.258Z | [ recovery-image] Feb 21 20:21:35.827 INFO O| Feb 21 20:21:35.827 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5491 | 2025-02-21T20:21:36.280Z | [ recovery-image] Feb 21 20:21:35.848 INFO O| Feb 21 20:21:35.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
5492 | 2025-02-21T20:21:36.280Z | [ recovery-image] Feb 21 20:21:35.849 INFO O| Feb 21 20:21:35.849 INFO STEP 301 (remove_files) COMPLETE |
5493 | 2025-02-21T20:21:36.280Z | [ recovery-image] Feb 21 20:21:35.849 INFO O| Feb 21 20:21:35.849 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5494 | 2025-02-21T20:21:36.309Z | [ recovery-image] Feb 21 20:21:35.870 INFO O| Feb 21 20:21:35.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
5495 | 2025-02-21T20:21:36.309Z | [ recovery-image] Feb 21 20:21:35.870 INFO O| Feb 21 20:21:35.870 INFO STEP 302 (remove_files) COMPLETE |
5496 | 2025-02-21T20:21:36.309Z | [ recovery-image] Feb 21 20:21:35.870 INFO O| Feb 21 20:21:35.870 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5497 | 2025-02-21T20:21:36.323Z | [ recovery-image] Feb 21 20:21:35.892 INFO O| Feb 21 20:21:35.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
5498 | 2025-02-21T20:21:36.324Z | [ recovery-image] Feb 21 20:21:35.892 INFO O| Feb 21 20:21:35.892 INFO STEP 303 (remove_files) COMPLETE |
5499 | 2025-02-21T20:21:36.324Z | [ recovery-image] Feb 21 20:21:35.892 INFO O| Feb 21 20:21:35.892 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5500 | 2025-02-21T20:21:36.346Z | [ recovery-image] Feb 21 20:21:35.915 INFO O| Feb 21 20:21:35.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
5501 | 2025-02-21T20:21:36.346Z | [ recovery-image] Feb 21 20:21:35.915 INFO O| Feb 21 20:21:35.915 INFO STEP 304 (remove_files) COMPLETE |
5502 | 2025-02-21T20:21:36.346Z | [ recovery-image] Feb 21 20:21:35.915 INFO O| Feb 21 20:21:35.915 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5503 | 2025-02-21T20:21:36.367Z | [ recovery-image] Feb 21 20:21:35.936 INFO O| Feb 21 20:21:35.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
5504 | 2025-02-21T20:21:36.368Z | [ recovery-image] Feb 21 20:21:35.936 INFO O| Feb 21 20:21:35.936 INFO STEP 305 (remove_files) COMPLETE |
5505 | 2025-02-21T20:21:36.368Z | [ recovery-image] Feb 21 20:21:35.936 INFO O| Feb 21 20:21:35.936 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5506 | 2025-02-21T20:21:36.387Z | [ recovery-image] Feb 21 20:21:35.957 INFO O| Feb 21 20:21:35.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
5507 | 2025-02-21T20:21:36.387Z | [ recovery-image] Feb 21 20:21:35.957 INFO O| Feb 21 20:21:35.957 INFO STEP 306 (remove_files) COMPLETE |
5508 | 2025-02-21T20:21:36.387Z | [ recovery-image] Feb 21 20:21:35.957 INFO O| Feb 21 20:21:35.957 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5509 | 2025-02-21T20:21:36.433Z | [ recovery-image] Feb 21 20:21:36.002 INFO O| Feb 21 20:21:36.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
5510 | 2025-02-21T20:21:36.433Z | [ recovery-image] Feb 21 20:21:36.003 INFO O| Feb 21 20:21:36.002 INFO STEP 307 (remove_files) COMPLETE |
5511 | 2025-02-21T20:21:36.437Z | [ recovery-image] Feb 21 20:21:36.003 INFO O| Feb 21 20:21:36.003 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5512 | 2025-02-21T20:21:36.455Z | [ recovery-image] Feb 21 20:21:36.024 INFO O| Feb 21 20:21:36.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
5513 | 2025-02-21T20:21:36.455Z | [ recovery-image] Feb 21 20:21:36.024 INFO O| Feb 21 20:21:36.024 INFO STEP 308 (remove_files) COMPLETE |
5514 | 2025-02-21T20:21:36.455Z | [ recovery-image] Feb 21 20:21:36.024 INFO O| Feb 21 20:21:36.024 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5515 | 2025-02-21T20:21:36.474Z | [ recovery-image] Feb 21 20:21:36.044 INFO O| Feb 21 20:21:36.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
5516 | 2025-02-21T20:21:36.478Z | [ recovery-image] Feb 21 20:21:36.045 INFO O| Feb 21 20:21:36.044 INFO STEP 309 (remove_files) COMPLETE |
5517 | 2025-02-21T20:21:36.478Z | [ recovery-image] Feb 21 20:21:36.045 INFO O| Feb 21 20:21:36.045 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5518 | 2025-02-21T20:21:36.506Z | [ recovery-image] Feb 21 20:21:36.075 INFO O| Feb 21 20:21:36.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
5519 | 2025-02-21T20:21:36.512Z | [ recovery-image] Feb 21 20:21:36.076 INFO O| Feb 21 20:21:36.076 INFO STEP 310 (remove_files) COMPLETE |
5520 | 2025-02-21T20:21:36.512Z | [ recovery-image] Feb 21 20:21:36.076 INFO O| Feb 21 20:21:36.076 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5521 | 2025-02-21T20:21:36.562Z | [ recovery-image] Feb 21 20:21:36.132 INFO O| Feb 21 20:21:36.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
5522 | 2025-02-21T20:21:36.563Z | [ recovery-image] Feb 21 20:21:36.132 INFO O| Feb 21 20:21:36.132 INFO STEP 311 (remove_files) COMPLETE |
5523 | 2025-02-21T20:21:36.563Z | [ recovery-image] Feb 21 20:21:36.132 INFO O| Feb 21 20:21:36.132 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5524 | 2025-02-21T20:21:36.614Z | [ recovery-image] Feb 21 20:21:36.183 INFO O| Feb 21 20:21:36.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
5525 | 2025-02-21T20:21:36.614Z | [ recovery-image] Feb 21 20:21:36.183 INFO O| Feb 21 20:21:36.183 INFO STEP 312 (remove_files) COMPLETE |
5526 | 2025-02-21T20:21:36.616Z | [ recovery-image] Feb 21 20:21:36.183 INFO O| Feb 21 20:21:36.183 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5527 | 2025-02-21T20:21:36.647Z | [ recovery-image] Feb 21 20:21:36.217 INFO O| Feb 21 20:21:36.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
5528 | 2025-02-21T20:21:36.647Z | [ recovery-image] Feb 21 20:21:36.217 INFO O| Feb 21 20:21:36.217 INFO STEP 313 (remove_files) COMPLETE |
5529 | 2025-02-21T20:21:36.647Z | [ recovery-image] Feb 21 20:21:36.217 INFO O| Feb 21 20:21:36.217 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5530 | 2025-02-21T20:21:36.679Z | [ recovery-image] Feb 21 20:21:36.248 INFO O| Feb 21 20:21:36.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
5531 | 2025-02-21T20:21:36.682Z | [ recovery-image] Feb 21 20:21:36.248 INFO O| Feb 21 20:21:36.248 INFO STEP 314 (remove_files) COMPLETE |
5532 | 2025-02-21T20:21:36.682Z | [ recovery-image] Feb 21 20:21:36.248 INFO O| Feb 21 20:21:36.248 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5533 | 2025-02-21T20:21:36.702Z | [ recovery-image] Feb 21 20:21:36.271 INFO O| Feb 21 20:21:36.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
5534 | 2025-02-21T20:21:36.702Z | [ recovery-image] Feb 21 20:21:36.271 INFO O| Feb 21 20:21:36.271 INFO STEP 315 (remove_files) COMPLETE |
5535 | 2025-02-21T20:21:36.702Z | [ recovery-image] Feb 21 20:21:36.271 INFO O| Feb 21 20:21:36.271 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5536 | 2025-02-21T20:21:36.724Z | [ recovery-image] Feb 21 20:21:36.294 INFO O| Feb 21 20:21:36.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
5537 | 2025-02-21T20:21:36.724Z | [ recovery-image] Feb 21 20:21:36.294 INFO O| Feb 21 20:21:36.294 INFO STEP 316 (remove_files) COMPLETE |
5538 | 2025-02-21T20:21:36.724Z | [ recovery-image] Feb 21 20:21:36.294 INFO O| Feb 21 20:21:36.294 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5539 | 2025-02-21T20:21:36.759Z | [ recovery-image] Feb 21 20:21:36.328 INFO O| Feb 21 20:21:36.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
5540 | 2025-02-21T20:21:36.761Z | [ recovery-image] Feb 21 20:21:36.329 INFO O| Feb 21 20:21:36.329 INFO STEP 317 (remove_files) COMPLETE |
5541 | 2025-02-21T20:21:36.761Z | [ recovery-image] Feb 21 20:21:36.329 INFO O| Feb 21 20:21:36.329 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5542 | 2025-02-21T20:21:36.779Z | [ recovery-image] Feb 21 20:21:36.349 INFO O| Feb 21 20:21:36.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
5543 | 2025-02-21T20:21:36.781Z | [ recovery-image] Feb 21 20:21:36.349 INFO O| Feb 21 20:21:36.349 INFO STEP 318 (remove_files) COMPLETE |
5544 | 2025-02-21T20:21:36.781Z | [ recovery-image] Feb 21 20:21:36.349 INFO O| Feb 21 20:21:36.349 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5545 | 2025-02-21T20:21:36.852Z | [ host-image] Feb 21 20:21:36.422 INFO O| Feb 21 20:21:36.422 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
5546 | 2025-02-21T20:21:36.856Z | [ recovery-image] Feb 21 20:21:36.424 INFO O| Feb 21 20:21:36.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
5547 | 2025-02-21T20:21:36.856Z | [ recovery-image] Feb 21 20:21:36.424 INFO O| Feb 21 20:21:36.424 INFO STEP 319 (remove_files) COMPLETE |
5548 | 2025-02-21T20:21:36.856Z | [ recovery-image] Feb 21 20:21:36.424 INFO O| Feb 21 20:21:36.424 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5549 | 2025-02-21T20:21:36.920Z | [ recovery-image] Feb 21 20:21:36.489 INFO O| Feb 21 20:21:36.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
5550 | 2025-02-21T20:21:36.920Z | [ recovery-image] Feb 21 20:21:36.489 INFO O| Feb 21 20:21:36.489 INFO STEP 320 (remove_files) COMPLETE |
5551 | 2025-02-21T20:21:36.920Z | [ recovery-image] Feb 21 20:21:36.489 INFO O| Feb 21 20:21:36.489 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5552 | 2025-02-21T20:21:36.958Z | [ recovery-image] Feb 21 20:21:36.527 INFO O| Feb 21 20:21:36.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
5553 | 2025-02-21T20:21:36.961Z | [ recovery-image] Feb 21 20:21:36.527 INFO O| Feb 21 20:21:36.527 INFO STEP 321 (remove_files) COMPLETE |
5554 | 2025-02-21T20:21:36.961Z | [ recovery-image] Feb 21 20:21:36.528 INFO O| Feb 21 20:21:36.527 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5555 | 2025-02-21T20:21:36.979Z | [ recovery-image] Feb 21 20:21:36.549 INFO O| Feb 21 20:21:36.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
5556 | 2025-02-21T20:21:36.979Z | [ recovery-image] Feb 21 20:21:36.549 INFO O| Feb 21 20:21:36.549 INFO STEP 322 (remove_files) COMPLETE |
5557 | 2025-02-21T20:21:36.984Z | [ recovery-image] Feb 21 20:21:36.549 INFO O| Feb 21 20:21:36.549 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5558 | 2025-02-21T20:21:37.023Z | [ recovery-image] Feb 21 20:21:36.590 INFO O| Feb 21 20:21:36.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
5559 | 2025-02-21T20:21:37.023Z | [ recovery-image] Feb 21 20:21:36.590 INFO O| Feb 21 20:21:36.590 INFO STEP 323 (remove_files) COMPLETE |
5560 | 2025-02-21T20:21:37.023Z | [ recovery-image] Feb 21 20:21:36.590 INFO O| Feb 21 20:21:36.590 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5561 | 2025-02-21T20:21:37.043Z | [ recovery-image] Feb 21 20:21:36.612 INFO O| Feb 21 20:21:36.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
5562 | 2025-02-21T20:21:37.043Z | [ recovery-image] Feb 21 20:21:36.612 INFO O| Feb 21 20:21:36.612 INFO STEP 324 (remove_files) COMPLETE |
5563 | 2025-02-21T20:21:37.046Z | [ recovery-image] Feb 21 20:21:36.612 INFO O| Feb 21 20:21:36.612 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5564 | 2025-02-21T20:21:37.148Z | [ recovery-image] Feb 21 20:21:36.717 INFO O| Feb 21 20:21:36.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
5565 | 2025-02-21T20:21:37.148Z | [ recovery-image] Feb 21 20:21:36.717 INFO O| Feb 21 20:21:36.717 INFO STEP 325 (remove_files) COMPLETE |
5566 | 2025-02-21T20:21:37.148Z | [ recovery-image] Feb 21 20:21:36.717 INFO O| Feb 21 20:21:36.717 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5567 | 2025-02-21T20:21:37.208Z | [ recovery-image] Feb 21 20:21:36.776 INFO O| Feb 21 20:21:36.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
5568 | 2025-02-21T20:21:37.214Z | [ recovery-image] Feb 21 20:21:36.776 INFO O| Feb 21 20:21:36.776 INFO STEP 326 (remove_files) COMPLETE |
5569 | 2025-02-21T20:21:37.214Z | [ recovery-image] Feb 21 20:21:36.776 INFO O| Feb 21 20:21:36.776 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5570 | 2025-02-21T20:21:37.227Z | [ recovery-image] Feb 21 20:21:36.795 INFO O| Feb 21 20:21:36.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
5571 | 2025-02-21T20:21:37.227Z | [ recovery-image] Feb 21 20:21:36.795 INFO O| Feb 21 20:21:36.795 INFO STEP 327 (remove_files) COMPLETE |
5572 | 2025-02-21T20:21:37.233Z | [ recovery-image] Feb 21 20:21:36.795 INFO O| Feb 21 20:21:36.795 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5573 | 2025-02-21T20:21:37.251Z | [ recovery-image] Feb 21 20:21:36.820 INFO O| Feb 21 20:21:36.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
5574 | 2025-02-21T20:21:37.251Z | [ recovery-image] Feb 21 20:21:36.820 INFO O| Feb 21 20:21:36.820 INFO STEP 328 (remove_files) COMPLETE |
5575 | 2025-02-21T20:21:37.251Z | [ recovery-image] Feb 21 20:21:36.821 INFO O| Feb 21 20:21:36.820 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5576 | 2025-02-21T20:21:37.278Z | [ recovery-image] Feb 21 20:21:36.843 INFO O| Feb 21 20:21:36.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
5577 | 2025-02-21T20:21:37.279Z | [ recovery-image] Feb 21 20:21:36.843 INFO O| Feb 21 20:21:36.843 INFO STEP 329 (remove_files) COMPLETE |
5578 | 2025-02-21T20:21:37.282Z | [ recovery-image] Feb 21 20:21:36.843 INFO O| Feb 21 20:21:36.843 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5579 | 2025-02-21T20:21:37.298Z | [ recovery-image] Feb 21 20:21:36.868 INFO O| Feb 21 20:21:36.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
5580 | 2025-02-21T20:21:37.303Z | [ recovery-image] Feb 21 20:21:36.868 INFO O| Feb 21 20:21:36.868 INFO STEP 330 (remove_files) COMPLETE |
5581 | 2025-02-21T20:21:37.303Z | [ recovery-image] Feb 21 20:21:36.868 INFO O| Feb 21 20:21:36.868 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5582 | 2025-02-21T20:21:37.327Z | [ recovery-image] Feb 21 20:21:36.894 INFO O| Feb 21 20:21:36.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
5583 | 2025-02-21T20:21:37.330Z | [ recovery-image] Feb 21 20:21:36.894 INFO O| Feb 21 20:21:36.894 INFO STEP 331 (remove_files) COMPLETE |
5584 | 2025-02-21T20:21:37.330Z | [ recovery-image] Feb 21 20:21:36.894 INFO O| Feb 21 20:21:36.894 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5585 | 2025-02-21T20:21:37.356Z | [ recovery-image] Feb 21 20:21:36.925 INFO O| Feb 21 20:21:36.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
5586 | 2025-02-21T20:21:37.359Z | [ recovery-image] Feb 21 20:21:36.925 INFO O| Feb 21 20:21:36.925 INFO STEP 332 (remove_files) COMPLETE |
5587 | 2025-02-21T20:21:37.359Z | [ recovery-image] Feb 21 20:21:36.925 INFO O| Feb 21 20:21:36.925 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5588 | 2025-02-21T20:21:37.398Z | [ recovery-image] Feb 21 20:21:36.968 INFO O| Feb 21 20:21:36.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
5589 | 2025-02-21T20:21:37.401Z | [ recovery-image] Feb 21 20:21:36.968 INFO O| Feb 21 20:21:36.968 INFO STEP 333 (remove_files) COMPLETE |
5590 | 2025-02-21T20:21:37.401Z | [ recovery-image] Feb 21 20:21:36.968 INFO O| Feb 21 20:21:36.968 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5591 | 2025-02-21T20:21:37.452Z | [ recovery-image] Feb 21 20:21:37.021 INFO O| Feb 21 20:21:37.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
5592 | 2025-02-21T20:21:37.452Z | [ recovery-image] Feb 21 20:21:37.021 INFO O| Feb 21 20:21:37.021 INFO STEP 334 (remove_files) COMPLETE |
5593 | 2025-02-21T20:21:37.456Z | [ recovery-image] Feb 21 20:21:37.021 INFO O| Feb 21 20:21:37.021 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5594 | 2025-02-21T20:21:37.474Z | [ recovery-image] Feb 21 20:21:37.042 INFO O| Feb 21 20:21:37.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
5595 | 2025-02-21T20:21:37.475Z | [ recovery-image] Feb 21 20:21:37.042 INFO O| Feb 21 20:21:37.042 INFO STEP 335 (remove_files) COMPLETE |
5596 | 2025-02-21T20:21:37.475Z | [ recovery-image] Feb 21 20:21:37.042 INFO O| Feb 21 20:21:37.042 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5597 | 2025-02-21T20:21:37.497Z | [ recovery-image] Feb 21 20:21:37.066 INFO O| Feb 21 20:21:37.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
5598 | 2025-02-21T20:21:37.497Z | [ recovery-image] Feb 21 20:21:37.066 INFO O| Feb 21 20:21:37.066 INFO STEP 336 (remove_files) COMPLETE |
5599 | 2025-02-21T20:21:37.497Z | [ recovery-image] Feb 21 20:21:37.066 INFO O| Feb 21 20:21:37.066 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5600 | 2025-02-21T20:21:37.542Z | [ recovery-image] Feb 21 20:21:37.111 INFO O| Feb 21 20:21:37.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
5601 | 2025-02-21T20:21:37.546Z | [ recovery-image] Feb 21 20:21:37.111 INFO O| Feb 21 20:21:37.111 INFO STEP 337 (remove_files) COMPLETE |
5602 | 2025-02-21T20:21:37.546Z | [ recovery-image] Feb 21 20:21:37.111 INFO O| Feb 21 20:21:37.111 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5603 | 2025-02-21T20:21:37.565Z | [ recovery-image] Feb 21 20:21:37.133 INFO O| Feb 21 20:21:37.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
5604 | 2025-02-21T20:21:37.568Z | [ recovery-image] Feb 21 20:21:37.133 INFO O| Feb 21 20:21:37.133 INFO STEP 338 (remove_files) COMPLETE |
5605 | 2025-02-21T20:21:37.568Z | [ recovery-image] Feb 21 20:21:37.133 INFO O| Feb 21 20:21:37.133 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5606 | 2025-02-21T20:21:37.586Z | [ recovery-image] Feb 21 20:21:37.155 INFO O| Feb 21 20:21:37.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5607 | 2025-02-21T20:21:37.589Z | [ recovery-image] Feb 21 20:21:37.155 INFO O| Feb 21 20:21:37.155 INFO STEP 339 (remove_files) COMPLETE |
5608 | 2025-02-21T20:21:37.589Z | [ recovery-image] Feb 21 20:21:37.156 INFO O| Feb 21 20:21:37.156 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5609 | 2025-02-21T20:21:37.618Z | [ recovery-image] Feb 21 20:21:37.184 INFO O| Feb 21 20:21:37.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5610 | 2025-02-21T20:21:37.622Z | [ recovery-image] Feb 21 20:21:37.184 INFO O| Feb 21 20:21:37.184 INFO STEP 340 (remove_files) COMPLETE |
5611 | 2025-02-21T20:21:37.622Z | [ recovery-image] Feb 21 20:21:37.184 INFO O| Feb 21 20:21:37.184 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5612 | 2025-02-21T20:21:37.649Z | [ recovery-image] Feb 21 20:21:37.216 INFO O| Feb 21 20:21:37.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5613 | 2025-02-21T20:21:37.649Z | [ recovery-image] Feb 21 20:21:37.216 INFO O| Feb 21 20:21:37.216 INFO STEP 341 (remove_files) COMPLETE |
5614 | 2025-02-21T20:21:37.649Z | [ recovery-image] Feb 21 20:21:37.216 INFO O| Feb 21 20:21:37.216 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5615 | 2025-02-21T20:21:37.670Z | [ recovery-image] Feb 21 20:21:37.239 INFO O| Feb 21 20:21:37.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5616 | 2025-02-21T20:21:37.670Z | [ recovery-image] Feb 21 20:21:37.239 INFO O| Feb 21 20:21:37.239 INFO STEP 342 (remove_files) COMPLETE |
5617 | 2025-02-21T20:21:37.673Z | [ recovery-image] Feb 21 20:21:37.240 INFO O| Feb 21 20:21:37.239 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5618 | 2025-02-21T20:21:37.692Z | [ recovery-image] Feb 21 20:21:37.261 INFO O| Feb 21 20:21:37.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5619 | 2025-02-21T20:21:37.692Z | [ recovery-image] Feb 21 20:21:37.261 INFO O| Feb 21 20:21:37.261 INFO STEP 343 (remove_files) COMPLETE |
5620 | 2025-02-21T20:21:37.694Z | [ recovery-image] Feb 21 20:21:37.261 INFO O| Feb 21 20:21:37.261 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5621 | 2025-02-21T20:21:37.716Z | [ recovery-image] Feb 21 20:21:37.284 INFO O| Feb 21 20:21:37.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5622 | 2025-02-21T20:21:37.723Z | [ recovery-image] Feb 21 20:21:37.284 INFO O| Feb 21 20:21:37.284 INFO STEP 344 (remove_files) COMPLETE |
5623 | 2025-02-21T20:21:37.723Z | [ recovery-image] Feb 21 20:21:37.284 INFO O| Feb 21 20:21:37.284 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5624 | 2025-02-21T20:21:37.758Z | [ recovery-image] Feb 21 20:21:37.327 INFO O| Feb 21 20:21:37.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5625 | 2025-02-21T20:21:37.758Z | [ recovery-image] Feb 21 20:21:37.327 INFO O| Feb 21 20:21:37.327 INFO STEP 345 (remove_files) COMPLETE |
5626 | 2025-02-21T20:21:37.758Z | [ recovery-image] Feb 21 20:21:37.327 INFO O| Feb 21 20:21:37.327 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5627 | 2025-02-21T20:21:37.812Z | [ recovery-image] Feb 21 20:21:37.381 INFO O| Feb 21 20:21:37.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5628 | 2025-02-21T20:21:37.812Z | [ recovery-image] Feb 21 20:21:37.381 INFO O| Feb 21 20:21:37.381 INFO STEP 346 (remove_files) COMPLETE |
5629 | 2025-02-21T20:21:37.816Z | [ recovery-image] Feb 21 20:21:37.381 INFO O| Feb 21 20:21:37.381 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5630 | 2025-02-21T20:21:37.838Z | [ recovery-image] Feb 21 20:21:37.404 INFO O| Feb 21 20:21:37.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5631 | 2025-02-21T20:21:37.838Z | [ recovery-image] Feb 21 20:21:37.404 INFO O| Feb 21 20:21:37.404 INFO STEP 347 (remove_files) COMPLETE |
5632 | 2025-02-21T20:21:37.838Z | [ recovery-image] Feb 21 20:21:37.404 INFO O| Feb 21 20:21:37.404 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5633 | 2025-02-21T20:21:37.889Z | [ recovery-image] Feb 21 20:21:37.458 INFO O| Feb 21 20:21:37.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5634 | 2025-02-21T20:21:37.889Z | [ recovery-image] Feb 21 20:21:37.458 INFO O| Feb 21 20:21:37.458 INFO STEP 348 (remove_files) COMPLETE |
5635 | 2025-02-21T20:21:37.891Z | [ recovery-image] Feb 21 20:21:37.458 INFO O| Feb 21 20:21:37.458 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5636 | 2025-02-21T20:21:37.915Z | [ recovery-image] Feb 21 20:21:37.480 INFO O| Feb 21 20:21:37.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5637 | 2025-02-21T20:21:37.915Z | [ recovery-image] Feb 21 20:21:37.480 INFO O| Feb 21 20:21:37.480 INFO STEP 349 (remove_files) COMPLETE |
5638 | 2025-02-21T20:21:37.915Z | [ recovery-image] Feb 21 20:21:37.480 INFO O| Feb 21 20:21:37.480 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5639 | 2025-02-21T20:21:37.933Z | [ recovery-image] Feb 21 20:21:37.501 INFO O| Feb 21 20:21:37.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5640 | 2025-02-21T20:21:37.933Z | [ recovery-image] Feb 21 20:21:37.501 INFO O| Feb 21 20:21:37.501 INFO STEP 350 (remove_files) COMPLETE |
5641 | 2025-02-21T20:21:37.933Z | [ recovery-image] Feb 21 20:21:37.501 INFO O| Feb 21 20:21:37.501 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5642 | 2025-02-21T20:21:37.964Z | [ recovery-image] Feb 21 20:21:37.532 INFO O| Feb 21 20:21:37.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5643 | 2025-02-21T20:21:37.964Z | [ recovery-image] Feb 21 20:21:37.532 INFO O| Feb 21 20:21:37.532 INFO STEP 351 (remove_files) COMPLETE |
5644 | 2025-02-21T20:21:37.964Z | [ recovery-image] Feb 21 20:21:37.532 INFO O| Feb 21 20:21:37.532 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5645 | 2025-02-21T20:21:38.008Z | [ recovery-image] Feb 21 20:21:37.577 INFO O| Feb 21 20:21:37.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5646 | 2025-02-21T20:21:38.011Z | [ recovery-image] Feb 21 20:21:37.577 INFO O| Feb 21 20:21:37.577 INFO STEP 352 (remove_files) COMPLETE |
5647 | 2025-02-21T20:21:38.012Z | [ recovery-image] Feb 21 20:21:37.577 INFO O| Feb 21 20:21:37.577 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5648 | 2025-02-21T20:21:38.068Z | [ recovery-image] Feb 21 20:21:37.637 INFO O| Feb 21 20:21:37.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5649 | 2025-02-21T20:21:38.071Z | [ recovery-image] Feb 21 20:21:37.637 INFO O| Feb 21 20:21:37.637 INFO STEP 353 (remove_files) COMPLETE |
5650 | 2025-02-21T20:21:38.071Z | [ recovery-image] Feb 21 20:21:37.637 INFO O| Feb 21 20:21:37.637 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5651 | 2025-02-21T20:21:38.092Z | [ recovery-image] Feb 21 20:21:37.661 INFO O| Feb 21 20:21:37.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5652 | 2025-02-21T20:21:38.092Z | [ recovery-image] Feb 21 20:21:37.661 INFO O| Feb 21 20:21:37.661 INFO STEP 354 (remove_files) COMPLETE |
5653 | 2025-02-21T20:21:38.095Z | [ recovery-image] Feb 21 20:21:37.661 INFO O| Feb 21 20:21:37.661 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5654 | 2025-02-21T20:21:38.114Z | [ recovery-image] Feb 21 20:21:37.682 INFO O| Feb 21 20:21:37.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5655 | 2025-02-21T20:21:38.114Z | [ recovery-image] Feb 21 20:21:37.682 INFO O| Feb 21 20:21:37.682 INFO STEP 355 (remove_files) COMPLETE |
5656 | 2025-02-21T20:21:38.117Z | [ recovery-image] Feb 21 20:21:37.682 INFO O| Feb 21 20:21:37.682 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5657 | 2025-02-21T20:21:38.145Z | [ recovery-image] Feb 21 20:21:37.705 INFO O| Feb 21 20:21:37.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5658 | 2025-02-21T20:21:38.146Z | [ recovery-image] Feb 21 20:21:37.705 INFO O| Feb 21 20:21:37.705 INFO STEP 356 (remove_files) COMPLETE |
5659 | 2025-02-21T20:21:38.149Z | [ recovery-image] Feb 21 20:21:37.705 INFO O| Feb 21 20:21:37.705 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5660 | 2025-02-21T20:21:38.156Z | [ recovery-image] Feb 21 20:21:37.725 INFO O| Feb 21 20:21:37.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5661 | 2025-02-21T20:21:38.179Z | [ recovery-image] Feb 21 20:21:37.746 INFO O| Feb 21 20:21:37.746 INFO STEP 357 (remove_files) COMPLETE |
5662 | 2025-02-21T20:21:38.179Z | [ recovery-image] Feb 21 20:21:37.746 INFO O| Feb 21 20:21:37.746 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5663 | 2025-02-21T20:21:38.215Z | [ recovery-image] Feb 21 20:21:37.784 INFO O| Feb 21 20:21:37.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5664 | 2025-02-21T20:21:38.216Z | [ recovery-image] Feb 21 20:21:37.784 INFO O| Feb 21 20:21:37.784 INFO STEP 358 (remove_files) COMPLETE |
5665 | 2025-02-21T20:21:38.232Z | [ recovery-image] Feb 21 20:21:37.784 INFO O| Feb 21 20:21:37.784 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5666 | 2025-02-21T20:21:38.274Z | [ recovery-image] Feb 21 20:21:37.842 INFO O| Feb 21 20:21:37.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5667 | 2025-02-21T20:21:38.274Z | [ recovery-image] Feb 21 20:21:37.842 INFO O| Feb 21 20:21:37.842 INFO STEP 359 (remove_files) COMPLETE |
5668 | 2025-02-21T20:21:38.274Z | [ recovery-image] Feb 21 20:21:37.842 INFO O| Feb 21 20:21:37.842 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5669 | 2025-02-21T20:21:38.349Z | [ recovery-image] Feb 21 20:21:37.915 INFO O| Feb 21 20:21:37.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5670 | 2025-02-21T20:21:38.349Z | [ recovery-image] Feb 21 20:21:37.915 INFO O| Feb 21 20:21:37.915 INFO STEP 360 (remove_files) COMPLETE |
5671 | 2025-02-21T20:21:38.349Z | [ recovery-image] Feb 21 20:21:37.915 INFO O| Feb 21 20:21:37.915 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5672 | 2025-02-21T20:21:38.368Z | [ recovery-image] Feb 21 20:21:37.936 INFO O| Feb 21 20:21:37.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5673 | 2025-02-21T20:21:38.372Z | [ recovery-image] Feb 21 20:21:37.936 INFO O| Feb 21 20:21:37.936 INFO STEP 361 (remove_files) COMPLETE |
5674 | 2025-02-21T20:21:38.372Z | [ recovery-image] Feb 21 20:21:37.936 INFO O| Feb 21 20:21:37.936 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5675 | 2025-02-21T20:21:38.387Z | [ recovery-image] Feb 21 20:21:37.956 INFO O| Feb 21 20:21:37.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5676 | 2025-02-21T20:21:38.387Z | [ recovery-image] Feb 21 20:21:37.956 INFO O| Feb 21 20:21:37.956 INFO STEP 362 (remove_files) COMPLETE |
5677 | 2025-02-21T20:21:38.393Z | [ recovery-image] Feb 21 20:21:37.956 INFO O| Feb 21 20:21:37.956 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5678 | 2025-02-21T20:21:38.408Z | [ recovery-image] Feb 21 20:21:37.976 INFO O| Feb 21 20:21:37.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5679 | 2025-02-21T20:21:38.426Z | [ recovery-image] Feb 21 20:21:37.993 INFO O| Feb 21 20:21:37.993 INFO STEP 363 (remove_files) COMPLETE |
5680 | 2025-02-21T20:21:38.426Z | [ recovery-image] Feb 21 20:21:37.993 INFO O| Feb 21 20:21:37.993 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5681 | 2025-02-21T20:21:38.467Z | [ recovery-image] Feb 21 20:21:38.036 INFO O| Feb 21 20:21:38.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5682 | 2025-02-21T20:21:38.467Z | [ recovery-image] Feb 21 20:21:38.036 INFO O| Feb 21 20:21:38.036 INFO STEP 364 (remove_files) COMPLETE |
5683 | 2025-02-21T20:21:38.467Z | [ recovery-image] Feb 21 20:21:38.036 INFO O| Feb 21 20:21:38.036 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5684 | 2025-02-21T20:21:38.489Z | [ recovery-image] Feb 21 20:21:38.056 INFO O| Feb 21 20:21:38.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5685 | 2025-02-21T20:21:38.489Z | [ recovery-image] Feb 21 20:21:38.057 INFO O| Feb 21 20:21:38.056 INFO STEP 365 (remove_files) COMPLETE |
5686 | 2025-02-21T20:21:38.489Z | [ recovery-image] Feb 21 20:21:38.057 INFO O| Feb 21 20:21:38.057 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5687 | 2025-02-21T20:21:38.516Z | [ recovery-image] Feb 21 20:21:38.082 INFO O| Feb 21 20:21:38.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5688 | 2025-02-21T20:21:38.516Z | [ recovery-image] Feb 21 20:21:38.082 INFO O| Feb 21 20:21:38.082 INFO STEP 366 (remove_files) COMPLETE |
5689 | 2025-02-21T20:21:38.524Z | [ recovery-image] Feb 21 20:21:38.082 INFO O| Feb 21 20:21:38.082 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5690 | 2025-02-21T20:21:38.536Z | [ recovery-image] Feb 21 20:21:38.104 INFO O| Feb 21 20:21:38.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5691 | 2025-02-21T20:21:38.536Z | [ recovery-image] Feb 21 20:21:38.104 INFO O| Feb 21 20:21:38.104 INFO STEP 367 (remove_files) COMPLETE |
5692 | 2025-02-21T20:21:38.536Z | [ recovery-image] Feb 21 20:21:38.104 INFO O| Feb 21 20:21:38.104 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5693 | 2025-02-21T20:21:38.556Z | [ recovery-image] Feb 21 20:21:38.124 INFO O| Feb 21 20:21:38.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5694 | 2025-02-21T20:21:38.556Z | [ recovery-image] Feb 21 20:21:38.124 INFO O| Feb 21 20:21:38.124 INFO STEP 368 (remove_files) COMPLETE |
5695 | 2025-02-21T20:21:38.556Z | [ recovery-image] Feb 21 20:21:38.124 INFO O| Feb 21 20:21:38.124 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5696 | 2025-02-21T20:21:38.576Z | [ recovery-image] Feb 21 20:21:38.144 INFO O| Feb 21 20:21:38.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5697 | 2025-02-21T20:21:38.576Z | [ recovery-image] Feb 21 20:21:38.144 INFO O| Feb 21 20:21:38.144 INFO STEP 369 (remove_files) COMPLETE |
5698 | 2025-02-21T20:21:38.576Z | [ recovery-image] Feb 21 20:21:38.144 INFO O| Feb 21 20:21:38.144 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5699 | 2025-02-21T20:21:38.595Z | [ recovery-image] Feb 21 20:21:38.162 INFO O| Feb 21 20:21:38.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5700 | 2025-02-21T20:21:38.595Z | [ recovery-image] Feb 21 20:21:38.162 INFO O| Feb 21 20:21:38.162 INFO STEP 370 (remove_files) COMPLETE |
5701 | 2025-02-21T20:21:38.595Z | [ recovery-image] Feb 21 20:21:38.162 INFO O| Feb 21 20:21:38.162 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5702 | 2025-02-21T20:21:38.625Z | [ recovery-image] Feb 21 20:21:38.194 INFO O| Feb 21 20:21:38.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5703 | 2025-02-21T20:21:38.625Z | [ recovery-image] Feb 21 20:21:38.194 INFO O| Feb 21 20:21:38.194 INFO STEP 371 (remove_files) COMPLETE |
5704 | 2025-02-21T20:21:38.625Z | [ recovery-image] Feb 21 20:21:38.194 INFO O| Feb 21 20:21:38.194 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5705 | 2025-02-21T20:21:38.687Z | [ recovery-image] Feb 21 20:21:38.255 INFO O| Feb 21 20:21:38.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5706 | 2025-02-21T20:21:38.687Z | [ recovery-image] Feb 21 20:21:38.255 INFO O| Feb 21 20:21:38.255 INFO STEP 372 (remove_files) COMPLETE |
5707 | 2025-02-21T20:21:38.687Z | [ recovery-image] Feb 21 20:21:38.255 INFO O| Feb 21 20:21:38.255 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5708 | 2025-02-21T20:21:38.742Z | [ recovery-image] Feb 21 20:21:38.310 INFO O| Feb 21 20:21:38.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5709 | 2025-02-21T20:21:38.742Z | [ recovery-image] Feb 21 20:21:38.311 INFO O| Feb 21 20:21:38.311 INFO STEP 373 (remove_files) COMPLETE |
5710 | 2025-02-21T20:21:38.742Z | [ recovery-image] Feb 21 20:21:38.311 INFO O| Feb 21 20:21:38.311 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5711 | 2025-02-21T20:21:38.765Z | [ recovery-image] Feb 21 20:21:38.333 INFO O| Feb 21 20:21:38.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5712 | 2025-02-21T20:21:38.765Z | [ recovery-image] Feb 21 20:21:38.333 INFO O| Feb 21 20:21:38.333 INFO STEP 374 (remove_files) COMPLETE |
5713 | 2025-02-21T20:21:38.765Z | [ recovery-image] Feb 21 20:21:38.333 INFO O| Feb 21 20:21:38.333 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5714 | 2025-02-21T20:21:38.808Z | [ recovery-image] Feb 21 20:21:38.376 INFO O| Feb 21 20:21:38.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5715 | 2025-02-21T20:21:38.808Z | [ recovery-image] Feb 21 20:21:38.376 INFO O| Feb 21 20:21:38.376 INFO STEP 375 (remove_files) COMPLETE |
5716 | 2025-02-21T20:21:38.808Z | [ recovery-image] Feb 21 20:21:38.376 INFO O| Feb 21 20:21:38.376 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5717 | 2025-02-21T20:21:38.831Z | [ recovery-image] Feb 21 20:21:38.398 INFO O| Feb 21 20:21:38.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5718 | 2025-02-21T20:21:38.831Z | [ recovery-image] Feb 21 20:21:38.399 INFO O| Feb 21 20:21:38.399 INFO STEP 376 (remove_files) COMPLETE |
5719 | 2025-02-21T20:21:38.831Z | [ recovery-image] Feb 21 20:21:38.399 INFO O| Feb 21 20:21:38.399 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5720 | 2025-02-21T20:21:38.985Z | [ recovery-image] Feb 21 20:21:38.553 INFO O| Feb 21 20:21:38.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5721 | 2025-02-21T20:21:38.988Z | [ recovery-image] Feb 21 20:21:38.553 INFO O| Feb 21 20:21:38.553 INFO STEP 377 (remove_files) COMPLETE |
5722 | 2025-02-21T20:21:38.988Z | [ recovery-image] Feb 21 20:21:38.554 INFO O| Feb 21 20:21:38.554 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5723 | 2025-02-21T20:21:39.048Z | [ recovery-image] Feb 21 20:21:38.616 INFO O| Feb 21 20:21:38.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5724 | 2025-02-21T20:21:39.048Z | [ recovery-image] Feb 21 20:21:38.616 INFO O| Feb 21 20:21:38.616 INFO STEP 378 (remove_files) COMPLETE |
5725 | 2025-02-21T20:21:39.052Z | [ recovery-image] Feb 21 20:21:38.616 INFO O| Feb 21 20:21:38.616 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5726 | 2025-02-21T20:21:39.068Z | [ recovery-image] Feb 21 20:21:38.636 INFO O| Feb 21 20:21:38.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5727 | 2025-02-21T20:21:39.068Z | [ recovery-image] Feb 21 20:21:38.636 INFO O| Feb 21 20:21:38.636 INFO STEP 379 (remove_files) COMPLETE |
5728 | 2025-02-21T20:21:39.068Z | [ recovery-image] Feb 21 20:21:38.636 INFO O| Feb 21 20:21:38.636 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5729 | 2025-02-21T20:21:39.102Z | [ recovery-image] Feb 21 20:21:38.671 INFO O| Feb 21 20:21:38.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5730 | 2025-02-21T20:21:39.102Z | [ recovery-image] Feb 21 20:21:38.671 INFO O| Feb 21 20:21:38.671 INFO STEP 380 (remove_files) COMPLETE |
5731 | 2025-02-21T20:21:39.105Z | [ recovery-image] Feb 21 20:21:38.671 INFO O| Feb 21 20:21:38.671 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5732 | 2025-02-21T20:21:39.144Z | [ recovery-image] Feb 21 20:21:38.712 INFO O| Feb 21 20:21:38.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5733 | 2025-02-21T20:21:39.148Z | [ recovery-image] Feb 21 20:21:38.712 INFO O| Feb 21 20:21:38.712 INFO STEP 381 (remove_files) COMPLETE |
5734 | 2025-02-21T20:21:39.148Z | [ recovery-image] Feb 21 20:21:38.712 INFO O| Feb 21 20:21:38.712 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5735 | 2025-02-21T20:21:39.180Z | [ recovery-image] Feb 21 20:21:38.747 INFO O| Feb 21 20:21:38.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5736 | 2025-02-21T20:21:39.180Z | [ recovery-image] Feb 21 20:21:38.747 INFO O| Feb 21 20:21:38.747 INFO STEP 382 (remove_files) COMPLETE |
5737 | 2025-02-21T20:21:39.180Z | [ recovery-image] Feb 21 20:21:38.747 INFO O| Feb 21 20:21:38.747 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5738 | 2025-02-21T20:21:39.200Z | [ recovery-image] Feb 21 20:21:38.769 INFO O| Feb 21 20:21:38.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5739 | 2025-02-21T20:21:39.200Z | [ recovery-image] Feb 21 20:21:38.769 INFO O| Feb 21 20:21:38.769 INFO STEP 383 (remove_files) COMPLETE |
5740 | 2025-02-21T20:21:39.200Z | [ recovery-image] Feb 21 20:21:38.769 INFO O| Feb 21 20:21:38.769 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5741 | 2025-02-21T20:21:39.222Z | [ recovery-image] Feb 21 20:21:38.789 INFO O| Feb 21 20:21:38.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5742 | 2025-02-21T20:21:39.222Z | [ recovery-image] Feb 21 20:21:38.790 INFO O| Feb 21 20:21:38.790 INFO STEP 384 (remove_files) COMPLETE |
5743 | 2025-02-21T20:21:39.225Z | [ recovery-image] Feb 21 20:21:38.790 INFO O| Feb 21 20:21:38.790 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5744 | 2025-02-21T20:21:39.241Z | [ recovery-image] Feb 21 20:21:38.809 INFO O| Feb 21 20:21:38.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5745 | 2025-02-21T20:21:39.264Z | [ recovery-image] Feb 21 20:21:38.831 INFO O| Feb 21 20:21:38.831 INFO STEP 385 (remove_files) COMPLETE |
5746 | 2025-02-21T20:21:39.264Z | [ recovery-image] Feb 21 20:21:38.831 INFO O| Feb 21 20:21:38.831 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5747 | 2025-02-21T20:21:39.298Z | [ recovery-image] Feb 21 20:21:38.865 INFO O| Feb 21 20:21:38.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5748 | 2025-02-21T20:21:39.298Z | [ recovery-image] Feb 21 20:21:38.865 INFO O| Feb 21 20:21:38.865 INFO STEP 386 (remove_files) COMPLETE |
5749 | 2025-02-21T20:21:39.301Z | [ recovery-image] Feb 21 20:21:38.866 INFO O| Feb 21 20:21:38.865 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5750 | 2025-02-21T20:21:39.319Z | [ recovery-image] Feb 21 20:21:38.887 INFO O| Feb 21 20:21:38.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5751 | 2025-02-21T20:21:39.319Z | [ recovery-image] Feb 21 20:21:38.887 INFO O| Feb 21 20:21:38.887 INFO STEP 387 (remove_files) COMPLETE |
5752 | 2025-02-21T20:21:39.322Z | [ recovery-image] Feb 21 20:21:38.887 INFO O| Feb 21 20:21:38.887 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5753 | 2025-02-21T20:21:39.340Z | [ recovery-image] Feb 21 20:21:38.908 INFO O| Feb 21 20:21:38.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5754 | 2025-02-21T20:21:39.361Z | [ recovery-image] Feb 21 20:21:38.929 INFO O| Feb 21 20:21:38.929 INFO STEP 388 (remove_files) COMPLETE |
5755 | 2025-02-21T20:21:39.365Z | [ recovery-image] Feb 21 20:21:38.929 INFO O| Feb 21 20:21:38.929 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5756 | 2025-02-21T20:21:39.400Z | [ recovery-image] Feb 21 20:21:38.968 INFO O| Feb 21 20:21:38.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5757 | 2025-02-21T20:21:39.400Z | [ recovery-image] Feb 21 20:21:38.968 INFO O| Feb 21 20:21:38.968 INFO STEP 389 (remove_files) COMPLETE |
5758 | 2025-02-21T20:21:39.400Z | [ recovery-image] Feb 21 20:21:38.968 INFO O| Feb 21 20:21:38.968 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5759 | 2025-02-21T20:21:39.422Z | [ recovery-image] Feb 21 20:21:38.990 INFO O| Feb 21 20:21:38.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5760 | 2025-02-21T20:21:39.422Z | [ recovery-image] Feb 21 20:21:38.990 INFO O| Feb 21 20:21:38.990 INFO STEP 390 (remove_files) COMPLETE |
5761 | 2025-02-21T20:21:39.422Z | [ recovery-image] Feb 21 20:21:38.990 INFO O| Feb 21 20:21:38.990 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5762 | 2025-02-21T20:21:39.445Z | [ recovery-image] Feb 21 20:21:39.013 INFO O| Feb 21 20:21:39.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5763 | 2025-02-21T20:21:39.445Z | [ recovery-image] Feb 21 20:21:39.014 INFO O| Feb 21 20:21:39.014 INFO STEP 391 (remove_files) COMPLETE |
5764 | 2025-02-21T20:21:39.448Z | [ recovery-image] Feb 21 20:21:39.014 INFO O| Feb 21 20:21:39.014 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5765 | 2025-02-21T20:21:39.478Z | [ recovery-image] Feb 21 20:21:39.045 INFO O| Feb 21 20:21:39.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5766 | 2025-02-21T20:21:39.478Z | [ recovery-image] Feb 21 20:21:39.045 INFO O| Feb 21 20:21:39.045 INFO STEP 392 (remove_files) COMPLETE |
5767 | 2025-02-21T20:21:39.478Z | [ recovery-image] Feb 21 20:21:39.045 INFO O| Feb 21 20:21:39.045 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5768 | 2025-02-21T20:21:39.536Z | [ recovery-image] Feb 21 20:21:39.103 INFO O| Feb 21 20:21:39.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5769 | 2025-02-21T20:21:39.539Z | [ recovery-image] Feb 21 20:21:39.103 INFO O| Feb 21 20:21:39.103 INFO STEP 393 (remove_files) COMPLETE |
5770 | 2025-02-21T20:21:39.539Z | [ recovery-image] Feb 21 20:21:39.104 INFO O| Feb 21 20:21:39.103 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5771 | 2025-02-21T20:21:39.571Z | [ recovery-image] Feb 21 20:21:39.136 INFO O| Feb 21 20:21:39.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5772 | 2025-02-21T20:21:39.572Z | [ recovery-image] Feb 21 20:21:39.136 INFO O| Feb 21 20:21:39.136 INFO STEP 394 (remove_files) COMPLETE |
5773 | 2025-02-21T20:21:39.572Z | [ recovery-image] Feb 21 20:21:39.136 INFO O| Feb 21 20:21:39.136 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5774 | 2025-02-21T20:21:39.589Z | [ recovery-image] Feb 21 20:21:39.157 INFO O| Feb 21 20:21:39.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5775 | 2025-02-21T20:21:39.589Z | [ recovery-image] Feb 21 20:21:39.157 INFO O| Feb 21 20:21:39.157 INFO STEP 395 (remove_files) COMPLETE |
5776 | 2025-02-21T20:21:39.592Z | [ recovery-image] Feb 21 20:21:39.157 INFO O| Feb 21 20:21:39.157 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5777 | 2025-02-21T20:21:39.613Z | [ recovery-image] Feb 21 20:21:39.181 INFO O| Feb 21 20:21:39.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5778 | 2025-02-21T20:21:39.616Z | [ recovery-image] Feb 21 20:21:39.181 INFO O| Feb 21 20:21:39.181 INFO STEP 396 (remove_files) COMPLETE |
5779 | 2025-02-21T20:21:39.616Z | [ recovery-image] Feb 21 20:21:39.181 INFO O| Feb 21 20:21:39.181 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5780 | 2025-02-21T20:21:39.639Z | [ recovery-image] Feb 21 20:21:39.207 INFO O| Feb 21 20:21:39.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5781 | 2025-02-21T20:21:39.639Z | [ recovery-image] Feb 21 20:21:39.207 INFO O| Feb 21 20:21:39.207 INFO STEP 397 (remove_files) COMPLETE |
5782 | 2025-02-21T20:21:39.639Z | [ recovery-image] Feb 21 20:21:39.207 INFO O| Feb 21 20:21:39.207 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5783 | 2025-02-21T20:21:39.664Z | [ recovery-image] Feb 21 20:21:39.231 INFO O| Feb 21 20:21:39.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5784 | 2025-02-21T20:21:39.664Z | [ recovery-image] Feb 21 20:21:39.231 INFO O| Feb 21 20:21:39.231 INFO STEP 398 (remove_files) COMPLETE |
5785 | 2025-02-21T20:21:39.665Z | [ recovery-image] Feb 21 20:21:39.231 INFO O| Feb 21 20:21:39.231 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5786 | 2025-02-21T20:21:39.689Z | [ recovery-image] Feb 21 20:21:39.257 INFO O| Feb 21 20:21:39.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5787 | 2025-02-21T20:21:39.694Z | [ recovery-image] Feb 21 20:21:39.257 INFO O| Feb 21 20:21:39.257 INFO STEP 399 (remove_files) COMPLETE |
5788 | 2025-02-21T20:21:39.694Z | [ recovery-image] Feb 21 20:21:39.257 INFO O| Feb 21 20:21:39.257 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5789 | 2025-02-21T20:21:39.754Z | [ recovery-image] Feb 21 20:21:39.322 INFO O| Feb 21 20:21:39.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5790 | 2025-02-21T20:21:39.847Z | [ recovery-image] Feb 21 20:21:39.415 INFO O| Feb 21 20:21:39.415 INFO STEP 400 (remove_files) COMPLETE |
5791 | 2025-02-21T20:21:39.847Z | [ recovery-image] Feb 21 20:21:39.415 INFO O| Feb 21 20:21:39.415 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5792 | 2025-02-21T20:21:39.912Z | [ recovery-image] Feb 21 20:21:39.479 INFO O| Feb 21 20:21:39.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5793 | 2025-02-21T20:21:39.916Z | [ recovery-image] Feb 21 20:21:39.480 INFO O| Feb 21 20:21:39.480 INFO STEP 401 (remove_files) COMPLETE |
5794 | 2025-02-21T20:21:39.916Z | [ recovery-image] Feb 21 20:21:39.480 INFO O| Feb 21 20:21:39.480 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5795 | 2025-02-21T20:21:39.934Z | [ recovery-image] Feb 21 20:21:39.501 INFO O| Feb 21 20:21:39.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5796 | 2025-02-21T20:21:39.934Z | [ recovery-image] Feb 21 20:21:39.501 INFO O| Feb 21 20:21:39.501 INFO STEP 402 (remove_files) COMPLETE |
5797 | 2025-02-21T20:21:39.934Z | [ recovery-image] Feb 21 20:21:39.501 INFO O| Feb 21 20:21:39.501 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5798 | 2025-02-21T20:21:39.953Z | [ recovery-image] Feb 21 20:21:39.520 INFO O| Feb 21 20:21:39.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5799 | 2025-02-21T20:21:39.953Z | [ recovery-image] Feb 21 20:21:39.520 INFO O| Feb 21 20:21:39.520 INFO STEP 403 (remove_files) COMPLETE |
5800 | 2025-02-21T20:21:39.953Z | [ recovery-image] Feb 21 20:21:39.520 INFO O| Feb 21 20:21:39.520 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5801 | 2025-02-21T20:21:39.978Z | [ recovery-image] Feb 21 20:21:39.540 INFO O| Feb 21 20:21:39.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5802 | 2025-02-21T20:21:39.979Z | [ recovery-image] Feb 21 20:21:39.540 INFO O| Feb 21 20:21:39.540 INFO STEP 404 (remove_files) COMPLETE |
5803 | 2025-02-21T20:21:39.979Z | [ recovery-image] Feb 21 20:21:39.540 INFO O| Feb 21 20:21:39.540 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5804 | 2025-02-21T20:21:39.993Z | [ recovery-image] Feb 21 20:21:39.561 INFO O| Feb 21 20:21:39.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5805 | 2025-02-21T20:21:39.993Z | [ recovery-image] Feb 21 20:21:39.561 INFO O| Feb 21 20:21:39.561 INFO STEP 405 (remove_files) COMPLETE |
5806 | 2025-02-21T20:21:39.994Z | [ recovery-image] Feb 21 20:21:39.561 INFO O| Feb 21 20:21:39.561 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5807 | 2025-02-21T20:21:40.018Z | [ recovery-image] Feb 21 20:21:39.580 INFO O| Feb 21 20:21:39.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5808 | 2025-02-21T20:21:40.018Z | [ recovery-image] Feb 21 20:21:39.581 INFO O| Feb 21 20:21:39.580 INFO STEP 406 (remove_files) COMPLETE |
5809 | 2025-02-21T20:21:40.018Z | [ recovery-image] Feb 21 20:21:39.581 INFO O| Feb 21 20:21:39.581 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5810 | 2025-02-21T20:21:40.045Z | [ recovery-image] Feb 21 20:21:39.612 INFO O| Feb 21 20:21:39.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5811 | 2025-02-21T20:21:40.045Z | [ recovery-image] Feb 21 20:21:39.613 INFO O| Feb 21 20:21:39.612 INFO STEP 407 (remove_files) COMPLETE |
5812 | 2025-02-21T20:21:40.049Z | [ recovery-image] Feb 21 20:21:39.613 INFO O| Feb 21 20:21:39.613 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5813 | 2025-02-21T20:21:40.068Z | [ recovery-image] Feb 21 20:21:39.635 INFO O| Feb 21 20:21:39.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5814 | 2025-02-21T20:21:40.068Z | [ recovery-image] Feb 21 20:21:39.635 INFO O| Feb 21 20:21:39.635 INFO STEP 408 (remove_files) COMPLETE |
5815 | 2025-02-21T20:21:40.071Z | [ recovery-image] Feb 21 20:21:39.635 INFO O| Feb 21 20:21:39.635 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5816 | 2025-02-21T20:21:40.093Z | [ recovery-image] Feb 21 20:21:39.659 INFO O| Feb 21 20:21:39.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5817 | 2025-02-21T20:21:40.093Z | [ recovery-image] Feb 21 20:21:39.659 INFO O| Feb 21 20:21:39.659 INFO STEP 409 (remove_files) COMPLETE |
5818 | 2025-02-21T20:21:40.097Z | [ recovery-image] Feb 21 20:21:39.659 INFO O| Feb 21 20:21:39.659 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5819 | 2025-02-21T20:21:40.180Z | [ recovery-image] Feb 21 20:21:39.748 INFO O| Feb 21 20:21:39.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5820 | 2025-02-21T20:21:40.180Z | [ recovery-image] Feb 21 20:21:39.748 INFO O| Feb 21 20:21:39.748 INFO STEP 410 (remove_files) COMPLETE |
5821 | 2025-02-21T20:21:40.180Z | [ recovery-image] Feb 21 20:21:39.748 INFO O| Feb 21 20:21:39.748 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5822 | 2025-02-21T20:21:40.222Z | [ recovery-image] Feb 21 20:21:39.788 INFO O| Feb 21 20:21:39.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5823 | 2025-02-21T20:21:40.222Z | [ recovery-image] Feb 21 20:21:39.788 INFO O| Feb 21 20:21:39.788 INFO STEP 411 (remove_files) COMPLETE |
5824 | 2025-02-21T20:21:40.222Z | [ recovery-image] Feb 21 20:21:39.788 INFO O| Feb 21 20:21:39.788 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5825 | 2025-02-21T20:21:40.243Z | [ recovery-image] Feb 21 20:21:39.811 INFO O| Feb 21 20:21:39.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5826 | 2025-02-21T20:21:40.247Z | [ recovery-image] Feb 21 20:21:39.811 INFO O| Feb 21 20:21:39.811 INFO STEP 412 (remove_files) COMPLETE |
5827 | 2025-02-21T20:21:40.247Z | [ recovery-image] Feb 21 20:21:39.811 INFO O| Feb 21 20:21:39.811 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5828 | 2025-02-21T20:21:40.263Z | [ recovery-image] Feb 21 20:21:39.830 INFO O| Feb 21 20:21:39.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5829 | 2025-02-21T20:21:40.263Z | [ recovery-image] Feb 21 20:21:39.831 INFO O| Feb 21 20:21:39.830 INFO STEP 413 (remove_files) COMPLETE |
5830 | 2025-02-21T20:21:40.263Z | [ recovery-image] Feb 21 20:21:39.831 INFO O| Feb 21 20:21:39.831 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5831 | 2025-02-21T20:21:40.289Z | [ recovery-image] Feb 21 20:21:39.856 INFO O| Feb 21 20:21:39.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5832 | 2025-02-21T20:21:40.292Z | [ recovery-image] Feb 21 20:21:39.856 INFO O| Feb 21 20:21:39.856 INFO STEP 414 (remove_files) COMPLETE |
5833 | 2025-02-21T20:21:40.292Z | [ recovery-image] Feb 21 20:21:39.857 INFO O| Feb 21 20:21:39.857 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5834 | 2025-02-21T20:21:40.310Z | [ recovery-image] Feb 21 20:21:39.877 INFO O| Feb 21 20:21:39.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5835 | 2025-02-21T20:21:40.315Z | [ recovery-image] Feb 21 20:21:39.877 INFO O| Feb 21 20:21:39.877 INFO STEP 415 (remove_files) COMPLETE |
5836 | 2025-02-21T20:21:40.315Z | [ recovery-image] Feb 21 20:21:39.877 INFO O| Feb 21 20:21:39.877 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5837 | 2025-02-21T20:21:40.372Z | [ recovery-image] Feb 21 20:21:39.939 INFO O| Feb 21 20:21:39.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5838 | 2025-02-21T20:21:40.375Z | [ recovery-image] Feb 21 20:21:39.939 INFO O| Feb 21 20:21:39.939 INFO STEP 416 (remove_files) COMPLETE |
5839 | 2025-02-21T20:21:40.375Z | [ recovery-image] Feb 21 20:21:39.939 INFO O| Feb 21 20:21:39.939 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5840 | 2025-02-21T20:21:40.403Z | [ recovery-image] Feb 21 20:21:39.971 INFO O| Feb 21 20:21:39.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5841 | 2025-02-21T20:21:40.407Z | [ recovery-image] Feb 21 20:21:39.971 INFO O| Feb 21 20:21:39.971 INFO STEP 417 (remove_files) COMPLETE |
5842 | 2025-02-21T20:21:40.407Z | [ recovery-image] Feb 21 20:21:39.972 INFO O| Feb 21 20:21:39.972 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5843 | 2025-02-21T20:21:40.430Z | [ recovery-image] Feb 21 20:21:39.994 INFO O| Feb 21 20:21:39.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5844 | 2025-02-21T20:21:40.435Z | [ recovery-image] Feb 21 20:21:39.994 INFO O| Feb 21 20:21:39.994 INFO STEP 418 (remove_files) COMPLETE |
5845 | 2025-02-21T20:21:40.435Z | [ recovery-image] Feb 21 20:21:39.994 INFO O| Feb 21 20:21:39.994 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5846 | 2025-02-21T20:21:40.463Z | [ recovery-image] Feb 21 20:21:40.030 INFO O| Feb 21 20:21:40.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5847 | 2025-02-21T20:21:40.463Z | [ recovery-image] Feb 21 20:21:40.030 INFO O| Feb 21 20:21:40.030 INFO STEP 419 (remove_files) COMPLETE |
5848 | 2025-02-21T20:21:40.463Z | [ recovery-image] Feb 21 20:21:40.030 INFO O| Feb 21 20:21:40.030 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5849 | 2025-02-21T20:21:40.484Z | [ recovery-image] Feb 21 20:21:40.052 INFO O| Feb 21 20:21:40.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5850 | 2025-02-21T20:21:40.484Z | [ recovery-image] Feb 21 20:21:40.052 INFO O| Feb 21 20:21:40.052 INFO STEP 420 (remove_files) COMPLETE |
5851 | 2025-02-21T20:21:40.484Z | [ recovery-image] Feb 21 20:21:40.052 INFO O| Feb 21 20:21:40.052 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5852 | 2025-02-21T20:21:40.527Z | [ recovery-image] Feb 21 20:21:40.095 INFO O| Feb 21 20:21:40.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5853 | 2025-02-21T20:21:40.531Z | [ recovery-image] Feb 21 20:21:40.095 INFO O| Feb 21 20:21:40.095 INFO STEP 421 (remove_files) COMPLETE |
5854 | 2025-02-21T20:21:40.531Z | [ recovery-image] Feb 21 20:21:40.095 INFO O| Feb 21 20:21:40.095 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5855 | 2025-02-21T20:21:40.592Z | [ recovery-image] Feb 21 20:21:40.153 INFO O| Feb 21 20:21:40.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5856 | 2025-02-21T20:21:40.593Z | [ recovery-image] Feb 21 20:21:40.154 INFO O| Feb 21 20:21:40.154 INFO STEP 422 (remove_files) COMPLETE |
5857 | 2025-02-21T20:21:40.593Z | [ recovery-image] Feb 21 20:21:40.154 INFO O| Feb 21 20:21:40.154 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5858 | 2025-02-21T20:21:40.639Z | [ recovery-image] Feb 21 20:21:40.207 INFO O| Feb 21 20:21:40.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5859 | 2025-02-21T20:21:40.640Z | [ recovery-image] Feb 21 20:21:40.207 INFO O| Feb 21 20:21:40.207 INFO STEP 423 (remove_files) COMPLETE |
5860 | 2025-02-21T20:21:40.640Z | [ recovery-image] Feb 21 20:21:40.207 INFO O| Feb 21 20:21:40.207 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5861 | 2025-02-21T20:21:40.694Z | [ recovery-image] Feb 21 20:21:40.261 INFO O| Feb 21 20:21:40.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5862 | 2025-02-21T20:21:40.698Z | [ recovery-image] Feb 21 20:21:40.261 INFO O| Feb 21 20:21:40.261 INFO STEP 424 (remove_files) COMPLETE |
5863 | 2025-02-21T20:21:40.698Z | [ recovery-image] Feb 21 20:21:40.261 INFO O| Feb 21 20:21:40.261 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5864 | 2025-02-21T20:21:40.725Z | [ recovery-image] Feb 21 20:21:40.284 INFO O| Feb 21 20:21:40.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5865 | 2025-02-21T20:21:40.728Z | [ recovery-image] Feb 21 20:21:40.285 INFO O| Feb 21 20:21:40.285 INFO STEP 425 (remove_files) COMPLETE |
5866 | 2025-02-21T20:21:40.728Z | [ recovery-image] Feb 21 20:21:40.285 INFO O| Feb 21 20:21:40.285 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5867 | 2025-02-21T20:21:40.740Z | [ recovery-image] Feb 21 20:21:40.307 INFO O| Feb 21 20:21:40.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5868 | 2025-02-21T20:21:40.744Z | [ recovery-image] Feb 21 20:21:40.307 INFO O| Feb 21 20:21:40.307 INFO STEP 426 (remove_files) COMPLETE |
5869 | 2025-02-21T20:21:40.744Z | [ recovery-image] Feb 21 20:21:40.307 INFO O| Feb 21 20:21:40.307 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5870 | 2025-02-21T20:21:40.760Z | [ recovery-image] Feb 21 20:21:40.327 INFO O| Feb 21 20:21:40.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5871 | 2025-02-21T20:21:40.763Z | [ recovery-image] Feb 21 20:21:40.327 INFO O| Feb 21 20:21:40.327 INFO STEP 427 (remove_files) COMPLETE |
5872 | 2025-02-21T20:21:40.763Z | [ recovery-image] Feb 21 20:21:40.327 INFO O| Feb 21 20:21:40.327 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5873 | 2025-02-21T20:21:40.781Z | [ recovery-image] Feb 21 20:21:40.348 INFO O| Feb 21 20:21:40.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5874 | 2025-02-21T20:21:40.783Z | [ recovery-image] Feb 21 20:21:40.348 INFO O| Feb 21 20:21:40.348 INFO STEP 428 (remove_files) COMPLETE |
5875 | 2025-02-21T20:21:40.783Z | [ recovery-image] Feb 21 20:21:40.348 INFO O| Feb 21 20:21:40.348 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5876 | 2025-02-21T20:21:40.804Z | [ recovery-image] Feb 21 20:21:40.370 INFO O| Feb 21 20:21:40.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5877 | 2025-02-21T20:21:40.808Z | [ recovery-image] Feb 21 20:21:40.371 INFO O| Feb 21 20:21:40.371 INFO STEP 429 (remove_files) COMPLETE |
5878 | 2025-02-21T20:21:40.808Z | [ recovery-image] Feb 21 20:21:40.371 INFO O| Feb 21 20:21:40.371 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5879 | 2025-02-21T20:21:40.849Z | [ recovery-image] Feb 21 20:21:40.417 INFO O| Feb 21 20:21:40.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5880 | 2025-02-21T20:21:40.853Z | [ recovery-image] Feb 21 20:21:40.417 INFO O| Feb 21 20:21:40.417 INFO STEP 430 (remove_files) COMPLETE |
5881 | 2025-02-21T20:21:40.853Z | [ recovery-image] Feb 21 20:21:40.417 INFO O| Feb 21 20:21:40.417 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5882 | 2025-02-21T20:21:40.935Z | [ recovery-image] Feb 21 20:21:40.489 INFO O| Feb 21 20:21:40.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5883 | 2025-02-21T20:21:40.935Z | [ recovery-image] Feb 21 20:21:40.489 INFO O| Feb 21 20:21:40.489 INFO STEP 431 (remove_files) COMPLETE |
5884 | 2025-02-21T20:21:40.935Z | [ recovery-image] Feb 21 20:21:40.489 INFO O| Feb 21 20:21:40.489 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5885 | 2025-02-21T20:21:40.996Z | [ recovery-image] Feb 21 20:21:40.547 INFO O| Feb 21 20:21:40.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5886 | 2025-02-21T20:21:40.996Z | [ recovery-image] Feb 21 20:21:40.547 INFO O| Feb 21 20:21:40.547 INFO STEP 432 (remove_files) COMPLETE |
5887 | 2025-02-21T20:21:40.996Z | [ recovery-image] Feb 21 20:21:40.547 INFO O| Feb 21 20:21:40.547 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5888 | 2025-02-21T20:21:41.010Z | [ recovery-image] Feb 21 20:21:40.577 INFO O| Feb 21 20:21:40.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5889 | 2025-02-21T20:21:41.010Z | [ recovery-image] Feb 21 20:21:40.577 INFO O| Feb 21 20:21:40.577 INFO STEP 433 (remove_files) COMPLETE |
5890 | 2025-02-21T20:21:41.010Z | [ recovery-image] Feb 21 20:21:40.577 INFO O| Feb 21 20:21:40.577 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5891 | 2025-02-21T20:21:41.031Z | [ recovery-image] Feb 21 20:21:40.598 INFO O| Feb 21 20:21:40.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5892 | 2025-02-21T20:21:41.031Z | [ recovery-image] Feb 21 20:21:40.598 INFO O| Feb 21 20:21:40.598 INFO STEP 434 (remove_files) COMPLETE |
5893 | 2025-02-21T20:21:41.031Z | [ recovery-image] Feb 21 20:21:40.598 INFO O| Feb 21 20:21:40.598 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5894 | 2025-02-21T20:21:41.050Z | [ recovery-image] Feb 21 20:21:40.616 INFO O| Feb 21 20:21:40.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5895 | 2025-02-21T20:21:41.050Z | [ recovery-image] Feb 21 20:21:40.616 INFO O| Feb 21 20:21:40.616 INFO STEP 435 (remove_files) COMPLETE |
5896 | 2025-02-21T20:21:41.052Z | [ recovery-image] Feb 21 20:21:40.616 INFO O| Feb 21 20:21:40.616 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5897 | 2025-02-21T20:21:41.084Z | [ recovery-image] Feb 21 20:21:40.651 INFO O| Feb 21 20:21:40.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5898 | 2025-02-21T20:21:41.084Z | [ recovery-image] Feb 21 20:21:40.651 INFO O| Feb 21 20:21:40.651 INFO STEP 436 (remove_files) COMPLETE |
5899 | 2025-02-21T20:21:41.084Z | [ recovery-image] Feb 21 20:21:40.651 INFO O| Feb 21 20:21:40.651 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5900 | 2025-02-21T20:21:41.142Z | [ recovery-image] Feb 21 20:21:40.709 INFO O| Feb 21 20:21:40.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5901 | 2025-02-21T20:21:41.142Z | [ recovery-image] Feb 21 20:21:40.709 INFO O| Feb 21 20:21:40.709 INFO STEP 437 (remove_files) COMPLETE |
5902 | 2025-02-21T20:21:41.145Z | [ recovery-image] Feb 21 20:21:40.709 INFO O| Feb 21 20:21:40.709 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5903 | 2025-02-21T20:21:41.168Z | [ recovery-image] Feb 21 20:21:40.733 INFO O| Feb 21 20:21:40.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5904 | 2025-02-21T20:21:41.168Z | [ recovery-image] Feb 21 20:21:40.733 INFO O| Feb 21 20:21:40.733 INFO STEP 438 (remove_files) COMPLETE |
5905 | 2025-02-21T20:21:41.168Z | [ recovery-image] Feb 21 20:21:40.733 INFO O| Feb 21 20:21:40.733 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5906 | 2025-02-21T20:21:41.199Z | [ recovery-image] Feb 21 20:21:40.766 INFO O| Feb 21 20:21:40.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5907 | 2025-02-21T20:21:41.199Z | [ recovery-image] Feb 21 20:21:40.766 INFO O| Feb 21 20:21:40.766 INFO STEP 439 (remove_files) COMPLETE |
5908 | 2025-02-21T20:21:41.199Z | [ recovery-image] Feb 21 20:21:40.766 INFO O| Feb 21 20:21:40.766 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5909 | 2025-02-21T20:21:41.219Z | [ recovery-image] Feb 21 20:21:40.786 INFO O| Feb 21 20:21:40.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5910 | 2025-02-21T20:21:41.219Z | [ recovery-image] Feb 21 20:21:40.787 INFO O| Feb 21 20:21:40.787 INFO STEP 440 (remove_files) COMPLETE |
5911 | 2025-02-21T20:21:41.223Z | [ recovery-image] Feb 21 20:21:40.787 INFO O| Feb 21 20:21:40.787 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5912 | 2025-02-21T20:21:41.243Z | [ recovery-image] Feb 21 20:21:40.809 INFO O| Feb 21 20:21:40.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5913 | 2025-02-21T20:21:41.253Z | [ recovery-image] Feb 21 20:21:40.809 INFO O| Feb 21 20:21:40.809 INFO STEP 441 (remove_files) COMPLETE |
5914 | 2025-02-21T20:21:41.253Z | [ recovery-image] Feb 21 20:21:40.809 INFO O| Feb 21 20:21:40.809 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5915 | 2025-02-21T20:21:41.266Z | [ recovery-image] Feb 21 20:21:40.831 INFO O| Feb 21 20:21:40.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5916 | 2025-02-21T20:21:41.266Z | [ recovery-image] Feb 21 20:21:40.831 INFO O| Feb 21 20:21:40.831 INFO STEP 442 (remove_files) COMPLETE |
5917 | 2025-02-21T20:21:41.275Z | [ recovery-image] Feb 21 20:21:40.831 INFO O| Feb 21 20:21:40.831 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5918 | 2025-02-21T20:21:41.285Z | [ recovery-image] Feb 21 20:21:40.851 INFO O| Feb 21 20:21:40.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5919 | 2025-02-21T20:21:41.285Z | [ recovery-image] Feb 21 20:21:40.851 INFO O| Feb 21 20:21:40.851 INFO STEP 443 (remove_files) COMPLETE |
5920 | 2025-02-21T20:21:41.285Z | [ recovery-image] Feb 21 20:21:40.852 INFO O| Feb 21 20:21:40.851 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5921 | 2025-02-21T20:21:41.363Z | [ host-image] Feb 21 20:21:40.930 INFO O| Feb 21 20:21:40.930 INFO O| Planning: Solver setup ... Done |
5922 | 2025-02-21T20:21:41.369Z | [ host-image] Feb 21 20:21:40.936 INFO O| Feb 21 20:21:40.936 INFO O| Planning: Running solver ... Done |
5923 | 2025-02-21T20:21:41.381Z | [ recovery-image] Feb 21 20:21:40.945 INFO O| Feb 21 20:21:40.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5924 | 2025-02-21T20:21:41.381Z | [ recovery-image] Feb 21 20:21:40.945 INFO O| Feb 21 20:21:40.945 INFO STEP 444 (remove_files) COMPLETE |
5925 | 2025-02-21T20:21:41.381Z | [ recovery-image] Feb 21 20:21:40.945 INFO O| Feb 21 20:21:40.945 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5926 | 2025-02-21T20:21:41.413Z | [ recovery-image] Feb 21 20:21:40.978 INFO O| Feb 21 20:21:40.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5927 | 2025-02-21T20:21:41.416Z | [ recovery-image] Feb 21 20:21:40.979 INFO O| Feb 21 20:21:40.979 INFO STEP 445 (remove_files) COMPLETE |
5928 | 2025-02-21T20:21:41.416Z | [ recovery-image] Feb 21 20:21:40.979 INFO O| Feb 21 20:21:40.979 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5929 | 2025-02-21T20:21:41.437Z | [ recovery-image] Feb 21 20:21:41.002 INFO O| Feb 21 20:21:41.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5930 | 2025-02-21T20:21:41.437Z | [ recovery-image] Feb 21 20:21:41.002 INFO O| Feb 21 20:21:41.002 INFO STEP 446 (remove_files) COMPLETE |
5931 | 2025-02-21T20:21:41.440Z | [ recovery-image] Feb 21 20:21:41.002 INFO O| Feb 21 20:21:41.002 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5932 | 2025-02-21T20:21:41.471Z | [ recovery-image] Feb 21 20:21:41.038 INFO O| Feb 21 20:21:41.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5933 | 2025-02-21T20:21:41.471Z | [ recovery-image] Feb 21 20:21:41.038 INFO O| Feb 21 20:21:41.038 INFO STEP 447 (remove_files) COMPLETE |
5934 | 2025-02-21T20:21:41.471Z | [ recovery-image] Feb 21 20:21:41.038 INFO O| Feb 21 20:21:41.038 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5935 | 2025-02-21T20:21:41.481Z | [ host-image] Feb 21 20:21:41.046 INFO O| Feb 21 20:21:41.046 INFO O| Planning: Finding local manifests ... Done |
5936 | 2025-02-21T20:21:41.486Z | [ host-image] Feb 21 20:21:41.048 INFO O| Feb 21 20:21:41.048 INFO O| Planning: Fetching manifests: 0/6 0% complete |
5937 | 2025-02-21T20:21:41.503Z | [ recovery-image] Feb 21 20:21:41.069 INFO O| Feb 21 20:21:41.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5938 | 2025-02-21T20:21:41.503Z | [ recovery-image] Feb 21 20:21:41.069 INFO O| Feb 21 20:21:41.069 INFO STEP 448 (remove_files) COMPLETE |
5939 | 2025-02-21T20:21:41.510Z | [ recovery-image] Feb 21 20:21:41.069 INFO O| Feb 21 20:21:41.069 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5940 | 2025-02-21T20:21:41.547Z | [ recovery-image] Feb 21 20:21:41.114 INFO O| Feb 21 20:21:41.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5941 | 2025-02-21T20:21:41.548Z | [ recovery-image] Feb 21 20:21:41.115 INFO O| Feb 21 20:21:41.115 INFO STEP 449 (remove_files) COMPLETE |
5942 | 2025-02-21T20:21:41.548Z | [ recovery-image] Feb 21 20:21:41.115 INFO O| Feb 21 20:21:41.115 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5943 | 2025-02-21T20:21:41.587Z | [ recovery-image] Feb 21 20:21:41.153 INFO O| Feb 21 20:21:41.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5944 | 2025-02-21T20:21:41.587Z | [ recovery-image] Feb 21 20:21:41.153 INFO O| Feb 21 20:21:41.153 INFO STEP 450 (remove_files) COMPLETE |
5945 | 2025-02-21T20:21:41.587Z | [ recovery-image] Feb 21 20:21:41.153 INFO O| Feb 21 20:21:41.153 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5946 | 2025-02-21T20:21:41.610Z | [ recovery-image] Feb 21 20:21:41.177 INFO O| Feb 21 20:21:41.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5947 | 2025-02-21T20:21:41.610Z | [ recovery-image] Feb 21 20:21:41.177 INFO O| Feb 21 20:21:41.177 INFO STEP 451 (remove_files) COMPLETE |
5948 | 2025-02-21T20:21:41.613Z | [ recovery-image] Feb 21 20:21:41.177 INFO O| Feb 21 20:21:41.177 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5949 | 2025-02-21T20:21:41.633Z | [ recovery-image] Feb 21 20:21:41.199 INFO O| Feb 21 20:21:41.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5950 | 2025-02-21T20:21:41.633Z | [ recovery-image] Feb 21 20:21:41.200 INFO O| Feb 21 20:21:41.199 INFO STEP 452 (remove_files) COMPLETE |
5951 | 2025-02-21T20:21:41.633Z | [ recovery-image] Feb 21 20:21:41.200 INFO O| Feb 21 20:21:41.200 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5952 | 2025-02-21T20:21:41.656Z | [ recovery-image] Feb 21 20:21:41.222 INFO O| Feb 21 20:21:41.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5953 | 2025-02-21T20:21:41.656Z | [ recovery-image] Feb 21 20:21:41.222 INFO O| Feb 21 20:21:41.222 INFO STEP 453 (remove_files) COMPLETE |
5954 | 2025-02-21T20:21:41.656Z | [ recovery-image] Feb 21 20:21:41.222 INFO O| Feb 21 20:21:41.222 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5955 | 2025-02-21T20:21:41.676Z | [ recovery-image] Feb 21 20:21:41.243 INFO O| Feb 21 20:21:41.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5956 | 2025-02-21T20:21:41.676Z | [ recovery-image] Feb 21 20:21:41.243 INFO O| Feb 21 20:21:41.243 INFO STEP 454 (remove_files) COMPLETE |
5957 | 2025-02-21T20:21:41.676Z | [ recovery-image] Feb 21 20:21:41.243 INFO O| Feb 21 20:21:41.243 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5958 | 2025-02-21T20:21:41.696Z | [ recovery-image] Feb 21 20:21:41.262 INFO O| Feb 21 20:21:41.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5959 | 2025-02-21T20:21:41.696Z | [ recovery-image] Feb 21 20:21:41.262 INFO O| Feb 21 20:21:41.262 INFO STEP 455 (remove_files) COMPLETE |
5960 | 2025-02-21T20:21:41.703Z | [ recovery-image] Feb 21 20:21:41.262 INFO O| Feb 21 20:21:41.262 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5961 | 2025-02-21T20:21:41.716Z | [ recovery-image] Feb 21 20:21:41.282 INFO O| Feb 21 20:21:41.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5962 | 2025-02-21T20:21:41.716Z | [ recovery-image] Feb 21 20:21:41.282 INFO O| Feb 21 20:21:41.282 INFO STEP 456 (remove_files) COMPLETE |
5963 | 2025-02-21T20:21:41.717Z | [ recovery-image] Feb 21 20:21:41.282 INFO O| Feb 21 20:21:41.282 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5964 | 2025-02-21T20:21:41.735Z | [ recovery-image] Feb 21 20:21:41.302 INFO O| Feb 21 20:21:41.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5965 | 2025-02-21T20:21:41.735Z | [ recovery-image] Feb 21 20:21:41.302 INFO O| Feb 21 20:21:41.302 INFO STEP 457 (remove_files) COMPLETE |
5966 | 2025-02-21T20:21:41.735Z | [ recovery-image] Feb 21 20:21:41.302 INFO O| Feb 21 20:21:41.302 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5967 | 2025-02-21T20:21:41.778Z | [ recovery-image] Feb 21 20:21:41.342 INFO O| Feb 21 20:21:41.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5968 | 2025-02-21T20:21:41.778Z | [ recovery-image] Feb 21 20:21:41.342 INFO O| Feb 21 20:21:41.342 INFO STEP 458 (remove_files) COMPLETE |
5969 | 2025-02-21T20:21:41.783Z | [ recovery-image] Feb 21 20:21:41.343 INFO O| Feb 21 20:21:41.342 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5970 | 2025-02-21T20:21:41.798Z | [ recovery-image] Feb 21 20:21:41.365 INFO O| Feb 21 20:21:41.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5971 | 2025-02-21T20:21:41.799Z | [ recovery-image] Feb 21 20:21:41.365 INFO O| Feb 21 20:21:41.365 INFO STEP 459 (remove_files) COMPLETE |
5972 | 2025-02-21T20:21:41.799Z | [ recovery-image] Feb 21 20:21:41.365 INFO O| Feb 21 20:21:41.365 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5973 | 2025-02-21T20:21:41.820Z | [ recovery-image] Feb 21 20:21:41.386 INFO O| Feb 21 20:21:41.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5974 | 2025-02-21T20:21:41.820Z | [ recovery-image] Feb 21 20:21:41.386 INFO O| Feb 21 20:21:41.386 INFO STEP 460 (remove_files) COMPLETE |
5975 | 2025-02-21T20:21:41.821Z | [ recovery-image] Feb 21 20:21:41.386 INFO O| Feb 21 20:21:41.386 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5976 | 2025-02-21T20:21:41.841Z | [ recovery-image] Feb 21 20:21:41.407 INFO O| Feb 21 20:21:41.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5977 | 2025-02-21T20:21:41.844Z | [ recovery-image] Feb 21 20:21:41.407 INFO O| Feb 21 20:21:41.407 INFO STEP 461 (remove_files) COMPLETE |
5978 | 2025-02-21T20:21:41.844Z | [ recovery-image] Feb 21 20:21:41.407 INFO O| Feb 21 20:21:41.407 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5979 | 2025-02-21T20:21:41.859Z | [ recovery-image] Feb 21 20:21:41.426 INFO O| Feb 21 20:21:41.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5980 | 2025-02-21T20:21:41.862Z | [ recovery-image] Feb 21 20:21:41.426 INFO O| Feb 21 20:21:41.426 INFO STEP 462 (remove_files) COMPLETE |
5981 | 2025-02-21T20:21:41.862Z | [ recovery-image] Feb 21 20:21:41.427 INFO O| Feb 21 20:21:41.426 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5982 | 2025-02-21T20:21:41.867Z | [ host-image] Feb 21 20:21:41.430 INFO O| Feb 21 20:21:41.430 INFO O| Planning: Fetching manifests: 6/6 100% complete |
5983 | 2025-02-21T20:21:41.881Z | [ recovery-image] Feb 21 20:21:41.447 INFO O| Feb 21 20:21:41.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5984 | 2025-02-21T20:21:41.883Z | [ recovery-image] Feb 21 20:21:41.447 INFO O| Feb 21 20:21:41.447 INFO STEP 463 (remove_files) COMPLETE |
5985 | 2025-02-21T20:21:41.884Z | [ recovery-image] Feb 21 20:21:41.447 INFO O| Feb 21 20:21:41.447 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5986 | 2025-02-21T20:21:41.904Z | [ recovery-image] Feb 21 20:21:41.467 INFO O| Feb 21 20:21:41.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5987 | 2025-02-21T20:21:41.911Z | [ recovery-image] Feb 21 20:21:41.467 INFO O| Feb 21 20:21:41.467 INFO STEP 464 (remove_files) COMPLETE |
5988 | 2025-02-21T20:21:41.911Z | [ recovery-image] Feb 21 20:21:41.467 INFO O| Feb 21 20:21:41.467 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5989 | 2025-02-21T20:21:41.921Z | [ recovery-image] Feb 21 20:21:41.488 INFO O| Feb 21 20:21:41.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5990 | 2025-02-21T20:21:41.924Z | [ recovery-image] Feb 21 20:21:41.488 INFO O| Feb 21 20:21:41.488 INFO STEP 465 (remove_files) COMPLETE |
5991 | 2025-02-21T20:21:41.924Z | [ recovery-image] Feb 21 20:21:41.488 INFO O| Feb 21 20:21:41.488 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5992 | 2025-02-21T20:21:41.924Z | [ host-image] Feb 21 20:21:41.491 INFO O| Feb 21 20:21:41.491 INFO O| Planning: Package planning ... Done |
5993 | 2025-02-21T20:21:41.962Z | [ recovery-image] Feb 21 20:21:41.527 INFO O| Feb 21 20:21:41.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5994 | 2025-02-21T20:21:41.962Z | [ recovery-image] Feb 21 20:21:41.527 INFO O| Feb 21 20:21:41.527 INFO STEP 466 (remove_files) COMPLETE |
5995 | 2025-02-21T20:21:41.967Z | [ recovery-image] Feb 21 20:21:41.527 INFO O| Feb 21 20:21:41.527 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5996 | 2025-02-21T20:21:41.967Z | [ host-image] Feb 21 20:21:41.529 INFO O| Feb 21 20:21:41.529 INFO O| Planning: Merging actions ... Done |
5997 | 2025-02-21T20:21:42.003Z | [ recovery-image] Feb 21 20:21:41.562 INFO O| Feb 21 20:21:41.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5998 | 2025-02-21T20:21:42.007Z | [ recovery-image] Feb 21 20:21:41.562 INFO O| Feb 21 20:21:41.562 INFO STEP 467 (remove_files) COMPLETE |
5999 | 2025-02-21T20:21:42.007Z | [ recovery-image] Feb 21 20:21:41.562 INFO O| Feb 21 20:21:41.562 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6000 | 2025-02-21T20:21:42.073Z | [ recovery-image] Feb 21 20:21:41.621 INFO O| Feb 21 20:21:41.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
6001 | 2025-02-21T20:21:42.073Z | [ recovery-image] Feb 21 20:21:41.622 INFO O| Feb 21 20:21:41.622 INFO STEP 468 (remove_files) COMPLETE |
6002 | 2025-02-21T20:21:42.073Z | [ recovery-image] Feb 21 20:21:41.622 INFO O| Feb 21 20:21:41.622 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6003 | 2025-02-21T20:21:42.079Z | [ recovery-image] Feb 21 20:21:41.644 INFO O| Feb 21 20:21:41.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
6004 | 2025-02-21T20:21:42.079Z | [ recovery-image] Feb 21 20:21:41.644 INFO O| Feb 21 20:21:41.644 INFO STEP 469 (remove_files) COMPLETE |
6005 | 2025-02-21T20:21:42.079Z | [ recovery-image] Feb 21 20:21:41.644 INFO O| Feb 21 20:21:41.644 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6006 | 2025-02-21T20:21:42.104Z | [ recovery-image] Feb 21 20:21:41.664 INFO O| Feb 21 20:21:41.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
6007 | 2025-02-21T20:21:42.108Z | [ recovery-image] Feb 21 20:21:41.664 INFO O| Feb 21 20:21:41.664 INFO STEP 470 (remove_files) COMPLETE |
6008 | 2025-02-21T20:21:42.108Z | [ recovery-image] Feb 21 20:21:41.664 INFO O| Feb 21 20:21:41.664 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6009 | 2025-02-21T20:21:42.118Z | [ recovery-image] Feb 21 20:21:41.685 INFO O| Feb 21 20:21:41.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
6010 | 2025-02-21T20:21:42.121Z | [ recovery-image] Feb 21 20:21:41.685 INFO O| Feb 21 20:21:41.685 INFO STEP 471 (remove_files) COMPLETE |
6011 | 2025-02-21T20:21:42.121Z | [ recovery-image] Feb 21 20:21:41.685 INFO O| Feb 21 20:21:41.685 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6012 | 2025-02-21T20:21:42.139Z | [ recovery-image] Feb 21 20:21:41.705 INFO O| Feb 21 20:21:41.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
6013 | 2025-02-21T20:21:42.139Z | [ recovery-image] Feb 21 20:21:41.705 INFO O| Feb 21 20:21:41.705 INFO STEP 472 (remove_files) COMPLETE |
6014 | 2025-02-21T20:21:42.139Z | [ recovery-image] Feb 21 20:21:41.705 INFO O| Feb 21 20:21:41.705 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6015 | 2025-02-21T20:21:42.149Z | [ host-image] Feb 21 20:21:41.714 INFO O| Feb 21 20:21:41.713 INFO O| Planning: Checking for conflicting actions ... Done |
6016 | 2025-02-21T20:21:42.155Z | [ host-image] Feb 21 20:21:41.721 INFO O| Feb 21 20:21:41.721 INFO O| Planning: Consolidating action changes ... Done |
6017 | 2025-02-21T20:21:42.159Z | [ recovery-image] Feb 21 20:21:41.726 INFO O| Feb 21 20:21:41.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
6018 | 2025-02-21T20:21:42.162Z | [ recovery-image] Feb 21 20:21:41.726 INFO O| Feb 21 20:21:41.726 INFO STEP 473 (remove_files) COMPLETE |
6019 | 2025-02-21T20:21:42.162Z | [ recovery-image] Feb 21 20:21:41.726 INFO O| Feb 21 20:21:41.726 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6020 | 2025-02-21T20:21:42.181Z | [ recovery-image] Feb 21 20:21:41.747 INFO O| Feb 21 20:21:41.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
6021 | 2025-02-21T20:21:42.200Z | [ recovery-image] Feb 21 20:21:41.766 INFO O| Feb 21 20:21:41.766 INFO STEP 474 (remove_files) COMPLETE |
6022 | 2025-02-21T20:21:42.200Z | [ recovery-image] Feb 21 20:21:41.766 INFO O| Feb 21 20:21:41.766 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6023 | 2025-02-21T20:21:42.233Z | [ recovery-image] Feb 21 20:21:41.799 INFO O| Feb 21 20:21:41.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
6024 | 2025-02-21T20:21:42.233Z | [ recovery-image] Feb 21 20:21:41.799 INFO O| Feb 21 20:21:41.799 INFO STEP 475 (remove_files) COMPLETE |
6025 | 2025-02-21T20:21:42.239Z | [ recovery-image] Feb 21 20:21:41.799 INFO O| Feb 21 20:21:41.799 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6026 | 2025-02-21T20:21:42.270Z | [ recovery-image] Feb 21 20:21:41.836 INFO O| Feb 21 20:21:41.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
6027 | 2025-02-21T20:21:42.271Z | [ recovery-image] Feb 21 20:21:41.836 INFO O| Feb 21 20:21:41.836 INFO STEP 476 (remove_files) COMPLETE |
6028 | 2025-02-21T20:21:42.273Z | [ recovery-image] Feb 21 20:21:41.836 INFO O| Feb 21 20:21:41.836 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6029 | 2025-02-21T20:21:42.306Z | [ recovery-image] Feb 21 20:21:41.870 INFO O| Feb 21 20:21:41.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
6030 | 2025-02-21T20:21:42.306Z | [ recovery-image] Feb 21 20:21:41.870 INFO O| Feb 21 20:21:41.870 INFO STEP 477 (remove_files) COMPLETE |
6031 | 2025-02-21T20:21:42.309Z | [ recovery-image] Feb 21 20:21:41.870 INFO O| Feb 21 20:21:41.870 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6032 | 2025-02-21T20:21:42.326Z | [ recovery-image] Feb 21 20:21:41.892 INFO O| Feb 21 20:21:41.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
6033 | 2025-02-21T20:21:42.350Z | [ recovery-image] Feb 21 20:21:41.916 INFO O| Feb 21 20:21:41.916 INFO STEP 478 (remove_files) COMPLETE |
6034 | 2025-02-21T20:21:42.350Z | [ recovery-image] Feb 21 20:21:41.916 INFO O| Feb 21 20:21:41.916 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6035 | 2025-02-21T20:21:42.373Z | [ recovery-image] Feb 21 20:21:41.939 INFO O| Feb 21 20:21:41.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
6036 | 2025-02-21T20:21:42.376Z | [ recovery-image] Feb 21 20:21:41.939 INFO O| Feb 21 20:21:41.939 INFO STEP 479 (remove_files) COMPLETE |
6037 | 2025-02-21T20:21:42.376Z | [ recovery-image] Feb 21 20:21:41.939 INFO O| Feb 21 20:21:41.939 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6038 | 2025-02-21T20:21:42.409Z | [ recovery-image] Feb 21 20:21:41.971 INFO O| Feb 21 20:21:41.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
6039 | 2025-02-21T20:21:42.415Z | [ recovery-image] Feb 21 20:21:41.971 INFO O| Feb 21 20:21:41.971 INFO STEP 480 (remove_files) COMPLETE |
6040 | 2025-02-21T20:21:42.415Z | [ recovery-image] Feb 21 20:21:41.972 INFO O| Feb 21 20:21:41.972 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6041 | 2025-02-21T20:21:42.436Z | [ recovery-image] Feb 21 20:21:42.002 INFO O| Feb 21 20:21:42.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
6042 | 2025-02-21T20:21:42.447Z | [ recovery-image] Feb 21 20:21:42.006 INFO O| Feb 21 20:21:42.006 INFO STEP 481 (remove_files) COMPLETE |
6043 | 2025-02-21T20:21:42.447Z | [ recovery-image] Feb 21 20:21:42.006 INFO O| Feb 21 20:21:42.006 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6044 | 2025-02-21T20:21:42.559Z | [ recovery-image] Feb 21 20:21:42.041 INFO O| Feb 21 20:21:42.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
6045 | 2025-02-21T20:21:42.559Z | [ recovery-image] Feb 21 20:21:42.041 INFO O| Feb 21 20:21:42.041 INFO STEP 482 (remove_files) COMPLETE |
6046 | 2025-02-21T20:21:42.559Z | [ recovery-image] Feb 21 20:21:42.041 INFO O| Feb 21 20:21:42.041 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6047 | 2025-02-21T20:21:42.563Z | [ recovery-image] Feb 21 20:21:42.063 INFO O| Feb 21 20:21:42.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
6048 | 2025-02-21T20:21:42.563Z | [ recovery-image] Feb 21 20:21:42.063 INFO O| Feb 21 20:21:42.063 INFO STEP 483 (remove_files) COMPLETE |
6049 | 2025-02-21T20:21:42.563Z | [ recovery-image] Feb 21 20:21:42.063 INFO O| Feb 21 20:21:42.063 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6050 | 2025-02-21T20:21:42.563Z | [ recovery-image] Feb 21 20:21:42.125 INFO O| Feb 21 20:21:42.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
6051 | 2025-02-21T20:21:42.563Z | [ recovery-image] Feb 21 20:21:42.125 INFO O| Feb 21 20:21:42.125 INFO STEP 484 (remove_files) COMPLETE |
6052 | 2025-02-21T20:21:42.563Z | [ recovery-image] Feb 21 20:21:42.125 INFO O| Feb 21 20:21:42.125 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6053 | 2025-02-21T20:21:42.587Z | [ recovery-image] Feb 21 20:21:42.149 INFO O| Feb 21 20:21:42.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
6054 | 2025-02-21T20:21:42.587Z | [ recovery-image] Feb 21 20:21:42.149 INFO O| Feb 21 20:21:42.149 INFO STEP 485 (remove_files) COMPLETE |
6055 | 2025-02-21T20:21:42.587Z | [ recovery-image] Feb 21 20:21:42.149 INFO O| Feb 21 20:21:42.149 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6056 | 2025-02-21T20:21:42.595Z | [ host-image] Feb 21 20:21:42.159 INFO O| Feb 21 20:21:42.159 INFO O| Planning: Evaluating mediators ... Done |
6057 | 2025-02-21T20:21:42.602Z | [ host-image] Feb 21 20:21:42.165 INFO O| Feb 21 20:21:42.165 INFO O| Planning: Planning completed in 5.74 seconds |
6058 | 2025-02-21T20:21:42.602Z | [ host-image] Feb 21 20:21:42.168 INFO O| Feb 21 20:21:42.167 INFO O| Packages to install: 6 |
6059 | 2025-02-21T20:21:42.602Z | [ host-image] Feb 21 20:21:42.168 INFO O| Feb 21 20:21:42.168 INFO O| Mediators to change: 1 |
6060 | 2025-02-21T20:21:42.602Z | [ host-image] Feb 21 20:21:42.168 INFO O| Feb 21 20:21:42.168 INFO O| Services to change: 1 |
6061 | 2025-02-21T20:21:42.641Z | [ host-image] Feb 21 20:21:42.207 INFO O| Feb 21 20:21:42.206 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
6062 | 2025-02-21T20:21:42.683Z | [ recovery-image] Feb 21 20:21:42.238 INFO O| Feb 21 20:21:42.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
6063 | 2025-02-21T20:21:42.687Z | [ recovery-image] Feb 21 20:21:42.238 INFO O| Feb 21 20:21:42.238 INFO STEP 486 (remove_files) COMPLETE |
6064 | 2025-02-21T20:21:42.687Z | [ recovery-image] Feb 21 20:21:42.238 INFO O| Feb 21 20:21:42.238 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6065 | 2025-02-21T20:21:42.695Z | [ recovery-image] Feb 21 20:21:42.261 INFO O| Feb 21 20:21:42.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
6066 | 2025-02-21T20:21:42.698Z | [ recovery-image] Feb 21 20:21:42.261 INFO O| Feb 21 20:21:42.261 INFO STEP 487 (remove_files) COMPLETE |
6067 | 2025-02-21T20:21:42.698Z | [ recovery-image] Feb 21 20:21:42.261 INFO O| Feb 21 20:21:42.261 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6068 | 2025-02-21T20:21:42.743Z | [ recovery-image] Feb 21 20:21:42.306 INFO O| Feb 21 20:21:42.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
6069 | 2025-02-21T20:21:42.748Z | [ recovery-image] Feb 21 20:21:42.306 INFO O| Feb 21 20:21:42.306 INFO STEP 488 (remove_files) COMPLETE |
6070 | 2025-02-21T20:21:42.748Z | [ recovery-image] Feb 21 20:21:42.306 INFO O| Feb 21 20:21:42.306 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6071 | 2025-02-21T20:21:42.761Z | [ recovery-image] Feb 21 20:21:42.327 INFO O| Feb 21 20:21:42.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
6072 | 2025-02-21T20:21:42.764Z | [ recovery-image] Feb 21 20:21:42.327 INFO O| Feb 21 20:21:42.327 INFO STEP 489 (remove_files) COMPLETE |
6073 | 2025-02-21T20:21:42.765Z | [ recovery-image] Feb 21 20:21:42.327 INFO O| Feb 21 20:21:42.327 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6074 | 2025-02-21T20:21:42.787Z | [ recovery-image] Feb 21 20:21:42.348 INFO O| Feb 21 20:21:42.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
6075 | 2025-02-21T20:21:42.793Z | [ recovery-image] Feb 21 20:21:42.348 INFO O| Feb 21 20:21:42.348 INFO STEP 490 (remove_files) COMPLETE |
6076 | 2025-02-21T20:21:42.793Z | [ recovery-image] Feb 21 20:21:42.348 INFO O| Feb 21 20:21:42.348 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6077 | 2025-02-21T20:21:42.805Z | [ recovery-image] Feb 21 20:21:42.370 INFO O| Feb 21 20:21:42.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
6078 | 2025-02-21T20:21:42.808Z | [ recovery-image] Feb 21 20:21:42.371 INFO O| Feb 21 20:21:42.371 INFO STEP 491 (remove_files) COMPLETE |
6079 | 2025-02-21T20:21:42.808Z | [ recovery-image] Feb 21 20:21:42.371 INFO O| Feb 21 20:21:42.371 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6080 | 2025-02-21T20:21:42.826Z | [ recovery-image] Feb 21 20:21:42.392 INFO O| Feb 21 20:21:42.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
6081 | 2025-02-21T20:21:42.830Z | [ recovery-image] Feb 21 20:21:42.392 INFO O| Feb 21 20:21:42.392 INFO STEP 492 (remove_files) COMPLETE |
6082 | 2025-02-21T20:21:42.830Z | [ recovery-image] Feb 21 20:21:42.392 INFO O| Feb 21 20:21:42.392 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6083 | 2025-02-21T20:21:42.846Z | [ recovery-image] Feb 21 20:21:42.412 INFO O| Feb 21 20:21:42.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
6084 | 2025-02-21T20:21:42.860Z | [ recovery-image] Feb 21 20:21:42.426 INFO O| Feb 21 20:21:42.426 INFO STEP 493 (remove_files) COMPLETE |
6085 | 2025-02-21T20:21:42.860Z | [ recovery-image] Feb 21 20:21:42.426 INFO O| Feb 21 20:21:42.426 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6086 | 2025-02-21T20:21:42.881Z | [ recovery-image] Feb 21 20:21:42.447 INFO O| Feb 21 20:21:42.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
6087 | 2025-02-21T20:21:42.893Z | [ recovery-image] Feb 21 20:21:42.447 INFO O| Feb 21 20:21:42.447 INFO STEP 494 (remove_files) COMPLETE |
6088 | 2025-02-21T20:21:42.894Z | [ recovery-image] Feb 21 20:21:42.447 INFO O| Feb 21 20:21:42.447 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6089 | 2025-02-21T20:21:42.906Z | [ recovery-image] Feb 21 20:21:42.467 INFO O| Feb 21 20:21:42.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
6090 | 2025-02-21T20:21:42.909Z | [ recovery-image] Feb 21 20:21:42.467 INFO O| Feb 21 20:21:42.467 INFO STEP 495 (remove_files) COMPLETE |
6091 | 2025-02-21T20:21:42.909Z | [ recovery-image] Feb 21 20:21:42.467 INFO O| Feb 21 20:21:42.467 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6092 | 2025-02-21T20:21:42.923Z | [ recovery-image] Feb 21 20:21:42.488 INFO O| Feb 21 20:21:42.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
6093 | 2025-02-21T20:21:42.927Z | [ recovery-image] Feb 21 20:21:42.489 INFO O| Feb 21 20:21:42.488 INFO STEP 496 (remove_files) COMPLETE |
6094 | 2025-02-21T20:21:42.927Z | [ recovery-image] Feb 21 20:21:42.489 INFO O| Feb 21 20:21:42.489 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6095 | 2025-02-21T20:21:42.944Z | [ recovery-image] Feb 21 20:21:42.509 INFO O| Feb 21 20:21:42.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
6096 | 2025-02-21T20:21:42.949Z | [ recovery-image] Feb 21 20:21:42.509 INFO O| Feb 21 20:21:42.509 INFO STEP 497 (remove_files) COMPLETE |
6097 | 2025-02-21T20:21:42.949Z | [ recovery-image] Feb 21 20:21:42.509 INFO O| Feb 21 20:21:42.509 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6098 | 2025-02-21T20:21:42.964Z | [ recovery-image] Feb 21 20:21:42.529 INFO O| Feb 21 20:21:42.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
6099 | 2025-02-21T20:21:42.968Z | [ recovery-image] Feb 21 20:21:42.530 INFO O| Feb 21 20:21:42.530 INFO STEP 498 (remove_files) COMPLETE |
6100 | 2025-02-21T20:21:42.969Z | [ recovery-image] Feb 21 20:21:42.530 INFO O| Feb 21 20:21:42.530 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6101 | 2025-02-21T20:21:42.986Z | [ recovery-image] Feb 21 20:21:42.550 INFO O| Feb 21 20:21:42.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
6102 | 2025-02-21T20:21:42.990Z | [ recovery-image] Feb 21 20:21:42.550 INFO O| Feb 21 20:21:42.550 INFO STEP 499 (remove_files) COMPLETE |
6103 | 2025-02-21T20:21:42.990Z | [ recovery-image] Feb 21 20:21:42.550 INFO O| Feb 21 20:21:42.550 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6104 | 2025-02-21T20:21:43.008Z | [ recovery-image] Feb 21 20:21:42.572 INFO O| Feb 21 20:21:42.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
6105 | 2025-02-21T20:21:43.011Z | [ recovery-image] Feb 21 20:21:42.573 INFO O| Feb 21 20:21:42.572 INFO STEP 500 (remove_files) COMPLETE |
6106 | 2025-02-21T20:21:43.012Z | [ recovery-image] Feb 21 20:21:42.573 INFO O| Feb 21 20:21:42.573 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6107 | 2025-02-21T20:21:43.030Z | [ recovery-image] Feb 21 20:21:42.593 INFO O| Feb 21 20:21:42.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
6108 | 2025-02-21T20:21:43.033Z | [ recovery-image] Feb 21 20:21:42.593 INFO O| Feb 21 20:21:42.593 INFO STEP 501 (remove_files) COMPLETE |
6109 | 2025-02-21T20:21:43.033Z | [ recovery-image] Feb 21 20:21:42.594 INFO O| Feb 21 20:21:42.593 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6110 | 2025-02-21T20:21:43.049Z | [ recovery-image] Feb 21 20:21:42.614 INFO O| Feb 21 20:21:42.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
6111 | 2025-02-21T20:21:43.055Z | [ recovery-image] Feb 21 20:21:42.615 INFO O| Feb 21 20:21:42.615 INFO STEP 502 (remove_files) COMPLETE |
6112 | 2025-02-21T20:21:43.055Z | [ recovery-image] Feb 21 20:21:42.615 INFO O| Feb 21 20:21:42.615 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6113 | 2025-02-21T20:21:43.071Z | [ recovery-image] Feb 21 20:21:42.636 INFO O| Feb 21 20:21:42.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
6114 | 2025-02-21T20:21:43.079Z | [ recovery-image] Feb 21 20:21:42.636 INFO O| Feb 21 20:21:42.636 INFO STEP 503 (remove_files) COMPLETE |
6115 | 2025-02-21T20:21:43.079Z | [ recovery-image] Feb 21 20:21:42.636 INFO O| Feb 21 20:21:42.636 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6116 | 2025-02-21T20:21:43.093Z | [ recovery-image] Feb 21 20:21:42.658 INFO O| Feb 21 20:21:42.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
6117 | 2025-02-21T20:21:43.097Z | [ recovery-image] Feb 21 20:21:42.658 INFO O| Feb 21 20:21:42.658 INFO STEP 504 (remove_files) COMPLETE |
6118 | 2025-02-21T20:21:43.097Z | [ recovery-image] Feb 21 20:21:42.658 INFO O| Feb 21 20:21:42.658 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6119 | 2025-02-21T20:21:43.151Z | [ recovery-image] Feb 21 20:21:42.680 INFO O| Feb 21 20:21:42.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
6120 | 2025-02-21T20:21:43.156Z | [ recovery-image] Feb 21 20:21:42.702 INFO O| Feb 21 20:21:42.702 INFO STEP 505 (remove_files) COMPLETE |
6121 | 2025-02-21T20:21:43.156Z | [ recovery-image] Feb 21 20:21:42.702 INFO O| Feb 21 20:21:42.702 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6122 | 2025-02-21T20:21:43.166Z | [ recovery-image] Feb 21 20:21:42.725 INFO O| Feb 21 20:21:42.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
6123 | 2025-02-21T20:21:43.166Z | [ recovery-image] Feb 21 20:21:42.726 INFO O| Feb 21 20:21:42.725 INFO STEP 506 (remove_files) COMPLETE |
6124 | 2025-02-21T20:21:43.166Z | [ recovery-image] Feb 21 20:21:42.726 INFO O| Feb 21 20:21:42.726 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6125 | 2025-02-21T20:21:43.184Z | [ recovery-image] Feb 21 20:21:42.748 INFO O| Feb 21 20:21:42.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
6126 | 2025-02-21T20:21:43.192Z | [ recovery-image] Feb 21 20:21:42.748 INFO O| Feb 21 20:21:42.748 INFO STEP 507 (remove_files) COMPLETE |
6127 | 2025-02-21T20:21:43.192Z | [ recovery-image] Feb 21 20:21:42.749 INFO O| Feb 21 20:21:42.749 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6128 | 2025-02-21T20:21:43.208Z | [ recovery-image] Feb 21 20:21:42.770 INFO O| Feb 21 20:21:42.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
6129 | 2025-02-21T20:21:43.233Z | [ recovery-image] Feb 21 20:21:42.770 INFO O| Feb 21 20:21:42.770 INFO STEP 508 (remove_files) COMPLETE |
6130 | 2025-02-21T20:21:43.233Z | [ recovery-image] Feb 21 20:21:42.770 INFO O| Feb 21 20:21:42.770 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6131 | 2025-02-21T20:21:43.244Z | [ recovery-image] Feb 21 20:21:42.791 INFO O| Feb 21 20:21:42.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
6132 | 2025-02-21T20:21:43.244Z | [ recovery-image] Feb 21 20:21:42.792 INFO O| Feb 21 20:21:42.792 INFO STEP 509 (remove_files) COMPLETE |
6133 | 2025-02-21T20:21:43.244Z | [ recovery-image] Feb 21 20:21:42.792 INFO O| Feb 21 20:21:42.792 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6134 | 2025-02-21T20:21:43.248Z | [ recovery-image] Feb 21 20:21:42.814 INFO O| Feb 21 20:21:42.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
6135 | 2025-02-21T20:21:43.252Z | [ recovery-image] Feb 21 20:21:42.814 INFO O| Feb 21 20:21:42.814 INFO STEP 510 (remove_files) COMPLETE |
6136 | 2025-02-21T20:21:43.252Z | [ recovery-image] Feb 21 20:21:42.814 INFO O| Feb 21 20:21:42.814 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6137 | 2025-02-21T20:21:43.278Z | [ recovery-image] Feb 21 20:21:42.843 INFO O| Feb 21 20:21:42.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
6138 | 2025-02-21T20:21:43.278Z | [ recovery-image] Feb 21 20:21:42.843 INFO O| Feb 21 20:21:42.843 INFO STEP 511 (remove_files) COMPLETE |
6139 | 2025-02-21T20:21:43.281Z | [ recovery-image] Feb 21 20:21:42.843 INFO O| Feb 21 20:21:42.843 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6140 | 2025-02-21T20:21:43.301Z | [ recovery-image] Feb 21 20:21:42.865 INFO O| Feb 21 20:21:42.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
6141 | 2025-02-21T20:21:43.301Z | [ recovery-image] Feb 21 20:21:42.865 INFO O| Feb 21 20:21:42.865 INFO STEP 512 (remove_files) COMPLETE |
6142 | 2025-02-21T20:21:43.307Z | [ recovery-image] Feb 21 20:21:42.866 INFO O| Feb 21 20:21:42.865 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6143 | 2025-02-21T20:21:43.338Z | [ recovery-image] Feb 21 20:21:42.888 INFO O| Feb 21 20:21:42.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
6144 | 2025-02-21T20:21:43.338Z | [ recovery-image] Feb 21 20:21:42.888 INFO O| Feb 21 20:21:42.888 INFO STEP 513 (remove_files) COMPLETE |
6145 | 2025-02-21T20:21:43.338Z | [ recovery-image] Feb 21 20:21:42.888 INFO O| Feb 21 20:21:42.888 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6146 | 2025-02-21T20:21:43.344Z | [ recovery-image] Feb 21 20:21:42.909 INFO O| Feb 21 20:21:42.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
6147 | 2025-02-21T20:21:43.344Z | [ recovery-image] Feb 21 20:21:42.909 INFO O| Feb 21 20:21:42.909 INFO STEP 514 (remove_files) COMPLETE |
6148 | 2025-02-21T20:21:43.344Z | [ recovery-image] Feb 21 20:21:42.909 INFO O| Feb 21 20:21:42.909 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6149 | 2025-02-21T20:21:43.402Z | [ recovery-image] Feb 21 20:21:42.967 INFO O| Feb 21 20:21:42.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
6150 | 2025-02-21T20:21:43.402Z | [ recovery-image] Feb 21 20:21:42.967 INFO O| Feb 21 20:21:42.967 INFO STEP 515 (remove_files) COMPLETE |
6151 | 2025-02-21T20:21:43.402Z | [ recovery-image] Feb 21 20:21:42.967 INFO O| Feb 21 20:21:42.967 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6152 | 2025-02-21T20:21:43.439Z | [ recovery-image] Feb 21 20:21:43.004 INFO O| Feb 21 20:21:43.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
6153 | 2025-02-21T20:21:43.439Z | [ recovery-image] Feb 21 20:21:43.004 INFO O| Feb 21 20:21:43.004 INFO STEP 516 (remove_files) COMPLETE |
6154 | 2025-02-21T20:21:43.443Z | [ recovery-image] Feb 21 20:21:43.004 INFO O| Feb 21 20:21:43.004 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6155 | 2025-02-21T20:21:43.532Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
6156 | 2025-02-21T20:21:43.554Z | [ recovery-image] Feb 21 20:21:43.110 INFO O| Feb 21 20:21:43.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
6157 | 2025-02-21T20:21:43.554Z | [ recovery-image] Feb 21 20:21:43.110 INFO O| Feb 21 20:21:43.109 INFO STEP 517 (remove_files) COMPLETE |
6158 | 2025-02-21T20:21:43.554Z | [ recovery-image] Feb 21 20:21:43.110 INFO O| Feb 21 20:21:43.109 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6159 | 2025-02-21T20:21:43.567Z | [ recovery-image] Feb 21 20:21:43.129 INFO O| Feb 21 20:21:43.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
6160 | 2025-02-21T20:21:43.568Z | [ recovery-image] Feb 21 20:21:43.129 INFO O| Feb 21 20:21:43.129 INFO STEP 518 (remove_files) COMPLETE |
6161 | 2025-02-21T20:21:43.568Z | [ recovery-image] Feb 21 20:21:43.129 INFO O| Feb 21 20:21:43.129 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6162 | 2025-02-21T20:21:43.606Z | [ recovery-image] Feb 21 20:21:43.171 INFO O| Feb 21 20:21:43.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
6163 | 2025-02-21T20:21:43.611Z | [ recovery-image] Feb 21 20:21:43.171 INFO O| Feb 21 20:21:43.171 INFO STEP 519 (remove_files) COMPLETE |
6164 | 2025-02-21T20:21:43.611Z | [ recovery-image] Feb 21 20:21:43.171 INFO O| Feb 21 20:21:43.171 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6165 | 2025-02-21T20:21:43.629Z | [ recovery-image] Feb 21 20:21:43.192 INFO O| Feb 21 20:21:43.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
6166 | 2025-02-21T20:21:43.633Z | [ recovery-image] Feb 21 20:21:43.193 INFO O| Feb 21 20:21:43.193 INFO STEP 520 (remove_files) COMPLETE |
6167 | 2025-02-21T20:21:43.633Z | [ recovery-image] Feb 21 20:21:43.193 INFO O| Feb 21 20:21:43.193 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6168 | 2025-02-21T20:21:43.653Z | [ recovery-image] Feb 21 20:21:43.215 INFO O| Feb 21 20:21:43.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
6169 | 2025-02-21T20:21:43.673Z | [ recovery-image] Feb 21 20:21:43.215 INFO O| Feb 21 20:21:43.215 INFO STEP 521 (remove_files) COMPLETE |
6170 | 2025-02-21T20:21:43.673Z | [ recovery-image] Feb 21 20:21:43.216 INFO O| Feb 21 20:21:43.216 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6171 | 2025-02-21T20:21:43.676Z | [ recovery-image] Feb 21 20:21:43.238 INFO O| Feb 21 20:21:43.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
6172 | 2025-02-21T20:21:43.677Z | [ recovery-image] Feb 21 20:21:43.239 INFO O| Feb 21 20:21:43.239 INFO STEP 522 (remove_files) COMPLETE |
6173 | 2025-02-21T20:21:43.677Z | [ recovery-image] Feb 21 20:21:43.239 INFO O| Feb 21 20:21:43.239 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6174 | 2025-02-21T20:21:43.694Z | [ recovery-image] Feb 21 20:21:43.259 INFO O| Feb 21 20:21:43.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
6175 | 2025-02-21T20:21:43.698Z | [ recovery-image] Feb 21 20:21:43.259 INFO O| Feb 21 20:21:43.259 INFO STEP 523 (remove_files) COMPLETE |
6176 | 2025-02-21T20:21:43.698Z | [ recovery-image] Feb 21 20:21:43.259 INFO O| Feb 21 20:21:43.259 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6177 | 2025-02-21T20:21:43.733Z | [ recovery-image] Feb 21 20:21:43.298 INFO O| Feb 21 20:21:43.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
6178 | 2025-02-21T20:21:43.742Z | [ recovery-image] Feb 21 20:21:43.298 INFO O| Feb 21 20:21:43.298 INFO STEP 524 (remove_files) COMPLETE |
6179 | 2025-02-21T20:21:43.742Z | [ recovery-image] Feb 21 20:21:43.298 INFO O| Feb 21 20:21:43.298 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6180 | 2025-02-21T20:21:43.756Z | [ recovery-image] Feb 21 20:21:43.318 INFO O| Feb 21 20:21:43.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
6181 | 2025-02-21T20:21:43.824Z | [ recovery-image] Feb 21 20:21:43.318 INFO O| Feb 21 20:21:43.318 INFO STEP 525 (remove_files) COMPLETE |
6182 | 2025-02-21T20:21:43.824Z | [ recovery-image] Feb 21 20:21:43.318 INFO O| Feb 21 20:21:43.318 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6183 | 2025-02-21T20:21:43.824Z | [ recovery-image] Feb 21 20:21:43.339 INFO O| Feb 21 20:21:43.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
6184 | 2025-02-21T20:21:43.824Z | [ recovery-image] Feb 21 20:21:43.339 INFO O| Feb 21 20:21:43.339 INFO STEP 526 (remove_files) COMPLETE |
6185 | 2025-02-21T20:21:43.824Z | [ recovery-image] Feb 21 20:21:43.339 INFO O| Feb 21 20:21:43.339 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6186 | 2025-02-21T20:21:43.839Z | [ recovery-image] Feb 21 20:21:43.360 INFO O| Feb 21 20:21:43.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
6187 | 2025-02-21T20:21:43.839Z | [ recovery-image] Feb 21 20:21:43.360 INFO O| Feb 21 20:21:43.360 INFO STEP 527 (remove_files) COMPLETE |
6188 | 2025-02-21T20:21:43.839Z | [ recovery-image] Feb 21 20:21:43.360 INFO O| Feb 21 20:21:43.360 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6189 | 2025-02-21T20:21:43.839Z | [ recovery-image] Feb 21 20:21:43.378 INFO O| Feb 21 20:21:43.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
6190 | 2025-02-21T20:21:43.839Z | [ recovery-image] Feb 21 20:21:43.378 INFO O| Feb 21 20:21:43.378 INFO STEP 528 (remove_files) COMPLETE |
6191 | 2025-02-21T20:21:43.839Z | [ recovery-image] Feb 21 20:21:43.379 INFO O| Feb 21 20:21:43.378 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6192 | 2025-02-21T20:21:43.861Z | [ recovery-image] Feb 21 20:21:43.420 INFO O| Feb 21 20:21:43.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
6193 | 2025-02-21T20:21:43.866Z | [ recovery-image] Feb 21 20:21:43.420 INFO O| Feb 21 20:21:43.420 INFO STEP 529 (remove_files) COMPLETE |
6194 | 2025-02-21T20:21:43.866Z | [ recovery-image] Feb 21 20:21:43.420 INFO O| Feb 21 20:21:43.420 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6195 | 2025-02-21T20:21:43.882Z | [ recovery-image] Feb 21 20:21:43.443 INFO O| Feb 21 20:21:43.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
6196 | 2025-02-21T20:21:43.890Z | [ recovery-image] Feb 21 20:21:43.444 INFO O| Feb 21 20:21:43.443 INFO STEP 530 (remove_files) COMPLETE |
6197 | 2025-02-21T20:21:43.890Z | [ recovery-image] Feb 21 20:21:43.444 INFO O| Feb 21 20:21:43.444 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6198 | 2025-02-21T20:21:43.926Z | [ recovery-image] Feb 21 20:21:43.491 INFO O| Feb 21 20:21:43.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
6199 | 2025-02-21T20:21:43.930Z | [ recovery-image] Feb 21 20:21:43.491 INFO O| Feb 21 20:21:43.491 INFO STEP 531 (remove_files) COMPLETE |
6200 | 2025-02-21T20:21:43.930Z | [ recovery-image] Feb 21 20:21:43.491 INFO O| Feb 21 20:21:43.491 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6201 | 2025-02-21T20:21:43.960Z | [ recovery-image] Feb 21 20:21:43.512 INFO O| Feb 21 20:21:43.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
6202 | 2025-02-21T20:21:43.961Z | [ recovery-image] Feb 21 20:21:43.512 INFO O| Feb 21 20:21:43.512 INFO STEP 532 (remove_files) COMPLETE |
6203 | 2025-02-21T20:21:43.961Z | [ recovery-image] Feb 21 20:21:43.512 INFO O| Feb 21 20:21:43.512 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6204 | 2025-02-21T20:21:43.970Z | [ recovery-image] Feb 21 20:21:43.532 INFO O| Feb 21 20:21:43.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
6205 | 2025-02-21T20:21:43.970Z | [ recovery-image] Feb 21 20:21:43.533 INFO O| Feb 21 20:21:43.532 INFO STEP 533 (remove_files) COMPLETE |
6206 | 2025-02-21T20:21:43.971Z | [ recovery-image] Feb 21 20:21:43.533 INFO O| Feb 21 20:21:43.533 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6207 | 2025-02-21T20:21:43.989Z | [ recovery-image] Feb 21 20:21:43.553 INFO O| Feb 21 20:21:43.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
6208 | 2025-02-21T20:21:43.989Z | [ recovery-image] Feb 21 20:21:43.553 INFO O| Feb 21 20:21:43.553 INFO STEP 534 (remove_files) COMPLETE |
6209 | 2025-02-21T20:21:43.993Z | [ recovery-image] Feb 21 20:21:43.553 INFO O| Feb 21 20:21:43.553 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6210 | 2025-02-21T20:21:44.046Z | [ recovery-image] Feb 21 20:21:43.610 INFO O| Feb 21 20:21:43.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
6211 | 2025-02-21T20:21:44.050Z | [ recovery-image] Feb 21 20:21:43.610 INFO O| Feb 21 20:21:43.610 INFO STEP 535 (remove_files) COMPLETE |
6212 | 2025-02-21T20:21:44.050Z | [ recovery-image] Feb 21 20:21:43.610 INFO O| Feb 21 20:21:43.610 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6213 | 2025-02-21T20:21:44.181Z | [ recovery-image] Feb 21 20:21:43.745 INFO O| Feb 21 20:21:43.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
6214 | 2025-02-21T20:21:44.187Z | [ recovery-image] Feb 21 20:21:43.745 INFO O| Feb 21 20:21:43.745 INFO STEP 536 (remove_files) COMPLETE |
6215 | 2025-02-21T20:21:44.188Z | [ recovery-image] Feb 21 20:21:43.745 INFO O| Feb 21 20:21:43.745 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6216 | 2025-02-21T20:21:44.215Z | [ recovery-image] Feb 21 20:21:43.779 INFO O| Feb 21 20:21:43.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
6217 | 2025-02-21T20:21:44.215Z | [ recovery-image] Feb 21 20:21:43.779 INFO O| Feb 21 20:21:43.779 INFO STEP 537 (remove_files) COMPLETE |
6218 | 2025-02-21T20:21:44.215Z | [ recovery-image] Feb 21 20:21:43.779 INFO O| Feb 21 20:21:43.779 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6219 | 2025-02-21T20:21:44.261Z | [ recovery-image] Feb 21 20:21:43.818 INFO O| Feb 21 20:21:43.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
6220 | 2025-02-21T20:21:44.262Z | [ recovery-image] Feb 21 20:21:43.819 INFO O| Feb 21 20:21:43.819 INFO STEP 538 (remove_files) COMPLETE |
6221 | 2025-02-21T20:21:44.262Z | [ recovery-image] Feb 21 20:21:43.819 INFO O| Feb 21 20:21:43.819 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6222 | 2025-02-21T20:21:44.274Z | [ recovery-image] Feb 21 20:21:43.838 INFO O| Feb 21 20:21:43.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
6223 | 2025-02-21T20:21:44.274Z | [ recovery-image] Feb 21 20:21:43.838 INFO O| Feb 21 20:21:43.838 INFO STEP 539 (remove_files) COMPLETE |
6224 | 2025-02-21T20:21:44.278Z | [ recovery-image] Feb 21 20:21:43.838 INFO O| Feb 21 20:21:43.838 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6225 | 2025-02-21T20:21:44.295Z | [ recovery-image] Feb 21 20:21:43.860 INFO O| Feb 21 20:21:43.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
6226 | 2025-02-21T20:21:44.295Z | [ recovery-image] Feb 21 20:21:43.860 INFO O| Feb 21 20:21:43.860 INFO STEP 540 (remove_files) COMPLETE |
6227 | 2025-02-21T20:21:44.295Z | [ recovery-image] Feb 21 20:21:43.860 INFO O| Feb 21 20:21:43.860 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6228 | 2025-02-21T20:21:44.317Z | [ recovery-image] Feb 21 20:21:43.881 INFO O| Feb 21 20:21:43.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
6229 | 2025-02-21T20:21:44.317Z | [ recovery-image] Feb 21 20:21:43.882 INFO O| Feb 21 20:21:43.882 INFO STEP 541 (remove_files) COMPLETE |
6230 | 2025-02-21T20:21:44.321Z | [ recovery-image] Feb 21 20:21:43.882 INFO O| Feb 21 20:21:43.882 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6231 | 2025-02-21T20:21:44.348Z | [ recovery-image] Feb 21 20:21:43.909 INFO O| Feb 21 20:21:43.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
6232 | 2025-02-21T20:21:44.348Z | [ recovery-image] Feb 21 20:21:43.910 INFO O| Feb 21 20:21:43.910 INFO STEP 542 (remove_files) COMPLETE |
6233 | 2025-02-21T20:21:44.353Z | [ recovery-image] Feb 21 20:21:43.910 INFO O| Feb 21 20:21:43.910 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6234 | 2025-02-21T20:21:44.384Z | [ recovery-image] Feb 21 20:21:43.931 INFO O| Feb 21 20:21:43.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
6235 | 2025-02-21T20:21:44.384Z | [ recovery-image] Feb 21 20:21:43.931 INFO O| Feb 21 20:21:43.931 INFO STEP 543 (remove_files) COMPLETE |
6236 | 2025-02-21T20:21:44.384Z | [ recovery-image] Feb 21 20:21:43.932 INFO O| Feb 21 20:21:43.931 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6237 | 2025-02-21T20:21:44.396Z | [ recovery-image] Feb 21 20:21:43.957 INFO O| Feb 21 20:21:43.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
6238 | 2025-02-21T20:21:44.408Z | [ recovery-image] Feb 21 20:21:43.967 INFO O| Feb 21 20:21:43.967 INFO STEP 544 (remove_files) COMPLETE |
6239 | 2025-02-21T20:21:44.408Z | [ recovery-image] Feb 21 20:21:43.967 INFO O| Feb 21 20:21:43.967 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6240 | 2025-02-21T20:21:44.438Z | [ recovery-image] Feb 21 20:21:44.001 INFO O| Feb 21 20:21:44.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
6241 | 2025-02-21T20:21:44.438Z | [ recovery-image] Feb 21 20:21:44.001 INFO O| Feb 21 20:21:44.001 INFO STEP 545 (remove_files) COMPLETE |
6242 | 2025-02-21T20:21:44.443Z | [ recovery-image] Feb 21 20:21:44.001 INFO O| Feb 21 20:21:44.001 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6243 | 2025-02-21T20:21:44.574Z | [ recovery-image] Feb 21 20:21:44.135 INFO O| Feb 21 20:21:44.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
6244 | 2025-02-21T20:21:44.578Z | [ recovery-image] Feb 21 20:21:44.136 INFO O| Feb 21 20:21:44.136 INFO STEP 546 (remove_files) COMPLETE |
6245 | 2025-02-21T20:21:44.578Z | [ recovery-image] Feb 21 20:21:44.136 INFO O| Feb 21 20:21:44.136 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6246 | 2025-02-21T20:21:44.641Z | [ recovery-image] Feb 21 20:21:44.203 INFO O| Feb 21 20:21:44.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
6247 | 2025-02-21T20:21:44.641Z | [ recovery-image] Feb 21 20:21:44.203 INFO O| Feb 21 20:21:44.203 INFO STEP 547 (remove_files) COMPLETE |
6248 | 2025-02-21T20:21:44.641Z | [ recovery-image] Feb 21 20:21:44.203 INFO O| Feb 21 20:21:44.203 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6249 | 2025-02-21T20:21:44.670Z | [ recovery-image] Feb 21 20:21:44.234 INFO O| Feb 21 20:21:44.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
6250 | 2025-02-21T20:21:44.675Z | [ recovery-image] Feb 21 20:21:44.235 INFO O| Feb 21 20:21:44.235 INFO STEP 548 (remove_files) COMPLETE |
6251 | 2025-02-21T20:21:44.675Z | [ recovery-image] Feb 21 20:21:44.235 INFO O| Feb 21 20:21:44.235 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6252 | 2025-02-21T20:21:44.700Z | [ recovery-image] Feb 21 20:21:44.264 INFO O| Feb 21 20:21:44.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
6253 | 2025-02-21T20:21:44.700Z | [ recovery-image] Feb 21 20:21:44.264 INFO O| Feb 21 20:21:44.264 INFO STEP 549 (remove_files) COMPLETE |
6254 | 2025-02-21T20:21:44.710Z | [ recovery-image] Feb 21 20:21:44.264 INFO O| Feb 21 20:21:44.264 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6255 | 2025-02-21T20:21:44.827Z | [ recovery-image] Feb 21 20:21:44.389 INFO O| Feb 21 20:21:44.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
6256 | 2025-02-21T20:21:44.828Z | [ recovery-image] Feb 21 20:21:44.389 INFO O| Feb 21 20:21:44.389 INFO STEP 550 (remove_files) COMPLETE |
6257 | 2025-02-21T20:21:44.828Z | [ recovery-image] Feb 21 20:21:44.389 INFO O| Feb 21 20:21:44.389 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6258 | 2025-02-21T20:21:44.863Z | [ recovery-image] Feb 21 20:21:44.426 INFO O| Feb 21 20:21:44.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
6259 | 2025-02-21T20:21:44.863Z | [ recovery-image] Feb 21 20:21:44.426 INFO O| Feb 21 20:21:44.426 INFO STEP 551 (remove_files) COMPLETE |
6260 | 2025-02-21T20:21:44.863Z | [ recovery-image] Feb 21 20:21:44.426 INFO O| Feb 21 20:21:44.426 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6261 | 2025-02-21T20:21:44.923Z | [ recovery-image] Feb 21 20:21:44.487 INFO O| Feb 21 20:21:44.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
6262 | 2025-02-21T20:21:44.923Z | [ recovery-image] Feb 21 20:21:44.487 INFO O| Feb 21 20:21:44.487 INFO STEP 552 (remove_files) COMPLETE |
6263 | 2025-02-21T20:21:44.923Z | [ recovery-image] Feb 21 20:21:44.487 INFO O| Feb 21 20:21:44.487 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6264 | 2025-02-21T20:21:44.944Z | [ recovery-image] Feb 21 20:21:44.509 INFO O| Feb 21 20:21:44.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
6265 | 2025-02-21T20:21:44.944Z | [ recovery-image] Feb 21 20:21:44.509 INFO O| Feb 21 20:21:44.509 INFO STEP 553 (remove_files) COMPLETE |
6266 | 2025-02-21T20:21:44.945Z | [ recovery-image] Feb 21 20:21:44.509 INFO O| Feb 21 20:21:44.509 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6267 | 2025-02-21T20:21:44.969Z | [ recovery-image] Feb 21 20:21:44.533 INFO O| Feb 21 20:21:44.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
6268 | 2025-02-21T20:21:44.970Z | [ recovery-image] Feb 21 20:21:44.533 INFO O| Feb 21 20:21:44.533 INFO STEP 554 (remove_files) COMPLETE |
6269 | 2025-02-21T20:21:44.978Z | [ recovery-image] Feb 21 20:21:44.533 INFO O| Feb 21 20:21:44.533 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6270 | 2025-02-21T20:21:44.993Z | [ recovery-image] Feb 21 20:21:44.558 INFO O| Feb 21 20:21:44.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
6271 | 2025-02-21T20:21:44.993Z | [ recovery-image] Feb 21 20:21:44.558 INFO O| Feb 21 20:21:44.558 INFO STEP 555 (remove_files) COMPLETE |
6272 | 2025-02-21T20:21:44.994Z | [ recovery-image] Feb 21 20:21:44.558 INFO O| Feb 21 20:21:44.558 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6273 | 2025-02-21T20:21:45.019Z | [ recovery-image] Feb 21 20:21:44.583 INFO O| Feb 21 20:21:44.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
6274 | 2025-02-21T20:21:45.019Z | [ recovery-image] Feb 21 20:21:44.583 INFO O| Feb 21 20:21:44.583 INFO STEP 556 (remove_files) COMPLETE |
6275 | 2025-02-21T20:21:45.019Z | [ recovery-image] Feb 21 20:21:44.583 INFO O| Feb 21 20:21:44.583 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6276 | 2025-02-21T20:21:45.041Z | [ recovery-image] Feb 21 20:21:44.605 INFO O| Feb 21 20:21:44.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
6277 | 2025-02-21T20:21:45.041Z | [ recovery-image] Feb 21 20:21:44.605 INFO O| Feb 21 20:21:44.605 INFO STEP 557 (remove_files) COMPLETE |
6278 | 2025-02-21T20:21:45.046Z | [ recovery-image] Feb 21 20:21:44.605 INFO O| Feb 21 20:21:44.605 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6279 | 2025-02-21T20:21:45.062Z | [ recovery-image] Feb 21 20:21:44.626 INFO O| Feb 21 20:21:44.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6280 | 2025-02-21T20:21:45.066Z | [ recovery-image] Feb 21 20:21:44.626 INFO O| Feb 21 20:21:44.626 INFO STEP 558 (remove_files) COMPLETE |
6281 | 2025-02-21T20:21:45.066Z | [ recovery-image] Feb 21 20:21:44.626 INFO O| Feb 21 20:21:44.626 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6282 | 2025-02-21T20:21:45.083Z | [ recovery-image] Feb 21 20:21:44.647 INFO O| Feb 21 20:21:44.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
6283 | 2025-02-21T20:21:45.083Z | [ recovery-image] Feb 21 20:21:44.647 INFO O| Feb 21 20:21:44.647 INFO STEP 559 (remove_files) COMPLETE |
6284 | 2025-02-21T20:21:45.088Z | [ recovery-image] Feb 21 20:21:44.647 INFO O| Feb 21 20:21:44.647 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6285 | 2025-02-21T20:21:45.104Z | [ recovery-image] Feb 21 20:21:44.668 INFO O| Feb 21 20:21:44.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
6286 | 2025-02-21T20:21:45.104Z | [ recovery-image] Feb 21 20:21:44.668 INFO O| Feb 21 20:21:44.668 INFO STEP 560 (remove_files) COMPLETE |
6287 | 2025-02-21T20:21:45.109Z | [ recovery-image] Feb 21 20:21:44.669 INFO O| Feb 21 20:21:44.668 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6288 | 2025-02-21T20:21:45.128Z | [ recovery-image] Feb 21 20:21:44.693 INFO O| Feb 21 20:21:44.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
6289 | 2025-02-21T20:21:45.128Z | [ recovery-image] Feb 21 20:21:44.693 INFO O| Feb 21 20:21:44.693 INFO STEP 561 (remove_files) COMPLETE |
6290 | 2025-02-21T20:21:45.132Z | [ recovery-image] Feb 21 20:21:44.693 INFO O| Feb 21 20:21:44.693 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6291 | 2025-02-21T20:21:45.165Z | [ recovery-image] Feb 21 20:21:44.718 INFO O| Feb 21 20:21:44.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
6292 | 2025-02-21T20:21:45.165Z | [ recovery-image] Feb 21 20:21:44.718 INFO O| Feb 21 20:21:44.718 INFO STEP 562 (remove_files) COMPLETE |
6293 | 2025-02-21T20:21:45.165Z | [ recovery-image] Feb 21 20:21:44.718 INFO O| Feb 21 20:21:44.718 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6294 | 2025-02-21T20:21:45.178Z | [ recovery-image] Feb 21 20:21:44.742 INFO O| Feb 21 20:21:44.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
6295 | 2025-02-21T20:21:45.179Z | [ recovery-image] Feb 21 20:21:44.743 INFO O| Feb 21 20:21:44.743 INFO STEP 563 (remove_files) COMPLETE |
6296 | 2025-02-21T20:21:45.182Z | [ recovery-image] Feb 21 20:21:44.743 INFO O| Feb 21 20:21:44.743 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6297 | 2025-02-21T20:21:45.203Z | [ recovery-image] Feb 21 20:21:44.766 INFO O| Feb 21 20:21:44.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
6298 | 2025-02-21T20:21:45.203Z | [ recovery-image] Feb 21 20:21:44.766 INFO O| Feb 21 20:21:44.766 INFO STEP 564 (remove_files) COMPLETE |
6299 | 2025-02-21T20:21:45.203Z | [ recovery-image] Feb 21 20:21:44.766 INFO O| Feb 21 20:21:44.766 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6300 | 2025-02-21T20:21:45.268Z | [ recovery-image] Feb 21 20:21:44.806 INFO O| Feb 21 20:21:44.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
6301 | 2025-02-21T20:21:45.307Z | [ recovery-image] Feb 21 20:21:44.807 INFO O| Feb 21 20:21:44.807 INFO STEP 565 (remove_files) COMPLETE |
6302 | 2025-02-21T20:21:45.307Z | [ recovery-image] Feb 21 20:21:44.807 INFO O| Feb 21 20:21:44.807 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6303 | 2025-02-21T20:21:45.307Z | [ recovery-image] Feb 21 20:21:44.828 INFO O| Feb 21 20:21:44.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
6304 | 2025-02-21T20:21:45.316Z | [ recovery-image] Feb 21 20:21:44.850 INFO O| Feb 21 20:21:44.850 INFO STEP 566 (remove_files) COMPLETE |
6305 | 2025-02-21T20:21:45.316Z | [ recovery-image] Feb 21 20:21:44.850 INFO O| Feb 21 20:21:44.850 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6306 | 2025-02-21T20:21:45.376Z | [ recovery-image] Feb 21 20:21:44.910 INFO O| Feb 21 20:21:44.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
6307 | 2025-02-21T20:21:45.376Z | [ recovery-image] Feb 21 20:21:44.910 INFO O| Feb 21 20:21:44.910 INFO STEP 567 (remove_files) COMPLETE |
6308 | 2025-02-21T20:21:45.376Z | [ recovery-image] Feb 21 20:21:44.910 INFO O| Feb 21 20:21:44.910 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6309 | 2025-02-21T20:21:45.393Z | [ recovery-image] Feb 21 20:21:44.931 INFO O| Feb 21 20:21:44.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
6310 | 2025-02-21T20:21:45.393Z | [ recovery-image] Feb 21 20:21:44.931 INFO O| Feb 21 20:21:44.931 INFO STEP 568 (remove_files) COMPLETE |
6311 | 2025-02-21T20:21:45.393Z | [ recovery-image] Feb 21 20:21:44.931 INFO O| Feb 21 20:21:44.931 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6312 | 2025-02-21T20:21:45.400Z | [ recovery-image] Feb 21 20:21:44.964 INFO O| Feb 21 20:21:44.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
6313 | 2025-02-21T20:21:45.400Z | [ recovery-image] Feb 21 20:21:44.964 INFO O| Feb 21 20:21:44.964 INFO STEP 569 (remove_files) COMPLETE |
6314 | 2025-02-21T20:21:45.409Z | [ recovery-image] Feb 21 20:21:44.965 INFO O| Feb 21 20:21:44.964 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6315 | 2025-02-21T20:21:45.420Z | [ recovery-image] Feb 21 20:21:44.984 INFO O| Feb 21 20:21:44.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
6316 | 2025-02-21T20:21:45.420Z | [ recovery-image] Feb 21 20:21:44.985 INFO O| Feb 21 20:21:44.984 INFO STEP 570 (remove_files) COMPLETE |
6317 | 2025-02-21T20:21:45.420Z | [ recovery-image] Feb 21 20:21:44.985 INFO O| Feb 21 20:21:44.985 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6318 | 2025-02-21T20:21:45.455Z | [ recovery-image] Feb 21 20:21:45.008 INFO O| Feb 21 20:21:45.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
6319 | 2025-02-21T20:21:45.455Z | [ recovery-image] Feb 21 20:21:45.008 INFO O| Feb 21 20:21:45.008 INFO STEP 571 (remove_files) COMPLETE |
6320 | 2025-02-21T20:21:45.455Z | [ recovery-image] Feb 21 20:21:45.008 INFO O| Feb 21 20:21:45.008 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6321 | 2025-02-21T20:21:45.465Z | [ recovery-image] Feb 21 20:21:45.029 INFO O| Feb 21 20:21:45.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
6322 | 2025-02-21T20:21:45.473Z | [ recovery-image] Feb 21 20:21:45.029 INFO O| Feb 21 20:21:45.029 INFO STEP 572 (remove_files) COMPLETE |
6323 | 2025-02-21T20:21:45.473Z | [ recovery-image] Feb 21 20:21:45.029 INFO O| Feb 21 20:21:45.029 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6324 | 2025-02-21T20:21:45.498Z | [ recovery-image] Feb 21 20:21:45.062 INFO O| Feb 21 20:21:45.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
6325 | 2025-02-21T20:21:45.498Z | [ recovery-image] Feb 21 20:21:45.062 INFO O| Feb 21 20:21:45.062 INFO STEP 573 (remove_files) COMPLETE |
6326 | 2025-02-21T20:21:45.511Z | [ recovery-image] Feb 21 20:21:45.062 INFO O| Feb 21 20:21:45.062 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6327 | 2025-02-21T20:21:45.550Z | [ recovery-image] Feb 21 20:21:45.109 INFO O| Feb 21 20:21:45.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
6328 | 2025-02-21T20:21:45.553Z | [ recovery-image] Feb 21 20:21:45.110 INFO O| Feb 21 20:21:45.110 INFO STEP 574 (remove_files) COMPLETE |
6329 | 2025-02-21T20:21:45.553Z | [ recovery-image] Feb 21 20:21:45.110 INFO O| Feb 21 20:21:45.110 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6330 | 2025-02-21T20:21:45.570Z | [ recovery-image] Feb 21 20:21:45.134 INFO O| Feb 21 20:21:45.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
6331 | 2025-02-21T20:21:45.570Z | [ recovery-image] Feb 21 20:21:45.134 INFO O| Feb 21 20:21:45.134 INFO STEP 575 (remove_files) COMPLETE |
6332 | 2025-02-21T20:21:45.570Z | [ recovery-image] Feb 21 20:21:45.134 INFO O| Feb 21 20:21:45.134 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6333 | 2025-02-21T20:21:45.593Z | [ recovery-image] Feb 21 20:21:45.157 INFO O| Feb 21 20:21:45.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
6334 | 2025-02-21T20:21:45.593Z | [ recovery-image] Feb 21 20:21:45.157 INFO O| Feb 21 20:21:45.157 INFO STEP 576 (remove_files) COMPLETE |
6335 | 2025-02-21T20:21:45.593Z | [ recovery-image] Feb 21 20:21:45.157 INFO O| Feb 21 20:21:45.157 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6336 | 2025-02-21T20:21:45.629Z | [ recovery-image] Feb 21 20:21:45.193 INFO O| Feb 21 20:21:45.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
6337 | 2025-02-21T20:21:45.629Z | [ recovery-image] Feb 21 20:21:45.193 INFO O| Feb 21 20:21:45.193 INFO STEP 577 (remove_files) COMPLETE |
6338 | 2025-02-21T20:21:45.644Z | [ recovery-image] Feb 21 20:21:45.193 INFO O| Feb 21 20:21:45.193 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6339 | 2025-02-21T20:21:45.651Z | [ recovery-image] Feb 21 20:21:45.214 INFO O| Feb 21 20:21:45.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
6340 | 2025-02-21T20:21:45.651Z | [ recovery-image] Feb 21 20:21:45.214 INFO O| Feb 21 20:21:45.214 INFO STEP 578 (remove_files) COMPLETE |
6341 | 2025-02-21T20:21:45.651Z | [ recovery-image] Feb 21 20:21:45.214 INFO O| Feb 21 20:21:45.214 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6342 | 2025-02-21T20:21:45.672Z | [ recovery-image] Feb 21 20:21:45.235 INFO O| Feb 21 20:21:45.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
6343 | 2025-02-21T20:21:45.672Z | [ recovery-image] Feb 21 20:21:45.235 INFO O| Feb 21 20:21:45.235 INFO STEP 579 (remove_files) COMPLETE |
6344 | 2025-02-21T20:21:45.679Z | [ recovery-image] Feb 21 20:21:45.235 INFO O| Feb 21 20:21:45.235 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6345 | 2025-02-21T20:21:45.692Z | [ recovery-image] Feb 21 20:21:45.256 INFO O| Feb 21 20:21:45.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
6346 | 2025-02-21T20:21:45.693Z | [ recovery-image] Feb 21 20:21:45.256 INFO O| Feb 21 20:21:45.256 INFO STEP 580 (remove_files) COMPLETE |
6347 | 2025-02-21T20:21:45.693Z | [ recovery-image] Feb 21 20:21:45.256 INFO O| Feb 21 20:21:45.256 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6348 | 2025-02-21T20:21:45.714Z | [ recovery-image] Feb 21 20:21:45.277 INFO O| Feb 21 20:21:45.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
6349 | 2025-02-21T20:21:45.714Z | [ recovery-image] Feb 21 20:21:45.277 INFO O| Feb 21 20:21:45.277 INFO STEP 581 (remove_files) COMPLETE |
6350 | 2025-02-21T20:21:45.714Z | [ recovery-image] Feb 21 20:21:45.277 INFO O| Feb 21 20:21:45.277 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6351 | 2025-02-21T20:21:45.735Z | [ recovery-image] Feb 21 20:21:45.299 INFO O| Feb 21 20:21:45.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
6352 | 2025-02-21T20:21:45.735Z | [ recovery-image] Feb 21 20:21:45.299 INFO O| Feb 21 20:21:45.299 INFO STEP 582 (remove_files) COMPLETE |
6353 | 2025-02-21T20:21:45.740Z | [ recovery-image] Feb 21 20:21:45.299 INFO O| Feb 21 20:21:45.299 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6354 | 2025-02-21T20:21:45.760Z | [ recovery-image] Feb 21 20:21:45.323 INFO O| Feb 21 20:21:45.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
6355 | 2025-02-21T20:21:45.761Z | [ recovery-image] Feb 21 20:21:45.323 INFO O| Feb 21 20:21:45.323 INFO STEP 583 (remove_files) COMPLETE |
6356 | 2025-02-21T20:21:45.761Z | [ recovery-image] Feb 21 20:21:45.323 INFO O| Feb 21 20:21:45.323 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6357 | 2025-02-21T20:21:45.783Z | [ recovery-image] Feb 21 20:21:45.346 INFO O| Feb 21 20:21:45.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
6358 | 2025-02-21T20:21:45.783Z | [ recovery-image] Feb 21 20:21:45.346 INFO O| Feb 21 20:21:45.346 INFO STEP 584 (remove_files) COMPLETE |
6359 | 2025-02-21T20:21:45.783Z | [ recovery-image] Feb 21 20:21:45.346 INFO O| Feb 21 20:21:45.346 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6360 | 2025-02-21T20:21:45.814Z | [ recovery-image] Feb 21 20:21:45.370 INFO O| Feb 21 20:21:45.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
6361 | 2025-02-21T20:21:45.814Z | [ recovery-image] Feb 21 20:21:45.370 INFO O| Feb 21 20:21:45.370 INFO STEP 585 (remove_files) COMPLETE |
6362 | 2025-02-21T20:21:45.830Z | [ recovery-image] Feb 21 20:21:45.370 INFO O| Feb 21 20:21:45.370 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6363 | 2025-02-21T20:21:45.847Z | [ recovery-image] Feb 21 20:21:45.393 INFO O| Feb 21 20:21:45.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
6364 | 2025-02-21T20:21:45.847Z | [ recovery-image] Feb 21 20:21:45.393 INFO O| Feb 21 20:21:45.393 INFO STEP 586 (remove_files) COMPLETE |
6365 | 2025-02-21T20:21:45.847Z | [ recovery-image] Feb 21 20:21:45.393 INFO O| Feb 21 20:21:45.393 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6366 | 2025-02-21T20:21:45.851Z | [ recovery-image] Feb 21 20:21:45.413 INFO O| Feb 21 20:21:45.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
6367 | 2025-02-21T20:21:45.851Z | [ recovery-image] Feb 21 20:21:45.414 INFO O| Feb 21 20:21:45.414 INFO STEP 587 (remove_files) COMPLETE |
6368 | 2025-02-21T20:21:45.852Z | [ recovery-image] Feb 21 20:21:45.414 INFO O| Feb 21 20:21:45.414 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6369 | 2025-02-21T20:21:45.872Z | [ recovery-image] Feb 21 20:21:45.435 INFO O| Feb 21 20:21:45.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
6370 | 2025-02-21T20:21:45.872Z | [ recovery-image] Feb 21 20:21:45.435 INFO O| Feb 21 20:21:45.435 INFO STEP 588 (remove_files) COMPLETE |
6371 | 2025-02-21T20:21:45.873Z | [ recovery-image] Feb 21 20:21:45.435 INFO O| Feb 21 20:21:45.435 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6372 | 2025-02-21T20:21:45.893Z | [ recovery-image] Feb 21 20:21:45.456 INFO O| Feb 21 20:21:45.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
6373 | 2025-02-21T20:21:45.893Z | [ recovery-image] Feb 21 20:21:45.457 INFO O| Feb 21 20:21:45.457 INFO STEP 589 (remove_files) COMPLETE |
6374 | 2025-02-21T20:21:45.893Z | [ recovery-image] Feb 21 20:21:45.457 INFO O| Feb 21 20:21:45.457 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6375 | 2025-02-21T20:21:45.914Z | [ recovery-image] Feb 21 20:21:45.478 INFO O| Feb 21 20:21:45.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
6376 | 2025-02-21T20:21:45.914Z | [ recovery-image] Feb 21 20:21:45.478 INFO O| Feb 21 20:21:45.478 INFO STEP 590 (remove_files) COMPLETE |
6377 | 2025-02-21T20:21:45.919Z | [ recovery-image] Feb 21 20:21:45.478 INFO O| Feb 21 20:21:45.478 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6378 | 2025-02-21T20:21:45.954Z | [ recovery-image] Feb 21 20:21:45.517 INFO O| Feb 21 20:21:45.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
6379 | 2025-02-21T20:21:45.978Z | [ recovery-image] Feb 21 20:21:45.517 INFO O| Feb 21 20:21:45.517 INFO STEP 591 (remove_files) COMPLETE |
6380 | 2025-02-21T20:21:45.978Z | [ recovery-image] Feb 21 20:21:45.517 INFO O| Feb 21 20:21:45.517 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6381 | 2025-02-21T20:21:45.995Z | [ recovery-image] Feb 21 20:21:45.557 INFO O| Feb 21 20:21:45.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
6382 | 2025-02-21T20:21:45.995Z | [ recovery-image] Feb 21 20:21:45.557 INFO O| Feb 21 20:21:45.557 INFO STEP 592 (remove_files) COMPLETE |
6383 | 2025-02-21T20:21:46.003Z | [ recovery-image] Feb 21 20:21:45.557 INFO O| Feb 21 20:21:45.557 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6384 | 2025-02-21T20:21:46.030Z | [ recovery-image] Feb 21 20:21:45.593 INFO O| Feb 21 20:21:45.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
6385 | 2025-02-21T20:21:46.042Z | [ recovery-image] Feb 21 20:21:45.593 INFO O| Feb 21 20:21:45.593 INFO STEP 593 (remove_files) COMPLETE |
6386 | 2025-02-21T20:21:46.042Z | [ recovery-image] Feb 21 20:21:45.593 INFO O| Feb 21 20:21:45.593 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6387 | 2025-02-21T20:21:46.078Z | [ recovery-image] Feb 21 20:21:45.641 INFO O| Feb 21 20:21:45.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
6388 | 2025-02-21T20:21:46.078Z | [ recovery-image] Feb 21 20:21:45.641 INFO O| Feb 21 20:21:45.641 INFO STEP 594 (remove_files) COMPLETE |
6389 | 2025-02-21T20:21:46.087Z | [ recovery-image] Feb 21 20:21:45.641 INFO O| Feb 21 20:21:45.641 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6390 | 2025-02-21T20:21:46.132Z | [ recovery-image] Feb 21 20:21:45.668 INFO O| Feb 21 20:21:45.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
6391 | 2025-02-21T20:21:46.133Z | [ recovery-image] Feb 21 20:21:45.668 INFO O| Feb 21 20:21:45.668 INFO STEP 595 (remove_files) COMPLETE |
6392 | 2025-02-21T20:21:46.173Z | [ recovery-image] Feb 21 20:21:45.668 INFO O| Feb 21 20:21:45.668 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6393 | 2025-02-21T20:21:46.173Z | [ recovery-image] Feb 21 20:21:45.695 INFO O| Feb 21 20:21:45.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
6394 | 2025-02-21T20:21:46.173Z | [ recovery-image] Feb 21 20:21:45.695 INFO O| Feb 21 20:21:45.695 INFO STEP 596 (remove_files) COMPLETE |
6395 | 2025-02-21T20:21:46.173Z | [ recovery-image] Feb 21 20:21:45.695 INFO O| Feb 21 20:21:45.695 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6396 | 2025-02-21T20:21:46.219Z | [ recovery-image] Feb 21 20:21:45.721 INFO O| Feb 21 20:21:45.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
6397 | 2025-02-21T20:21:46.219Z | [ recovery-image] Feb 21 20:21:45.721 INFO O| Feb 21 20:21:45.721 INFO STEP 597 (remove_files) COMPLETE |
6398 | 2025-02-21T20:21:46.219Z | [ recovery-image] Feb 21 20:21:45.721 INFO O| Feb 21 20:21:45.721 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6399 | 2025-02-21T20:21:46.220Z | [ recovery-image] Feb 21 20:21:45.741 INFO O| Feb 21 20:21:45.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
6400 | 2025-02-21T20:21:46.220Z | [ recovery-image] Feb 21 20:21:45.741 INFO O| Feb 21 20:21:45.741 INFO STEP 598 (remove_files) COMPLETE |
6401 | 2025-02-21T20:21:46.220Z | [ recovery-image] Feb 21 20:21:45.742 INFO O| Feb 21 20:21:45.741 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6402 | 2025-02-21T20:21:46.244Z | [ recovery-image] Feb 21 20:21:45.764 INFO O| Feb 21 20:21:45.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
6403 | 2025-02-21T20:21:46.244Z | [ recovery-image] Feb 21 20:21:45.764 INFO O| Feb 21 20:21:45.764 INFO STEP 599 (remove_files) COMPLETE |
6404 | 2025-02-21T20:21:46.244Z | [ recovery-image] Feb 21 20:21:45.764 INFO O| Feb 21 20:21:45.764 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6405 | 2025-02-21T20:21:46.244Z | [ recovery-image] Feb 21 20:21:45.789 INFO O| Feb 21 20:21:45.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
6406 | 2025-02-21T20:21:46.244Z | [ recovery-image] Feb 21 20:21:45.789 INFO O| Feb 21 20:21:45.789 INFO STEP 600 (remove_files) COMPLETE |
6407 | 2025-02-21T20:21:46.244Z | [ recovery-image] Feb 21 20:21:45.789 INFO O| Feb 21 20:21:45.789 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6408 | 2025-02-21T20:21:46.251Z | [ recovery-image] Feb 21 20:21:45.813 INFO O| Feb 21 20:21:45.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
6409 | 2025-02-21T20:21:46.251Z | [ recovery-image] Feb 21 20:21:45.813 INFO O| Feb 21 20:21:45.813 INFO STEP 601 (remove_files) COMPLETE |
6410 | 2025-02-21T20:21:46.251Z | [ recovery-image] Feb 21 20:21:45.813 INFO O| Feb 21 20:21:45.813 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6411 | 2025-02-21T20:21:46.320Z | [ recovery-image] Feb 21 20:21:45.858 INFO O| Feb 21 20:21:45.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
6412 | 2025-02-21T20:21:46.327Z | [ recovery-image] Feb 21 20:21:45.882 INFO O| Feb 21 20:21:45.882 INFO STEP 602 (remove_files) COMPLETE |
6413 | 2025-02-21T20:21:46.327Z | [ recovery-image] Feb 21 20:21:45.882 INFO O| Feb 21 20:21:45.882 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6414 | 2025-02-21T20:21:46.342Z | [ recovery-image] Feb 21 20:21:45.905 INFO O| Feb 21 20:21:45.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
6415 | 2025-02-21T20:21:46.370Z | [ recovery-image] Feb 21 20:21:45.906 INFO O| Feb 21 20:21:45.906 INFO STEP 603 (remove_files) COMPLETE |
6416 | 2025-02-21T20:21:46.370Z | [ recovery-image] Feb 21 20:21:45.906 INFO O| Feb 21 20:21:45.906 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6417 | 2025-02-21T20:21:46.398Z | [ recovery-image] Feb 21 20:21:45.933 INFO O| Feb 21 20:21:45.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
6418 | 2025-02-21T20:21:46.398Z | [ recovery-image] Feb 21 20:21:45.933 INFO O| Feb 21 20:21:45.933 INFO STEP 604 (remove_files) COMPLETE |
6419 | 2025-02-21T20:21:46.398Z | [ recovery-image] Feb 21 20:21:45.933 INFO O| Feb 21 20:21:45.933 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6420 | 2025-02-21T20:21:46.435Z | [ recovery-image] Feb 21 20:21:45.961 INFO O| Feb 21 20:21:45.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
6421 | 2025-02-21T20:21:46.436Z | [ recovery-image] Feb 21 20:21:45.961 INFO O| Feb 21 20:21:45.961 INFO STEP 605 (remove_files) COMPLETE |
6422 | 2025-02-21T20:21:46.437Z | [ recovery-image] Feb 21 20:21:45.961 INFO O| Feb 21 20:21:45.961 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6423 | 2025-02-21T20:21:46.446Z | [ recovery-image] Feb 21 20:21:45.981 INFO O| Feb 21 20:21:45.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
6424 | 2025-02-21T20:21:46.446Z | [ recovery-image] Feb 21 20:21:45.981 INFO O| Feb 21 20:21:45.981 INFO STEP 606 (remove_files) COMPLETE |
6425 | 2025-02-21T20:21:46.446Z | [ recovery-image] Feb 21 20:21:45.981 INFO O| Feb 21 20:21:45.981 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6426 | 2025-02-21T20:21:46.446Z | [ recovery-image] Feb 21 20:21:46.001 INFO O| Feb 21 20:21:46.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
6427 | 2025-02-21T20:21:46.446Z | [ recovery-image] Feb 21 20:21:46.001 INFO O| Feb 21 20:21:46.001 INFO STEP 607 (remove_files) COMPLETE |
6428 | 2025-02-21T20:21:46.446Z | [ recovery-image] Feb 21 20:21:46.001 INFO O| Feb 21 20:21:46.001 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6429 | 2025-02-21T20:21:46.465Z | [ recovery-image] Feb 21 20:21:46.028 INFO O| Feb 21 20:21:46.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
6430 | 2025-02-21T20:21:46.468Z | [ recovery-image] Feb 21 20:21:46.029 INFO O| Feb 21 20:21:46.029 INFO STEP 608 (remove_files) COMPLETE |
6431 | 2025-02-21T20:21:46.468Z | [ recovery-image] Feb 21 20:21:46.029 INFO O| Feb 21 20:21:46.029 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6432 | 2025-02-21T20:21:46.510Z | [ recovery-image] Feb 21 20:21:46.072 INFO O| Feb 21 20:21:46.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
6433 | 2025-02-21T20:21:46.518Z | [ recovery-image] Feb 21 20:21:46.072 INFO O| Feb 21 20:21:46.072 INFO STEP 609 (remove_files) COMPLETE |
6434 | 2025-02-21T20:21:46.518Z | [ recovery-image] Feb 21 20:21:46.073 INFO O| Feb 21 20:21:46.073 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6435 | 2025-02-21T20:21:46.551Z | [ recovery-image] Feb 21 20:21:46.112 INFO O| Feb 21 20:21:46.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
6436 | 2025-02-21T20:21:46.561Z | [ recovery-image] Feb 21 20:21:46.112 INFO O| Feb 21 20:21:46.112 INFO STEP 610 (remove_files) COMPLETE |
6437 | 2025-02-21T20:21:46.562Z | [ recovery-image] Feb 21 20:21:46.112 INFO O| Feb 21 20:21:46.112 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6438 | 2025-02-21T20:21:46.577Z | [ recovery-image] Feb 21 20:21:46.139 INFO O| Feb 21 20:21:46.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
6439 | 2025-02-21T20:21:46.577Z | [ recovery-image] Feb 21 20:21:46.139 INFO O| Feb 21 20:21:46.139 INFO STEP 611 (remove_files) COMPLETE |
6440 | 2025-02-21T20:21:46.577Z | [ recovery-image] Feb 21 20:21:46.139 INFO O| Feb 21 20:21:46.139 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6441 | 2025-02-21T20:21:46.641Z | [ recovery-image] Feb 21 20:21:46.203 INFO O| Feb 21 20:21:46.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
6442 | 2025-02-21T20:21:46.646Z | [ recovery-image] Feb 21 20:21:46.203 INFO O| Feb 21 20:21:46.203 INFO STEP 612 (remove_files) COMPLETE |
6443 | 2025-02-21T20:21:46.646Z | [ recovery-image] Feb 21 20:21:46.203 INFO O| Feb 21 20:21:46.203 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6444 | 2025-02-21T20:21:46.691Z | [ recovery-image] Feb 21 20:21:46.253 INFO O| Feb 21 20:21:46.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
6445 | 2025-02-21T20:21:46.691Z | [ recovery-image] Feb 21 20:21:46.253 INFO O| Feb 21 20:21:46.253 INFO STEP 613 (remove_files) COMPLETE |
6446 | 2025-02-21T20:21:46.695Z | [ recovery-image] Feb 21 20:21:46.253 INFO O| Feb 21 20:21:46.253 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6447 | 2025-02-21T20:21:46.713Z | [ recovery-image] Feb 21 20:21:46.274 INFO O| Feb 21 20:21:46.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
6448 | 2025-02-21T20:21:46.713Z | [ recovery-image] Feb 21 20:21:46.274 INFO O| Feb 21 20:21:46.274 INFO STEP 614 (remove_files) COMPLETE |
6449 | 2025-02-21T20:21:46.716Z | [ recovery-image] Feb 21 20:21:46.274 INFO O| Feb 21 20:21:46.274 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6450 | 2025-02-21T20:21:46.733Z | [ recovery-image] Feb 21 20:21:46.296 INFO O| Feb 21 20:21:46.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
6451 | 2025-02-21T20:21:46.733Z | [ recovery-image] Feb 21 20:21:46.296 INFO O| Feb 21 20:21:46.296 INFO STEP 615 (remove_files) COMPLETE |
6452 | 2025-02-21T20:21:46.736Z | [ recovery-image] Feb 21 20:21:46.296 INFO O| Feb 21 20:21:46.296 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6453 | 2025-02-21T20:21:46.755Z | [ recovery-image] Feb 21 20:21:46.317 INFO O| Feb 21 20:21:46.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
6454 | 2025-02-21T20:21:46.755Z | [ recovery-image] Feb 21 20:21:46.317 INFO O| Feb 21 20:21:46.317 INFO STEP 616 (remove_files) COMPLETE |
6455 | 2025-02-21T20:21:46.758Z | [ recovery-image] Feb 21 20:21:46.317 INFO O| Feb 21 20:21:46.317 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6456 | 2025-02-21T20:21:46.778Z | [ recovery-image] Feb 21 20:21:46.342 INFO O| Feb 21 20:21:46.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
6457 | 2025-02-21T20:21:46.784Z | [ recovery-image] Feb 21 20:21:46.342 INFO O| Feb 21 20:21:46.342 INFO STEP 617 (remove_files) COMPLETE |
6458 | 2025-02-21T20:21:46.784Z | [ recovery-image] Feb 21 20:21:46.342 INFO O| Feb 21 20:21:46.342 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6459 | 2025-02-21T20:21:46.834Z | [ recovery-image] Feb 21 20:21:46.397 INFO O| Feb 21 20:21:46.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
6460 | 2025-02-21T20:21:46.834Z | [ recovery-image] Feb 21 20:21:46.397 INFO O| Feb 21 20:21:46.397 INFO STEP 618 (remove_files) COMPLETE |
6461 | 2025-02-21T20:21:46.838Z | [ recovery-image] Feb 21 20:21:46.397 INFO O| Feb 21 20:21:46.397 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6462 | 2025-02-21T20:21:46.853Z | [ recovery-image] Feb 21 20:21:46.416 INFO O| Feb 21 20:21:46.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
6463 | 2025-02-21T20:21:46.853Z | [ recovery-image] Feb 21 20:21:46.416 INFO O| Feb 21 20:21:46.416 INFO STEP 619 (remove_files) COMPLETE |
6464 | 2025-02-21T20:21:46.856Z | [ recovery-image] Feb 21 20:21:46.416 INFO O| Feb 21 20:21:46.416 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6465 | 2025-02-21T20:21:46.873Z | [ recovery-image] Feb 21 20:21:46.436 INFO O| Feb 21 20:21:46.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
6466 | 2025-02-21T20:21:46.874Z | [ recovery-image] Feb 21 20:21:46.436 INFO O| Feb 21 20:21:46.436 INFO STEP 620 (remove_files) COMPLETE |
6467 | 2025-02-21T20:21:46.877Z | [ recovery-image] Feb 21 20:21:46.436 INFO O| Feb 21 20:21:46.436 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6468 | 2025-02-21T20:21:46.894Z | [ recovery-image] Feb 21 20:21:46.456 INFO O| Feb 21 20:21:46.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
6469 | 2025-02-21T20:21:46.895Z | [ recovery-image] Feb 21 20:21:46.457 INFO O| Feb 21 20:21:46.457 INFO STEP 621 (remove_files) COMPLETE |
6470 | 2025-02-21T20:21:46.898Z | [ recovery-image] Feb 21 20:21:46.457 INFO O| Feb 21 20:21:46.457 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6471 | 2025-02-21T20:21:46.916Z | [ recovery-image] Feb 21 20:21:46.479 INFO O| Feb 21 20:21:46.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
6472 | 2025-02-21T20:21:46.921Z | [ recovery-image] Feb 21 20:21:46.479 INFO O| Feb 21 20:21:46.479 INFO STEP 622 (remove_files) COMPLETE |
6473 | 2025-02-21T20:21:46.921Z | [ recovery-image] Feb 21 20:21:46.479 INFO O| Feb 21 20:21:46.479 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6474 | 2025-02-21T20:21:46.938Z | [ recovery-image] Feb 21 20:21:46.500 INFO O| Feb 21 20:21:46.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
6475 | 2025-02-21T20:21:46.938Z | [ recovery-image] Feb 21 20:21:46.500 INFO O| Feb 21 20:21:46.500 INFO STEP 623 (remove_files) COMPLETE |
6476 | 2025-02-21T20:21:46.938Z | [ recovery-image] Feb 21 20:21:46.500 INFO O| Feb 21 20:21:46.500 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6477 | 2025-02-21T20:21:46.966Z | [ recovery-image] Feb 21 20:21:46.522 INFO O| Feb 21 20:21:46.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
6478 | 2025-02-21T20:21:46.975Z | [ recovery-image] Feb 21 20:21:46.523 INFO O| Feb 21 20:21:46.522 INFO STEP 624 (remove_files) COMPLETE |
6479 | 2025-02-21T20:21:46.975Z | [ recovery-image] Feb 21 20:21:46.523 INFO O| Feb 21 20:21:46.523 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6480 | 2025-02-21T20:21:46.980Z | [ recovery-image] Feb 21 20:21:46.544 INFO O| Feb 21 20:21:46.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
6481 | 2025-02-21T20:21:47.057Z | [ recovery-image] Feb 21 20:21:46.618 INFO O| Feb 21 20:21:46.618 INFO STEP 625 (remove_files) COMPLETE |
6482 | 2025-02-21T20:21:47.057Z | [ recovery-image] Feb 21 20:21:46.618 INFO O| Feb 21 20:21:46.618 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6483 | 2025-02-21T20:21:47.078Z | [ recovery-image] Feb 21 20:21:46.640 INFO O| Feb 21 20:21:46.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
6484 | 2025-02-21T20:21:47.081Z | [ recovery-image] Feb 21 20:21:46.640 INFO O| Feb 21 20:21:46.640 INFO STEP 626 (remove_files) COMPLETE |
6485 | 2025-02-21T20:21:47.081Z | [ recovery-image] Feb 21 20:21:46.641 INFO O| Feb 21 20:21:46.640 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6486 | 2025-02-21T20:21:47.098Z | [ recovery-image] Feb 21 20:21:46.661 INFO O| Feb 21 20:21:46.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
6487 | 2025-02-21T20:21:47.125Z | [ recovery-image] Feb 21 20:21:46.685 INFO O| Feb 21 20:21:46.685 INFO STEP 627 (remove_files) COMPLETE |
6488 | 2025-02-21T20:21:47.125Z | [ recovery-image] Feb 21 20:21:46.685 INFO O| Feb 21 20:21:46.685 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6489 | 2025-02-21T20:21:47.177Z | [ recovery-image] Feb 21 20:21:46.717 INFO O| Feb 21 20:21:46.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
6490 | 2025-02-21T20:21:47.182Z | [ recovery-image] Feb 21 20:21:46.740 INFO O| Feb 21 20:21:46.740 INFO STEP 628 (remove_files) COMPLETE |
6491 | 2025-02-21T20:21:47.182Z | [ recovery-image] Feb 21 20:21:46.740 INFO O| Feb 21 20:21:46.740 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6492 | 2025-02-21T20:21:47.224Z | [ recovery-image] Feb 21 20:21:46.777 INFO O| Feb 21 20:21:46.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
6493 | 2025-02-21T20:21:47.224Z | [ recovery-image] Feb 21 20:21:46.777 INFO O| Feb 21 20:21:46.777 INFO STEP 629 (remove_files) COMPLETE |
6494 | 2025-02-21T20:21:47.225Z | [ recovery-image] Feb 21 20:21:46.777 INFO O| Feb 21 20:21:46.777 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6495 | 2025-02-21T20:21:47.245Z | [ recovery-image] Feb 21 20:21:46.800 INFO O| Feb 21 20:21:46.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
6496 | 2025-02-21T20:21:47.252Z | [ recovery-image] Feb 21 20:21:46.800 INFO O| Feb 21 20:21:46.800 INFO STEP 630 (remove_files) COMPLETE |
6497 | 2025-02-21T20:21:47.252Z | [ recovery-image] Feb 21 20:21:46.800 INFO O| Feb 21 20:21:46.800 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6498 | 2025-02-21T20:21:47.281Z | [ recovery-image] Feb 21 20:21:46.840 INFO O| Feb 21 20:21:46.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
6499 | 2025-02-21T20:21:47.300Z | [ recovery-image] Feb 21 20:21:46.840 INFO O| Feb 21 20:21:46.840 INFO STEP 631 (remove_files) COMPLETE |
6500 | 2025-02-21T20:21:47.300Z | [ recovery-image] Feb 21 20:21:46.840 INFO O| Feb 21 20:21:46.840 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6501 | 2025-02-21T20:21:47.307Z | [ recovery-image] Feb 21 20:21:46.862 INFO O| Feb 21 20:21:46.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
6502 | 2025-02-21T20:21:47.307Z | [ recovery-image] Feb 21 20:21:46.863 INFO O| Feb 21 20:21:46.863 INFO STEP 632 (remove_files) COMPLETE |
6503 | 2025-02-21T20:21:47.307Z | [ recovery-image] Feb 21 20:21:46.863 INFO O| Feb 21 20:21:46.863 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6504 | 2025-02-21T20:21:47.339Z | [ recovery-image] Feb 21 20:21:46.884 INFO O| Feb 21 20:21:46.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
6505 | 2025-02-21T20:21:47.339Z | [ recovery-image] Feb 21 20:21:46.884 INFO O| Feb 21 20:21:46.884 INFO STEP 633 (remove_files) COMPLETE |
6506 | 2025-02-21T20:21:47.368Z | [ recovery-image] Feb 21 20:21:46.884 INFO O| Feb 21 20:21:46.884 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6507 | 2025-02-21T20:21:47.368Z | [ recovery-image] Feb 21 20:21:46.906 INFO O| Feb 21 20:21:46.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
6508 | 2025-02-21T20:21:47.369Z | [ recovery-image] Feb 21 20:21:46.906 INFO O| Feb 21 20:21:46.906 INFO STEP 634 (remove_files) COMPLETE |
6509 | 2025-02-21T20:21:47.369Z | [ recovery-image] Feb 21 20:21:46.906 INFO O| Feb 21 20:21:46.906 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6510 | 2025-02-21T20:21:47.373Z | [ recovery-image] Feb 21 20:21:46.927 INFO O| Feb 21 20:21:46.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
6511 | 2025-02-21T20:21:47.373Z | [ recovery-image] Feb 21 20:21:46.927 INFO O| Feb 21 20:21:46.927 INFO STEP 635 (remove_files) COMPLETE |
6512 | 2025-02-21T20:21:47.373Z | [ recovery-image] Feb 21 20:21:46.927 INFO O| Feb 21 20:21:46.927 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6513 | 2025-02-21T20:21:47.396Z | [ recovery-image] Feb 21 20:21:46.947 INFO O| Feb 21 20:21:46.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
6514 | 2025-02-21T20:21:47.406Z | [ recovery-image] Feb 21 20:21:46.947 INFO O| Feb 21 20:21:46.947 INFO STEP 636 (remove_files) COMPLETE |
6515 | 2025-02-21T20:21:47.406Z | [ recovery-image] Feb 21 20:21:46.947 INFO O| Feb 21 20:21:46.947 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6516 | 2025-02-21T20:21:47.410Z | [verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
6517 | 2025-02-21T20:21:47.410Z | [ recovery-image] Feb 21 20:21:46.968 INFO O| Feb 21 20:21:46.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
6518 | 2025-02-21T20:21:47.410Z | [ recovery-image] Feb 21 20:21:46.968 INFO O| Feb 21 20:21:46.968 INFO STEP 637 (remove_files) COMPLETE |
6519 | 2025-02-21T20:21:47.410Z | [ recovery-image] Feb 21 20:21:46.968 INFO O| Feb 21 20:21:46.968 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6520 | 2025-02-21T20:21:47.435Z | [ recovery-image] Feb 21 20:21:46.998 INFO O| Feb 21 20:21:46.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
6521 | 2025-02-21T20:21:47.439Z | [ recovery-image] Feb 21 20:21:46.998 INFO O| Feb 21 20:21:46.998 INFO STEP 638 (remove_files) COMPLETE |
6522 | 2025-02-21T20:21:47.440Z | [ recovery-image] Feb 21 20:21:46.999 INFO O| Feb 21 20:21:46.998 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6523 | 2025-02-21T20:21:47.461Z | [ recovery-image] Feb 21 20:21:47.023 INFO O| Feb 21 20:21:47.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
6524 | 2025-02-21T20:21:47.461Z | [ recovery-image] Feb 21 20:21:47.023 INFO O| Feb 21 20:21:47.023 INFO STEP 639 (remove_files) COMPLETE |
6525 | 2025-02-21T20:21:47.465Z | [ recovery-image] Feb 21 20:21:47.023 INFO O| Feb 21 20:21:47.023 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6526 | 2025-02-21T20:21:47.499Z | [ recovery-image] Feb 21 20:21:47.062 INFO O| Feb 21 20:21:47.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
6527 | 2025-02-21T20:21:47.499Z | [ recovery-image] Feb 21 20:21:47.062 INFO O| Feb 21 20:21:47.062 INFO STEP 640 (remove_files) COMPLETE |
6528 | 2025-02-21T20:21:47.500Z | [ recovery-image] Feb 21 20:21:47.062 INFO O| Feb 21 20:21:47.062 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6529 | 2025-02-21T20:21:47.562Z | [ recovery-image] Feb 21 20:21:47.124 INFO O| Feb 21 20:21:47.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
6530 | 2025-02-21T20:21:47.568Z | [ recovery-image] Feb 21 20:21:47.124 INFO O| Feb 21 20:21:47.124 INFO STEP 641 (remove_files) COMPLETE |
6531 | 2025-02-21T20:21:47.568Z | [ recovery-image] Feb 21 20:21:47.124 INFO O| Feb 21 20:21:47.124 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6532 | 2025-02-21T20:21:47.586Z | [ recovery-image] Feb 21 20:21:47.144 INFO O| Feb 21 20:21:47.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
6533 | 2025-02-21T20:21:47.586Z | [ recovery-image] Feb 21 20:21:47.144 INFO O| Feb 21 20:21:47.144 INFO STEP 642 (remove_files) COMPLETE |
6534 | 2025-02-21T20:21:47.586Z | [ recovery-image] Feb 21 20:21:47.144 INFO O| Feb 21 20:21:47.144 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6535 | 2025-02-21T20:21:47.602Z | [ recovery-image] Feb 21 20:21:47.164 INFO O| Feb 21 20:21:47.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
6536 | 2025-02-21T20:21:47.603Z | [ recovery-image] Feb 21 20:21:47.165 INFO O| Feb 21 20:21:47.164 INFO STEP 643 (remove_files) COMPLETE |
6537 | 2025-02-21T20:21:47.603Z | [ recovery-image] Feb 21 20:21:47.165 INFO O| Feb 21 20:21:47.165 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6538 | 2025-02-21T20:21:47.653Z | [ host-image] Feb 21 20:21:47.214 INFO O| Feb 21 20:21:47.213 INFO O| Download: 1112/1140 items 5.9/8.4MB 69% complete (1.1M/s) |
6539 | 2025-02-21T20:21:47.686Z | [ recovery-image] Feb 21 20:21:47.249 INFO O| Feb 21 20:21:47.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
6540 | 2025-02-21T20:21:47.686Z | [ recovery-image] Feb 21 20:21:47.249 INFO O| Feb 21 20:21:47.249 INFO STEP 644 (remove_files) COMPLETE |
6541 | 2025-02-21T20:21:47.686Z | [ recovery-image] Feb 21 20:21:47.249 INFO O| Feb 21 20:21:47.249 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6542 | 2025-02-21T20:21:47.706Z | [ recovery-image] Feb 21 20:21:47.269 INFO O| Feb 21 20:21:47.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
6543 | 2025-02-21T20:21:47.707Z | [ recovery-image] Feb 21 20:21:47.270 INFO O| Feb 21 20:21:47.270 INFO STEP 645 (remove_files) COMPLETE |
6544 | 2025-02-21T20:21:47.707Z | [ recovery-image] Feb 21 20:21:47.270 INFO O| Feb 21 20:21:47.270 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6545 | 2025-02-21T20:21:47.727Z | [ recovery-image] Feb 21 20:21:47.289 INFO O| Feb 21 20:21:47.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
6546 | 2025-02-21T20:21:47.727Z | [ recovery-image] Feb 21 20:21:47.289 INFO O| Feb 21 20:21:47.289 INFO STEP 646 (remove_files) COMPLETE |
6547 | 2025-02-21T20:21:47.728Z | [ recovery-image] Feb 21 20:21:47.289 INFO O| Feb 21 20:21:47.289 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6548 | 2025-02-21T20:21:47.748Z | [ recovery-image] Feb 21 20:21:47.310 INFO O| Feb 21 20:21:47.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
6549 | 2025-02-21T20:21:47.748Z | [ recovery-image] Feb 21 20:21:47.310 INFO O| Feb 21 20:21:47.310 INFO STEP 647 (remove_files) COMPLETE |
6550 | 2025-02-21T20:21:47.748Z | [ recovery-image] Feb 21 20:21:47.311 INFO O| Feb 21 20:21:47.310 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6551 | 2025-02-21T20:21:47.768Z | [ recovery-image] Feb 21 20:21:47.330 INFO O| Feb 21 20:21:47.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
6552 | 2025-02-21T20:21:47.768Z | [ recovery-image] Feb 21 20:21:47.331 INFO O| Feb 21 20:21:47.331 INFO STEP 648 (remove_files) COMPLETE |
6553 | 2025-02-21T20:21:47.768Z | [ recovery-image] Feb 21 20:21:47.331 INFO O| Feb 21 20:21:47.331 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6554 | 2025-02-21T20:21:47.790Z | [ recovery-image] Feb 21 20:21:47.351 INFO O| Feb 21 20:21:47.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
6555 | 2025-02-21T20:21:47.792Z | [ recovery-image] Feb 21 20:21:47.352 INFO O| Feb 21 20:21:47.351 INFO STEP 649 (remove_files) COMPLETE |
6556 | 2025-02-21T20:21:47.798Z | [ recovery-image] Feb 21 20:21:47.352 INFO O| Feb 21 20:21:47.352 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6557 | 2025-02-21T20:21:47.811Z | [ recovery-image] Feb 21 20:21:47.372 INFO O| Feb 21 20:21:47.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
6558 | 2025-02-21T20:21:47.811Z | [ recovery-image] Feb 21 20:21:47.372 INFO O| Feb 21 20:21:47.372 INFO STEP 650 (remove_files) COMPLETE |
6559 | 2025-02-21T20:21:47.815Z | [ recovery-image] Feb 21 20:21:47.372 INFO O| Feb 21 20:21:47.372 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6560 | 2025-02-21T20:21:47.831Z | [ recovery-image] Feb 21 20:21:47.391 INFO O| Feb 21 20:21:47.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
6561 | 2025-02-21T20:21:47.831Z | [ recovery-image] Feb 21 20:21:47.391 INFO O| Feb 21 20:21:47.391 INFO STEP 651 (remove_files) COMPLETE |
6562 | 2025-02-21T20:21:47.831Z | [ recovery-image] Feb 21 20:21:47.391 INFO O| Feb 21 20:21:47.391 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6563 | 2025-02-21T20:21:47.850Z | [ recovery-image] Feb 21 20:21:47.412 INFO O| Feb 21 20:21:47.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
6564 | 2025-02-21T20:21:47.850Z | [ recovery-image] Feb 21 20:21:47.412 INFO O| Feb 21 20:21:47.412 INFO STEP 652 (remove_files) COMPLETE |
6565 | 2025-02-21T20:21:47.862Z | [ recovery-image] Feb 21 20:21:47.412 INFO O| Feb 21 20:21:47.412 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6566 | 2025-02-21T20:21:47.869Z | [ recovery-image] Feb 21 20:21:47.433 INFO O| Feb 21 20:21:47.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
6567 | 2025-02-21T20:21:47.869Z | [ recovery-image] Feb 21 20:21:47.433 INFO O| Feb 21 20:21:47.433 INFO STEP 653 (remove_files) COMPLETE |
6568 | 2025-02-21T20:21:47.869Z | [ recovery-image] Feb 21 20:21:47.433 INFO O| Feb 21 20:21:47.433 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6569 | 2025-02-21T20:21:47.950Z | [ recovery-image] Feb 21 20:21:47.506 INFO O| Feb 21 20:21:47.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
6570 | 2025-02-21T20:21:47.951Z | [ recovery-image] Feb 21 20:21:47.507 INFO O| Feb 21 20:21:47.506 INFO STEP 654 (remove_files) COMPLETE |
6571 | 2025-02-21T20:21:47.951Z | [ recovery-image] Feb 21 20:21:47.507 INFO O| Feb 21 20:21:47.506 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6572 | 2025-02-21T20:21:47.976Z | [ recovery-image] Feb 21 20:21:47.538 INFO O| Feb 21 20:21:47.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
6573 | 2025-02-21T20:21:47.980Z | [ recovery-image] Feb 21 20:21:47.538 INFO O| Feb 21 20:21:47.538 INFO STEP 655 (remove_files) COMPLETE |
6574 | 2025-02-21T20:21:47.980Z | [ recovery-image] Feb 21 20:21:47.539 INFO O| Feb 21 20:21:47.538 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6575 | 2025-02-21T20:21:48.010Z | [ recovery-image] Feb 21 20:21:47.560 INFO O| Feb 21 20:21:47.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
6576 | 2025-02-21T20:21:48.010Z | [ recovery-image] Feb 21 20:21:47.561 INFO O| Feb 21 20:21:47.561 INFO STEP 656 (remove_files) COMPLETE |
6577 | 2025-02-21T20:21:48.021Z | [ recovery-image] Feb 21 20:21:47.561 INFO O| Feb 21 20:21:47.561 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6578 | 2025-02-21T20:21:48.028Z | [ recovery-image] Feb 21 20:21:47.582 INFO O| Feb 21 20:21:47.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
6579 | 2025-02-21T20:21:48.028Z | [ recovery-image] Feb 21 20:21:47.582 INFO O| Feb 21 20:21:47.582 INFO STEP 657 (remove_files) COMPLETE |
6580 | 2025-02-21T20:21:48.028Z | [ recovery-image] Feb 21 20:21:47.582 INFO O| Feb 21 20:21:47.582 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6581 | 2025-02-21T20:21:48.143Z | [ recovery-image] Feb 21 20:21:47.633 INFO O| Feb 21 20:21:47.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
6582 | 2025-02-21T20:21:48.143Z | [ recovery-image] Feb 21 20:21:47.633 INFO O| Feb 21 20:21:47.633 INFO STEP 658 (remove_files) COMPLETE |
6583 | 2025-02-21T20:21:48.143Z | [ recovery-image] Feb 21 20:21:47.633 INFO O| Feb 21 20:21:47.633 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6584 | 2025-02-21T20:21:48.161Z | [ recovery-image] Feb 21 20:21:47.661 INFO O| Feb 21 20:21:47.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
6585 | 2025-02-21T20:21:48.161Z | [ recovery-image] Feb 21 20:21:47.661 INFO O| Feb 21 20:21:47.661 INFO STEP 659 (remove_files) COMPLETE |
6586 | 2025-02-21T20:21:48.161Z | [ recovery-image] Feb 21 20:21:47.661 INFO O| Feb 21 20:21:47.661 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6587 | 2025-02-21T20:21:48.166Z | [ recovery-image] Feb 21 20:21:47.717 INFO O| Feb 21 20:21:47.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6588 | 2025-02-21T20:21:48.166Z | [ recovery-image] Feb 21 20:21:47.717 INFO O| Feb 21 20:21:47.717 INFO STEP 660 (remove_files) COMPLETE |
6589 | 2025-02-21T20:21:48.166Z | [ recovery-image] Feb 21 20:21:47.717 INFO O| Feb 21 20:21:47.717 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6590 | 2025-02-21T20:21:48.181Z | [ host-image] Feb 21 20:21:47.744 INFO O| Feb 21 20:21:47.743 INFO O| Download: Completed 8.42 MB in 5.54 seconds (1.5M/s) |
6591 | 2025-02-21T20:21:48.254Z | [ recovery-image] Feb 21 20:21:47.817 INFO O| Feb 21 20:21:47.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6592 | 2025-02-21T20:21:48.255Z | [ recovery-image] Feb 21 20:21:47.817 INFO O| Feb 21 20:21:47.817 INFO STEP 661 (remove_files) COMPLETE |
6593 | 2025-02-21T20:21:48.258Z | [ recovery-image] Feb 21 20:21:47.817 INFO O| Feb 21 20:21:47.817 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6594 | 2025-02-21T20:21:48.356Z | [ recovery-image] Feb 21 20:21:47.917 INFO O| Feb 21 20:21:47.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6595 | 2025-02-21T20:21:48.356Z | [ recovery-image] Feb 21 20:21:47.917 INFO O| Feb 21 20:21:47.917 INFO STEP 662 (remove_files) COMPLETE |
6596 | 2025-02-21T20:21:48.356Z | [ recovery-image] Feb 21 20:21:47.917 INFO O| Feb 21 20:21:47.917 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6597 | 2025-02-21T20:21:48.378Z | [ recovery-image] Feb 21 20:21:47.940 INFO O| Feb 21 20:21:47.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6598 | 2025-02-21T20:21:48.378Z | [ recovery-image] Feb 21 20:21:47.940 INFO O| Feb 21 20:21:47.940 INFO STEP 663 (remove_files) COMPLETE |
6599 | 2025-02-21T20:21:48.378Z | [ recovery-image] Feb 21 20:21:47.940 INFO O| Feb 21 20:21:47.940 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6600 | 2025-02-21T20:21:48.402Z | [ recovery-image] Feb 21 20:21:47.964 INFO O| Feb 21 20:21:47.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6601 | 2025-02-21T20:21:48.402Z | [ recovery-image] Feb 21 20:21:47.964 INFO O| Feb 21 20:21:47.964 INFO STEP 664 (remove_files) COMPLETE |
6602 | 2025-02-21T20:21:48.402Z | [ recovery-image] Feb 21 20:21:47.964 INFO O| Feb 21 20:21:47.964 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6603 | 2025-02-21T20:21:48.449Z | [ host-image] Feb 21 20:21:48.007 INFO O| Feb 21 20:21:48.007 INFO O| Actions: 1/1361 actions (Installing new actions) |
6604 | 2025-02-21T20:21:48.460Z | [ recovery-image] Feb 21 20:21:48.022 INFO O| Feb 21 20:21:48.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6605 | 2025-02-21T20:21:48.460Z | [ recovery-image] Feb 21 20:21:48.022 INFO O| Feb 21 20:21:48.022 INFO STEP 665 (remove_files) COMPLETE |
6606 | 2025-02-21T20:21:48.463Z | [ recovery-image] Feb 21 20:21:48.022 INFO O| Feb 21 20:21:48.022 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6607 | 2025-02-21T20:21:48.488Z | [ recovery-image] Feb 21 20:21:48.049 INFO O| Feb 21 20:21:48.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6608 | 2025-02-21T20:21:48.488Z | [ recovery-image] Feb 21 20:21:48.049 INFO O| Feb 21 20:21:48.049 INFO STEP 666 (remove_files) COMPLETE |
6609 | 2025-02-21T20:21:48.488Z | [ recovery-image] Feb 21 20:21:48.049 INFO O| Feb 21 20:21:48.049 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6610 | 2025-02-21T20:21:48.544Z | [ recovery-image] Feb 21 20:21:48.106 INFO O| Feb 21 20:21:48.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6611 | 2025-02-21T20:21:48.544Z | [ recovery-image] Feb 21 20:21:48.106 INFO O| Feb 21 20:21:48.106 INFO STEP 667 (remove_files) COMPLETE |
6612 | 2025-02-21T20:21:48.547Z | [ recovery-image] Feb 21 20:21:48.106 INFO O| Feb 21 20:21:48.106 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6613 | 2025-02-21T20:21:48.589Z | [ recovery-image] Feb 21 20:21:48.128 INFO O| Feb 21 20:21:48.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6614 | 2025-02-21T20:21:48.589Z | [ recovery-image] Feb 21 20:21:48.128 INFO O| Feb 21 20:21:48.128 INFO STEP 668 (remove_files) COMPLETE |
6615 | 2025-02-21T20:21:48.589Z | [ recovery-image] Feb 21 20:21:48.128 INFO O| Feb 21 20:21:48.128 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6616 | 2025-02-21T20:21:48.596Z | [ recovery-image] Feb 21 20:21:48.147 INFO O| Feb 21 20:21:48.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6617 | 2025-02-21T20:21:48.596Z | [ recovery-image] Feb 21 20:21:48.147 INFO O| Feb 21 20:21:48.147 INFO STEP 669 (remove_files) COMPLETE |
6618 | 2025-02-21T20:21:48.596Z | [ recovery-image] Feb 21 20:21:48.147 INFO O| Feb 21 20:21:48.147 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6619 | 2025-02-21T20:21:48.631Z | [ recovery-image] Feb 21 20:21:48.188 INFO O| Feb 21 20:21:48.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6620 | 2025-02-21T20:21:48.632Z | [ recovery-image] Feb 21 20:21:48.188 INFO O| Feb 21 20:21:48.188 INFO STEP 670 (remove_files) COMPLETE |
6621 | 2025-02-21T20:21:48.639Z | [ recovery-image] Feb 21 20:21:48.188 INFO O| Feb 21 20:21:48.188 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6622 | 2025-02-21T20:21:48.675Z | [ recovery-image] Feb 21 20:21:48.237 INFO O| Feb 21 20:21:48.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6623 | 2025-02-21T20:21:48.675Z | [ recovery-image] Feb 21 20:21:48.237 INFO O| Feb 21 20:21:48.237 INFO STEP 671 (remove_files) COMPLETE |
6624 | 2025-02-21T20:21:48.675Z | [ recovery-image] Feb 21 20:21:48.237 INFO O| Feb 21 20:21:48.237 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6625 | 2025-02-21T20:21:48.695Z | [ recovery-image] Feb 21 20:21:48.258 INFO O| Feb 21 20:21:48.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6626 | 2025-02-21T20:21:48.696Z | [ recovery-image] Feb 21 20:21:48.258 INFO O| Feb 21 20:21:48.258 INFO STEP 672 (remove_files) COMPLETE |
6627 | 2025-02-21T20:21:48.696Z | [ recovery-image] Feb 21 20:21:48.258 INFO O| Feb 21 20:21:48.258 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6628 | 2025-02-21T20:21:48.720Z | [ recovery-image] Feb 21 20:21:48.278 INFO O| Feb 21 20:21:48.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6629 | 2025-02-21T20:21:48.720Z | [ recovery-image] Feb 21 20:21:48.278 INFO O| Feb 21 20:21:48.278 INFO STEP 673 (remove_files) COMPLETE |
6630 | 2025-02-21T20:21:48.720Z | [ recovery-image] Feb 21 20:21:48.278 INFO O| Feb 21 20:21:48.278 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6631 | 2025-02-21T20:21:48.749Z | [ recovery-image] Feb 21 20:21:48.311 INFO O| Feb 21 20:21:48.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6632 | 2025-02-21T20:21:48.759Z | [ recovery-image] Feb 21 20:21:48.311 INFO O| Feb 21 20:21:48.311 INFO STEP 674 (remove_files) COMPLETE |
6633 | 2025-02-21T20:21:48.760Z | [ recovery-image] Feb 21 20:21:48.311 INFO O| Feb 21 20:21:48.311 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6634 | 2025-02-21T20:21:48.808Z | [ recovery-image] Feb 21 20:21:48.369 INFO O| Feb 21 20:21:48.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6635 | 2025-02-21T20:21:48.808Z | [ recovery-image] Feb 21 20:21:48.369 INFO O| Feb 21 20:21:48.369 INFO STEP 675 (remove_files) COMPLETE |
6636 | 2025-02-21T20:21:48.811Z | [ recovery-image] Feb 21 20:21:48.369 INFO O| Feb 21 20:21:48.369 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6637 | 2025-02-21T20:21:48.881Z | [ recovery-image] Feb 21 20:21:48.443 INFO O| Feb 21 20:21:48.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6638 | 2025-02-21T20:21:48.881Z | [ recovery-image] Feb 21 20:21:48.443 INFO O| Feb 21 20:21:48.443 INFO STEP 676 (remove_files) COMPLETE |
6639 | 2025-02-21T20:21:48.884Z | [ recovery-image] Feb 21 20:21:48.443 INFO O| Feb 21 20:21:48.443 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6640 | 2025-02-21T20:21:48.902Z | [ recovery-image] Feb 21 20:21:48.463 INFO O| Feb 21 20:21:48.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6641 | 2025-02-21T20:21:48.907Z | [ recovery-image] Feb 21 20:21:48.464 INFO O| Feb 21 20:21:48.464 INFO STEP 677 (remove_files) COMPLETE |
6642 | 2025-02-21T20:21:48.907Z | [ recovery-image] Feb 21 20:21:48.464 INFO O| Feb 21 20:21:48.464 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6643 | 2025-02-21T20:21:48.923Z | [ recovery-image] Feb 21 20:21:48.485 INFO O| Feb 21 20:21:48.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6644 | 2025-02-21T20:21:48.927Z | [ recovery-image] Feb 21 20:21:48.485 INFO O| Feb 21 20:21:48.485 INFO STEP 678 (remove_files) COMPLETE |
6645 | 2025-02-21T20:21:48.927Z | [ recovery-image] Feb 21 20:21:48.485 INFO O| Feb 21 20:21:48.485 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6646 | 2025-02-21T20:21:48.946Z | [ recovery-image] Feb 21 20:21:48.506 INFO O| Feb 21 20:21:48.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6647 | 2025-02-21T20:21:48.950Z | [ recovery-image] Feb 21 20:21:48.506 INFO O| Feb 21 20:21:48.506 INFO STEP 679 (remove_files) COMPLETE |
6648 | 2025-02-21T20:21:48.950Z | [ recovery-image] Feb 21 20:21:48.507 INFO O| Feb 21 20:21:48.506 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6649 | 2025-02-21T20:21:48.966Z | [ recovery-image] Feb 21 20:21:48.528 INFO O| Feb 21 20:21:48.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6650 | 2025-02-21T20:21:48.971Z | [ recovery-image] Feb 21 20:21:48.528 INFO O| Feb 21 20:21:48.528 INFO STEP 680 (remove_files) COMPLETE |
6651 | 2025-02-21T20:21:48.971Z | [ recovery-image] Feb 21 20:21:48.528 INFO O| Feb 21 20:21:48.528 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6652 | 2025-02-21T20:21:48.988Z | [ recovery-image] Feb 21 20:21:48.550 INFO O| Feb 21 20:21:48.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6653 | 2025-02-21T20:21:48.992Z | [ recovery-image] Feb 21 20:21:48.550 INFO O| Feb 21 20:21:48.550 INFO STEP 681 (remove_files) COMPLETE |
6654 | 2025-02-21T20:21:48.992Z | [ recovery-image] Feb 21 20:21:48.550 INFO O| Feb 21 20:21:48.550 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6655 | 2025-02-21T20:21:49.022Z | [ recovery-image] Feb 21 20:21:48.584 INFO O| Feb 21 20:21:48.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6656 | 2025-02-21T20:21:49.026Z | [ recovery-image] Feb 21 20:21:48.584 INFO O| Feb 21 20:21:48.584 INFO STEP 682 (remove_files) COMPLETE |
6657 | 2025-02-21T20:21:49.026Z | [ recovery-image] Feb 21 20:21:48.585 INFO O| Feb 21 20:21:48.584 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6658 | 2025-02-21T20:21:49.104Z | [ recovery-image] Feb 21 20:21:48.659 INFO O| Feb 21 20:21:48.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6659 | 2025-02-21T20:21:49.104Z | [ recovery-image] Feb 21 20:21:48.659 INFO O| Feb 21 20:21:48.659 INFO STEP 683 (remove_files) COMPLETE |
6660 | 2025-02-21T20:21:49.115Z | [ recovery-image] Feb 21 20:21:48.659 INFO O| Feb 21 20:21:48.659 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6661 | 2025-02-21T20:21:49.120Z | [ recovery-image] Feb 21 20:21:48.682 INFO O| Feb 21 20:21:48.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6662 | 2025-02-21T20:21:49.140Z | [ recovery-image] Feb 21 20:21:48.702 INFO O| Feb 21 20:21:48.702 INFO STEP 684 (remove_files) COMPLETE |
6663 | 2025-02-21T20:21:49.140Z | [ recovery-image] Feb 21 20:21:48.702 INFO O| Feb 21 20:21:48.702 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6664 | 2025-02-21T20:21:49.176Z | [ recovery-image] Feb 21 20:21:48.736 INFO O| Feb 21 20:21:48.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6665 | 2025-02-21T20:21:49.176Z | [ recovery-image] Feb 21 20:21:48.736 INFO O| Feb 21 20:21:48.736 INFO STEP 685 (remove_files) COMPLETE |
6666 | 2025-02-21T20:21:49.185Z | [ recovery-image] Feb 21 20:21:48.736 INFO O| Feb 21 20:21:48.736 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6667 | 2025-02-21T20:21:49.209Z | [ recovery-image] Feb 21 20:21:48.757 INFO O| Feb 21 20:21:48.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6668 | 2025-02-21T20:21:49.209Z | [ recovery-image] Feb 21 20:21:48.757 INFO O| Feb 21 20:21:48.757 INFO STEP 686 (remove_files) COMPLETE |
6669 | 2025-02-21T20:21:49.209Z | [ recovery-image] Feb 21 20:21:48.757 INFO O| Feb 21 20:21:48.757 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6670 | 2025-02-21T20:21:49.213Z | [ host-image] Feb 21 20:21:48.764 INFO O| Feb 21 20:21:48.764 INFO O| Actions: Completed 1361 actions in 0.76 seconds. |
6671 | 2025-02-21T20:21:49.240Z | [ recovery-image] Feb 21 20:21:48.801 INFO O| Feb 21 20:21:48.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6672 | 2025-02-21T20:21:49.243Z | [ recovery-image] Feb 21 20:21:48.801 INFO O| Feb 21 20:21:48.801 INFO STEP 687 (remove_files) COMPLETE |
6673 | 2025-02-21T20:21:49.244Z | [ recovery-image] Feb 21 20:21:48.801 INFO O| Feb 21 20:21:48.801 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6674 | 2025-02-21T20:21:49.282Z | [ recovery-image] Feb 21 20:21:48.841 INFO O| Feb 21 20:21:48.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6675 | 2025-02-21T20:21:49.289Z | [ recovery-image] Feb 21 20:21:48.841 INFO O| Feb 21 20:21:48.841 INFO STEP 688 (remove_files) COMPLETE |
6676 | 2025-02-21T20:21:49.290Z | [ recovery-image] Feb 21 20:21:48.841 INFO O| Feb 21 20:21:48.841 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6677 | 2025-02-21T20:21:49.322Z | [ recovery-image] Feb 21 20:21:48.866 INFO O| Feb 21 20:21:48.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6678 | 2025-02-21T20:21:49.327Z | [ recovery-image] Feb 21 20:21:48.866 INFO O| Feb 21 20:21:48.866 INFO STEP 689 (remove_files) COMPLETE |
6679 | 2025-02-21T20:21:49.327Z | [ recovery-image] Feb 21 20:21:48.867 INFO O| Feb 21 20:21:48.866 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6680 | 2025-02-21T20:21:49.341Z | [ recovery-image] Feb 21 20:21:48.902 INFO O| Feb 21 20:21:48.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6681 | 2025-02-21T20:21:49.341Z | [ recovery-image] Feb 21 20:21:48.902 INFO O| Feb 21 20:21:48.902 INFO STEP 690 (remove_files) COMPLETE |
6682 | 2025-02-21T20:21:49.341Z | [ recovery-image] Feb 21 20:21:48.902 INFO O| Feb 21 20:21:48.902 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6683 | 2025-02-21T20:21:49.391Z | [ recovery-image] Feb 21 20:21:48.940 INFO O| Feb 21 20:21:48.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6684 | 2025-02-21T20:21:49.391Z | [ recovery-image] Feb 21 20:21:48.940 INFO O| Feb 21 20:21:48.940 INFO STEP 691 (remove_files) COMPLETE |
6685 | 2025-02-21T20:21:49.391Z | [ recovery-image] Feb 21 20:21:48.940 INFO O| Feb 21 20:21:48.940 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6686 | 2025-02-21T20:21:49.398Z | [ recovery-image] Feb 21 20:21:48.959 INFO O| Feb 21 20:21:48.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6687 | 2025-02-21T20:21:49.398Z | [ recovery-image] Feb 21 20:21:48.959 INFO O| Feb 21 20:21:48.959 INFO STEP 692 (remove_files) COMPLETE |
6688 | 2025-02-21T20:21:49.398Z | [ recovery-image] Feb 21 20:21:48.959 INFO O| Feb 21 20:21:48.959 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6689 | 2025-02-21T20:21:49.429Z | [ recovery-image] Feb 21 20:21:48.990 INFO O| Feb 21 20:21:48.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6690 | 2025-02-21T20:21:49.429Z | [ recovery-image] Feb 21 20:21:48.990 INFO O| Feb 21 20:21:48.990 INFO STEP 693 (remove_files) COMPLETE |
6691 | 2025-02-21T20:21:49.429Z | [ recovery-image] Feb 21 20:21:48.990 INFO O| Feb 21 20:21:48.990 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6692 | 2025-02-21T20:21:49.467Z | [ recovery-image] Feb 21 20:21:49.018 INFO O| Feb 21 20:21:49.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6693 | 2025-02-21T20:21:49.467Z | [ recovery-image] Feb 21 20:21:49.018 INFO O| Feb 21 20:21:49.018 INFO STEP 694 (remove_files) COMPLETE |
6694 | 2025-02-21T20:21:49.477Z | [ recovery-image] Feb 21 20:21:49.018 INFO O| Feb 21 20:21:49.018 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6695 | 2025-02-21T20:21:49.492Z | [ recovery-image] Feb 21 20:21:49.053 INFO O| Feb 21 20:21:49.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6696 | 2025-02-21T20:21:49.492Z | [ recovery-image] Feb 21 20:21:49.053 INFO O| Feb 21 20:21:49.053 INFO STEP 695 (remove_files) COMPLETE |
6697 | 2025-02-21T20:21:49.492Z | [ recovery-image] Feb 21 20:21:49.053 INFO O| Feb 21 20:21:49.053 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6698 | 2025-02-21T20:21:49.531Z | [ recovery-image] Feb 21 20:21:49.093 INFO O| Feb 21 20:21:49.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6699 | 2025-02-21T20:21:49.536Z | [ recovery-image] Feb 21 20:21:49.093 INFO O| Feb 21 20:21:49.093 INFO STEP 696 (remove_files) COMPLETE |
6700 | 2025-02-21T20:21:49.536Z | [ recovery-image] Feb 21 20:21:49.093 INFO O| Feb 21 20:21:49.093 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6701 | 2025-02-21T20:21:49.558Z | [ recovery-image] Feb 21 20:21:49.119 INFO O| Feb 21 20:21:49.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6702 | 2025-02-21T20:21:49.558Z | [ recovery-image] Feb 21 20:21:49.119 INFO O| Feb 21 20:21:49.119 INFO STEP 697 (remove_files) COMPLETE |
6703 | 2025-02-21T20:21:49.563Z | [ recovery-image] Feb 21 20:21:49.120 INFO O| Feb 21 20:21:49.119 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6704 | 2025-02-21T20:21:49.583Z | [ recovery-image] Feb 21 20:21:49.144 INFO O| Feb 21 20:21:49.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6705 | 2025-02-21T20:21:49.583Z | [ recovery-image] Feb 21 20:21:49.144 INFO O| Feb 21 20:21:49.144 INFO STEP 698 (remove_files) COMPLETE |
6706 | 2025-02-21T20:21:49.583Z | [ recovery-image] Feb 21 20:21:49.144 INFO O| Feb 21 20:21:49.144 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6707 | 2025-02-21T20:21:49.606Z | [ recovery-image] Feb 21 20:21:49.167 INFO O| Feb 21 20:21:49.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6708 | 2025-02-21T20:21:49.606Z | [ recovery-image] Feb 21 20:21:49.167 INFO O| Feb 21 20:21:49.167 INFO STEP 699 (remove_files) COMPLETE |
6709 | 2025-02-21T20:21:49.606Z | [ recovery-image] Feb 21 20:21:49.167 INFO O| Feb 21 20:21:49.167 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6710 | 2025-02-21T20:21:49.631Z | [ recovery-image] Feb 21 20:21:49.189 INFO O| Feb 21 20:21:49.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6711 | 2025-02-21T20:21:49.631Z | [ recovery-image] Feb 21 20:21:49.190 INFO O| Feb 21 20:21:49.190 INFO STEP 700 (remove_files) COMPLETE |
6712 | 2025-02-21T20:21:49.631Z | [ recovery-image] Feb 21 20:21:49.190 INFO O| Feb 21 20:21:49.190 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6713 | 2025-02-21T20:21:49.740Z | [ recovery-image] Feb 21 20:21:49.300 INFO O| Feb 21 20:21:49.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6714 | 2025-02-21T20:21:49.771Z | [ recovery-image] Feb 21 20:21:49.333 INFO O| Feb 21 20:21:49.333 INFO STEP 701 (remove_files) COMPLETE |
6715 | 2025-02-21T20:21:49.771Z | [ recovery-image] Feb 21 20:21:49.333 INFO O| Feb 21 20:21:49.333 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6716 | 2025-02-21T20:21:49.829Z | [ recovery-image] Feb 21 20:21:49.390 INFO O| Feb 21 20:21:49.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6717 | 2025-02-21T20:21:49.848Z | [ recovery-image] Feb 21 20:21:49.409 INFO O| Feb 21 20:21:49.409 INFO STEP 702 (remove_files) COMPLETE |
6718 | 2025-02-21T20:21:49.848Z | [ recovery-image] Feb 21 20:21:49.409 INFO O| Feb 21 20:21:49.409 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6719 | 2025-02-21T20:21:49.893Z | [ recovery-image] Feb 21 20:21:49.453 INFO O| Feb 21 20:21:49.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6720 | 2025-02-21T20:21:49.893Z | [ recovery-image] Feb 21 20:21:49.453 INFO O| Feb 21 20:21:49.453 INFO STEP 703 (remove_files) COMPLETE |
6721 | 2025-02-21T20:21:49.893Z | [ recovery-image] Feb 21 20:21:49.453 INFO O| Feb 21 20:21:49.453 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6722 | 2025-02-21T20:21:49.945Z | [ host-image] Feb 21 20:21:49.506 INFO O| Feb 21 20:21:49.506 INFO O| Done |
6723 | 2025-02-21T20:21:49.945Z | [ host-image] Feb 21 20:21:49.507 INFO O| Feb 21 20:21:49.506 INFO O| Done |
6724 | 2025-02-21T20:21:49.968Z | [ recovery-image] Feb 21 20:21:49.526 INFO O| Feb 21 20:21:49.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6725 | 2025-02-21T20:21:49.968Z | [ recovery-image] Feb 21 20:21:49.526 INFO O| Feb 21 20:21:49.526 INFO STEP 704 (remove_files) COMPLETE |
6726 | 2025-02-21T20:21:49.987Z | [ recovery-image] Feb 21 20:21:49.526 INFO O| Feb 21 20:21:49.526 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6727 | 2025-02-21T20:21:49.996Z | [ recovery-image] Feb 21 20:21:49.550 INFO O| Feb 21 20:21:49.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6728 | 2025-02-21T20:21:49.996Z | [ recovery-image] Feb 21 20:21:49.550 INFO O| Feb 21 20:21:49.550 INFO STEP 705 (remove_files) COMPLETE |
6729 | 2025-02-21T20:21:49.997Z | [ recovery-image] Feb 21 20:21:49.550 INFO O| Feb 21 20:21:49.550 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6730 | 2025-02-21T20:21:50.008Z | [ recovery-image] Feb 21 20:21:49.569 INFO O| Feb 21 20:21:49.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6731 | 2025-02-21T20:21:50.016Z | [ recovery-image] Feb 21 20:21:49.575 INFO O| Feb 21 20:21:49.575 INFO STEP 706 (remove_files) COMPLETE |
6732 | 2025-02-21T20:21:50.016Z | [ recovery-image] Feb 21 20:21:49.575 INFO O| Feb 21 20:21:49.575 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6733 | 2025-02-21T20:21:50.070Z | [ recovery-image] Feb 21 20:21:49.631 INFO O| Feb 21 20:21:49.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6734 | 2025-02-21T20:21:50.084Z | [ recovery-image] Feb 21 20:21:49.638 INFO O| Feb 21 20:21:49.638 INFO STEP 707 (remove_files) COMPLETE |
6735 | 2025-02-21T20:21:50.084Z | [ recovery-image] Feb 21 20:21:49.638 INFO O| Feb 21 20:21:49.638 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6736 | 2025-02-21T20:21:50.152Z | [ recovery-image] Feb 21 20:21:49.701 INFO O| Feb 21 20:21:49.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6737 | 2025-02-21T20:21:50.152Z | [ recovery-image] Feb 21 20:21:49.701 INFO O| Feb 21 20:21:49.701 INFO STEP 708 (remove_files) COMPLETE |
6738 | 2025-02-21T20:21:50.156Z | [ recovery-image] Feb 21 20:21:49.702 INFO O| Feb 21 20:21:49.701 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6739 | 2025-02-21T20:21:50.160Z | [ recovery-image] Feb 21 20:21:49.722 INFO O| Feb 21 20:21:49.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6740 | 2025-02-21T20:21:50.178Z | [ recovery-image] Feb 21 20:21:49.722 INFO O| Feb 21 20:21:49.722 INFO STEP 709 (remove_files) COMPLETE |
6741 | 2025-02-21T20:21:50.178Z | [ recovery-image] Feb 21 20:21:49.722 INFO O| Feb 21 20:21:49.722 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6742 | 2025-02-21T20:21:50.199Z | [ recovery-image] Feb 21 20:21:49.760 INFO O| Feb 21 20:21:49.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6743 | 2025-02-21T20:21:50.206Z | [ recovery-image] Feb 21 20:21:49.761 INFO O| Feb 21 20:21:49.760 INFO STEP 710 (remove_files) COMPLETE |
6744 | 2025-02-21T20:21:50.206Z | [ recovery-image] Feb 21 20:21:49.761 INFO O| Feb 21 20:21:49.761 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6745 | 2025-02-21T20:21:50.222Z | [ recovery-image] Feb 21 20:21:49.783 INFO O| Feb 21 20:21:49.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6746 | 2025-02-21T20:21:50.228Z | [ recovery-image] Feb 21 20:21:49.783 INFO O| Feb 21 20:21:49.783 INFO STEP 711 (remove_files) COMPLETE |
6747 | 2025-02-21T20:21:50.229Z | [ recovery-image] Feb 21 20:21:49.784 INFO O| Feb 21 20:21:49.783 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6748 | 2025-02-21T20:21:50.244Z | [ recovery-image] Feb 21 20:21:49.803 INFO O| Feb 21 20:21:49.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6749 | 2025-02-21T20:21:50.260Z | [ recovery-image] Feb 21 20:21:49.803 INFO O| Feb 21 20:21:49.803 INFO STEP 712 (remove_files) COMPLETE |
6750 | 2025-02-21T20:21:50.260Z | [ recovery-image] Feb 21 20:21:49.803 INFO O| Feb 21 20:21:49.803 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6751 | 2025-02-21T20:21:50.266Z | [ recovery-image] Feb 21 20:21:49.822 INFO O| Feb 21 20:21:49.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6752 | 2025-02-21T20:21:50.266Z | [ recovery-image] Feb 21 20:21:49.822 INFO O| Feb 21 20:21:49.822 INFO STEP 713 (remove_files) COMPLETE |
6753 | 2025-02-21T20:21:50.266Z | [ recovery-image] Feb 21 20:21:49.822 INFO O| Feb 21 20:21:49.822 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6754 | 2025-02-21T20:21:50.279Z | [ recovery-image] Feb 21 20:21:49.841 INFO O| Feb 21 20:21:49.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6755 | 2025-02-21T20:21:50.280Z | [ recovery-image] Feb 21 20:21:49.841 INFO O| Feb 21 20:21:49.841 INFO STEP 714 (remove_files) COMPLETE |
6756 | 2025-02-21T20:21:50.280Z | [ recovery-image] Feb 21 20:21:49.841 INFO O| Feb 21 20:21:49.841 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6757 | 2025-02-21T20:21:50.299Z | [ recovery-image] Feb 21 20:21:49.859 INFO O| Feb 21 20:21:49.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6758 | 2025-02-21T20:21:50.321Z | [ recovery-image] Feb 21 20:21:49.881 INFO O| Feb 21 20:21:49.881 INFO STEP 715 (remove_files) COMPLETE |
6759 | 2025-02-21T20:21:50.321Z | [ recovery-image] Feb 21 20:21:49.881 INFO O| Feb 21 20:21:49.881 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6760 | 2025-02-21T20:21:50.348Z | [ recovery-image] Feb 21 20:21:49.905 INFO O| Feb 21 20:21:49.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6761 | 2025-02-21T20:21:50.355Z | [ recovery-image] Feb 21 20:21:49.905 INFO O| Feb 21 20:21:49.905 INFO STEP 716 (remove_files) COMPLETE |
6762 | 2025-02-21T20:21:50.355Z | [ recovery-image] Feb 21 20:21:49.905 INFO O| Feb 21 20:21:49.905 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6763 | 2025-02-21T20:21:50.387Z | [ recovery-image] Feb 21 20:21:49.948 INFO O| Feb 21 20:21:49.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6764 | 2025-02-21T20:21:50.387Z | [ recovery-image] Feb 21 20:21:49.948 INFO O| Feb 21 20:21:49.948 INFO STEP 717 (remove_files) COMPLETE |
6765 | 2025-02-21T20:21:50.387Z | [ recovery-image] Feb 21 20:21:49.948 INFO O| Feb 21 20:21:49.948 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6766 | 2025-02-21T20:21:50.409Z | [ recovery-image] Feb 21 20:21:49.969 INFO O| Feb 21 20:21:49.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6767 | 2025-02-21T20:21:50.409Z | [ recovery-image] Feb 21 20:21:49.969 INFO O| Feb 21 20:21:49.969 INFO STEP 718 (remove_files) COMPLETE |
6768 | 2025-02-21T20:21:50.409Z | [ recovery-image] Feb 21 20:21:49.969 INFO O| Feb 21 20:21:49.969 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6769 | 2025-02-21T20:21:50.433Z | [ recovery-image] Feb 21 20:21:49.994 INFO O| Feb 21 20:21:49.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6770 | 2025-02-21T20:21:50.433Z | [ recovery-image] Feb 21 20:21:49.994 INFO O| Feb 21 20:21:49.994 INFO STEP 719 (remove_files) COMPLETE |
6771 | 2025-02-21T20:21:50.433Z | [ recovery-image] Feb 21 20:21:49.994 INFO O| Feb 21 20:21:49.994 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6772 | 2025-02-21T20:21:50.475Z | [ recovery-image] Feb 21 20:21:50.034 INFO O| Feb 21 20:21:50.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6773 | 2025-02-21T20:21:50.475Z | [ recovery-image] Feb 21 20:21:50.034 INFO O| Feb 21 20:21:50.034 INFO STEP 720 (remove_files) COMPLETE |
6774 | 2025-02-21T20:21:50.481Z | [ recovery-image] Feb 21 20:21:50.034 INFO O| Feb 21 20:21:50.034 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6775 | 2025-02-21T20:21:50.497Z | [ recovery-image] Feb 21 20:21:50.055 INFO O| Feb 21 20:21:50.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6776 | 2025-02-21T20:21:50.497Z | [ recovery-image] Feb 21 20:21:50.055 INFO O| Feb 21 20:21:50.055 INFO STEP 721 (remove_files) COMPLETE |
6777 | 2025-02-21T20:21:50.497Z | [ recovery-image] Feb 21 20:21:50.055 INFO O| Feb 21 20:21:50.055 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6778 | 2025-02-21T20:21:50.516Z | [ recovery-image] Feb 21 20:21:50.076 INFO O| Feb 21 20:21:50.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6779 | 2025-02-21T20:21:50.520Z | [ recovery-image] Feb 21 20:21:50.076 INFO O| Feb 21 20:21:50.076 INFO STEP 722 (remove_files) COMPLETE |
6780 | 2025-02-21T20:21:50.520Z | [ recovery-image] Feb 21 20:21:50.077 INFO O| Feb 21 20:21:50.076 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6781 | 2025-02-21T20:21:50.583Z | [ recovery-image] Feb 21 20:21:50.143 INFO O| Feb 21 20:21:50.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6782 | 2025-02-21T20:21:50.583Z | [ recovery-image] Feb 21 20:21:50.143 INFO O| Feb 21 20:21:50.143 INFO STEP 723 (remove_files) COMPLETE |
6783 | 2025-02-21T20:21:50.588Z | [ recovery-image] Feb 21 20:21:50.144 INFO O| Feb 21 20:21:50.143 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6784 | 2025-02-21T20:21:50.605Z | [ recovery-image] Feb 21 20:21:50.166 INFO O| Feb 21 20:21:50.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6785 | 2025-02-21T20:21:50.609Z | [ recovery-image] Feb 21 20:21:50.167 INFO O| Feb 21 20:21:50.166 INFO STEP 724 (remove_files) COMPLETE |
6786 | 2025-02-21T20:21:50.609Z | [ recovery-image] Feb 21 20:21:50.167 INFO O| Feb 21 20:21:50.167 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6787 | 2025-02-21T20:21:50.627Z | [ recovery-image] Feb 21 20:21:50.187 INFO O| Feb 21 20:21:50.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6788 | 2025-02-21T20:21:50.627Z | [ recovery-image] Feb 21 20:21:50.187 INFO O| Feb 21 20:21:50.187 INFO STEP 725 (remove_files) COMPLETE |
6789 | 2025-02-21T20:21:50.627Z | [ recovery-image] Feb 21 20:21:50.188 INFO O| Feb 21 20:21:50.187 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6790 | 2025-02-21T20:21:50.647Z | [ recovery-image] Feb 21 20:21:50.208 INFO O| Feb 21 20:21:50.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6791 | 2025-02-21T20:21:50.647Z | [ recovery-image] Feb 21 20:21:50.208 INFO O| Feb 21 20:21:50.208 INFO STEP 726 (remove_files) COMPLETE |
6792 | 2025-02-21T20:21:50.651Z | [ recovery-image] Feb 21 20:21:50.208 INFO O| Feb 21 20:21:50.208 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6793 | 2025-02-21T20:21:50.688Z | [ recovery-image] Feb 21 20:21:50.245 INFO O| Feb 21 20:21:50.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6794 | 2025-02-21T20:21:50.693Z | [ recovery-image] Feb 21 20:21:50.246 INFO O| Feb 21 20:21:50.246 INFO STEP 727 (remove_files) COMPLETE |
6795 | 2025-02-21T20:21:50.693Z | [ recovery-image] Feb 21 20:21:50.246 INFO O| Feb 21 20:21:50.246 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6796 | 2025-02-21T20:21:50.707Z | [ recovery-image] Feb 21 20:21:50.268 INFO O| Feb 21 20:21:50.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6797 | 2025-02-21T20:21:50.710Z | [ recovery-image] Feb 21 20:21:50.269 INFO O| Feb 21 20:21:50.269 INFO STEP 728 (remove_files) COMPLETE |
6798 | 2025-02-21T20:21:50.710Z | [ recovery-image] Feb 21 20:21:50.269 INFO O| Feb 21 20:21:50.269 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6799 | 2025-02-21T20:21:50.731Z | [ recovery-image] Feb 21 20:21:50.291 INFO O| Feb 21 20:21:50.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6800 | 2025-02-21T20:21:50.736Z | [ recovery-image] Feb 21 20:21:50.292 INFO O| Feb 21 20:21:50.291 INFO STEP 729 (remove_files) COMPLETE |
6801 | 2025-02-21T20:21:50.736Z | [ recovery-image] Feb 21 20:21:50.292 INFO O| Feb 21 20:21:50.292 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6802 | 2025-02-21T20:21:50.754Z | [ recovery-image] Feb 21 20:21:50.315 INFO O| Feb 21 20:21:50.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6803 | 2025-02-21T20:21:50.754Z | [ recovery-image] Feb 21 20:21:50.315 INFO O| Feb 21 20:21:50.315 INFO STEP 730 (remove_files) COMPLETE |
6804 | 2025-02-21T20:21:50.758Z | [ recovery-image] Feb 21 20:21:50.315 INFO O| Feb 21 20:21:50.315 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6805 | 2025-02-21T20:21:50.876Z | [ recovery-image] Feb 21 20:21:50.435 INFO O| Feb 21 20:21:50.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6806 | 2025-02-21T20:21:50.876Z | [ recovery-image] Feb 21 20:21:50.435 INFO O| Feb 21 20:21:50.435 INFO STEP 731 (remove_files) COMPLETE |
6807 | 2025-02-21T20:21:50.876Z | [ recovery-image] Feb 21 20:21:50.435 INFO O| Feb 21 20:21:50.435 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6808 | 2025-02-21T20:21:50.896Z | [ recovery-image] Feb 21 20:21:50.457 INFO O| Feb 21 20:21:50.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6809 | 2025-02-21T20:21:50.897Z | [ recovery-image] Feb 21 20:21:50.457 INFO O| Feb 21 20:21:50.457 INFO STEP 732 (remove_files) COMPLETE |
6810 | 2025-02-21T20:21:50.897Z | [ recovery-image] Feb 21 20:21:50.457 INFO O| Feb 21 20:21:50.457 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6811 | 2025-02-21T20:21:50.919Z | [ recovery-image] Feb 21 20:21:50.479 INFO O| Feb 21 20:21:50.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6812 | 2025-02-21T20:21:50.919Z | [ recovery-image] Feb 21 20:21:50.480 INFO O| Feb 21 20:21:50.480 INFO STEP 733 (remove_files) COMPLETE |
6813 | 2025-02-21T20:21:50.919Z | [ recovery-image] Feb 21 20:21:50.480 INFO O| Feb 21 20:21:50.480 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6814 | 2025-02-21T20:21:50.953Z | [ recovery-image] Feb 21 20:21:50.510 INFO O| Feb 21 20:21:50.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6815 | 2025-02-21T20:21:50.953Z | [ recovery-image] Feb 21 20:21:50.510 INFO O| Feb 21 20:21:50.510 INFO STEP 734 (remove_files) COMPLETE |
6816 | 2025-02-21T20:21:50.953Z | [ recovery-image] Feb 21 20:21:50.510 INFO O| Feb 21 20:21:50.510 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6817 | 2025-02-21T20:21:51.034Z | [ recovery-image] Feb 21 20:21:50.566 INFO O| Feb 21 20:21:50.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6818 | 2025-02-21T20:21:51.034Z | [ recovery-image] Feb 21 20:21:50.566 INFO O| Feb 21 20:21:50.566 INFO STEP 735 (remove_files) COMPLETE |
6819 | 2025-02-21T20:21:51.034Z | [ recovery-image] Feb 21 20:21:50.566 INFO O| Feb 21 20:21:50.566 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6820 | 2025-02-21T20:21:51.040Z | [ recovery-image] Feb 21 20:21:50.599 INFO O| Feb 21 20:21:50.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6821 | 2025-02-21T20:21:51.040Z | [ recovery-image] Feb 21 20:21:50.599 INFO O| Feb 21 20:21:50.599 INFO STEP 736 (remove_files) COMPLETE |
6822 | 2025-02-21T20:21:51.040Z | [ recovery-image] Feb 21 20:21:50.599 INFO O| Feb 21 20:21:50.599 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6823 | 2025-02-21T20:21:51.078Z | [ recovery-image] Feb 21 20:21:50.639 INFO O| Feb 21 20:21:50.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6824 | 2025-02-21T20:21:51.079Z | [ recovery-image] Feb 21 20:21:50.639 INFO O| Feb 21 20:21:50.639 INFO STEP 737 (remove_files) COMPLETE |
6825 | 2025-02-21T20:21:51.079Z | [ recovery-image] Feb 21 20:21:50.639 INFO O| Feb 21 20:21:50.639 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6826 | 2025-02-21T20:21:51.107Z | [ recovery-image] Feb 21 20:21:50.661 INFO O| Feb 21 20:21:50.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6827 | 2025-02-21T20:21:51.107Z | [ recovery-image] Feb 21 20:21:50.661 INFO O| Feb 21 20:21:50.661 INFO STEP 738 (remove_files) COMPLETE |
6828 | 2025-02-21T20:21:51.107Z | [ recovery-image] Feb 21 20:21:50.661 INFO O| Feb 21 20:21:50.661 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6829 | 2025-02-21T20:21:51.156Z | [ recovery-image] Feb 21 20:21:50.716 INFO O| Feb 21 20:21:50.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6830 | 2025-02-21T20:21:51.160Z | [ recovery-image] Feb 21 20:21:50.716 INFO O| Feb 21 20:21:50.716 INFO STEP 739 (remove_files) COMPLETE |
6831 | 2025-02-21T20:21:51.161Z | [ recovery-image] Feb 21 20:21:50.716 INFO O| Feb 21 20:21:50.716 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6832 | 2025-02-21T20:21:51.186Z | [ recovery-image] Feb 21 20:21:50.738 INFO O| Feb 21 20:21:50.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6833 | 2025-02-21T20:21:51.186Z | [ recovery-image] Feb 21 20:21:50.738 INFO O| Feb 21 20:21:50.738 INFO STEP 740 (remove_files) COMPLETE |
6834 | 2025-02-21T20:21:51.199Z | [ recovery-image] Feb 21 20:21:50.738 INFO O| Feb 21 20:21:50.738 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6835 | 2025-02-21T20:21:51.211Z | [ recovery-image] Feb 21 20:21:50.758 INFO O| Feb 21 20:21:50.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6836 | 2025-02-21T20:21:51.212Z | [ recovery-image] Feb 21 20:21:50.758 INFO O| Feb 21 20:21:50.758 INFO STEP 741 (remove_files) COMPLETE |
6837 | 2025-02-21T20:21:51.212Z | [ recovery-image] Feb 21 20:21:50.758 INFO O| Feb 21 20:21:50.758 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6838 | 2025-02-21T20:21:51.220Z | [ recovery-image] Feb 21 20:21:50.779 INFO O| Feb 21 20:21:50.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6839 | 2025-02-21T20:21:51.223Z | [ recovery-image] Feb 21 20:21:50.779 INFO O| Feb 21 20:21:50.779 INFO STEP 742 (remove_files) COMPLETE |
6840 | 2025-02-21T20:21:51.223Z | [ recovery-image] Feb 21 20:21:50.779 INFO O| Feb 21 20:21:50.779 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6841 | 2025-02-21T20:21:51.239Z | [ recovery-image] Feb 21 20:21:50.800 INFO O| Feb 21 20:21:50.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6842 | 2025-02-21T20:21:51.243Z | [ recovery-image] Feb 21 20:21:50.800 INFO O| Feb 21 20:21:50.800 INFO STEP 743 (remove_files) COMPLETE |
6843 | 2025-02-21T20:21:51.243Z | [ recovery-image] Feb 21 20:21:50.800 INFO O| Feb 21 20:21:50.800 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6844 | 2025-02-21T20:21:51.281Z | [ recovery-image] Feb 21 20:21:50.833 INFO O| Feb 21 20:21:50.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6845 | 2025-02-21T20:21:51.281Z | [ recovery-image] Feb 21 20:21:50.833 INFO O| Feb 21 20:21:50.833 INFO STEP 744 (remove_files) COMPLETE |
6846 | 2025-02-21T20:21:51.281Z | [ recovery-image] Feb 21 20:21:50.833 INFO O| Feb 21 20:21:50.833 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6847 | 2025-02-21T20:21:51.300Z | [ host-image] Feb 21 20:21:50.859 INFO O| Feb 21 20:21:50.859 INFO O| Done |
6848 | 2025-02-21T20:21:51.311Z | [ recovery-image] Feb 21 20:21:50.871 INFO O| Feb 21 20:21:50.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6849 | 2025-02-21T20:21:51.312Z | [ recovery-image] Feb 21 20:21:50.871 INFO O| Feb 21 20:21:50.871 INFO STEP 745 (remove_files) COMPLETE |
6850 | 2025-02-21T20:21:51.312Z | [ recovery-image] Feb 21 20:21:50.871 INFO O| Feb 21 20:21:50.871 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6851 | 2025-02-21T20:21:51.371Z | [ recovery-image] Feb 21 20:21:50.927 INFO O| Feb 21 20:21:50.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6852 | 2025-02-21T20:21:51.377Z | [ recovery-image] Feb 21 20:21:50.927 INFO O| Feb 21 20:21:50.927 INFO STEP 746 (remove_files) COMPLETE |
6853 | 2025-02-21T20:21:51.377Z | [ recovery-image] Feb 21 20:21:50.927 INFO O| Feb 21 20:21:50.927 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6854 | 2025-02-21T20:21:51.390Z | [ recovery-image] Feb 21 20:21:50.950 INFO O| Feb 21 20:21:50.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6855 | 2025-02-21T20:21:51.390Z | [ recovery-image] Feb 21 20:21:50.951 INFO O| Feb 21 20:21:50.951 INFO STEP 747 (remove_files) COMPLETE |
6856 | 2025-02-21T20:21:51.390Z | [ recovery-image] Feb 21 20:21:50.951 INFO O| Feb 21 20:21:50.951 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6857 | 2025-02-21T20:21:51.413Z | [ recovery-image] Feb 21 20:21:50.974 INFO O| Feb 21 20:21:50.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6858 | 2025-02-21T20:21:51.417Z | [ recovery-image] Feb 21 20:21:50.974 INFO O| Feb 21 20:21:50.974 INFO STEP 748 (remove_files) COMPLETE |
6859 | 2025-02-21T20:21:51.418Z | [ recovery-image] Feb 21 20:21:50.975 INFO O| Feb 21 20:21:50.974 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6860 | 2025-02-21T20:21:51.436Z | [ recovery-image] Feb 21 20:21:50.996 INFO O| Feb 21 20:21:50.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6861 | 2025-02-21T20:21:51.440Z | [ recovery-image] Feb 21 20:21:50.996 INFO O| Feb 21 20:21:50.996 INFO STEP 749 (remove_files) COMPLETE |
6862 | 2025-02-21T20:21:51.440Z | [ recovery-image] Feb 21 20:21:50.997 INFO O| Feb 21 20:21:50.996 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6863 | 2025-02-21T20:21:51.459Z | [ recovery-image] Feb 21 20:21:51.018 INFO O| Feb 21 20:21:51.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6864 | 2025-02-21T20:21:51.459Z | [ recovery-image] Feb 21 20:21:51.018 INFO O| Feb 21 20:21:51.018 INFO STEP 750 (remove_files) COMPLETE |
6865 | 2025-02-21T20:21:51.459Z | [ recovery-image] Feb 21 20:21:51.018 INFO O| Feb 21 20:21:51.018 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6866 | 2025-02-21T20:21:51.485Z | [ recovery-image] Feb 21 20:21:51.046 INFO O| Feb 21 20:21:51.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6867 | 2025-02-21T20:21:51.485Z | [ recovery-image] Feb 21 20:21:51.046 INFO O| Feb 21 20:21:51.046 INFO STEP 751 (remove_files) COMPLETE |
6868 | 2025-02-21T20:21:51.486Z | [ recovery-image] Feb 21 20:21:51.046 INFO O| Feb 21 20:21:51.046 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6869 | 2025-02-21T20:21:51.542Z | [ recovery-image] Feb 21 20:21:51.100 INFO O| Feb 21 20:21:51.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6870 | 2025-02-21T20:21:51.542Z | [ recovery-image] Feb 21 20:21:51.100 INFO O| Feb 21 20:21:51.099 INFO STEP 752 (remove_files) COMPLETE |
6871 | 2025-02-21T20:21:51.542Z | [ recovery-image] Feb 21 20:21:51.100 INFO O| Feb 21 20:21:51.099 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6872 | 2025-02-21T20:21:51.574Z | [ recovery-image] Feb 21 20:21:51.134 INFO O| Feb 21 20:21:51.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6873 | 2025-02-21T20:21:51.574Z | [ recovery-image] Feb 21 20:21:51.134 INFO O| Feb 21 20:21:51.134 INFO STEP 753 (remove_files) COMPLETE |
6874 | 2025-02-21T20:21:51.574Z | [ recovery-image] Feb 21 20:21:51.134 INFO O| Feb 21 20:21:51.134 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6875 | 2025-02-21T20:21:51.597Z | [ recovery-image] Feb 21 20:21:51.157 INFO O| Feb 21 20:21:51.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6876 | 2025-02-21T20:21:51.597Z | [ recovery-image] Feb 21 20:21:51.157 INFO O| Feb 21 20:21:51.157 INFO STEP 754 (remove_files) COMPLETE |
6877 | 2025-02-21T20:21:51.597Z | [ recovery-image] Feb 21 20:21:51.157 INFO O| Feb 21 20:21:51.157 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6878 | 2025-02-21T20:21:51.619Z | [ recovery-image] Feb 21 20:21:51.176 INFO O| Feb 21 20:21:51.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6879 | 2025-02-21T20:21:51.619Z | [ recovery-image] Feb 21 20:21:51.176 INFO O| Feb 21 20:21:51.176 INFO STEP 755 (remove_files) COMPLETE |
6880 | 2025-02-21T20:21:51.619Z | [ recovery-image] Feb 21 20:21:51.176 INFO O| Feb 21 20:21:51.176 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6881 | 2025-02-21T20:21:51.634Z | [ recovery-image] Feb 21 20:21:51.193 INFO O| Feb 21 20:21:51.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6882 | 2025-02-21T20:21:51.637Z | [ recovery-image] Feb 21 20:21:51.193 INFO O| Feb 21 20:21:51.193 INFO STEP 756 (remove_files) COMPLETE |
6883 | 2025-02-21T20:21:51.637Z | [ recovery-image] Feb 21 20:21:51.193 INFO O| Feb 21 20:21:51.193 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6884 | 2025-02-21T20:21:51.670Z | [ recovery-image] Feb 21 20:21:51.230 INFO O| Feb 21 20:21:51.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6885 | 2025-02-21T20:21:51.673Z | [ recovery-image] Feb 21 20:21:51.231 INFO O| Feb 21 20:21:51.231 INFO STEP 757 (remove_files) COMPLETE |
6886 | 2025-02-21T20:21:51.674Z | [ recovery-image] Feb 21 20:21:51.231 INFO O| Feb 21 20:21:51.231 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6887 | 2025-02-21T20:21:51.715Z | [ recovery-image] Feb 21 20:21:51.273 INFO O| Feb 21 20:21:51.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6888 | 2025-02-21T20:21:51.715Z | [ recovery-image] Feb 21 20:21:51.273 INFO O| Feb 21 20:21:51.273 INFO STEP 758 (remove_files) COMPLETE |
6889 | 2025-02-21T20:21:51.719Z | [ recovery-image] Feb 21 20:21:51.273 INFO O| Feb 21 20:21:51.273 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6890 | 2025-02-21T20:21:51.738Z | [ recovery-image] Feb 21 20:21:51.297 INFO O| Feb 21 20:21:51.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6891 | 2025-02-21T20:21:51.738Z | [ recovery-image] Feb 21 20:21:51.297 INFO O| Feb 21 20:21:51.297 INFO STEP 759 (remove_files) COMPLETE |
6892 | 2025-02-21T20:21:51.738Z | [ recovery-image] Feb 21 20:21:51.297 INFO O| Feb 21 20:21:51.297 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6893 | 2025-02-21T20:21:51.759Z | [ recovery-image] Feb 21 20:21:51.320 INFO O| Feb 21 20:21:51.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6894 | 2025-02-21T20:21:51.759Z | [ recovery-image] Feb 21 20:21:51.320 INFO O| Feb 21 20:21:51.320 INFO STEP 760 (remove_files) COMPLETE |
6895 | 2025-02-21T20:21:51.759Z | [ recovery-image] Feb 21 20:21:51.320 INFO O| Feb 21 20:21:51.320 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6896 | 2025-02-21T20:21:51.796Z | [ recovery-image] Feb 21 20:21:51.356 INFO O| Feb 21 20:21:51.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6897 | 2025-02-21T20:21:51.796Z | [ recovery-image] Feb 21 20:21:51.356 INFO O| Feb 21 20:21:51.356 INFO STEP 761 (remove_files) COMPLETE |
6898 | 2025-02-21T20:21:51.796Z | [ recovery-image] Feb 21 20:21:51.356 INFO O| Feb 21 20:21:51.356 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6899 | 2025-02-21T20:21:51.956Z | [ recovery-image] Feb 21 20:21:51.507 INFO O| Feb 21 20:21:51.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6900 | 2025-02-21T20:21:51.967Z | [ recovery-image] Feb 21 20:21:51.527 INFO O| Feb 21 20:21:51.527 INFO STEP 762 (remove_files) COMPLETE |
6901 | 2025-02-21T20:21:51.970Z | [ recovery-image] Feb 21 20:21:51.527 INFO O| Feb 21 20:21:51.527 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6902 | 2025-02-21T20:21:51.990Z | [ recovery-image] Feb 21 20:21:51.550 INFO O| Feb 21 20:21:51.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6903 | 2025-02-21T20:21:51.993Z | [ recovery-image] Feb 21 20:21:51.550 INFO O| Feb 21 20:21:51.550 INFO STEP 763 (remove_files) COMPLETE |
6904 | 2025-02-21T20:21:51.993Z | [ recovery-image] Feb 21 20:21:51.551 INFO O| Feb 21 20:21:51.551 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6905 | 2025-02-21T20:21:52.021Z | [ recovery-image] Feb 21 20:21:51.578 INFO O| Feb 21 20:21:51.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6906 | 2025-02-21T20:21:52.030Z | [ recovery-image] Feb 21 20:21:51.578 INFO O| Feb 21 20:21:51.578 INFO STEP 764 (remove_files) COMPLETE |
6907 | 2025-02-21T20:21:52.030Z | [ recovery-image] Feb 21 20:21:51.579 INFO O| Feb 21 20:21:51.578 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6908 | 2025-02-21T20:21:52.086Z | [ recovery-image] Feb 21 20:21:51.639 INFO O| Feb 21 20:21:51.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6909 | 2025-02-21T20:21:52.086Z | [ recovery-image] Feb 21 20:21:51.639 INFO O| Feb 21 20:21:51.639 INFO STEP 765 (remove_files) COMPLETE |
6910 | 2025-02-21T20:21:52.086Z | [ recovery-image] Feb 21 20:21:51.639 INFO O| Feb 21 20:21:51.639 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6911 | 2025-02-21T20:21:52.100Z | [ recovery-image] Feb 21 20:21:51.659 INFO O| Feb 21 20:21:51.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6912 | 2025-02-21T20:21:52.101Z | [ recovery-image] Feb 21 20:21:51.659 INFO O| Feb 21 20:21:51.659 INFO STEP 766 (remove_files) COMPLETE |
6913 | 2025-02-21T20:21:52.129Z | [ recovery-image] Feb 21 20:21:51.659 INFO O| Feb 21 20:21:51.659 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6914 | 2025-02-21T20:21:52.133Z | [ recovery-image] Feb 21 20:21:51.693 INFO O| Feb 21 20:21:51.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6915 | 2025-02-21T20:21:52.133Z | [ recovery-image] Feb 21 20:21:51.693 INFO O| Feb 21 20:21:51.693 INFO STEP 767 (remove_files) COMPLETE |
6916 | 2025-02-21T20:21:52.141Z | [ recovery-image] Feb 21 20:21:51.693 INFO O| Feb 21 20:21:51.693 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6917 | 2025-02-21T20:21:52.169Z | [ recovery-image] Feb 21 20:21:51.714 INFO O| Feb 21 20:21:51.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6918 | 2025-02-21T20:21:52.169Z | [ recovery-image] Feb 21 20:21:51.714 INFO O| Feb 21 20:21:51.714 INFO STEP 768 (remove_files) COMPLETE |
6919 | 2025-02-21T20:21:52.200Z | [ recovery-image] Feb 21 20:21:51.714 INFO O| Feb 21 20:21:51.714 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6920 | 2025-02-21T20:21:52.246Z | [ recovery-image] Feb 21 20:21:51.774 INFO O| Feb 21 20:21:51.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6921 | 2025-02-21T20:21:52.246Z | [ recovery-image] Feb 21 20:21:51.774 INFO O| Feb 21 20:21:51.774 INFO STEP 769 (remove_files) COMPLETE |
6922 | 2025-02-21T20:21:52.246Z | [ recovery-image] Feb 21 20:21:51.774 INFO O| Feb 21 20:21:51.774 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6923 | 2025-02-21T20:21:52.257Z | [ recovery-image] Feb 21 20:21:51.793 INFO O| Feb 21 20:21:51.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6924 | 2025-02-21T20:21:52.257Z | [ recovery-image] Feb 21 20:21:51.793 INFO O| Feb 21 20:21:51.793 INFO STEP 770 (remove_files) COMPLETE |
6925 | 2025-02-21T20:21:52.257Z | [ recovery-image] Feb 21 20:21:51.793 INFO O| Feb 21 20:21:51.793 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6926 | 2025-02-21T20:21:52.296Z | [ recovery-image] Feb 21 20:21:51.846 INFO O| Feb 21 20:21:51.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6927 | 2025-02-21T20:21:52.296Z | [ recovery-image] Feb 21 20:21:51.846 INFO O| Feb 21 20:21:51.846 INFO STEP 771 (remove_files) COMPLETE |
6928 | 2025-02-21T20:21:52.296Z | [ recovery-image] Feb 21 20:21:51.847 INFO O| Feb 21 20:21:51.846 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6929 | 2025-02-21T20:21:52.334Z | [ recovery-image] Feb 21 20:21:51.876 INFO O| Feb 21 20:21:51.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6930 | 2025-02-21T20:21:52.344Z | [ recovery-image] Feb 21 20:21:51.877 INFO O| Feb 21 20:21:51.876 INFO STEP 772 (remove_files) COMPLETE |
6931 | 2025-02-21T20:21:52.345Z | [ recovery-image] Feb 21 20:21:51.877 INFO O| Feb 21 20:21:51.877 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6932 | 2025-02-21T20:21:52.345Z | [ recovery-image] Feb 21 20:21:51.897 INFO O| Feb 21 20:21:51.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6933 | 2025-02-21T20:21:52.345Z | [ recovery-image] Feb 21 20:21:51.898 INFO O| Feb 21 20:21:51.898 INFO STEP 773 (remove_files) COMPLETE |
6934 | 2025-02-21T20:21:52.345Z | [ recovery-image] Feb 21 20:21:51.898 INFO O| Feb 21 20:21:51.898 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6935 | 2025-02-21T20:21:52.369Z | [ recovery-image] Feb 21 20:21:51.918 INFO O| Feb 21 20:21:51.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6936 | 2025-02-21T20:21:52.379Z | [ recovery-image] Feb 21 20:21:51.918 INFO O| Feb 21 20:21:51.918 INFO STEP 774 (remove_files) COMPLETE |
6937 | 2025-02-21T20:21:52.379Z | [ recovery-image] Feb 21 20:21:51.918 INFO O| Feb 21 20:21:51.918 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6938 | 2025-02-21T20:21:52.382Z | [ recovery-image] Feb 21 20:21:51.938 INFO O| Feb 21 20:21:51.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6939 | 2025-02-21T20:21:52.382Z | [ recovery-image] Feb 21 20:21:51.938 INFO O| Feb 21 20:21:51.938 INFO STEP 775 (remove_files) COMPLETE |
6940 | 2025-02-21T20:21:52.382Z | [ recovery-image] Feb 21 20:21:51.938 INFO O| Feb 21 20:21:51.938 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6941 | 2025-02-21T20:21:52.404Z | [ recovery-image] Feb 21 20:21:51.957 INFO O| Feb 21 20:21:51.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6942 | 2025-02-21T20:21:52.404Z | [ recovery-image] Feb 21 20:21:51.957 INFO O| Feb 21 20:21:51.957 INFO STEP 776 (remove_files) COMPLETE |
6943 | 2025-02-21T20:21:52.404Z | [ recovery-image] Feb 21 20:21:51.957 INFO O| Feb 21 20:21:51.957 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6944 | 2025-02-21T20:21:52.438Z | [ recovery-image] Feb 21 20:21:51.984 INFO O| Feb 21 20:21:51.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6945 | 2025-02-21T20:21:52.438Z | [ recovery-image] Feb 21 20:21:51.984 INFO O| Feb 21 20:21:51.984 INFO STEP 777 (remove_files) COMPLETE |
6946 | 2025-02-21T20:21:52.454Z | [ recovery-image] Feb 21 20:21:51.984 INFO O| Feb 21 20:21:51.984 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6947 | 2025-02-21T20:21:52.480Z | [ recovery-image] Feb 21 20:21:52.040 INFO O| Feb 21 20:21:52.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6948 | 2025-02-21T20:21:52.480Z | [ recovery-image] Feb 21 20:21:52.040 INFO O| Feb 21 20:21:52.040 INFO STEP 778 (remove_files) COMPLETE |
6949 | 2025-02-21T20:21:52.483Z | [ recovery-image] Feb 21 20:21:52.040 INFO O| Feb 21 20:21:52.040 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6950 | 2025-02-21T20:21:52.500Z | [ recovery-image] Feb 21 20:21:52.059 INFO O| Feb 21 20:21:52.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6951 | 2025-02-21T20:21:52.500Z | [ recovery-image] Feb 21 20:21:52.059 INFO O| Feb 21 20:21:52.059 INFO STEP 779 (remove_files) COMPLETE |
6952 | 2025-02-21T20:21:52.500Z | [ recovery-image] Feb 21 20:21:52.059 INFO O| Feb 21 20:21:52.059 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6953 | 2025-02-21T20:21:52.540Z | [ recovery-image] Feb 21 20:21:52.099 INFO O| Feb 21 20:21:52.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6954 | 2025-02-21T20:21:52.541Z | [ recovery-image] Feb 21 20:21:52.099 INFO O| Feb 21 20:21:52.099 INFO STEP 780 (remove_files) COMPLETE |
6955 | 2025-02-21T20:21:52.541Z | [ recovery-image] Feb 21 20:21:52.099 INFO O| Feb 21 20:21:52.099 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6956 | 2025-02-21T20:21:52.562Z | [ recovery-image] Feb 21 20:21:52.122 INFO O| Feb 21 20:21:52.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6957 | 2025-02-21T20:21:52.562Z | [ recovery-image] Feb 21 20:21:52.122 INFO O| Feb 21 20:21:52.122 INFO STEP 781 (remove_files) COMPLETE |
6958 | 2025-02-21T20:21:52.566Z | [ recovery-image] Feb 21 20:21:52.122 INFO O| Feb 21 20:21:52.122 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6959 | 2025-02-21T20:21:52.583Z | [ recovery-image] Feb 21 20:21:52.143 INFO O| Feb 21 20:21:52.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6960 | 2025-02-21T20:21:52.583Z | [ recovery-image] Feb 21 20:21:52.143 INFO O| Feb 21 20:21:52.143 INFO STEP 782 (remove_files) COMPLETE |
6961 | 2025-02-21T20:21:52.583Z | [ recovery-image] Feb 21 20:21:52.143 INFO O| Feb 21 20:21:52.143 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6962 | 2025-02-21T20:21:52.624Z | [ recovery-image] Feb 21 20:21:52.184 INFO O| Feb 21 20:21:52.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6963 | 2025-02-21T20:21:52.624Z | [ recovery-image] Feb 21 20:21:52.184 INFO O| Feb 21 20:21:52.184 INFO STEP 783 (remove_files) COMPLETE |
6964 | 2025-02-21T20:21:52.630Z | [ recovery-image] Feb 21 20:21:52.184 INFO O| Feb 21 20:21:52.184 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6965 | 2025-02-21T20:21:52.649Z | [ recovery-image] Feb 21 20:21:52.206 INFO O| Feb 21 20:21:52.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6966 | 2025-02-21T20:21:52.649Z | [ recovery-image] Feb 21 20:21:52.206 INFO O| Feb 21 20:21:52.206 INFO STEP 784 (remove_files) COMPLETE |
6967 | 2025-02-21T20:21:52.649Z | [ recovery-image] Feb 21 20:21:52.206 INFO O| Feb 21 20:21:52.206 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6968 | 2025-02-21T20:21:52.670Z | [ recovery-image] Feb 21 20:21:52.228 INFO O| Feb 21 20:21:52.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6969 | 2025-02-21T20:21:52.670Z | [ recovery-image] Feb 21 20:21:52.228 INFO O| Feb 21 20:21:52.228 INFO STEP 785 (remove_files) COMPLETE |
6970 | 2025-02-21T20:21:52.670Z | [ recovery-image] Feb 21 20:21:52.228 INFO O| Feb 21 20:21:52.228 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6971 | 2025-02-21T20:21:52.702Z | [ recovery-image] Feb 21 20:21:52.261 INFO O| Feb 21 20:21:52.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6972 | 2025-02-21T20:21:52.721Z | [ recovery-image] Feb 21 20:21:52.281 INFO O| Feb 21 20:21:52.281 INFO STEP 786 (remove_files) COMPLETE |
6973 | 2025-02-21T20:21:52.721Z | [ recovery-image] Feb 21 20:21:52.281 INFO O| Feb 21 20:21:52.281 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6974 | 2025-02-21T20:21:52.745Z | [ recovery-image] Feb 21 20:21:52.304 INFO O| Feb 21 20:21:52.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6975 | 2025-02-21T20:21:52.749Z | [ recovery-image] Feb 21 20:21:52.304 INFO O| Feb 21 20:21:52.304 INFO STEP 787 (remove_files) COMPLETE |
6976 | 2025-02-21T20:21:52.749Z | [ recovery-image] Feb 21 20:21:52.304 INFO O| Feb 21 20:21:52.304 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6977 | 2025-02-21T20:21:52.781Z | [ recovery-image] Feb 21 20:21:52.325 INFO O| Feb 21 20:21:52.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6978 | 2025-02-21T20:21:52.794Z | [ recovery-image] Feb 21 20:21:52.325 INFO O| Feb 21 20:21:52.325 INFO STEP 788 (remove_files) COMPLETE |
6979 | 2025-02-21T20:21:52.794Z | [ recovery-image] Feb 21 20:21:52.325 INFO O| Feb 21 20:21:52.325 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6980 | 2025-02-21T20:21:52.794Z | [ recovery-image] Feb 21 20:21:52.346 INFO O| Feb 21 20:21:52.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6981 | 2025-02-21T20:21:52.794Z | [ recovery-image] Feb 21 20:21:52.347 INFO O| Feb 21 20:21:52.347 INFO STEP 789 (remove_files) COMPLETE |
6982 | 2025-02-21T20:21:52.794Z | [ recovery-image] Feb 21 20:21:52.347 INFO O| Feb 21 20:21:52.347 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6983 | 2025-02-21T20:21:52.807Z | [ recovery-image] Feb 21 20:21:52.367 INFO O| Feb 21 20:21:52.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6984 | 2025-02-21T20:21:52.812Z | [ recovery-image] Feb 21 20:21:52.368 INFO O| Feb 21 20:21:52.368 INFO STEP 790 (remove_files) COMPLETE |
6985 | 2025-02-21T20:21:52.812Z | [ recovery-image] Feb 21 20:21:52.368 INFO O| Feb 21 20:21:52.368 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6986 | 2025-02-21T20:21:52.829Z | [ recovery-image] Feb 21 20:21:52.388 INFO O| Feb 21 20:21:52.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6987 | 2025-02-21T20:21:52.833Z | [ recovery-image] Feb 21 20:21:52.389 INFO O| Feb 21 20:21:52.389 INFO STEP 791 (remove_files) COMPLETE |
6988 | 2025-02-21T20:21:52.833Z | [ recovery-image] Feb 21 20:21:52.389 INFO O| Feb 21 20:21:52.389 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6989 | 2025-02-21T20:21:52.850Z | [ recovery-image] Feb 21 20:21:52.410 INFO O| Feb 21 20:21:52.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6990 | 2025-02-21T20:21:52.854Z | [ recovery-image] Feb 21 20:21:52.410 INFO O| Feb 21 20:21:52.410 INFO STEP 792 (remove_files) COMPLETE |
6991 | 2025-02-21T20:21:52.854Z | [ recovery-image] Feb 21 20:21:52.411 INFO O| Feb 21 20:21:52.410 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6992 | 2025-02-21T20:21:52.889Z | [ recovery-image] Feb 21 20:21:52.448 INFO O| Feb 21 20:21:52.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6993 | 2025-02-21T20:21:52.889Z | [ recovery-image] Feb 21 20:21:52.448 INFO O| Feb 21 20:21:52.448 INFO STEP 793 (remove_files) COMPLETE |
6994 | 2025-02-21T20:21:52.907Z | [ recovery-image] Feb 21 20:21:52.448 INFO O| Feb 21 20:21:52.448 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6995 | 2025-02-21T20:21:52.915Z | [ recovery-image] Feb 21 20:21:52.470 INFO O| Feb 21 20:21:52.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6996 | 2025-02-21T20:21:52.918Z | [ recovery-image] Feb 21 20:21:52.470 INFO O| Feb 21 20:21:52.470 INFO STEP 794 (remove_files) COMPLETE |
6997 | 2025-02-21T20:21:52.918Z | [ recovery-image] Feb 21 20:21:52.470 INFO O| Feb 21 20:21:52.470 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6998 | 2025-02-21T20:21:52.944Z | [ recovery-image] Feb 21 20:21:52.502 INFO O| Feb 21 20:21:52.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6999 | 2025-02-21T20:21:52.944Z | [ recovery-image] Feb 21 20:21:52.502 INFO O| Feb 21 20:21:52.502 INFO STEP 795 (remove_files) COMPLETE |
7000 | 2025-02-21T20:21:52.952Z | [ recovery-image] Feb 21 20:21:52.502 INFO O| Feb 21 20:21:52.502 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7001 | 2025-02-21T20:21:52.976Z | [ recovery-image] Feb 21 20:21:52.524 INFO O| Feb 21 20:21:52.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
7002 | 2025-02-21T20:21:52.976Z | [ recovery-image] Feb 21 20:21:52.524 INFO O| Feb 21 20:21:52.524 INFO STEP 796 (remove_files) COMPLETE |
7003 | 2025-02-21T20:21:52.976Z | [ recovery-image] Feb 21 20:21:52.524 INFO O| Feb 21 20:21:52.524 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7004 | 2025-02-21T20:21:52.989Z | [ recovery-image] Feb 21 20:21:52.544 INFO O| Feb 21 20:21:52.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
7005 | 2025-02-21T20:21:52.990Z | [ recovery-image] Feb 21 20:21:52.544 INFO O| Feb 21 20:21:52.544 INFO STEP 797 (remove_files) COMPLETE |
7006 | 2025-02-21T20:21:52.996Z | [ recovery-image] Feb 21 20:21:52.544 INFO O| Feb 21 20:21:52.544 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7007 | 2025-02-21T20:21:53.007Z | [ recovery-image] Feb 21 20:21:52.564 INFO O| Feb 21 20:21:52.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
7008 | 2025-02-21T20:21:53.007Z | [ recovery-image] Feb 21 20:21:52.564 INFO O| Feb 21 20:21:52.564 INFO STEP 798 (remove_files) COMPLETE |
7009 | 2025-02-21T20:21:53.007Z | [ recovery-image] Feb 21 20:21:52.564 INFO O| Feb 21 20:21:52.564 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7010 | 2025-02-21T20:21:53.032Z | [ recovery-image] Feb 21 20:21:52.591 INFO O| Feb 21 20:21:52.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
7011 | 2025-02-21T20:21:53.036Z | [ recovery-image] Feb 21 20:21:52.591 INFO O| Feb 21 20:21:52.591 INFO STEP 799 (remove_files) COMPLETE |
7012 | 2025-02-21T20:21:53.036Z | [ recovery-image] Feb 21 20:21:52.592 INFO O| Feb 21 20:21:52.591 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7013 | 2025-02-21T20:21:53.053Z | [ recovery-image] Feb 21 20:21:52.613 INFO O| Feb 21 20:21:52.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
7014 | 2025-02-21T20:21:53.058Z | [ recovery-image] Feb 21 20:21:52.613 INFO O| Feb 21 20:21:52.613 INFO STEP 800 (remove_files) COMPLETE |
7015 | 2025-02-21T20:21:53.058Z | [ recovery-image] Feb 21 20:21:52.613 INFO O| Feb 21 20:21:52.613 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7016 | 2025-02-21T20:21:53.109Z | [ recovery-image] Feb 21 20:21:52.643 INFO O| Feb 21 20:21:52.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
7017 | 2025-02-21T20:21:53.109Z | [ recovery-image] Feb 21 20:21:52.643 INFO O| Feb 21 20:21:52.643 INFO STEP 801 (remove_files) COMPLETE |
7018 | 2025-02-21T20:21:53.109Z | [ recovery-image] Feb 21 20:21:52.643 INFO O| Feb 21 20:21:52.643 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7019 | 2025-02-21T20:21:53.114Z | [ recovery-image] Feb 21 20:21:52.662 INFO O| Feb 21 20:21:52.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
7020 | 2025-02-21T20:21:53.114Z | [ recovery-image] Feb 21 20:21:52.662 INFO O| Feb 21 20:21:52.662 INFO STEP 802 (remove_files) COMPLETE |
7021 | 2025-02-21T20:21:53.114Z | [ recovery-image] Feb 21 20:21:52.662 INFO O| Feb 21 20:21:52.662 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7022 | 2025-02-21T20:21:53.134Z | [ recovery-image] Feb 21 20:21:52.682 INFO O| Feb 21 20:21:52.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
7023 | 2025-02-21T20:21:53.134Z | [ recovery-image] Feb 21 20:21:52.682 INFO O| Feb 21 20:21:52.682 INFO STEP 803 (remove_files) COMPLETE |
7024 | 2025-02-21T20:21:53.134Z | [ recovery-image] Feb 21 20:21:52.682 INFO O| Feb 21 20:21:52.682 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7025 | 2025-02-21T20:21:53.150Z | [ recovery-image] Feb 21 20:21:52.702 INFO O| Feb 21 20:21:52.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
7026 | 2025-02-21T20:21:53.151Z | [ recovery-image] Feb 21 20:21:52.703 INFO O| Feb 21 20:21:52.703 INFO STEP 804 (remove_files) COMPLETE |
7027 | 2025-02-21T20:21:53.155Z | [ recovery-image] Feb 21 20:21:52.703 INFO O| Feb 21 20:21:52.703 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7028 | 2025-02-21T20:21:53.209Z | [ recovery-image] Feb 21 20:21:52.757 INFO O| Feb 21 20:21:52.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
7029 | 2025-02-21T20:21:53.209Z | [ recovery-image] Feb 21 20:21:52.757 INFO O| Feb 21 20:21:52.757 INFO STEP 805 (remove_files) COMPLETE |
7030 | 2025-02-21T20:21:53.209Z | [ recovery-image] Feb 21 20:21:52.757 INFO O| Feb 21 20:21:52.757 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7031 | 2025-02-21T20:21:53.276Z | [ recovery-image] Feb 21 20:21:52.814 INFO O| Feb 21 20:21:52.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
7032 | 2025-02-21T20:21:53.276Z | [ recovery-image] Feb 21 20:21:52.814 INFO O| Feb 21 20:21:52.814 INFO STEP 806 (remove_files) COMPLETE |
7033 | 2025-02-21T20:21:53.276Z | [ recovery-image] Feb 21 20:21:52.814 INFO O| Feb 21 20:21:52.814 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7034 | 2025-02-21T20:21:53.283Z | [ recovery-image] Feb 21 20:21:52.842 INFO O| Feb 21 20:21:52.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
7035 | 2025-02-21T20:21:53.289Z | [ recovery-image] Feb 21 20:21:52.842 INFO O| Feb 21 20:21:52.842 INFO STEP 807 (remove_files) COMPLETE |
7036 | 2025-02-21T20:21:53.289Z | [ recovery-image] Feb 21 20:21:52.843 INFO O| Feb 21 20:21:52.843 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7037 | 2025-02-21T20:21:53.313Z | [ recovery-image] Feb 21 20:21:52.864 INFO O| Feb 21 20:21:52.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
7038 | 2025-02-21T20:21:53.358Z | [ recovery-image] Feb 21 20:21:52.864 INFO O| Feb 21 20:21:52.864 INFO STEP 808 (remove_files) COMPLETE |
7039 | 2025-02-21T20:21:53.358Z | [ recovery-image] Feb 21 20:21:52.864 INFO O| Feb 21 20:21:52.864 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7040 | 2025-02-21T20:21:53.358Z | [ recovery-image] Feb 21 20:21:52.884 INFO O| Feb 21 20:21:52.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
7041 | 2025-02-21T20:21:53.358Z | [ recovery-image] Feb 21 20:21:52.885 INFO O| Feb 21 20:21:52.885 INFO STEP 809 (remove_files) COMPLETE |
7042 | 2025-02-21T20:21:53.358Z | [ recovery-image] Feb 21 20:21:52.885 INFO O| Feb 21 20:21:52.885 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7043 | 2025-02-21T20:21:53.358Z | [ recovery-image] Feb 21 20:21:52.904 INFO O| Feb 21 20:21:52.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
7044 | 2025-02-21T20:21:53.358Z | [ recovery-image] Feb 21 20:21:52.905 INFO O| Feb 21 20:21:52.905 INFO STEP 810 (remove_files) COMPLETE |
7045 | 2025-02-21T20:21:53.368Z | [ recovery-image] Feb 21 20:21:52.905 INFO O| Feb 21 20:21:52.905 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7046 | 2025-02-21T20:21:53.380Z | [ recovery-image] Feb 21 20:21:52.939 INFO O| Feb 21 20:21:52.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
7047 | 2025-02-21T20:21:53.380Z | [ recovery-image] Feb 21 20:21:52.939 INFO O| Feb 21 20:21:52.939 INFO STEP 811 (remove_files) COMPLETE |
7048 | 2025-02-21T20:21:53.389Z | [ recovery-image] Feb 21 20:21:52.940 INFO O| Feb 21 20:21:52.939 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7049 | 2025-02-21T20:21:53.403Z | [ recovery-image] Feb 21 20:21:52.960 INFO O| Feb 21 20:21:52.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
7050 | 2025-02-21T20:21:53.407Z | [ recovery-image] Feb 21 20:21:52.960 INFO O| Feb 21 20:21:52.960 INFO STEP 812 (remove_files) COMPLETE |
7051 | 2025-02-21T20:21:53.408Z | [ recovery-image] Feb 21 20:21:52.960 INFO O| Feb 21 20:21:52.960 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7052 | 2025-02-21T20:21:53.421Z | [ recovery-image] Feb 21 20:21:52.980 INFO O| Feb 21 20:21:52.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
7053 | 2025-02-21T20:21:53.421Z | [ recovery-image] Feb 21 20:21:52.980 INFO O| Feb 21 20:21:52.980 INFO STEP 813 (remove_files) COMPLETE |
7054 | 2025-02-21T20:21:53.421Z | [ recovery-image] Feb 21 20:21:52.980 INFO O| Feb 21 20:21:52.980 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7055 | 2025-02-21T20:21:53.457Z | [ recovery-image] Feb 21 20:21:53.002 INFO O| Feb 21 20:21:53.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
7056 | 2025-02-21T20:21:53.457Z | [ recovery-image] Feb 21 20:21:53.002 INFO O| Feb 21 20:21:53.002 INFO STEP 814 (remove_files) COMPLETE |
7057 | 2025-02-21T20:21:53.457Z | [ recovery-image] Feb 21 20:21:53.002 INFO O| Feb 21 20:21:53.002 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7058 | 2025-02-21T20:21:53.483Z | [ recovery-image] Feb 21 20:21:53.040 INFO O| Feb 21 20:21:53.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
7059 | 2025-02-21T20:21:53.483Z | [ recovery-image] Feb 21 20:21:53.040 INFO O| Feb 21 20:21:53.040 INFO STEP 815 (remove_files) COMPLETE |
7060 | 2025-02-21T20:21:53.488Z | [ recovery-image] Feb 21 20:21:53.040 INFO O| Feb 21 20:21:53.040 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7061 | 2025-02-21T20:21:53.512Z | [ recovery-image] Feb 21 20:21:53.071 INFO O| Feb 21 20:21:53.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
7062 | 2025-02-21T20:21:53.517Z | [ recovery-image] Feb 21 20:21:53.071 INFO O| Feb 21 20:21:53.071 INFO STEP 816 (remove_files) COMPLETE |
7063 | 2025-02-21T20:21:53.517Z | [ recovery-image] Feb 21 20:21:53.071 INFO O| Feb 21 20:21:53.071 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7064 | 2025-02-21T20:21:53.548Z | [ recovery-image] Feb 21 20:21:53.103 INFO O| Feb 21 20:21:53.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
7065 | 2025-02-21T20:21:53.552Z | [ recovery-image] Feb 21 20:21:53.104 INFO O| Feb 21 20:21:53.104 INFO STEP 817 (remove_files) COMPLETE |
7066 | 2025-02-21T20:21:53.552Z | [ recovery-image] Feb 21 20:21:53.104 INFO O| Feb 21 20:21:53.104 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7067 | 2025-02-21T20:21:53.570Z | [ recovery-image] Feb 21 20:21:53.128 INFO O| Feb 21 20:21:53.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
7068 | 2025-02-21T20:21:53.570Z | [ recovery-image] Feb 21 20:21:53.128 INFO O| Feb 21 20:21:53.128 INFO STEP 818 (remove_files) COMPLETE |
7069 | 2025-02-21T20:21:53.570Z | [ recovery-image] Feb 21 20:21:53.128 INFO O| Feb 21 20:21:53.128 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7070 | 2025-02-21T20:21:53.591Z | [ recovery-image] Feb 21 20:21:53.150 INFO O| Feb 21 20:21:53.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
7071 | 2025-02-21T20:21:53.591Z | [ recovery-image] Feb 21 20:21:53.151 INFO O| Feb 21 20:21:53.150 INFO STEP 819 (remove_files) COMPLETE |
7072 | 2025-02-21T20:21:53.591Z | [ recovery-image] Feb 21 20:21:53.151 INFO O| Feb 21 20:21:53.151 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7073 | 2025-02-21T20:21:53.617Z | [ recovery-image] Feb 21 20:21:53.172 INFO O| Feb 21 20:21:53.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
7074 | 2025-02-21T20:21:53.620Z | [ recovery-image] Feb 21 20:21:53.172 INFO O| Feb 21 20:21:53.172 INFO STEP 820 (remove_files) COMPLETE |
7075 | 2025-02-21T20:21:53.620Z | [ recovery-image] Feb 21 20:21:53.172 INFO O| Feb 21 20:21:53.172 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7076 | 2025-02-21T20:21:53.633Z | [ recovery-image] Feb 21 20:21:53.192 INFO O| Feb 21 20:21:53.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
7077 | 2025-02-21T20:21:53.646Z | [ recovery-image] Feb 21 20:21:53.205 INFO O| Feb 21 20:21:53.205 INFO STEP 821 (remove_files) COMPLETE |
7078 | 2025-02-21T20:21:53.647Z | [ recovery-image] Feb 21 20:21:53.205 INFO O| Feb 21 20:21:53.205 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7079 | 2025-02-21T20:21:53.667Z | [ recovery-image] Feb 21 20:21:53.227 INFO O| Feb 21 20:21:53.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
7080 | 2025-02-21T20:21:53.667Z | [ recovery-image] Feb 21 20:21:53.227 INFO O| Feb 21 20:21:53.227 INFO STEP 822 (remove_files) COMPLETE |
7081 | 2025-02-21T20:21:53.671Z | [ recovery-image] Feb 21 20:21:53.227 INFO O| Feb 21 20:21:53.227 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7082 | 2025-02-21T20:21:53.687Z | [ recovery-image] Feb 21 20:21:53.247 INFO O| Feb 21 20:21:53.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
7083 | 2025-02-21T20:21:53.688Z | [ recovery-image] Feb 21 20:21:53.247 INFO O| Feb 21 20:21:53.247 INFO STEP 823 (remove_files) COMPLETE |
7084 | 2025-02-21T20:21:53.694Z | [ recovery-image] Feb 21 20:21:53.247 INFO O| Feb 21 20:21:53.247 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7085 | 2025-02-21T20:21:53.708Z | [ recovery-image] Feb 21 20:21:53.265 INFO O| Feb 21 20:21:53.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
7086 | 2025-02-21T20:21:53.708Z | [ recovery-image] Feb 21 20:21:53.265 INFO O| Feb 21 20:21:53.265 INFO STEP 824 (remove_files) COMPLETE |
7087 | 2025-02-21T20:21:53.708Z | [ recovery-image] Feb 21 20:21:53.265 INFO O| Feb 21 20:21:53.265 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7088 | 2025-02-21T20:21:53.731Z | [ recovery-image] Feb 21 20:21:53.284 INFO O| Feb 21 20:21:53.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
7089 | 2025-02-21T20:21:53.731Z | [ recovery-image] Feb 21 20:21:53.284 INFO O| Feb 21 20:21:53.284 INFO STEP 825 (remove_files) COMPLETE |
7090 | 2025-02-21T20:21:53.731Z | [ recovery-image] Feb 21 20:21:53.284 INFO O| Feb 21 20:21:53.284 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7091 | 2025-02-21T20:21:53.758Z | [ recovery-image] Feb 21 20:21:53.317 INFO O| Feb 21 20:21:53.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
7092 | 2025-02-21T20:21:53.758Z | [ recovery-image] Feb 21 20:21:53.317 INFO O| Feb 21 20:21:53.317 INFO STEP 826 (remove_files) COMPLETE |
7093 | 2025-02-21T20:21:53.758Z | [ recovery-image] Feb 21 20:21:53.317 INFO O| Feb 21 20:21:53.317 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7094 | 2025-02-21T20:21:53.801Z | [ recovery-image] Feb 21 20:21:53.354 INFO O| Feb 21 20:21:53.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
7095 | 2025-02-21T20:21:53.813Z | [ recovery-image] Feb 21 20:21:53.354 INFO O| Feb 21 20:21:53.354 INFO STEP 827 (remove_files) COMPLETE |
7096 | 2025-02-21T20:21:53.813Z | [ recovery-image] Feb 21 20:21:53.354 INFO O| Feb 21 20:21:53.354 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7097 | 2025-02-21T20:21:53.833Z | [ recovery-image] Feb 21 20:21:53.392 INFO O| Feb 21 20:21:53.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
7098 | 2025-02-21T20:21:53.833Z | [ recovery-image] Feb 21 20:21:53.392 INFO O| Feb 21 20:21:53.392 INFO STEP 828 (remove_files) COMPLETE |
7099 | 2025-02-21T20:21:53.834Z | [ recovery-image] Feb 21 20:21:53.392 INFO O| Feb 21 20:21:53.392 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7100 | 2025-02-21T20:21:53.853Z | [ recovery-image] Feb 21 20:21:53.412 INFO O| Feb 21 20:21:53.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
7101 | 2025-02-21T20:21:53.853Z | [ recovery-image] Feb 21 20:21:53.412 INFO O| Feb 21 20:21:53.412 INFO STEP 829 (remove_files) COMPLETE |
7102 | 2025-02-21T20:21:53.853Z | [ recovery-image] Feb 21 20:21:53.412 INFO O| Feb 21 20:21:53.412 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7103 | 2025-02-21T20:21:53.880Z | [ recovery-image] Feb 21 20:21:53.432 INFO O| Feb 21 20:21:53.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
7104 | 2025-02-21T20:21:53.880Z | [ recovery-image] Feb 21 20:21:53.432 INFO O| Feb 21 20:21:53.432 INFO STEP 830 (remove_files) COMPLETE |
7105 | 2025-02-21T20:21:53.938Z | [ recovery-image] Feb 21 20:21:53.432 INFO O| Feb 21 20:21:53.432 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7106 | 2025-02-21T20:21:53.938Z | [ recovery-image] Feb 21 20:21:53.452 INFO O| Feb 21 20:21:53.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
7107 | 2025-02-21T20:21:53.938Z | [ recovery-image] Feb 21 20:21:53.452 INFO O| Feb 21 20:21:53.452 INFO STEP 831 (remove_files) COMPLETE |
7108 | 2025-02-21T20:21:53.938Z | [ recovery-image] Feb 21 20:21:53.452 INFO O| Feb 21 20:21:53.452 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7109 | 2025-02-21T20:21:53.985Z | [ recovery-image] Feb 21 20:21:53.472 INFO O| Feb 21 20:21:53.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
7110 | 2025-02-21T20:21:53.985Z | [ recovery-image] Feb 21 20:21:53.472 INFO O| Feb 21 20:21:53.472 INFO STEP 832 (remove_files) COMPLETE |
7111 | 2025-02-21T20:21:53.985Z | [ recovery-image] Feb 21 20:21:53.472 INFO O| Feb 21 20:21:53.472 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7112 | 2025-02-21T20:21:53.985Z | [ recovery-image] Feb 21 20:21:53.493 INFO O| Feb 21 20:21:53.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
7113 | 2025-02-21T20:21:53.985Z | [ recovery-image] Feb 21 20:21:53.493 INFO O| Feb 21 20:21:53.493 INFO STEP 833 (remove_files) COMPLETE |
7114 | 2025-02-21T20:21:53.985Z | [ recovery-image] Feb 21 20:21:53.493 INFO O| Feb 21 20:21:53.493 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7115 | 2025-02-21T20:21:53.995Z | [ recovery-image] Feb 21 20:21:53.514 INFO O| Feb 21 20:21:53.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
7116 | 2025-02-21T20:21:53.996Z | [ recovery-image] Feb 21 20:21:53.514 INFO O| Feb 21 20:21:53.514 INFO STEP 834 (remove_files) COMPLETE |
7117 | 2025-02-21T20:21:53.996Z | [ recovery-image] Feb 21 20:21:53.514 INFO O| Feb 21 20:21:53.514 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7118 | 2025-02-21T20:21:53.996Z | [ recovery-image] Feb 21 20:21:53.543 INFO O| Feb 21 20:21:53.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
7119 | 2025-02-21T20:21:53.996Z | [ recovery-image] Feb 21 20:21:53.543 INFO O| Feb 21 20:21:53.543 INFO STEP 835 (remove_files) COMPLETE |
7120 | 2025-02-21T20:21:53.996Z | [ recovery-image] Feb 21 20:21:53.544 INFO O| Feb 21 20:21:53.544 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7121 | 2025-02-21T20:21:54.014Z | [ recovery-image] Feb 21 20:21:53.565 INFO O| Feb 21 20:21:53.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
7122 | 2025-02-21T20:21:54.014Z | [ recovery-image] Feb 21 20:21:53.566 INFO O| Feb 21 20:21:53.565 INFO STEP 836 (remove_files) COMPLETE |
7123 | 2025-02-21T20:21:54.014Z | [ recovery-image] Feb 21 20:21:53.566 INFO O| Feb 21 20:21:53.566 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7124 | 2025-02-21T20:21:54.039Z | [ recovery-image] Feb 21 20:21:53.585 INFO O| Feb 21 20:21:53.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
7125 | 2025-02-21T20:21:54.056Z | [ recovery-image] Feb 21 20:21:53.585 INFO O| Feb 21 20:21:53.585 INFO STEP 837 (remove_files) COMPLETE |
7126 | 2025-02-21T20:21:54.056Z | [ recovery-image] Feb 21 20:21:53.585 INFO O| Feb 21 20:21:53.585 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7127 | 2025-02-21T20:21:54.076Z | [ recovery-image] Feb 21 20:21:53.606 INFO O| Feb 21 20:21:53.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
7128 | 2025-02-21T20:21:54.077Z | [ recovery-image] Feb 21 20:21:53.606 INFO O| Feb 21 20:21:53.606 INFO STEP 838 (remove_files) COMPLETE |
7129 | 2025-02-21T20:21:54.077Z | [ recovery-image] Feb 21 20:21:53.606 INFO O| Feb 21 20:21:53.606 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7130 | 2025-02-21T20:21:54.077Z | [ host-image] Feb 21 20:21:53.608 INFO O| Feb 21 20:21:53.608 INFO O| Done |
7131 | 2025-02-21T20:21:54.077Z | [ recovery-image] Feb 21 20:21:53.628 INFO O| Feb 21 20:21:53.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
7132 | 2025-02-21T20:21:54.077Z | [ recovery-image] Feb 21 20:21:53.628 INFO O| Feb 21 20:21:53.628 INFO STEP 839 (remove_files) COMPLETE |
7133 | 2025-02-21T20:21:54.077Z | [ recovery-image] Feb 21 20:21:53.628 INFO O| Feb 21 20:21:53.628 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7134 | 2025-02-21T20:21:54.110Z | [ recovery-image] Feb 21 20:21:53.648 INFO O| Feb 21 20:21:53.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
7135 | 2025-02-21T20:21:54.122Z | [ recovery-image] Feb 21 20:21:53.649 INFO O| Feb 21 20:21:53.649 INFO STEP 840 (remove_files) COMPLETE |
7136 | 2025-02-21T20:21:54.122Z | [ recovery-image] Feb 21 20:21:53.649 INFO O| Feb 21 20:21:53.649 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7137 | 2025-02-21T20:21:54.122Z | [ recovery-image] Feb 21 20:21:53.669 INFO O| Feb 21 20:21:53.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
7138 | 2025-02-21T20:21:54.122Z | [ recovery-image] Feb 21 20:21:53.669 INFO O| Feb 21 20:21:53.669 INFO STEP 841 (remove_files) COMPLETE |
7139 | 2025-02-21T20:21:54.122Z | [ recovery-image] Feb 21 20:21:53.669 INFO O| Feb 21 20:21:53.669 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7140 | 2025-02-21T20:21:54.163Z | [ host-image] Feb 21 20:21:53.687 INFO O| Feb 21 20:21:53.687 INFO O| Done |
7141 | 2025-02-21T20:21:54.164Z | [ host-image] Feb 21 20:21:53.687 INFO O| Feb 21 20:21:53.687 INFO O| Done |
7142 | 2025-02-21T20:21:54.174Z | [ recovery-image] Feb 21 20:21:53.733 INFO O| Feb 21 20:21:53.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
7143 | 2025-02-21T20:21:54.174Z | [ recovery-image] Feb 21 20:21:53.733 INFO O| Feb 21 20:21:53.733 INFO STEP 842 (remove_files) COMPLETE |
7144 | 2025-02-21T20:21:54.179Z | [ recovery-image] Feb 21 20:21:53.733 INFO O| Feb 21 20:21:53.733 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7145 | 2025-02-21T20:21:54.197Z | [ host-image] Feb 21 20:21:53.754 INFO O| Feb 21 20:21:53.754 INFO O| Done |
7146 | 2025-02-21T20:21:54.291Z | [ recovery-image] Feb 21 20:21:53.844 INFO O| Feb 21 20:21:53.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
7147 | 2025-02-21T20:21:54.300Z | [ recovery-image] Feb 21 20:21:53.844 INFO O| Feb 21 20:21:53.844 INFO STEP 843 (remove_files) COMPLETE |
7148 | 2025-02-21T20:21:54.300Z | [ recovery-image] Feb 21 20:21:53.844 INFO O| Feb 21 20:21:53.844 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7149 | 2025-02-21T20:21:54.327Z | [ recovery-image] Feb 21 20:21:53.887 INFO O| Feb 21 20:21:53.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
7150 | 2025-02-21T20:21:54.328Z | [ recovery-image] Feb 21 20:21:53.887 INFO O| Feb 21 20:21:53.887 INFO STEP 844 (remove_files) COMPLETE |
7151 | 2025-02-21T20:21:54.328Z | [ recovery-image] Feb 21 20:21:53.887 INFO O| Feb 21 20:21:53.887 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7152 | 2025-02-21T20:21:54.385Z | [ recovery-image] Feb 21 20:21:53.932 INFO O| Feb 21 20:21:53.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
7153 | 2025-02-21T20:21:54.385Z | [ recovery-image] Feb 21 20:21:53.933 INFO O| Feb 21 20:21:53.923 INFO STEP 845 (remove_files) COMPLETE |
7154 | 2025-02-21T20:21:54.399Z | [ recovery-image] Feb 21 20:21:53.933 INFO O| Feb 21 20:21:53.923 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7155 | 2025-02-21T20:21:54.399Z | [ recovery-image] Feb 21 20:21:53.943 INFO O| Feb 21 20:21:53.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
7156 | 2025-02-21T20:21:54.399Z | [ recovery-image] Feb 21 20:21:53.943 INFO O| Feb 21 20:21:53.943 INFO STEP 846 (remove_files) COMPLETE |
7157 | 2025-02-21T20:21:54.399Z | [ recovery-image] Feb 21 20:21:53.943 INFO O| Feb 21 20:21:53.943 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7158 | 2025-02-21T20:21:54.399Z | [ host-image] Feb 21 20:21:53.947 INFO O| Feb 21 20:21:53.947 INFO STEP 13 (pkg_install) COMPLETE |
7159 | 2025-02-21T20:21:54.400Z | [ host-image] Feb 21 20:21:53.947 INFO O| Feb 21 20:21:53.947 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7160 | 2025-02-21T20:21:54.418Z | [ recovery-image] Feb 21 20:21:53.963 INFO O| Feb 21 20:21:53.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
7161 | 2025-02-21T20:21:54.441Z | [ recovery-image] Feb 21 20:21:53.963 INFO O| Feb 21 20:21:53.963 INFO STEP 847 (remove_files) COMPLETE |
7162 | 2025-02-21T20:21:54.442Z | [ recovery-image] Feb 21 20:21:53.963 INFO O| Feb 21 20:21:53.963 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7163 | 2025-02-21T20:21:54.442Z | [ host-image] Feb 21 20:21:53.966 INFO O| Feb 21 20:21:53.965 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.334"] |
7164 | 2025-02-21T20:21:54.442Z | [ recovery-image] Feb 21 20:21:53.982 INFO O| Feb 21 20:21:53.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
7165 | 2025-02-21T20:21:54.442Z | [ recovery-image] Feb 21 20:21:53.983 INFO O| Feb 21 20:21:53.982 INFO STEP 848 (remove_files) COMPLETE |
7166 | 2025-02-21T20:21:54.442Z | [ recovery-image] Feb 21 20:21:53.983 INFO O| Feb 21 20:21:53.983 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7167 | 2025-02-21T20:21:54.459Z | [ recovery-image] Feb 21 20:21:54.009 INFO O| Feb 21 20:21:54.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
7168 | 2025-02-21T20:21:54.497Z | [ recovery-image] Feb 21 20:21:54.009 INFO O| Feb 21 20:21:54.009 INFO STEP 849 (remove_files) COMPLETE |
7169 | 2025-02-21T20:21:54.497Z | [ recovery-image] Feb 21 20:21:54.009 INFO O| Feb 21 20:21:54.009 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7170 | 2025-02-21T20:21:54.507Z | [ recovery-image] Feb 21 20:21:54.029 INFO O| Feb 21 20:21:54.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
7171 | 2025-02-21T20:21:54.507Z | [ recovery-image] Feb 21 20:21:54.030 INFO O| Feb 21 20:21:54.030 INFO STEP 850 (remove_files) COMPLETE |
7172 | 2025-02-21T20:21:54.507Z | [ recovery-image] Feb 21 20:21:54.030 INFO O| Feb 21 20:21:54.030 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7173 | 2025-02-21T20:21:54.508Z | [ recovery-image] Feb 21 20:21:54.050 INFO O| Feb 21 20:21:54.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
7174 | 2025-02-21T20:21:54.508Z | [ recovery-image] Feb 21 20:21:54.050 INFO O| Feb 21 20:21:54.050 INFO STEP 851 (remove_files) COMPLETE |
7175 | 2025-02-21T20:21:54.508Z | [ recovery-image] Feb 21 20:21:54.050 INFO O| Feb 21 20:21:54.050 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7176 | 2025-02-21T20:21:54.543Z | [ recovery-image] Feb 21 20:21:54.101 INFO O| Feb 21 20:21:54.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
7177 | 2025-02-21T20:21:54.543Z | [ recovery-image] Feb 21 20:21:54.101 INFO O| Feb 21 20:21:54.101 INFO STEP 852 (remove_files) COMPLETE |
7178 | 2025-02-21T20:21:54.547Z | [ recovery-image] Feb 21 20:21:54.101 INFO O| Feb 21 20:21:54.101 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7179 | 2025-02-21T20:21:54.592Z | [ recovery-image] Feb 21 20:21:54.140 INFO O| Feb 21 20:21:54.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
7180 | 2025-02-21T20:21:54.607Z | [ recovery-image] Feb 21 20:21:54.140 INFO O| Feb 21 20:21:54.140 INFO STEP 853 (remove_files) COMPLETE |
7181 | 2025-02-21T20:21:54.608Z | [ recovery-image] Feb 21 20:21:54.140 INFO O| Feb 21 20:21:54.140 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7182 | 2025-02-21T20:21:54.616Z | [ recovery-image] Feb 21 20:21:54.162 INFO O| Feb 21 20:21:54.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
7183 | 2025-02-21T20:21:54.616Z | [ recovery-image] Feb 21 20:21:54.162 INFO O| Feb 21 20:21:54.162 INFO STEP 854 (remove_files) COMPLETE |
7184 | 2025-02-21T20:21:54.617Z | [ recovery-image] Feb 21 20:21:54.162 INFO O| Feb 21 20:21:54.162 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7185 | 2025-02-21T20:21:54.627Z | [ recovery-image] Feb 21 20:21:54.183 INFO O| Feb 21 20:21:54.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
7186 | 2025-02-21T20:21:54.634Z | [ recovery-image] Feb 21 20:21:54.184 INFO O| Feb 21 20:21:54.184 INFO STEP 855 (remove_files) COMPLETE |
7187 | 2025-02-21T20:21:54.634Z | [ recovery-image] Feb 21 20:21:54.184 INFO O| Feb 21 20:21:54.184 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7188 | 2025-02-21T20:21:54.649Z | [ recovery-image] Feb 21 20:21:54.205 INFO O| Feb 21 20:21:54.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
7189 | 2025-02-21T20:21:54.654Z | [ recovery-image] Feb 21 20:21:54.205 INFO O| Feb 21 20:21:54.205 INFO STEP 856 (remove_files) COMPLETE |
7190 | 2025-02-21T20:21:54.654Z | [ recovery-image] Feb 21 20:21:54.205 INFO O| Feb 21 20:21:54.205 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7191 | 2025-02-21T20:21:54.671Z | [ recovery-image] Feb 21 20:21:54.226 INFO O| Feb 21 20:21:54.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
7192 | 2025-02-21T20:21:54.683Z | [ recovery-image] Feb 21 20:21:54.226 INFO O| Feb 21 20:21:54.226 INFO STEP 857 (remove_files) COMPLETE |
7193 | 2025-02-21T20:21:54.683Z | [ recovery-image] Feb 21 20:21:54.226 INFO O| Feb 21 20:21:54.226 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7194 | 2025-02-21T20:21:54.689Z | [ recovery-image] Feb 21 20:21:54.247 INFO O| Feb 21 20:21:54.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
7195 | 2025-02-21T20:21:54.693Z | [ recovery-image] Feb 21 20:21:54.248 INFO O| Feb 21 20:21:54.248 INFO STEP 858 (remove_files) COMPLETE |
7196 | 2025-02-21T20:21:54.693Z | [ recovery-image] Feb 21 20:21:54.248 INFO O| Feb 21 20:21:54.248 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7197 | 2025-02-21T20:21:54.734Z | [ recovery-image] Feb 21 20:21:54.293 INFO O| Feb 21 20:21:54.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
7198 | 2025-02-21T20:21:54.740Z | [ recovery-image] Feb 21 20:21:54.293 INFO O| Feb 21 20:21:54.293 INFO STEP 859 (remove_files) COMPLETE |
7199 | 2025-02-21T20:21:54.740Z | [ recovery-image] Feb 21 20:21:54.293 INFO O| Feb 21 20:21:54.293 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7200 | 2025-02-21T20:21:54.769Z | [ recovery-image] Feb 21 20:21:54.315 INFO O| Feb 21 20:21:54.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
7201 | 2025-02-21T20:21:54.769Z | [ recovery-image] Feb 21 20:21:54.315 INFO O| Feb 21 20:21:54.315 INFO STEP 860 (remove_files) COMPLETE |
7202 | 2025-02-21T20:21:54.774Z | [ recovery-image] Feb 21 20:21:54.315 INFO O| Feb 21 20:21:54.315 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7203 | 2025-02-21T20:21:54.783Z | [ recovery-image] Feb 21 20:21:54.338 INFO O| Feb 21 20:21:54.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
7204 | 2025-02-21T20:21:54.784Z | [ recovery-image] Feb 21 20:21:54.338 INFO O| Feb 21 20:21:54.338 INFO STEP 861 (remove_files) COMPLETE |
7205 | 2025-02-21T20:21:54.789Z | [ recovery-image] Feb 21 20:21:54.338 INFO O| Feb 21 20:21:54.338 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7206 | 2025-02-21T20:21:54.801Z | [ recovery-image] Feb 21 20:21:54.360 INFO O| Feb 21 20:21:54.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
7207 | 2025-02-21T20:21:54.805Z | [ recovery-image] Feb 21 20:21:54.360 INFO O| Feb 21 20:21:54.360 INFO STEP 862 (remove_files) COMPLETE |
7208 | 2025-02-21T20:21:54.805Z | [ recovery-image] Feb 21 20:21:54.360 INFO O| Feb 21 20:21:54.360 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7209 | 2025-02-21T20:21:54.822Z | [ recovery-image] Feb 21 20:21:54.380 INFO O| Feb 21 20:21:54.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
7210 | 2025-02-21T20:21:54.822Z | [ recovery-image] Feb 21 20:21:54.380 INFO O| Feb 21 20:21:54.380 INFO STEP 863 (remove_files) COMPLETE |
7211 | 2025-02-21T20:21:54.827Z | [ recovery-image] Feb 21 20:21:54.380 INFO O| Feb 21 20:21:54.380 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7212 | 2025-02-21T20:21:54.840Z | [ recovery-image] Feb 21 20:21:54.399 INFO O| Feb 21 20:21:54.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
7213 | 2025-02-21T20:21:54.840Z | [ recovery-image] Feb 21 20:21:54.399 INFO O| Feb 21 20:21:54.399 INFO STEP 864 (remove_files) COMPLETE |
7214 | 2025-02-21T20:21:54.845Z | [ recovery-image] Feb 21 20:21:54.399 INFO O| Feb 21 20:21:54.399 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7215 | 2025-02-21T20:21:54.872Z | [ recovery-image] Feb 21 20:21:54.418 INFO O| Feb 21 20:21:54.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
7216 | 2025-02-21T20:21:54.884Z | [ recovery-image] Feb 21 20:21:54.418 INFO O| Feb 21 20:21:54.418 INFO STEP 865 (remove_files) COMPLETE |
7217 | 2025-02-21T20:21:54.884Z | [ recovery-image] Feb 21 20:21:54.418 INFO O| Feb 21 20:21:54.418 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7218 | 2025-02-21T20:21:54.884Z | [ recovery-image] Feb 21 20:21:54.437 INFO O| Feb 21 20:21:54.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
7219 | 2025-02-21T20:21:54.884Z | [ recovery-image] Feb 21 20:21:54.437 INFO O| Feb 21 20:21:54.437 INFO STEP 866 (remove_files) COMPLETE |
7220 | 2025-02-21T20:21:54.884Z | [ recovery-image] Feb 21 20:21:54.437 INFO O| Feb 21 20:21:54.437 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7221 | 2025-02-21T20:21:54.897Z | [ recovery-image] Feb 21 20:21:54.456 INFO O| Feb 21 20:21:54.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
7222 | 2025-02-21T20:21:54.897Z | [ recovery-image] Feb 21 20:21:54.456 INFO O| Feb 21 20:21:54.456 INFO STEP 867 (remove_files) COMPLETE |
7223 | 2025-02-21T20:21:54.901Z | [ recovery-image] Feb 21 20:21:54.456 INFO O| Feb 21 20:21:54.456 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7224 | 2025-02-21T20:21:54.917Z | [ recovery-image] Feb 21 20:21:54.473 INFO O| Feb 21 20:21:54.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
7225 | 2025-02-21T20:21:54.917Z | [ recovery-image] Feb 21 20:21:54.473 INFO O| Feb 21 20:21:54.473 INFO STEP 868 (remove_files) COMPLETE |
7226 | 2025-02-21T20:21:54.917Z | [ recovery-image] Feb 21 20:21:54.473 INFO O| Feb 21 20:21:54.473 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7227 | 2025-02-21T20:21:54.935Z | [ recovery-image] Feb 21 20:21:54.493 INFO O| Feb 21 20:21:54.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
7228 | 2025-02-21T20:21:54.935Z | [ recovery-image] Feb 21 20:21:54.493 INFO O| Feb 21 20:21:54.493 INFO STEP 869 (remove_files) COMPLETE |
7229 | 2025-02-21T20:21:54.935Z | [ recovery-image] Feb 21 20:21:54.493 INFO O| Feb 21 20:21:54.493 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7230 | 2025-02-21T20:21:54.995Z | [ recovery-image] Feb 21 20:21:54.553 INFO O| Feb 21 20:21:54.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
7231 | 2025-02-21T20:21:54.998Z | [ recovery-image] Feb 21 20:21:54.553 INFO O| Feb 21 20:21:54.553 INFO STEP 870 (remove_files) COMPLETE |
7232 | 2025-02-21T20:21:54.999Z | [ recovery-image] Feb 21 20:21:54.553 INFO O| Feb 21 20:21:54.553 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7233 | 2025-02-21T20:21:55.030Z | [ recovery-image] Feb 21 20:21:54.587 INFO O| Feb 21 20:21:54.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
7234 | 2025-02-21T20:21:55.033Z | [ recovery-image] Feb 21 20:21:54.587 INFO O| Feb 21 20:21:54.587 INFO STEP 871 (remove_files) COMPLETE |
7235 | 2025-02-21T20:21:55.033Z | [ recovery-image] Feb 21 20:21:54.587 INFO O| Feb 21 20:21:54.587 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7236 | 2025-02-21T20:21:55.093Z | [ recovery-image] Feb 21 20:21:54.650 INFO O| Feb 21 20:21:54.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
7237 | 2025-02-21T20:21:55.093Z | [ recovery-image] Feb 21 20:21:54.650 INFO O| Feb 21 20:21:54.650 INFO STEP 872 (remove_files) COMPLETE |
7238 | 2025-02-21T20:21:55.093Z | [ recovery-image] Feb 21 20:21:54.650 INFO O| Feb 21 20:21:54.650 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7239 | 2025-02-21T20:21:55.148Z | [ recovery-image] Feb 21 20:21:54.705 INFO O| Feb 21 20:21:54.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
7240 | 2025-02-21T20:21:55.174Z | [ recovery-image] Feb 21 20:21:54.705 INFO O| Feb 21 20:21:54.705 INFO STEP 873 (remove_files) COMPLETE |
7241 | 2025-02-21T20:21:55.174Z | [ recovery-image] Feb 21 20:21:54.705 INFO O| Feb 21 20:21:54.705 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7242 | 2025-02-21T20:21:55.357Z | [ recovery-image] Feb 21 20:21:54.907 INFO O| Feb 21 20:21:54.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
7243 | 2025-02-21T20:21:55.357Z | [ recovery-image] Feb 21 20:21:54.907 INFO O| Feb 21 20:21:54.907 INFO STEP 874 (remove_files) COMPLETE |
7244 | 2025-02-21T20:21:55.358Z | [ recovery-image] Feb 21 20:21:54.907 INFO O| Feb 21 20:21:54.907 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7245 | 2025-02-21T20:21:55.455Z | [ recovery-image] Feb 21 20:21:55.012 INFO O| Feb 21 20:21:55.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
7246 | 2025-02-21T20:21:55.455Z | [ recovery-image] Feb 21 20:21:55.012 INFO O| Feb 21 20:21:55.012 INFO STEP 875 (remove_files) COMPLETE |
7247 | 2025-02-21T20:21:55.455Z | [ recovery-image] Feb 21 20:21:55.012 INFO O| Feb 21 20:21:55.012 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7248 | 2025-02-21T20:21:55.486Z | [ recovery-image] Feb 21 20:21:55.043 INFO O| Feb 21 20:21:55.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
7249 | 2025-02-21T20:21:55.486Z | [ recovery-image] Feb 21 20:21:55.044 INFO O| Feb 21 20:21:55.044 INFO STEP 876 (remove_files) COMPLETE |
7250 | 2025-02-21T20:21:55.486Z | [ recovery-image] Feb 21 20:21:55.044 INFO O| Feb 21 20:21:55.044 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7251 | 2025-02-21T20:21:55.524Z | [ recovery-image] Feb 21 20:21:55.080 INFO O| Feb 21 20:21:55.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
7252 | 2025-02-21T20:21:55.524Z | [ recovery-image] Feb 21 20:21:55.080 INFO O| Feb 21 20:21:55.080 INFO STEP 877 (remove_files) COMPLETE |
7253 | 2025-02-21T20:21:55.524Z | [ recovery-image] Feb 21 20:21:55.080 INFO O| Feb 21 20:21:55.080 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7254 | 2025-02-21T20:21:55.563Z | [ recovery-image] Feb 21 20:21:55.121 INFO O| Feb 21 20:21:55.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
7255 | 2025-02-21T20:21:55.563Z | [ recovery-image] Feb 21 20:21:55.121 INFO O| Feb 21 20:21:55.121 INFO STEP 878 (remove_files) COMPLETE |
7256 | 2025-02-21T20:21:55.563Z | [ recovery-image] Feb 21 20:21:55.121 INFO O| Feb 21 20:21:55.121 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7257 | 2025-02-21T20:21:55.584Z | [ recovery-image] Feb 21 20:21:55.141 INFO O| Feb 21 20:21:55.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
7258 | 2025-02-21T20:21:55.584Z | [ recovery-image] Feb 21 20:21:55.141 INFO O| Feb 21 20:21:55.141 INFO STEP 879 (remove_files) COMPLETE |
7259 | 2025-02-21T20:21:55.587Z | [ recovery-image] Feb 21 20:21:55.142 INFO O| Feb 21 20:21:55.141 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7260 | 2025-02-21T20:21:55.606Z | [ recovery-image] Feb 21 20:21:55.163 INFO O| Feb 21 20:21:55.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
7261 | 2025-02-21T20:21:55.606Z | [ recovery-image] Feb 21 20:21:55.163 INFO O| Feb 21 20:21:55.163 INFO STEP 880 (remove_files) COMPLETE |
7262 | 2025-02-21T20:21:55.610Z | [ recovery-image] Feb 21 20:21:55.163 INFO O| Feb 21 20:21:55.163 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7263 | 2025-02-21T20:21:55.695Z | [ recovery-image] Feb 21 20:21:55.252 INFO O| Feb 21 20:21:55.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
7264 | 2025-02-21T20:21:55.695Z | [ recovery-image] Feb 21 20:21:55.252 INFO O| Feb 21 20:21:55.252 INFO STEP 881 (remove_files) COMPLETE |
7265 | 2025-02-21T20:21:55.699Z | [ recovery-image] Feb 21 20:21:55.252 INFO O| Feb 21 20:21:55.252 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7266 | 2025-02-21T20:21:55.714Z | [ recovery-image] Feb 21 20:21:55.272 INFO O| Feb 21 20:21:55.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
7267 | 2025-02-21T20:21:55.715Z | [ recovery-image] Feb 21 20:21:55.272 INFO O| Feb 21 20:21:55.272 INFO STEP 882 (remove_files) COMPLETE |
7268 | 2025-02-21T20:21:55.715Z | [ recovery-image] Feb 21 20:21:55.272 INFO O| Feb 21 20:21:55.272 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7269 | 2025-02-21T20:21:55.750Z | [ recovery-image] Feb 21 20:21:55.306 INFO O| Feb 21 20:21:55.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
7270 | 2025-02-21T20:21:55.750Z | [ recovery-image] Feb 21 20:21:55.306 INFO O| Feb 21 20:21:55.306 INFO STEP 883 (remove_files) COMPLETE |
7271 | 2025-02-21T20:21:55.750Z | [ recovery-image] Feb 21 20:21:55.306 INFO O| Feb 21 20:21:55.306 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7272 | 2025-02-21T20:21:55.772Z | [ recovery-image] Feb 21 20:21:55.328 INFO O| Feb 21 20:21:55.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
7273 | 2025-02-21T20:21:55.772Z | [ recovery-image] Feb 21 20:21:55.328 INFO O| Feb 21 20:21:55.328 INFO STEP 884 (remove_files) COMPLETE |
7274 | 2025-02-21T20:21:55.775Z | [ recovery-image] Feb 21 20:21:55.328 INFO O| Feb 21 20:21:55.328 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7275 | 2025-02-21T20:21:55.792Z | [ recovery-image] Feb 21 20:21:55.350 INFO O| Feb 21 20:21:55.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
7276 | 2025-02-21T20:21:55.792Z | [ recovery-image] Feb 21 20:21:55.350 INFO O| Feb 21 20:21:55.350 INFO STEP 885 (remove_files) COMPLETE |
7277 | 2025-02-21T20:21:55.797Z | [ recovery-image] Feb 21 20:21:55.350 INFO O| Feb 21 20:21:55.350 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7278 | 2025-02-21T20:21:55.797Z | [ host-image] Feb 21 20:21:55.354 INFO O| Feb 21 20:21:55.354 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
7279 | 2025-02-21T20:21:55.814Z | [ recovery-image] Feb 21 20:21:55.371 INFO O| Feb 21 20:21:55.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
7280 | 2025-02-21T20:21:55.818Z | [ recovery-image] Feb 21 20:21:55.372 INFO O| Feb 21 20:21:55.371 INFO STEP 886 (remove_files) COMPLETE |
7281 | 2025-02-21T20:21:55.819Z | [ recovery-image] Feb 21 20:21:55.372 INFO O| Feb 21 20:21:55.372 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7282 | 2025-02-21T20:21:55.836Z | [ recovery-image] Feb 21 20:21:55.394 INFO O| Feb 21 20:21:55.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
7283 | 2025-02-21T20:21:55.840Z | [ recovery-image] Feb 21 20:21:55.394 INFO O| Feb 21 20:21:55.394 INFO STEP 887 (remove_files) COMPLETE |
7284 | 2025-02-21T20:21:55.840Z | [ recovery-image] Feb 21 20:21:55.394 INFO O| Feb 21 20:21:55.394 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7285 | 2025-02-21T20:21:55.865Z | [ recovery-image] Feb 21 20:21:55.423 INFO O| Feb 21 20:21:55.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
7286 | 2025-02-21T20:21:55.865Z | [ recovery-image] Feb 21 20:21:55.423 INFO O| Feb 21 20:21:55.423 INFO STEP 888 (remove_files) COMPLETE |
7287 | 2025-02-21T20:21:55.869Z | [ recovery-image] Feb 21 20:21:55.423 INFO O| Feb 21 20:21:55.423 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7288 | 2025-02-21T20:21:55.887Z | [ recovery-image] Feb 21 20:21:55.445 INFO O| Feb 21 20:21:55.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
7289 | 2025-02-21T20:21:55.913Z | [ recovery-image] Feb 21 20:21:55.471 INFO O| Feb 21 20:21:55.471 INFO STEP 889 (remove_files) COMPLETE |
7290 | 2025-02-21T20:21:55.913Z | [ recovery-image] Feb 21 20:21:55.471 INFO O| Feb 21 20:21:55.471 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7291 | 2025-02-21T20:21:55.951Z | [ recovery-image] Feb 21 20:21:55.508 INFO O| Feb 21 20:21:55.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
7292 | 2025-02-21T20:21:55.952Z | [ recovery-image] Feb 21 20:21:55.508 INFO O| Feb 21 20:21:55.508 INFO STEP 890 (remove_files) COMPLETE |
7293 | 2025-02-21T20:21:55.956Z | [ recovery-image] Feb 21 20:21:55.508 INFO O| Feb 21 20:21:55.508 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7294 | 2025-02-21T20:21:56.010Z | [ recovery-image] Feb 21 20:21:55.568 INFO O| Feb 21 20:21:55.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
7295 | 2025-02-21T20:21:56.011Z | [ recovery-image] Feb 21 20:21:55.568 INFO O| Feb 21 20:21:55.568 INFO STEP 891 (remove_files) COMPLETE |
7296 | 2025-02-21T20:21:56.011Z | [ recovery-image] Feb 21 20:21:55.568 INFO O| Feb 21 20:21:55.568 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7297 | 2025-02-21T20:21:56.031Z | [ recovery-image] Feb 21 20:21:55.589 INFO O| Feb 21 20:21:55.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
7298 | 2025-02-21T20:21:56.055Z | [ recovery-image] Feb 21 20:21:55.612 INFO O| Feb 21 20:21:55.612 INFO STEP 892 (remove_files) COMPLETE |
7299 | 2025-02-21T20:21:56.055Z | [ recovery-image] Feb 21 20:21:55.612 INFO O| Feb 21 20:21:55.612 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7300 | 2025-02-21T20:21:56.105Z | [ recovery-image] Feb 21 20:21:55.663 INFO O| Feb 21 20:21:55.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
7301 | 2025-02-21T20:21:56.110Z | [ recovery-image] Feb 21 20:21:55.663 INFO O| Feb 21 20:21:55.663 INFO STEP 893 (remove_files) COMPLETE |
7302 | 2025-02-21T20:21:56.110Z | [ recovery-image] Feb 21 20:21:55.663 INFO O| Feb 21 20:21:55.663 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7303 | 2025-02-21T20:21:56.138Z | [ recovery-image] Feb 21 20:21:55.688 INFO O| Feb 21 20:21:55.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
7304 | 2025-02-21T20:21:56.139Z | [ recovery-image] Feb 21 20:21:55.688 INFO O| Feb 21 20:21:55.688 INFO STEP 894 (remove_files) COMPLETE |
7305 | 2025-02-21T20:21:56.139Z | [ recovery-image] Feb 21 20:21:55.688 INFO O| Feb 21 20:21:55.688 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7306 | 2025-02-21T20:21:56.257Z | [ recovery-image] Feb 21 20:21:55.746 INFO O| Feb 21 20:21:55.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
7307 | 2025-02-21T20:21:56.257Z | [ recovery-image] Feb 21 20:21:55.746 INFO O| Feb 21 20:21:55.746 INFO STEP 895 (remove_files) COMPLETE |
7308 | 2025-02-21T20:21:56.273Z | [ recovery-image] Feb 21 20:21:55.746 INFO O| Feb 21 20:21:55.746 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7309 | 2025-02-21T20:21:56.273Z | [ recovery-image] Feb 21 20:21:55.767 INFO O| Feb 21 20:21:55.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
7310 | 2025-02-21T20:21:56.273Z | [ recovery-image] Feb 21 20:21:55.768 INFO O| Feb 21 20:21:55.767 INFO STEP 896 (remove_files) COMPLETE |
7311 | 2025-02-21T20:21:56.273Z | [ recovery-image] Feb 21 20:21:55.768 INFO O| Feb 21 20:21:55.767 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7312 | 2025-02-21T20:21:56.335Z | [ recovery-image] Feb 21 20:21:55.881 INFO O| Feb 21 20:21:55.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
7313 | 2025-02-21T20:21:56.335Z | [ recovery-image] Feb 21 20:21:55.881 INFO O| Feb 21 20:21:55.881 INFO STEP 897 (remove_files) COMPLETE |
7314 | 2025-02-21T20:21:56.339Z | [ recovery-image] Feb 21 20:21:55.881 INFO O| Feb 21 20:21:55.881 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7315 | 2025-02-21T20:21:56.350Z | [ recovery-image] Feb 21 20:21:55.906 INFO O| Feb 21 20:21:55.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
7316 | 2025-02-21T20:21:56.350Z | [ recovery-image] Feb 21 20:21:55.906 INFO O| Feb 21 20:21:55.906 INFO STEP 898 (remove_files) COMPLETE |
7317 | 2025-02-21T20:21:56.350Z | [ recovery-image] Feb 21 20:21:55.906 INFO O| Feb 21 20:21:55.906 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7318 | 2025-02-21T20:21:56.396Z | [ recovery-image] Feb 21 20:21:55.930 INFO O| Feb 21 20:21:55.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
7319 | 2025-02-21T20:21:56.396Z | [ recovery-image] Feb 21 20:21:55.930 INFO O| Feb 21 20:21:55.930 INFO STEP 899 (remove_files) COMPLETE |
7320 | 2025-02-21T20:21:56.396Z | [ recovery-image] Feb 21 20:21:55.931 INFO O| Feb 21 20:21:55.930 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7321 | 2025-02-21T20:21:56.402Z | [ recovery-image] Feb 21 20:21:55.953 INFO O| Feb 21 20:21:55.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
7322 | 2025-02-21T20:21:56.402Z | [ recovery-image] Feb 21 20:21:55.953 INFO O| Feb 21 20:21:55.953 INFO STEP 900 (remove_files) COMPLETE |
7323 | 2025-02-21T20:21:56.402Z | [ recovery-image] Feb 21 20:21:55.953 INFO O| Feb 21 20:21:55.953 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7324 | 2025-02-21T20:21:56.491Z | [ recovery-image] Feb 21 20:21:56.033 INFO O| Feb 21 20:21:56.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
7325 | 2025-02-21T20:21:56.492Z | [ recovery-image] Feb 21 20:21:56.034 INFO O| Feb 21 20:21:56.033 INFO STEP 901 (remove_files) COMPLETE |
7326 | 2025-02-21T20:21:56.501Z | [ recovery-image] Feb 21 20:21:56.034 INFO O| Feb 21 20:21:56.034 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7327 | 2025-02-21T20:21:56.501Z | [ recovery-image] Feb 21 20:21:56.052 INFO O| Feb 21 20:21:56.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
7328 | 2025-02-21T20:21:56.501Z | [ recovery-image] Feb 21 20:21:56.052 INFO O| Feb 21 20:21:56.052 INFO STEP 902 (remove_files) COMPLETE |
7329 | 2025-02-21T20:21:56.501Z | [ recovery-image] Feb 21 20:21:56.052 INFO O| Feb 21 20:21:56.052 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7330 | 2025-02-21T20:21:56.537Z | [ recovery-image] Feb 21 20:21:56.091 INFO O| Feb 21 20:21:56.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
7331 | 2025-02-21T20:21:56.537Z | [ recovery-image] Feb 21 20:21:56.091 INFO O| Feb 21 20:21:56.091 INFO STEP 903 (remove_files) COMPLETE |
7332 | 2025-02-21T20:21:56.537Z | [ recovery-image] Feb 21 20:21:56.091 INFO O| Feb 21 20:21:56.091 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7333 | 2025-02-21T20:21:56.557Z | [ recovery-image] Feb 21 20:21:56.112 INFO O| Feb 21 20:21:56.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
7334 | 2025-02-21T20:21:56.572Z | [ recovery-image] Feb 21 20:21:56.112 INFO O| Feb 21 20:21:56.112 INFO STEP 904 (remove_files) COMPLETE |
7335 | 2025-02-21T20:21:56.573Z | [ recovery-image] Feb 21 20:21:56.112 INFO O| Feb 21 20:21:56.112 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7336 | 2025-02-21T20:21:56.580Z | [ recovery-image] Feb 21 20:21:56.133 INFO O| Feb 21 20:21:56.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
7337 | 2025-02-21T20:21:56.601Z | [ recovery-image] Feb 21 20:21:56.154 INFO O| Feb 21 20:21:56.154 INFO STEP 905 (remove_files) COMPLETE |
7338 | 2025-02-21T20:21:56.601Z | [ recovery-image] Feb 21 20:21:56.154 INFO O| Feb 21 20:21:56.154 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7339 | 2025-02-21T20:21:56.624Z | [ recovery-image] Feb 21 20:21:56.181 INFO O| Feb 21 20:21:56.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
7340 | 2025-02-21T20:21:56.624Z | [ recovery-image] Feb 21 20:21:56.181 INFO O| Feb 21 20:21:56.181 INFO STEP 906 (remove_files) COMPLETE |
7341 | 2025-02-21T20:21:56.624Z | [ recovery-image] Feb 21 20:21:56.181 INFO O| Feb 21 20:21:56.181 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7342 | 2025-02-21T20:21:56.694Z | [ recovery-image] Feb 21 20:21:56.224 INFO O| Feb 21 20:21:56.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
7343 | 2025-02-21T20:21:56.694Z | [ recovery-image] Feb 21 20:21:56.224 INFO O| Feb 21 20:21:56.224 INFO STEP 907 (remove_files) COMPLETE |
7344 | 2025-02-21T20:21:56.705Z | [ recovery-image] Feb 21 20:21:56.224 INFO O| Feb 21 20:21:56.224 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7345 | 2025-02-21T20:21:56.733Z | [ recovery-image] Feb 21 20:21:56.262 INFO O| Feb 21 20:21:56.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
7346 | 2025-02-21T20:21:56.734Z | [ recovery-image] Feb 21 20:21:56.263 INFO O| Feb 21 20:21:56.263 INFO STEP 908 (remove_files) COMPLETE |
7347 | 2025-02-21T20:21:56.735Z | [ recovery-image] Feb 21 20:21:56.263 INFO O| Feb 21 20:21:56.263 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7348 | 2025-02-21T20:21:56.759Z | [ recovery-image] Feb 21 20:21:56.303 INFO O| Feb 21 20:21:56.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
7349 | 2025-02-21T20:21:56.759Z | [ recovery-image] Feb 21 20:21:56.303 INFO O| Feb 21 20:21:56.303 INFO STEP 909 (remove_files) COMPLETE |
7350 | 2025-02-21T20:21:56.768Z | [ recovery-image] Feb 21 20:21:56.303 INFO O| Feb 21 20:21:56.303 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7351 | 2025-02-21T20:21:56.782Z | [ recovery-image] Feb 21 20:21:56.338 INFO O| Feb 21 20:21:56.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
7352 | 2025-02-21T20:21:56.782Z | [ recovery-image] Feb 21 20:21:56.339 INFO O| Feb 21 20:21:56.338 INFO STEP 910 (remove_files) COMPLETE |
7353 | 2025-02-21T20:21:56.788Z | [ recovery-image] Feb 21 20:21:56.339 INFO O| Feb 21 20:21:56.339 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7354 | 2025-02-21T20:21:56.816Z | [ recovery-image] Feb 21 20:21:56.362 INFO O| Feb 21 20:21:56.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
7355 | 2025-02-21T20:21:56.816Z | [ recovery-image] Feb 21 20:21:56.362 INFO O| Feb 21 20:21:56.362 INFO STEP 911 (remove_files) COMPLETE |
7356 | 2025-02-21T20:21:56.817Z | [ recovery-image] Feb 21 20:21:56.362 INFO O| Feb 21 20:21:56.362 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7357 | 2025-02-21T20:21:56.860Z | [ recovery-image] Feb 21 20:21:56.392 INFO O| Feb 21 20:21:56.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
7358 | 2025-02-21T20:21:56.861Z | [ recovery-image] Feb 21 20:21:56.392 INFO O| Feb 21 20:21:56.392 INFO STEP 912 (remove_files) COMPLETE |
7359 | 2025-02-21T20:21:56.861Z | [ recovery-image] Feb 21 20:21:56.392 INFO O| Feb 21 20:21:56.392 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7360 | 2025-02-21T20:21:56.912Z | [ recovery-image] Feb 21 20:21:56.414 INFO O| Feb 21 20:21:56.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
7361 | 2025-02-21T20:21:56.912Z | [ recovery-image] Feb 21 20:21:56.414 INFO O| Feb 21 20:21:56.414 INFO STEP 913 (remove_files) COMPLETE |
7362 | 2025-02-21T20:21:56.913Z | [ recovery-image] Feb 21 20:21:56.415 INFO O| Feb 21 20:21:56.414 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7363 | 2025-02-21T20:21:56.947Z | [ recovery-image] Feb 21 20:21:56.437 INFO O| Feb 21 20:21:56.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
7364 | 2025-02-21T20:21:56.947Z | [ recovery-image] Feb 21 20:21:56.438 INFO O| Feb 21 20:21:56.438 INFO STEP 914 (remove_files) COMPLETE |
7365 | 2025-02-21T20:21:56.947Z | [ recovery-image] Feb 21 20:21:56.438 INFO O| Feb 21 20:21:56.438 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7366 | 2025-02-21T20:21:56.947Z | [ recovery-image] Feb 21 20:21:56.461 INFO O| Feb 21 20:21:56.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
7367 | 2025-02-21T20:21:56.947Z | [ recovery-image] Feb 21 20:21:56.461 INFO O| Feb 21 20:21:56.461 INFO STEP 915 (remove_files) COMPLETE |
7368 | 2025-02-21T20:21:56.947Z | [ recovery-image] Feb 21 20:21:56.461 INFO O| Feb 21 20:21:56.461 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7369 | 2025-02-21T20:21:56.975Z | [ recovery-image] Feb 21 20:21:56.484 INFO O| Feb 21 20:21:56.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
7370 | 2025-02-21T20:21:56.975Z | [ recovery-image] Feb 21 20:21:56.484 INFO O| Feb 21 20:21:56.484 INFO STEP 916 (remove_files) COMPLETE |
7371 | 2025-02-21T20:21:56.975Z | [ recovery-image] Feb 21 20:21:56.484 INFO O| Feb 21 20:21:56.484 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7372 | 2025-02-21T20:21:56.975Z | [ recovery-image] Feb 21 20:21:56.506 INFO O| Feb 21 20:21:56.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
7373 | 2025-02-21T20:21:56.975Z | [ recovery-image] Feb 21 20:21:56.506 INFO O| Feb 21 20:21:56.506 INFO STEP 917 (remove_files) COMPLETE |
7374 | 2025-02-21T20:21:56.975Z | [ recovery-image] Feb 21 20:21:56.506 INFO O| Feb 21 20:21:56.506 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7375 | 2025-02-21T20:21:56.991Z | [ recovery-image] Feb 21 20:21:56.528 INFO O| Feb 21 20:21:56.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
7376 | 2025-02-21T20:21:56.991Z | [ recovery-image] Feb 21 20:21:56.528 INFO O| Feb 21 20:21:56.528 INFO STEP 918 (remove_files) COMPLETE |
7377 | 2025-02-21T20:21:56.991Z | [ recovery-image] Feb 21 20:21:56.528 INFO O| Feb 21 20:21:56.528 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7378 | 2025-02-21T20:21:57.007Z | [ recovery-image] Feb 21 20:21:56.558 INFO O| Feb 21 20:21:56.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
7379 | 2025-02-21T20:21:57.007Z | [ recovery-image] Feb 21 20:21:56.558 INFO O| Feb 21 20:21:56.558 INFO STEP 919 (remove_files) COMPLETE |
7380 | 2025-02-21T20:21:57.020Z | [ recovery-image] Feb 21 20:21:56.559 INFO O| Feb 21 20:21:56.558 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7381 | 2025-02-21T20:21:57.066Z | [ recovery-image] Feb 21 20:21:56.585 INFO O| Feb 21 20:21:56.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
7382 | 2025-02-21T20:21:57.083Z | [ recovery-image] Feb 21 20:21:56.585 INFO O| Feb 21 20:21:56.585 INFO STEP 920 (remove_files) COMPLETE |
7383 | 2025-02-21T20:21:57.083Z | [ recovery-image] Feb 21 20:21:56.586 INFO O| Feb 21 20:21:56.586 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7384 | 2025-02-21T20:21:57.083Z | [ recovery-image] Feb 21 20:21:56.610 INFO O| Feb 21 20:21:56.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
7385 | 2025-02-21T20:21:57.083Z | [ recovery-image] Feb 21 20:21:56.610 INFO O| Feb 21 20:21:56.610 INFO STEP 921 (remove_files) COMPLETE |
7386 | 2025-02-21T20:21:57.083Z | [ recovery-image] Feb 21 20:21:56.610 INFO O| Feb 21 20:21:56.610 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7387 | 2025-02-21T20:21:57.157Z | [ recovery-image] Feb 21 20:21:56.689 INFO O| Feb 21 20:21:56.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
7388 | 2025-02-21T20:21:57.157Z | [ recovery-image] Feb 21 20:21:56.689 INFO O| Feb 21 20:21:56.689 INFO STEP 922 (remove_files) COMPLETE |
7389 | 2025-02-21T20:21:57.194Z | [ recovery-image] Feb 21 20:21:56.689 INFO O| Feb 21 20:21:56.689 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7390 | 2025-02-21T20:21:57.222Z | [ recovery-image] Feb 21 20:21:56.746 INFO O| Feb 21 20:21:56.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
7391 | 2025-02-21T20:21:57.222Z | [ recovery-image] Feb 21 20:21:56.747 INFO O| Feb 21 20:21:56.747 INFO STEP 923 (remove_files) COMPLETE |
7392 | 2025-02-21T20:21:57.222Z | [ recovery-image] Feb 21 20:21:56.747 INFO O| Feb 21 20:21:56.747 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7393 | 2025-02-21T20:21:57.282Z | [ recovery-image] Feb 21 20:21:56.771 INFO O| Feb 21 20:21:56.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
7394 | 2025-02-21T20:21:57.283Z | [ recovery-image] Feb 21 20:21:56.771 INFO O| Feb 21 20:21:56.771 INFO STEP 924 (remove_files) COMPLETE |
7395 | 2025-02-21T20:21:57.283Z | [ recovery-image] Feb 21 20:21:56.772 INFO O| Feb 21 20:21:56.771 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7396 | 2025-02-21T20:21:57.361Z | [ recovery-image] Feb 21 20:21:56.794 INFO O| Feb 21 20:21:56.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
7397 | 2025-02-21T20:21:57.362Z | [ recovery-image] Feb 21 20:21:56.794 INFO O| Feb 21 20:21:56.794 INFO STEP 925 (remove_files) COMPLETE |
7398 | 2025-02-21T20:21:57.362Z | [ recovery-image] Feb 21 20:21:56.794 INFO O| Feb 21 20:21:56.794 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7399 | 2025-02-21T20:21:57.362Z | [ recovery-image] Feb 21 20:21:56.815 INFO O| Feb 21 20:21:56.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
7400 | 2025-02-21T20:21:57.362Z | [ recovery-image] Feb 21 20:21:56.815 INFO O| Feb 21 20:21:56.815 INFO STEP 926 (remove_files) COMPLETE |
7401 | 2025-02-21T20:21:57.363Z | [ recovery-image] Feb 21 20:21:56.815 INFO O| Feb 21 20:21:56.815 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7402 | 2025-02-21T20:21:57.363Z | [ recovery-image] Feb 21 20:21:56.836 INFO O| Feb 21 20:21:56.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
7403 | 2025-02-21T20:21:57.363Z | [ recovery-image] Feb 21 20:21:56.836 INFO O| Feb 21 20:21:56.836 INFO STEP 927 (remove_files) COMPLETE |
7404 | 2025-02-21T20:21:57.363Z | [ recovery-image] Feb 21 20:21:56.836 INFO O| Feb 21 20:21:56.836 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7405 | 2025-02-21T20:21:57.550Z | [ recovery-image] Feb 21 20:21:56.872 INFO O| Feb 21 20:21:56.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
7406 | 2025-02-21T20:21:57.551Z | [ recovery-image] Feb 21 20:21:56.872 INFO O| Feb 21 20:21:56.872 INFO STEP 928 (remove_files) COMPLETE |
7407 | 2025-02-21T20:21:57.551Z | [ recovery-image] Feb 21 20:21:56.872 INFO O| Feb 21 20:21:56.872 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7408 | 2025-02-21T20:21:57.551Z | [ recovery-image] Feb 21 20:21:56.893 INFO O| Feb 21 20:21:56.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
7409 | 2025-02-21T20:21:57.551Z | [ recovery-image] Feb 21 20:21:56.893 INFO O| Feb 21 20:21:56.893 INFO STEP 929 (remove_files) COMPLETE |
7410 | 2025-02-21T20:21:57.551Z | [ recovery-image] Feb 21 20:21:56.893 INFO O| Feb 21 20:21:56.893 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7411 | 2025-02-21T20:21:57.551Z | [ recovery-image] Feb 21 20:21:56.915 INFO O| Feb 21 20:21:56.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
7412 | 2025-02-21T20:21:57.551Z | [ recovery-image] Feb 21 20:21:56.915 INFO O| Feb 21 20:21:56.915 INFO STEP 930 (remove_files) COMPLETE |
7413 | 2025-02-21T20:21:57.551Z | [ recovery-image] Feb 21 20:21:56.915 INFO O| Feb 21 20:21:56.915 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7414 | 2025-02-21T20:21:57.602Z | [ recovery-image] Feb 21 20:21:56.936 INFO O| Feb 21 20:21:56.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
7415 | 2025-02-21T20:21:57.602Z | [ recovery-image] Feb 21 20:21:56.961 INFO O| Feb 21 20:21:56.961 INFO STEP 931 (remove_files) COMPLETE |
7416 | 2025-02-21T20:21:57.602Z | [ recovery-image] Feb 21 20:21:56.961 INFO O| Feb 21 20:21:56.961 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7417 | 2025-02-21T20:21:57.602Z | [ recovery-image] Feb 21 20:21:56.982 INFO O| Feb 21 20:21:56.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
7418 | 2025-02-21T20:21:57.602Z | [ recovery-image] Feb 21 20:21:56.982 INFO O| Feb 21 20:21:56.982 INFO STEP 932 (remove_files) COMPLETE |
7419 | 2025-02-21T20:21:57.602Z | [ recovery-image] Feb 21 20:21:56.982 INFO O| Feb 21 20:21:56.982 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7420 | 2025-02-21T20:21:57.602Z | [ recovery-image] Feb 21 20:21:57.021 INFO O| Feb 21 20:21:57.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
7421 | 2025-02-21T20:21:57.602Z | [ recovery-image] Feb 21 20:21:57.021 INFO O| Feb 21 20:21:57.021 INFO STEP 933 (remove_files) COMPLETE |
7422 | 2025-02-21T20:21:57.602Z | [ recovery-image] Feb 21 20:21:57.021 INFO O| Feb 21 20:21:57.021 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7423 | 2025-02-21T20:21:57.602Z | [ recovery-image] Feb 21 20:21:57.047 INFO O| Feb 21 20:21:57.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
7424 | 2025-02-21T20:21:57.602Z | [ recovery-image] Feb 21 20:21:57.047 INFO O| Feb 21 20:21:57.047 INFO STEP 934 (remove_files) COMPLETE |
7425 | 2025-02-21T20:21:57.603Z | [ recovery-image] Feb 21 20:21:57.047 INFO O| Feb 21 20:21:57.047 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7426 | 2025-02-21T20:21:57.603Z | [ recovery-image] Feb 21 20:21:57.102 INFO O| Feb 21 20:21:57.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
7427 | 2025-02-21T20:21:57.603Z | [ recovery-image] Feb 21 20:21:57.102 INFO O| Feb 21 20:21:57.102 INFO STEP 935 (remove_files) COMPLETE |
7428 | 2025-02-21T20:21:57.603Z | [ recovery-image] Feb 21 20:21:57.102 INFO O| Feb 21 20:21:57.102 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7429 | 2025-02-21T20:21:57.621Z | [ recovery-image] Feb 21 20:21:57.125 INFO O| Feb 21 20:21:57.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
7430 | 2025-02-21T20:21:57.622Z | [ recovery-image] Feb 21 20:21:57.125 INFO O| Feb 21 20:21:57.125 INFO STEP 936 (remove_files) COMPLETE |
7431 | 2025-02-21T20:21:57.622Z | [ recovery-image] Feb 21 20:21:57.125 INFO O| Feb 21 20:21:57.125 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7432 | 2025-02-21T20:21:57.622Z | [ recovery-image] Feb 21 20:21:57.147 INFO O| Feb 21 20:21:57.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
7433 | 2025-02-21T20:21:57.622Z | [ recovery-image] Feb 21 20:21:57.147 INFO O| Feb 21 20:21:57.147 INFO STEP 937 (remove_files) COMPLETE |
7434 | 2025-02-21T20:21:57.622Z | [ recovery-image] Feb 21 20:21:57.147 INFO O| Feb 21 20:21:57.147 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7435 | 2025-02-21T20:21:57.648Z | [ recovery-image] Feb 21 20:21:57.169 INFO O| Feb 21 20:21:57.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
7436 | 2025-02-21T20:21:57.648Z | [ recovery-image] Feb 21 20:21:57.169 INFO O| Feb 21 20:21:57.169 INFO STEP 938 (remove_files) COMPLETE |
7437 | 2025-02-21T20:21:57.648Z | [ recovery-image] Feb 21 20:21:57.169 INFO O| Feb 21 20:21:57.169 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7438 | 2025-02-21T20:21:57.665Z | [ recovery-image] Feb 21 20:21:57.190 INFO O| Feb 21 20:21:57.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
7439 | 2025-02-21T20:21:57.665Z | [ recovery-image] Feb 21 20:21:57.191 INFO O| Feb 21 20:21:57.191 INFO STEP 939 (remove_files) COMPLETE |
7440 | 2025-02-21T20:21:57.665Z | [ recovery-image] Feb 21 20:21:57.191 INFO O| Feb 21 20:21:57.191 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7441 | 2025-02-21T20:21:57.707Z | [ recovery-image] Feb 21 20:21:57.233 INFO O| Feb 21 20:21:57.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
7442 | 2025-02-21T20:21:57.723Z | [ recovery-image] Feb 21 20:21:57.233 INFO O| Feb 21 20:21:57.233 INFO STEP 940 (remove_files) COMPLETE |
7443 | 2025-02-21T20:21:57.723Z | [ recovery-image] Feb 21 20:21:57.234 INFO O| Feb 21 20:21:57.233 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7444 | 2025-02-21T20:21:57.723Z | [ recovery-image] Feb 21 20:21:57.254 INFO O| Feb 21 20:21:57.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
7445 | 2025-02-21T20:21:57.723Z | [ recovery-image] Feb 21 20:21:57.254 INFO O| Feb 21 20:21:57.254 INFO STEP 941 (remove_files) COMPLETE |
7446 | 2025-02-21T20:21:57.723Z | [ recovery-image] Feb 21 20:21:57.254 INFO O| Feb 21 20:21:57.254 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7447 | 2025-02-21T20:21:57.734Z | [ recovery-image] Feb 21 20:21:57.277 INFO O| Feb 21 20:21:57.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
7448 | 2025-02-21T20:21:57.734Z | [ recovery-image] Feb 21 20:21:57.277 INFO O| Feb 21 20:21:57.277 INFO STEP 942 (remove_files) COMPLETE |
7449 | 2025-02-21T20:21:57.735Z | [ recovery-image] Feb 21 20:21:57.277 INFO O| Feb 21 20:21:57.277 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7450 | 2025-02-21T20:21:57.763Z | [ recovery-image] Feb 21 20:21:57.299 INFO O| Feb 21 20:21:57.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
7451 | 2025-02-21T20:21:57.818Z | [ recovery-image] Feb 21 20:21:57.304 INFO O| Feb 21 20:21:57.304 INFO STEP 943 (remove_files) COMPLETE |
7452 | 2025-02-21T20:21:57.818Z | [ recovery-image] Feb 21 20:21:57.304 INFO O| Feb 21 20:21:57.304 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7453 | 2025-02-21T20:21:57.828Z | [ recovery-image] Feb 21 20:21:57.353 INFO O| Feb 21 20:21:57.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
7454 | 2025-02-21T20:21:57.828Z | [ recovery-image] Feb 21 20:21:57.353 INFO O| Feb 21 20:21:57.353 INFO STEP 944 (remove_files) COMPLETE |
7455 | 2025-02-21T20:21:57.828Z | [ recovery-image] Feb 21 20:21:57.353 INFO O| Feb 21 20:21:57.353 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7456 | 2025-02-21T20:21:57.828Z | [ recovery-image] Feb 21 20:21:57.376 INFO O| Feb 21 20:21:57.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
7457 | 2025-02-21T20:21:57.828Z | [ recovery-image] Feb 21 20:21:57.376 INFO O| Feb 21 20:21:57.376 INFO STEP 945 (remove_files) COMPLETE |
7458 | 2025-02-21T20:21:57.828Z | [ recovery-image] Feb 21 20:21:57.376 INFO O| Feb 21 20:21:57.376 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7459 | 2025-02-21T20:21:57.916Z | [ recovery-image] Feb 21 20:21:57.446 INFO O| Feb 21 20:21:57.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
7460 | 2025-02-21T20:21:57.935Z | [ recovery-image] Feb 21 20:21:57.446 INFO O| Feb 21 20:21:57.446 INFO STEP 946 (remove_files) COMPLETE |
7461 | 2025-02-21T20:21:57.936Z | [ recovery-image] Feb 21 20:21:57.446 INFO O| Feb 21 20:21:57.446 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7462 | 2025-02-21T20:21:57.949Z | [ recovery-image] Feb 21 20:21:57.485 INFO O| Feb 21 20:21:57.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
7463 | 2025-02-21T20:21:57.949Z | [ recovery-image] Feb 21 20:21:57.485 INFO O| Feb 21 20:21:57.485 INFO STEP 947 (remove_files) COMPLETE |
7464 | 2025-02-21T20:21:57.949Z | [ recovery-image] Feb 21 20:21:57.485 INFO O| Feb 21 20:21:57.485 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7465 | 2025-02-21T20:21:57.993Z | [ recovery-image] Feb 21 20:21:57.526 INFO O| Feb 21 20:21:57.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
7466 | 2025-02-21T20:21:58.018Z | [ recovery-image] Feb 21 20:21:57.526 INFO O| Feb 21 20:21:57.526 INFO STEP 948 (remove_files) COMPLETE |
7467 | 2025-02-21T20:21:58.018Z | [ recovery-image] Feb 21 20:21:57.526 INFO O| Feb 21 20:21:57.526 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7468 | 2025-02-21T20:21:58.018Z | [ recovery-image] Feb 21 20:21:57.549 INFO O| Feb 21 20:21:57.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
7469 | 2025-02-21T20:21:58.019Z | [ recovery-image] Feb 21 20:21:57.549 INFO O| Feb 21 20:21:57.549 INFO STEP 949 (remove_files) COMPLETE |
7470 | 2025-02-21T20:21:58.019Z | [ recovery-image] Feb 21 20:21:57.549 INFO O| Feb 21 20:21:57.549 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7471 | 2025-02-21T20:21:58.059Z | [ recovery-image] Feb 21 20:21:57.590 INFO O| Feb 21 20:21:57.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
7472 | 2025-02-21T20:21:58.060Z | [ recovery-image] Feb 21 20:21:57.590 INFO O| Feb 21 20:21:57.590 INFO STEP 950 (remove_files) COMPLETE |
7473 | 2025-02-21T20:21:58.060Z | [ recovery-image] Feb 21 20:21:57.591 INFO O| Feb 21 20:21:57.590 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7474 | 2025-02-21T20:21:58.074Z | [ recovery-image] Feb 21 20:21:57.618 INFO O| Feb 21 20:21:57.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
7475 | 2025-02-21T20:21:58.075Z | [ recovery-image] Feb 21 20:21:57.618 INFO O| Feb 21 20:21:57.618 INFO STEP 951 (remove_files) COMPLETE |
7476 | 2025-02-21T20:21:58.075Z | [ recovery-image] Feb 21 20:21:57.618 INFO O| Feb 21 20:21:57.618 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7477 | 2025-02-21T20:21:58.119Z | [ recovery-image] Feb 21 20:21:57.675 INFO O| Feb 21 20:21:57.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
7478 | 2025-02-21T20:21:58.122Z | [ recovery-image] Feb 21 20:21:57.675 INFO O| Feb 21 20:21:57.675 INFO STEP 952 (remove_files) COMPLETE |
7479 | 2025-02-21T20:21:58.123Z | [ recovery-image] Feb 21 20:21:57.675 INFO O| Feb 21 20:21:57.675 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7480 | 2025-02-21T20:21:58.141Z | [ recovery-image] Feb 21 20:21:57.697 INFO O| Feb 21 20:21:57.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
7481 | 2025-02-21T20:21:58.146Z | [ recovery-image] Feb 21 20:21:57.697 INFO O| Feb 21 20:21:57.697 INFO STEP 953 (remove_files) COMPLETE |
7482 | 2025-02-21T20:21:58.146Z | [ recovery-image] Feb 21 20:21:57.698 INFO O| Feb 21 20:21:57.697 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7483 | 2025-02-21T20:21:58.192Z | [ recovery-image] Feb 21 20:21:57.734 INFO O| Feb 21 20:21:57.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
7484 | 2025-02-21T20:21:58.192Z | [ recovery-image] Feb 21 20:21:57.734 INFO O| Feb 21 20:21:57.734 INFO STEP 954 (remove_files) COMPLETE |
7485 | 2025-02-21T20:21:58.193Z | [ recovery-image] Feb 21 20:21:57.734 INFO O| Feb 21 20:21:57.734 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7486 | 2025-02-21T20:21:58.227Z | [ recovery-image] Feb 21 20:21:57.767 INFO O| Feb 21 20:21:57.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
7487 | 2025-02-21T20:21:58.228Z | [ recovery-image] Feb 21 20:21:57.767 INFO O| Feb 21 20:21:57.767 INFO STEP 955 (remove_files) COMPLETE |
7488 | 2025-02-21T20:21:58.253Z | [ recovery-image] Feb 21 20:21:57.767 INFO O| Feb 21 20:21:57.767 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7489 | 2025-02-21T20:21:58.313Z | [ recovery-image] Feb 21 20:21:57.802 INFO O| Feb 21 20:21:57.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
7490 | 2025-02-21T20:21:58.313Z | [ recovery-image] Feb 21 20:21:57.802 INFO O| Feb 21 20:21:57.802 INFO STEP 956 (remove_files) COMPLETE |
7491 | 2025-02-21T20:21:58.314Z | [ recovery-image] Feb 21 20:21:57.802 INFO O| Feb 21 20:21:57.802 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7492 | 2025-02-21T20:21:58.327Z | [ recovery-image] Feb 21 20:21:57.822 INFO O| Feb 21 20:21:57.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
7493 | 2025-02-21T20:21:58.327Z | [ recovery-image] Feb 21 20:21:57.822 INFO O| Feb 21 20:21:57.822 INFO STEP 957 (remove_files) COMPLETE |
7494 | 2025-02-21T20:21:58.327Z | [ recovery-image] Feb 21 20:21:57.822 INFO O| Feb 21 20:21:57.822 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7495 | 2025-02-21T20:21:58.327Z | [ recovery-image] Feb 21 20:21:57.849 INFO O| Feb 21 20:21:57.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
7496 | 2025-02-21T20:21:58.327Z | [ recovery-image] Feb 21 20:21:57.850 INFO O| Feb 21 20:21:57.849 INFO STEP 958 (remove_files) COMPLETE |
7497 | 2025-02-21T20:21:58.327Z | [ recovery-image] Feb 21 20:21:57.850 INFO O| Feb 21 20:21:57.849 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7498 | 2025-02-21T20:21:58.370Z | [ recovery-image] Feb 21 20:21:57.911 INFO O| Feb 21 20:21:57.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
7499 | 2025-02-21T20:21:58.371Z | [ recovery-image] Feb 21 20:21:57.911 INFO O| Feb 21 20:21:57.911 INFO STEP 959 (remove_files) COMPLETE |
7500 | 2025-02-21T20:21:58.385Z | [ recovery-image] Feb 21 20:21:57.911 INFO O| Feb 21 20:21:57.911 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7501 | 2025-02-21T20:21:58.398Z | [ recovery-image] Feb 21 20:21:57.932 INFO O| Feb 21 20:21:57.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
7502 | 2025-02-21T20:21:58.398Z | [ recovery-image] Feb 21 20:21:57.932 INFO O| Feb 21 20:21:57.932 INFO STEP 960 (remove_files) COMPLETE |
7503 | 2025-02-21T20:21:58.398Z | [ recovery-image] Feb 21 20:21:57.932 INFO O| Feb 21 20:21:57.932 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7504 | 2025-02-21T20:21:58.408Z | [ recovery-image] Feb 21 20:21:57.953 INFO O| Feb 21 20:21:57.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
7505 | 2025-02-21T20:21:58.408Z | [ recovery-image] Feb 21 20:21:57.953 INFO O| Feb 21 20:21:57.953 INFO STEP 961 (remove_files) COMPLETE |
7506 | 2025-02-21T20:21:58.408Z | [ recovery-image] Feb 21 20:21:57.953 INFO O| Feb 21 20:21:57.953 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7507 | 2025-02-21T20:21:58.429Z | [ recovery-image] Feb 21 20:21:57.986 INFO O| Feb 21 20:21:57.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
7508 | 2025-02-21T20:21:58.429Z | [ recovery-image] Feb 21 20:21:57.986 INFO O| Feb 21 20:21:57.986 INFO STEP 962 (remove_files) COMPLETE |
7509 | 2025-02-21T20:21:58.429Z | [ recovery-image] Feb 21 20:21:57.986 INFO O| Feb 21 20:21:57.986 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7510 | 2025-02-21T20:21:58.449Z | [ recovery-image] Feb 21 20:21:58.006 INFO O| Feb 21 20:21:58.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
7511 | 2025-02-21T20:21:58.450Z | [ recovery-image] Feb 21 20:21:58.006 INFO O| Feb 21 20:21:58.006 INFO STEP 963 (remove_files) COMPLETE |
7512 | 2025-02-21T20:21:58.450Z | [ recovery-image] Feb 21 20:21:58.006 INFO O| Feb 21 20:21:58.006 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7513 | 2025-02-21T20:21:58.471Z | [ recovery-image] Feb 21 20:21:58.028 INFO O| Feb 21 20:21:58.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
7514 | 2025-02-21T20:21:58.471Z | [ recovery-image] Feb 21 20:21:58.028 INFO O| Feb 21 20:21:58.028 INFO STEP 964 (remove_files) COMPLETE |
7515 | 2025-02-21T20:21:58.475Z | [ recovery-image] Feb 21 20:21:58.028 INFO O| Feb 21 20:21:58.028 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7516 | 2025-02-21T20:21:58.602Z | [ recovery-image] Feb 21 20:21:58.077 INFO O| Feb 21 20:21:58.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
7517 | 2025-02-21T20:21:58.602Z | [ recovery-image] Feb 21 20:21:58.077 INFO O| Feb 21 20:21:58.077 INFO STEP 965 (remove_files) COMPLETE |
7518 | 2025-02-21T20:21:58.602Z | [ recovery-image] Feb 21 20:21:58.077 INFO O| Feb 21 20:21:58.077 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7519 | 2025-02-21T20:21:58.602Z | [ recovery-image] Feb 21 20:21:58.119 INFO O| Feb 21 20:21:58.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
7520 | 2025-02-21T20:21:58.602Z | [ recovery-image] Feb 21 20:21:58.120 INFO O| Feb 21 20:21:58.119 INFO STEP 966 (remove_files) COMPLETE |
7521 | 2025-02-21T20:21:58.602Z | [ recovery-image] Feb 21 20:21:58.120 INFO O| Feb 21 20:21:58.120 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7522 | 2025-02-21T20:21:58.645Z | [ recovery-image] Feb 21 20:21:58.145 INFO O| Feb 21 20:21:58.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
7523 | 2025-02-21T20:21:58.645Z | [ recovery-image] Feb 21 20:21:58.145 INFO O| Feb 21 20:21:58.145 INFO STEP 967 (remove_files) COMPLETE |
7524 | 2025-02-21T20:21:58.645Z | [ recovery-image] Feb 21 20:21:58.145 INFO O| Feb 21 20:21:58.145 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7525 | 2025-02-21T20:21:58.662Z | [ recovery-image] Feb 21 20:21:58.169 INFO O| Feb 21 20:21:58.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
7526 | 2025-02-21T20:21:58.663Z | [ recovery-image] Feb 21 20:21:58.169 INFO O| Feb 21 20:21:58.169 INFO STEP 968 (remove_files) COMPLETE |
7527 | 2025-02-21T20:21:58.664Z | [ recovery-image] Feb 21 20:21:58.169 INFO O| Feb 21 20:21:58.169 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7528 | 2025-02-21T20:21:58.664Z | [ recovery-image] Feb 21 20:21:58.192 INFO O| Feb 21 20:21:58.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
7529 | 2025-02-21T20:21:58.664Z | [ recovery-image] Feb 21 20:21:58.192 INFO O| Feb 21 20:21:58.192 INFO STEP 969 (remove_files) COMPLETE |
7530 | 2025-02-21T20:21:58.664Z | [ recovery-image] Feb 21 20:21:58.192 INFO O| Feb 21 20:21:58.192 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7531 | 2025-02-21T20:21:58.679Z | [ recovery-image] Feb 21 20:21:58.235 INFO O| Feb 21 20:21:58.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
7532 | 2025-02-21T20:21:58.680Z | [ recovery-image] Feb 21 20:21:58.235 INFO O| Feb 21 20:21:58.235 INFO STEP 970 (remove_files) COMPLETE |
7533 | 2025-02-21T20:21:58.680Z | [ recovery-image] Feb 21 20:21:58.235 INFO O| Feb 21 20:21:58.235 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7534 | 2025-02-21T20:21:58.719Z | [ recovery-image] Feb 21 20:21:58.270 INFO O| Feb 21 20:21:58.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
7535 | 2025-02-21T20:21:58.719Z | [ recovery-image] Feb 21 20:21:58.270 INFO O| Feb 21 20:21:58.270 INFO STEP 971 (remove_files) COMPLETE |
7536 | 2025-02-21T20:21:58.720Z | [ recovery-image] Feb 21 20:21:58.270 INFO O| Feb 21 20:21:58.270 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7537 | 2025-02-21T20:21:58.752Z | [ recovery-image] Feb 21 20:21:58.290 INFO O| Feb 21 20:21:58.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
7538 | 2025-02-21T20:21:58.752Z | [ recovery-image] Feb 21 20:21:58.291 INFO O| Feb 21 20:21:58.291 INFO STEP 972 (remove_files) COMPLETE |
7539 | 2025-02-21T20:21:58.782Z | [ recovery-image] Feb 21 20:21:58.291 INFO O| Feb 21 20:21:58.291 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7540 | 2025-02-21T20:21:58.797Z | [ recovery-image] Feb 21 20:21:58.332 INFO O| Feb 21 20:21:58.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
7541 | 2025-02-21T20:21:58.797Z | [ recovery-image] Feb 21 20:21:58.332 INFO O| Feb 21 20:21:58.332 INFO STEP 973 (remove_files) COMPLETE |
7542 | 2025-02-21T20:21:58.797Z | [ recovery-image] Feb 21 20:21:58.332 INFO O| Feb 21 20:21:58.332 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7543 | 2025-02-21T20:21:58.866Z | [ recovery-image] Feb 21 20:21:58.354 INFO O| Feb 21 20:21:58.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
7544 | 2025-02-21T20:21:58.866Z | [ recovery-image] Feb 21 20:21:58.354 INFO O| Feb 21 20:21:58.354 INFO STEP 974 (remove_files) COMPLETE |
7545 | 2025-02-21T20:21:58.866Z | [ recovery-image] Feb 21 20:21:58.355 INFO O| Feb 21 20:21:58.354 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7546 | 2025-02-21T20:21:58.898Z | [ recovery-image] Feb 21 20:21:58.394 INFO O| Feb 21 20:21:58.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
7547 | 2025-02-21T20:21:58.899Z | [ recovery-image] Feb 21 20:21:58.394 INFO O| Feb 21 20:21:58.394 INFO STEP 975 (remove_files) COMPLETE |
7548 | 2025-02-21T20:21:58.899Z | [ recovery-image] Feb 21 20:21:58.394 INFO O| Feb 21 20:21:58.394 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7549 | 2025-02-21T20:21:58.899Z | [ recovery-image] Feb 21 20:21:58.415 INFO O| Feb 21 20:21:58.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
7550 | 2025-02-21T20:21:58.899Z | [ recovery-image] Feb 21 20:21:58.415 INFO O| Feb 21 20:21:58.415 INFO STEP 976 (remove_files) COMPLETE |
7551 | 2025-02-21T20:21:58.899Z | [ recovery-image] Feb 21 20:21:58.415 INFO O| Feb 21 20:21:58.415 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7552 | 2025-02-21T20:21:58.926Z | [ recovery-image] Feb 21 20:21:58.452 INFO O| Feb 21 20:21:58.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
7553 | 2025-02-21T20:21:58.926Z | [ recovery-image] Feb 21 20:21:58.452 INFO O| Feb 21 20:21:58.452 INFO STEP 977 (remove_files) COMPLETE |
7554 | 2025-02-21T20:21:58.926Z | [ recovery-image] Feb 21 20:21:58.452 INFO O| Feb 21 20:21:58.452 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7555 | 2025-02-21T20:21:58.938Z | [ recovery-image] Feb 21 20:21:58.473 INFO O| Feb 21 20:21:58.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
7556 | 2025-02-21T20:21:58.938Z | [ recovery-image] Feb 21 20:21:58.473 INFO O| Feb 21 20:21:58.473 INFO STEP 978 (remove_files) COMPLETE |
7557 | 2025-02-21T20:21:58.938Z | [ recovery-image] Feb 21 20:21:58.473 INFO O| Feb 21 20:21:58.473 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7558 | 2025-02-21T20:21:59.121Z | [ recovery-image] Feb 21 20:21:58.519 INFO O| Feb 21 20:21:58.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
7559 | 2025-02-21T20:21:59.122Z | [ recovery-image] Feb 21 20:21:58.519 INFO O| Feb 21 20:21:58.519 INFO STEP 979 (remove_files) COMPLETE |
7560 | 2025-02-21T20:21:59.222Z | [ recovery-image] Feb 21 20:21:58.519 INFO O| Feb 21 20:21:58.519 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7561 | 2025-02-21T20:21:59.223Z | [ recovery-image] Feb 21 20:21:58.539 INFO O| Feb 21 20:21:58.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
7562 | 2025-02-21T20:21:59.223Z | [ recovery-image] Feb 21 20:21:58.539 INFO O| Feb 21 20:21:58.539 INFO STEP 980 (remove_files) COMPLETE |
7563 | 2025-02-21T20:21:59.223Z | [ recovery-image] Feb 21 20:21:58.539 INFO O| Feb 21 20:21:58.539 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7564 | 2025-02-21T20:21:59.223Z | [ recovery-image] Feb 21 20:21:58.560 INFO O| Feb 21 20:21:58.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
7565 | 2025-02-21T20:21:59.223Z | [ recovery-image] Feb 21 20:21:58.560 INFO O| Feb 21 20:21:58.560 INFO STEP 981 (remove_files) COMPLETE |
7566 | 2025-02-21T20:21:59.223Z | [ recovery-image] Feb 21 20:21:58.560 INFO O| Feb 21 20:21:58.560 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7567 | 2025-02-21T20:21:59.224Z | [ recovery-image] Feb 21 20:21:58.581 INFO O| Feb 21 20:21:58.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
7568 | 2025-02-21T20:21:59.224Z | [ recovery-image] Feb 21 20:21:58.581 INFO O| Feb 21 20:21:58.581 INFO STEP 982 (remove_files) COMPLETE |
7569 | 2025-02-21T20:21:59.224Z | [ recovery-image] Feb 21 20:21:58.581 INFO O| Feb 21 20:21:58.581 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7570 | 2025-02-21T20:21:59.224Z | [ recovery-image] Feb 21 20:21:58.615 INFO O| Feb 21 20:21:58.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
7571 | 2025-02-21T20:21:59.224Z | [ recovery-image] Feb 21 20:21:58.616 INFO O| Feb 21 20:21:58.615 INFO STEP 983 (remove_files) COMPLETE |
7572 | 2025-02-21T20:21:59.224Z | [ recovery-image] Feb 21 20:21:58.616 INFO O| Feb 21 20:21:58.616 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7573 | 2025-02-21T20:21:59.224Z | [verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
7574 | 2025-02-21T20:21:59.224Z | [ recovery-image] Feb 21 20:21:58.635 INFO O| Feb 21 20:21:58.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
7575 | 2025-02-21T20:21:59.224Z | [ recovery-image] Feb 21 20:21:58.635 INFO O| Feb 21 20:21:58.635 INFO STEP 984 (remove_files) COMPLETE |
7576 | 2025-02-21T20:21:59.224Z | [ recovery-image] Feb 21 20:21:58.635 INFO O| Feb 21 20:21:58.635 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7577 | 2025-02-21T20:21:59.224Z | [ recovery-image] Feb 21 20:21:58.655 INFO O| Feb 21 20:21:58.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
7578 | 2025-02-21T20:21:59.224Z | [ recovery-image] Feb 21 20:21:58.655 INFO O| Feb 21 20:21:58.655 INFO STEP 985 (remove_files) COMPLETE |
7579 | 2025-02-21T20:21:59.224Z | [ recovery-image] Feb 21 20:21:58.655 INFO O| Feb 21 20:21:58.655 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7580 | 2025-02-21T20:21:59.224Z | [ recovery-image] Feb 21 20:21:58.672 INFO O| Feb 21 20:21:58.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7581 | 2025-02-21T20:21:59.226Z | [ recovery-image] Feb 21 20:21:58.672 INFO O| Feb 21 20:21:58.672 INFO STEP 986 (remove_files) COMPLETE |
7582 | 2025-02-21T20:21:59.227Z | [ recovery-image] Feb 21 20:21:58.673 INFO O| Feb 21 20:21:58.672 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7583 | 2025-02-21T20:21:59.250Z | [ recovery-image] Feb 21 20:21:58.690 INFO O| Feb 21 20:21:58.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7584 | 2025-02-21T20:21:59.250Z | [ recovery-image] Feb 21 20:21:58.690 INFO O| Feb 21 20:21:58.690 INFO STEP 987 (remove_files) COMPLETE |
7585 | 2025-02-21T20:21:59.250Z | [ recovery-image] Feb 21 20:21:58.690 INFO O| Feb 21 20:21:58.690 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7586 | 2025-02-21T20:21:59.250Z | [ recovery-image] Feb 21 20:21:58.710 INFO O| Feb 21 20:21:58.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7587 | 2025-02-21T20:21:59.250Z | [ recovery-image] Feb 21 20:21:58.710 INFO O| Feb 21 20:21:58.710 INFO STEP 988 (remove_files) COMPLETE |
7588 | 2025-02-21T20:21:59.250Z | [ recovery-image] Feb 21 20:21:58.710 INFO O| Feb 21 20:21:58.710 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7589 | 2025-02-21T20:21:59.250Z | [ recovery-image] Feb 21 20:21:58.731 INFO O| Feb 21 20:21:58.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7590 | 2025-02-21T20:21:59.250Z | [ recovery-image] Feb 21 20:21:58.731 INFO O| Feb 21 20:21:58.731 INFO STEP 989 (remove_files) COMPLETE |
7591 | 2025-02-21T20:21:59.251Z | [ recovery-image] Feb 21 20:21:58.731 INFO O| Feb 21 20:21:58.731 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7592 | 2025-02-21T20:21:59.251Z | [ recovery-image] Feb 21 20:21:58.768 INFO O| Feb 21 20:21:58.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7593 | 2025-02-21T20:21:59.251Z | [ recovery-image] Feb 21 20:21:58.768 INFO O| Feb 21 20:21:58.768 INFO STEP 990 (remove_files) COMPLETE |
7594 | 2025-02-21T20:21:59.251Z | [ recovery-image] Feb 21 20:21:58.768 INFO O| Feb 21 20:21:58.768 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7595 | 2025-02-21T20:21:59.263Z | [ recovery-image] Feb 21 20:21:58.808 INFO O| Feb 21 20:21:58.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7596 | 2025-02-21T20:21:59.263Z | [ recovery-image] Feb 21 20:21:58.808 INFO O| Feb 21 20:21:58.808 INFO STEP 991 (remove_files) COMPLETE |
7597 | 2025-02-21T20:21:59.263Z | [ recovery-image] Feb 21 20:21:58.808 INFO O| Feb 21 20:21:58.808 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7598 | 2025-02-21T20:21:59.273Z | [ recovery-image] Feb 21 20:21:58.830 INFO O| Feb 21 20:21:58.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7599 | 2025-02-21T20:21:59.274Z | [ recovery-image] Feb 21 20:21:58.830 INFO O| Feb 21 20:21:58.830 INFO STEP 992 (remove_files) COMPLETE |
7600 | 2025-02-21T20:21:59.278Z | [ recovery-image] Feb 21 20:21:58.830 INFO O| Feb 21 20:21:58.830 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7601 | 2025-02-21T20:21:59.317Z | [ recovery-image] Feb 21 20:21:58.868 INFO O| Feb 21 20:21:58.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7602 | 2025-02-21T20:21:59.317Z | [ recovery-image] Feb 21 20:21:58.868 INFO O| Feb 21 20:21:58.868 INFO STEP 993 (remove_files) COMPLETE |
7603 | 2025-02-21T20:21:59.317Z | [ recovery-image] Feb 21 20:21:58.868 INFO O| Feb 21 20:21:58.868 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7604 | 2025-02-21T20:21:59.352Z | [ recovery-image] Feb 21 20:21:58.890 INFO O| Feb 21 20:21:58.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7605 | 2025-02-21T20:21:59.352Z | [ recovery-image] Feb 21 20:21:58.890 INFO O| Feb 21 20:21:58.890 INFO STEP 994 (remove_files) COMPLETE |
7606 | 2025-02-21T20:21:59.352Z | [ recovery-image] Feb 21 20:21:58.890 INFO O| Feb 21 20:21:58.890 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7607 | 2025-02-21T20:21:59.378Z | [ recovery-image] Feb 21 20:21:58.917 INFO O| Feb 21 20:21:58.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7608 | 2025-02-21T20:21:59.379Z | [ recovery-image] Feb 21 20:21:58.917 INFO O| Feb 21 20:21:58.917 INFO STEP 995 (remove_files) COMPLETE |
7609 | 2025-02-21T20:21:59.396Z | [ recovery-image] Feb 21 20:21:58.917 INFO O| Feb 21 20:21:58.917 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7610 | 2025-02-21T20:21:59.396Z | [ recovery-image] Feb 21 20:21:58.936 INFO O| Feb 21 20:21:58.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7611 | 2025-02-21T20:21:59.396Z | [ recovery-image] Feb 21 20:21:58.936 INFO O| Feb 21 20:21:58.936 INFO STEP 996 (remove_files) COMPLETE |
7612 | 2025-02-21T20:21:59.396Z | [ recovery-image] Feb 21 20:21:58.937 INFO O| Feb 21 20:21:58.936 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7613 | 2025-02-21T20:21:59.403Z | [ recovery-image] Feb 21 20:21:58.957 INFO O| Feb 21 20:21:58.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7614 | 2025-02-21T20:21:59.405Z | [ recovery-image] Feb 21 20:21:58.957 INFO O| Feb 21 20:21:58.957 INFO STEP 997 (remove_files) COMPLETE |
7615 | 2025-02-21T20:21:59.405Z | [ recovery-image] Feb 21 20:21:58.957 INFO O| Feb 21 20:21:58.957 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7616 | 2025-02-21T20:21:59.454Z | [ recovery-image] Feb 21 20:21:58.990 INFO O| Feb 21 20:21:58.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7617 | 2025-02-21T20:21:59.456Z | [ recovery-image] Feb 21 20:21:58.990 INFO O| Feb 21 20:21:58.990 INFO STEP 998 (remove_files) COMPLETE |
7618 | 2025-02-21T20:21:59.456Z | [ recovery-image] Feb 21 20:21:58.990 INFO O| Feb 21 20:21:58.990 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7619 | 2025-02-21T20:21:59.480Z | [ recovery-image] Feb 21 20:21:59.020 INFO O| Feb 21 20:21:59.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7620 | 2025-02-21T20:21:59.480Z | [ recovery-image] Feb 21 20:21:59.020 INFO O| Feb 21 20:21:59.020 INFO STEP 999 (remove_files) COMPLETE |
7621 | 2025-02-21T20:21:59.480Z | [ recovery-image] Feb 21 20:21:59.021 INFO O| Feb 21 20:21:59.020 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7622 | 2025-02-21T20:21:59.548Z | [ recovery-image] Feb 21 20:21:59.052 INFO O| Feb 21 20:21:59.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7623 | 2025-02-21T20:21:59.549Z | [ recovery-image] Feb 21 20:21:59.052 INFO O| Feb 21 20:21:59.052 INFO STEP 1000 (remove_files) COMPLETE |
7624 | 2025-02-21T20:21:59.550Z | [ recovery-image] Feb 21 20:21:59.052 INFO O| Feb 21 20:21:59.052 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7625 | 2025-02-21T20:21:59.579Z | [ recovery-image] Feb 21 20:21:59.089 INFO O| Feb 21 20:21:59.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7626 | 2025-02-21T20:21:59.579Z | [ recovery-image] Feb 21 20:21:59.089 INFO O| Feb 21 20:21:59.089 INFO STEP 1001 (remove_files) COMPLETE |
7627 | 2025-02-21T20:21:59.579Z | [ recovery-image] Feb 21 20:21:59.089 INFO O| Feb 21 20:21:59.089 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7628 | 2025-02-21T20:21:59.579Z | [ recovery-image] Feb 21 20:21:59.109 INFO O| Feb 21 20:21:59.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7629 | 2025-02-21T20:21:59.580Z | [ recovery-image] Feb 21 20:21:59.109 INFO O| Feb 21 20:21:59.109 INFO STEP 1002 (remove_files) COMPLETE |
7630 | 2025-02-21T20:21:59.580Z | [ recovery-image] Feb 21 20:21:59.109 INFO O| Feb 21 20:21:59.109 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7631 | 2025-02-21T20:21:59.606Z | [ recovery-image] Feb 21 20:21:59.129 INFO O| Feb 21 20:21:59.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7632 | 2025-02-21T20:21:59.606Z | [ recovery-image] Feb 21 20:21:59.129 INFO O| Feb 21 20:21:59.129 INFO STEP 1003 (remove_files) COMPLETE |
7633 | 2025-02-21T20:21:59.606Z | [ recovery-image] Feb 21 20:21:59.129 INFO O| Feb 21 20:21:59.129 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7634 | 2025-02-21T20:21:59.623Z | [ recovery-image] Feb 21 20:21:59.149 INFO O| Feb 21 20:21:59.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7635 | 2025-02-21T20:21:59.624Z | [ recovery-image] Feb 21 20:21:59.149 INFO O| Feb 21 20:21:59.149 INFO STEP 1004 (remove_files) COMPLETE |
7636 | 2025-02-21T20:21:59.624Z | [ recovery-image] Feb 21 20:21:59.149 INFO O| Feb 21 20:21:59.149 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7637 | 2025-02-21T20:21:59.672Z | [ recovery-image] Feb 21 20:21:59.171 INFO O| Feb 21 20:21:59.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7638 | 2025-02-21T20:21:59.673Z | [ recovery-image] Feb 21 20:21:59.171 INFO O| Feb 21 20:21:59.171 INFO STEP 1005 (remove_files) COMPLETE |
7639 | 2025-02-21T20:21:59.673Z | [ recovery-image] Feb 21 20:21:59.171 INFO O| Feb 21 20:21:59.171 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7640 | 2025-02-21T20:21:59.697Z | [ recovery-image] Feb 21 20:21:59.193 INFO O| Feb 21 20:21:59.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7641 | 2025-02-21T20:21:59.697Z | [ recovery-image] Feb 21 20:21:59.193 INFO O| Feb 21 20:21:59.193 INFO STEP 1006 (remove_files) COMPLETE |
7642 | 2025-02-21T20:21:59.697Z | [ recovery-image] Feb 21 20:21:59.193 INFO O| Feb 21 20:21:59.193 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7643 | 2025-02-21T20:21:59.698Z | [ recovery-image] Feb 21 20:21:59.216 INFO O| Feb 21 20:21:59.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7644 | 2025-02-21T20:21:59.698Z | [ recovery-image] Feb 21 20:21:59.217 INFO O| Feb 21 20:21:59.216 INFO STEP 1007 (remove_files) COMPLETE |
7645 | 2025-02-21T20:21:59.698Z | [ recovery-image] Feb 21 20:21:59.217 INFO O| Feb 21 20:21:59.216 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7646 | 2025-02-21T20:21:59.713Z | [ recovery-image] Feb 21 20:21:59.240 INFO O| Feb 21 20:21:59.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7647 | 2025-02-21T20:21:59.713Z | [ recovery-image] Feb 21 20:21:59.240 INFO O| Feb 21 20:21:59.240 INFO STEP 1008 (remove_files) COMPLETE |
7648 | 2025-02-21T20:21:59.713Z | [ recovery-image] Feb 21 20:21:59.240 INFO O| Feb 21 20:21:59.240 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7649 | 2025-02-21T20:21:59.764Z | [ recovery-image] Feb 21 20:21:59.311 INFO O| Feb 21 20:21:59.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7650 | 2025-02-21T20:21:59.764Z | [ recovery-image] Feb 21 20:21:59.311 INFO O| Feb 21 20:21:59.311 INFO STEP 1009 (remove_files) COMPLETE |
7651 | 2025-02-21T20:21:59.793Z | [ recovery-image] Feb 21 20:21:59.311 INFO O| Feb 21 20:21:59.311 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7652 | 2025-02-21T20:21:59.808Z | [ recovery-image] Feb 21 20:21:59.335 INFO O| Feb 21 20:21:59.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7653 | 2025-02-21T20:21:59.808Z | [ recovery-image] Feb 21 20:21:59.335 INFO O| Feb 21 20:21:59.335 INFO STEP 1010 (remove_files) COMPLETE |
7654 | 2025-02-21T20:21:59.809Z | [ recovery-image] Feb 21 20:21:59.335 INFO O| Feb 21 20:21:59.335 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7655 | 2025-02-21T20:21:59.895Z | [ recovery-image] Feb 21 20:21:59.430 INFO O| Feb 21 20:21:59.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7656 | 2025-02-21T20:21:59.895Z | [ recovery-image] Feb 21 20:21:59.431 INFO O| Feb 21 20:21:59.430 INFO STEP 1011 (remove_files) COMPLETE |
7657 | 2025-02-21T20:21:59.895Z | [ recovery-image] Feb 21 20:21:59.431 INFO O| Feb 21 20:21:59.431 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7658 | 2025-02-21T20:21:59.916Z | [ recovery-image] Feb 21 20:21:59.471 INFO O| Feb 21 20:21:59.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7659 | 2025-02-21T20:21:59.916Z | [ recovery-image] Feb 21 20:21:59.471 INFO O| Feb 21 20:21:59.471 INFO STEP 1012 (remove_files) COMPLETE |
7660 | 2025-02-21T20:21:59.924Z | [ recovery-image] Feb 21 20:21:59.471 INFO O| Feb 21 20:21:59.471 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7661 | 2025-02-21T20:21:59.946Z | [ recovery-image] Feb 21 20:21:59.493 INFO O| Feb 21 20:21:59.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7662 | 2025-02-21T20:21:59.949Z | [ recovery-image] Feb 21 20:21:59.493 INFO O| Feb 21 20:21:59.493 INFO STEP 1013 (remove_files) COMPLETE |
7663 | 2025-02-21T20:21:59.972Z | [ recovery-image] Feb 21 20:21:59.493 INFO O| Feb 21 20:21:59.493 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7664 | 2025-02-21T20:22:00.002Z | [ recovery-image] Feb 21 20:21:59.515 INFO O| Feb 21 20:21:59.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7665 | 2025-02-21T20:22:00.002Z | [ recovery-image] Feb 21 20:21:59.515 INFO O| Feb 21 20:21:59.515 INFO STEP 1014 (remove_files) COMPLETE |
7666 | 2025-02-21T20:22:00.002Z | [ recovery-image] Feb 21 20:21:59.515 INFO O| Feb 21 20:21:59.515 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7667 | 2025-02-21T20:22:00.070Z | [ recovery-image] Feb 21 20:21:59.537 INFO O| Feb 21 20:21:59.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7668 | 2025-02-21T20:22:00.070Z | [ recovery-image] Feb 21 20:21:59.537 INFO O| Feb 21 20:21:59.537 INFO STEP 1015 (remove_files) COMPLETE |
7669 | 2025-02-21T20:22:00.071Z | [ recovery-image] Feb 21 20:21:59.537 INFO O| Feb 21 20:21:59.537 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7670 | 2025-02-21T20:22:00.071Z | [ recovery-image] Feb 21 20:21:59.558 INFO O| Feb 21 20:21:59.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7671 | 2025-02-21T20:22:00.071Z | [ recovery-image] Feb 21 20:21:59.558 INFO O| Feb 21 20:21:59.558 INFO STEP 1016 (remove_files) COMPLETE |
7672 | 2025-02-21T20:22:00.071Z | [ recovery-image] Feb 21 20:21:59.558 INFO O| Feb 21 20:21:59.558 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7673 | 2025-02-21T20:22:00.075Z | [ recovery-image] Feb 21 20:21:59.601 INFO O| Feb 21 20:21:59.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7674 | 2025-02-21T20:22:00.075Z | [ recovery-image] Feb 21 20:21:59.601 INFO O| Feb 21 20:21:59.601 INFO STEP 1017 (remove_files) COMPLETE |
7675 | 2025-02-21T20:22:00.075Z | [ recovery-image] Feb 21 20:21:59.601 INFO O| Feb 21 20:21:59.601 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7676 | 2025-02-21T20:22:00.075Z | [ recovery-image] Feb 21 20:21:59.624 INFO O| Feb 21 20:21:59.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7677 | 2025-02-21T20:22:00.075Z | [ recovery-image] Feb 21 20:21:59.624 INFO O| Feb 21 20:21:59.624 INFO STEP 1018 (remove_files) COMPLETE |
7678 | 2025-02-21T20:22:00.075Z | [ recovery-image] Feb 21 20:21:59.624 INFO O| Feb 21 20:21:59.624 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7679 | 2025-02-21T20:22:00.099Z | [ recovery-image] Feb 21 20:21:59.650 INFO O| Feb 21 20:21:59.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7680 | 2025-02-21T20:22:00.099Z | [ recovery-image] Feb 21 20:21:59.650 INFO O| Feb 21 20:21:59.650 INFO STEP 1019 (remove_files) COMPLETE |
7681 | 2025-02-21T20:22:00.099Z | [ recovery-image] Feb 21 20:21:59.650 INFO O| Feb 21 20:21:59.650 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7682 | 2025-02-21T20:22:00.140Z | [ recovery-image] Feb 21 20:21:59.672 INFO O| Feb 21 20:21:59.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7683 | 2025-02-21T20:22:00.140Z | [ recovery-image] Feb 21 20:21:59.672 INFO O| Feb 21 20:21:59.672 INFO STEP 1020 (remove_files) COMPLETE |
7684 | 2025-02-21T20:22:00.177Z | [ recovery-image] Feb 21 20:21:59.672 INFO O| Feb 21 20:21:59.672 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7685 | 2025-02-21T20:22:00.177Z | [ recovery-image] Feb 21 20:21:59.695 INFO O| Feb 21 20:21:59.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7686 | 2025-02-21T20:22:00.177Z | [ recovery-image] Feb 21 20:21:59.695 INFO O| Feb 21 20:21:59.695 INFO STEP 1021 (remove_files) COMPLETE |
7687 | 2025-02-21T20:22:00.177Z | [ recovery-image] Feb 21 20:21:59.695 INFO O| Feb 21 20:21:59.695 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7688 | 2025-02-21T20:22:00.195Z | [ recovery-image] Feb 21 20:21:59.718 INFO O| Feb 21 20:21:59.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7689 | 2025-02-21T20:22:00.195Z | [ recovery-image] Feb 21 20:21:59.723 INFO O| Feb 21 20:21:59.723 INFO STEP 1022 (remove_files) COMPLETE |
7690 | 2025-02-21T20:22:00.195Z | [ recovery-image] Feb 21 20:21:59.723 INFO O| Feb 21 20:21:59.723 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7691 | 2025-02-21T20:22:00.236Z | [ recovery-image] Feb 21 20:21:59.783 INFO O| Feb 21 20:21:59.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7692 | 2025-02-21T20:22:00.236Z | [ recovery-image] Feb 21 20:21:59.783 INFO O| Feb 21 20:21:59.783 INFO STEP 1023 (remove_files) COMPLETE |
7693 | 2025-02-21T20:22:00.236Z | [ recovery-image] Feb 21 20:21:59.783 INFO O| Feb 21 20:21:59.783 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7694 | 2025-02-21T20:22:00.288Z | [ recovery-image] Feb 21 20:21:59.842 INFO O| Feb 21 20:21:59.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7695 | 2025-02-21T20:22:00.288Z | [ recovery-image] Feb 21 20:21:59.842 INFO O| Feb 21 20:21:59.842 INFO STEP 1024 (remove_files) COMPLETE |
7696 | 2025-02-21T20:22:00.291Z | [ recovery-image] Feb 21 20:21:59.842 INFO O| Feb 21 20:21:59.842 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7697 | 2025-02-21T20:22:00.308Z | [ recovery-image] Feb 21 20:21:59.864 INFO O| Feb 21 20:21:59.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7698 | 2025-02-21T20:22:00.308Z | [ recovery-image] Feb 21 20:21:59.864 INFO O| Feb 21 20:21:59.864 INFO STEP 1025 (remove_files) COMPLETE |
7699 | 2025-02-21T20:22:00.313Z | [ recovery-image] Feb 21 20:21:59.864 INFO O| Feb 21 20:21:59.864 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7700 | 2025-02-21T20:22:00.327Z | [ recovery-image] Feb 21 20:21:59.883 INFO O| Feb 21 20:21:59.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7701 | 2025-02-21T20:22:00.327Z | [ recovery-image] Feb 21 20:21:59.883 INFO O| Feb 21 20:21:59.883 INFO STEP 1026 (remove_files) COMPLETE |
7702 | 2025-02-21T20:22:00.327Z | [ recovery-image] Feb 21 20:21:59.883 INFO O| Feb 21 20:21:59.883 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7703 | 2025-02-21T20:22:00.421Z | [ recovery-image] Feb 21 20:21:59.911 INFO O| Feb 21 20:21:59.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7704 | 2025-02-21T20:22:00.494Z | [ recovery-image] Feb 21 20:21:59.912 INFO O| Feb 21 20:21:59.912 INFO STEP 1027 (remove_files) COMPLETE |
7705 | 2025-02-21T20:22:00.494Z | [ recovery-image] Feb 21 20:21:59.912 INFO O| Feb 21 20:21:59.912 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7706 | 2025-02-21T20:22:00.494Z | [ recovery-image] Feb 21 20:21:59.939 INFO O| Feb 21 20:21:59.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7707 | 2025-02-21T20:22:00.494Z | [ recovery-image] Feb 21 20:21:59.959 INFO O| Feb 21 20:21:59.959 INFO STEP 1028 (remove_files) COMPLETE |
7708 | 2025-02-21T20:22:00.494Z | [ recovery-image] Feb 21 20:21:59.959 INFO O| Feb 21 20:21:59.959 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7709 | 2025-02-21T20:22:00.683Z | [ recovery-image] Feb 21 20:21:59.981 INFO O| Feb 21 20:21:59.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7710 | 2025-02-21T20:22:00.683Z | [ recovery-image] Feb 21 20:21:59.981 INFO O| Feb 21 20:21:59.981 INFO STEP 1029 (remove_files) COMPLETE |
7711 | 2025-02-21T20:22:00.683Z | [ recovery-image] Feb 21 20:21:59.981 INFO O| Feb 21 20:21:59.981 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7712 | 2025-02-21T20:22:00.683Z | [ recovery-image] Feb 21 20:22:00.005 INFO O| Feb 21 20:22:00.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7713 | 2025-02-21T20:22:00.683Z | [ recovery-image] Feb 21 20:22:00.005 INFO O| Feb 21 20:22:00.005 INFO STEP 1030 (remove_files) COMPLETE |
7714 | 2025-02-21T20:22:00.683Z | [ recovery-image] Feb 21 20:22:00.005 INFO O| Feb 21 20:22:00.005 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7715 | 2025-02-21T20:22:00.683Z | [ recovery-image] Feb 21 20:22:00.026 INFO O| Feb 21 20:22:00.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7716 | 2025-02-21T20:22:00.683Z | [ recovery-image] Feb 21 20:22:00.026 INFO O| Feb 21 20:22:00.026 INFO STEP 1031 (remove_files) COMPLETE |
7717 | 2025-02-21T20:22:00.683Z | [ recovery-image] Feb 21 20:22:00.026 INFO O| Feb 21 20:22:00.026 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7718 | 2025-02-21T20:22:00.683Z | [ recovery-image] Feb 21 20:22:00.046 INFO O| Feb 21 20:22:00.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7719 | 2025-02-21T20:22:00.683Z | [ recovery-image] Feb 21 20:22:00.047 INFO O| Feb 21 20:22:00.047 INFO STEP 1032 (remove_files) COMPLETE |
7720 | 2025-02-21T20:22:00.683Z | [ recovery-image] Feb 21 20:22:00.047 INFO O| Feb 21 20:22:00.047 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7721 | 2025-02-21T20:22:00.683Z | [ host-image] Feb 21 20:22:00.050 INFO O| Feb 21 20:22:00.050 INFO O| Planning: Solver setup ... Done |
7722 | 2025-02-21T20:22:00.875Z | [ host-image] Feb 21 20:22:00.058 INFO O| Feb 21 20:22:00.058 INFO O| Planning: Running solver ... Done |
7723 | 2025-02-21T20:22:00.875Z | [ recovery-image] Feb 21 20:22:00.069 INFO O| Feb 21 20:22:00.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7724 | 2025-02-21T20:22:00.875Z | [ recovery-image] Feb 21 20:22:00.069 INFO O| Feb 21 20:22:00.069 INFO STEP 1033 (remove_files) COMPLETE |
7725 | 2025-02-21T20:22:00.876Z | [ recovery-image] Feb 21 20:22:00.069 INFO O| Feb 21 20:22:00.069 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7726 | 2025-02-21T20:22:00.876Z | [ recovery-image] Feb 21 20:22:00.123 INFO O| Feb 21 20:22:00.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7727 | 2025-02-21T20:22:00.876Z | [ recovery-image] Feb 21 20:22:00.123 INFO O| Feb 21 20:22:00.123 INFO STEP 1034 (remove_files) COMPLETE |
7728 | 2025-02-21T20:22:00.876Z | [ recovery-image] Feb 21 20:22:00.123 INFO O| Feb 21 20:22:00.123 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7729 | 2025-02-21T20:22:00.876Z | [ recovery-image] Feb 21 20:22:00.187 INFO O| Feb 21 20:22:00.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7730 | 2025-02-21T20:22:00.876Z | [ recovery-image] Feb 21 20:22:00.187 INFO O| Feb 21 20:22:00.187 INFO STEP 1035 (remove_files) COMPLETE |
7731 | 2025-02-21T20:22:00.876Z | [ recovery-image] Feb 21 20:22:00.187 INFO O| Feb 21 20:22:00.187 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7732 | 2025-02-21T20:22:00.876Z | [ host-image] Feb 21 20:22:00.197 INFO O| Feb 21 20:22:00.197 INFO O| Planning: Finding local manifests ... Done |
7733 | 2025-02-21T20:22:00.876Z | [ host-image] Feb 21 20:22:00.198 INFO O| Feb 21 20:22:00.198 INFO O| Planning: Fetching manifests: 0/1 0% complete |
7734 | 2025-02-21T20:22:00.902Z | [ recovery-image] Feb 21 20:22:00.250 INFO O| Feb 21 20:22:00.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7735 | 2025-02-21T20:22:00.902Z | [ recovery-image] Feb 21 20:22:00.250 INFO O| Feb 21 20:22:00.250 INFO STEP 1036 (remove_files) COMPLETE |
7736 | 2025-02-21T20:22:00.902Z | [ recovery-image] Feb 21 20:22:00.250 INFO O| Feb 21 20:22:00.250 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7737 | 2025-02-21T20:22:00.902Z | [ recovery-image] Feb 21 20:22:00.333 INFO O| Feb 21 20:22:00.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7738 | 2025-02-21T20:22:00.902Z | [ recovery-image] Feb 21 20:22:00.333 INFO O| Feb 21 20:22:00.333 INFO STEP 1037 (remove_files) COMPLETE |
7739 | 2025-02-21T20:22:00.902Z | [ recovery-image] Feb 21 20:22:00.333 INFO O| Feb 21 20:22:00.333 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7740 | 2025-02-21T20:22:00.902Z | [ recovery-image] Feb 21 20:22:00.395 INFO O| Feb 21 20:22:00.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7741 | 2025-02-21T20:22:00.902Z | [ recovery-image] Feb 21 20:22:00.395 INFO O| Feb 21 20:22:00.395 INFO STEP 1038 (remove_files) COMPLETE |
7742 | 2025-02-21T20:22:00.902Z | [ recovery-image] Feb 21 20:22:00.395 INFO O| Feb 21 20:22:00.395 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7743 | 2025-02-21T20:22:00.902Z | [ host-image] Feb 21 20:22:00.398 INFO O| Feb 21 20:22:00.398 INFO O| Planning: Fetching manifests: 1/1 100% complete |
7744 | 2025-02-21T20:22:00.902Z | [ recovery-image] Feb 21 20:22:00.416 INFO O| Feb 21 20:22:00.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7745 | 2025-02-21T20:22:00.902Z | [ recovery-image] Feb 21 20:22:00.417 INFO O| Feb 21 20:22:00.417 INFO STEP 1039 (remove_files) COMPLETE |
7746 | 2025-02-21T20:22:00.902Z | [ recovery-image] Feb 21 20:22:00.417 INFO O| Feb 21 20:22:00.417 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7747 | 2025-02-21T20:22:00.902Z | [ host-image] Feb 21 20:22:00.430 INFO O| Feb 21 20:22:00.430 INFO O| Planning: Package planning ... Done |
7748 | 2025-02-21T20:22:00.902Z | [ host-image] Feb 21 20:22:00.431 INFO O| Feb 21 20:22:00.431 INFO O| Planning: Merging actions ... Done |
7749 | 2025-02-21T20:22:00.903Z | [ recovery-image] Feb 21 20:22:00.437 INFO O| Feb 21 20:22:00.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7750 | 2025-02-21T20:22:00.903Z | [ recovery-image] Feb 21 20:22:00.437 INFO O| Feb 21 20:22:00.437 INFO STEP 1040 (remove_files) COMPLETE |
7751 | 2025-02-21T20:22:00.903Z | [ recovery-image] Feb 21 20:22:00.437 INFO O| Feb 21 20:22:00.437 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7752 | 2025-02-21T20:22:00.925Z | [ recovery-image] Feb 21 20:22:00.457 INFO O| Feb 21 20:22:00.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7753 | 2025-02-21T20:22:00.925Z | [ recovery-image] Feb 21 20:22:00.458 INFO O| Feb 21 20:22:00.458 INFO STEP 1041 (remove_files) COMPLETE |
7754 | 2025-02-21T20:22:00.925Z | [ recovery-image] Feb 21 20:22:00.458 INFO O| Feb 21 20:22:00.458 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7755 | 2025-02-21T20:22:00.925Z | [ recovery-image] Feb 21 20:22:00.477 INFO O| Feb 21 20:22:00.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7756 | 2025-02-21T20:22:00.925Z | [ recovery-image] Feb 21 20:22:00.477 INFO O| Feb 21 20:22:00.477 INFO STEP 1042 (remove_files) COMPLETE |
7757 | 2025-02-21T20:22:00.925Z | [ recovery-image] Feb 21 20:22:00.477 INFO O| Feb 21 20:22:00.477 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7758 | 2025-02-21T20:22:00.947Z | [ recovery-image] Feb 21 20:22:00.496 INFO O| Feb 21 20:22:00.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7759 | 2025-02-21T20:22:00.947Z | [ recovery-image] Feb 21 20:22:00.496 INFO O| Feb 21 20:22:00.496 INFO STEP 1043 (remove_files) COMPLETE |
7760 | 2025-02-21T20:22:00.947Z | [ recovery-image] Feb 21 20:22:00.496 INFO O| Feb 21 20:22:00.496 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7761 | 2025-02-21T20:22:00.976Z | [ recovery-image] Feb 21 20:22:00.515 INFO O| Feb 21 20:22:00.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7762 | 2025-02-21T20:22:00.976Z | [ recovery-image] Feb 21 20:22:00.515 INFO O| Feb 21 20:22:00.515 INFO STEP 1044 (remove_files) COMPLETE |
7763 | 2025-02-21T20:22:00.976Z | [ recovery-image] Feb 21 20:22:00.515 INFO O| Feb 21 20:22:00.515 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7764 | 2025-02-21T20:22:00.996Z | [ recovery-image] Feb 21 20:22:00.536 INFO O| Feb 21 20:22:00.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7765 | 2025-02-21T20:22:00.998Z | [ recovery-image] Feb 21 20:22:00.536 INFO O| Feb 21 20:22:00.536 INFO STEP 1045 (remove_files) COMPLETE |
7766 | 2025-02-21T20:22:00.998Z | [ recovery-image] Feb 21 20:22:00.536 INFO O| Feb 21 20:22:00.536 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7767 | 2025-02-21T20:22:01.032Z | [ host-image] Feb 21 20:22:00.546 INFO O| Feb 21 20:22:00.546 INFO O| Planning: Checking for conflicting actions ... Done |
7768 | 2025-02-21T20:22:01.032Z | [ host-image] Feb 21 20:22:00.547 INFO O| Feb 21 20:22:00.547 INFO O| Planning: Consolidating action changes ... Done |
7769 | 2025-02-21T20:22:01.032Z | [ recovery-image] Feb 21 20:22:00.556 INFO O| Feb 21 20:22:00.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7770 | 2025-02-21T20:22:01.032Z | [ recovery-image] Feb 21 20:22:00.557 INFO O| Feb 21 20:22:00.557 INFO STEP 1046 (remove_files) COMPLETE |
7771 | 2025-02-21T20:22:01.032Z | [ recovery-image] Feb 21 20:22:00.557 INFO O| Feb 21 20:22:00.557 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7772 | 2025-02-21T20:22:01.067Z | [ recovery-image] Feb 21 20:22:00.615 INFO O| Feb 21 20:22:00.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7773 | 2025-02-21T20:22:01.067Z | [ recovery-image] Feb 21 20:22:00.615 INFO O| Feb 21 20:22:00.615 INFO STEP 1047 (remove_files) COMPLETE |
7774 | 2025-02-21T20:22:01.067Z | [ recovery-image] Feb 21 20:22:00.615 INFO O| Feb 21 20:22:00.615 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7775 | 2025-02-21T20:22:01.082Z | [ recovery-image] Feb 21 20:22:00.638 INFO O| Feb 21 20:22:00.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7776 | 2025-02-21T20:22:01.083Z | [ recovery-image] Feb 21 20:22:00.638 INFO O| Feb 21 20:22:00.638 INFO STEP 1048 (remove_files) COMPLETE |
7777 | 2025-02-21T20:22:01.089Z | [ recovery-image] Feb 21 20:22:00.638 INFO O| Feb 21 20:22:00.638 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7778 | 2025-02-21T20:22:01.107Z | [ recovery-image] Feb 21 20:22:00.661 INFO O| Feb 21 20:22:00.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7779 | 2025-02-21T20:22:01.108Z | [ recovery-image] Feb 21 20:22:00.661 INFO O| Feb 21 20:22:00.661 INFO STEP 1049 (remove_files) COMPLETE |
7780 | 2025-02-21T20:22:01.108Z | [ recovery-image] Feb 21 20:22:00.661 INFO O| Feb 21 20:22:00.661 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7781 | 2025-02-21T20:22:01.155Z | [ recovery-image] Feb 21 20:22:00.693 INFO O| Feb 21 20:22:00.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7782 | 2025-02-21T20:22:01.156Z | [ recovery-image] Feb 21 20:22:00.693 INFO O| Feb 21 20:22:00.693 INFO STEP 1050 (remove_files) COMPLETE |
7783 | 2025-02-21T20:22:01.164Z | [ recovery-image] Feb 21 20:22:00.693 INFO O| Feb 21 20:22:00.693 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7784 | 2025-02-21T20:22:01.187Z | [ recovery-image] Feb 21 20:22:00.728 INFO O| Feb 21 20:22:00.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7785 | 2025-02-21T20:22:01.187Z | [ recovery-image] Feb 21 20:22:00.728 INFO O| Feb 21 20:22:00.728 INFO STEP 1051 (remove_files) COMPLETE |
7786 | 2025-02-21T20:22:01.187Z | [ recovery-image] Feb 21 20:22:00.728 INFO O| Feb 21 20:22:00.728 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7787 | 2025-02-21T20:22:01.208Z | [ recovery-image] Feb 21 20:22:00.761 INFO O| Feb 21 20:22:00.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7788 | 2025-02-21T20:22:01.208Z | [ recovery-image] Feb 21 20:22:00.761 INFO O| Feb 21 20:22:00.761 INFO STEP 1052 (remove_files) COMPLETE |
7789 | 2025-02-21T20:22:01.208Z | [ recovery-image] Feb 21 20:22:00.761 INFO O| Feb 21 20:22:00.761 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7790 | 2025-02-21T20:22:01.240Z | [ recovery-image] Feb 21 20:22:00.794 INFO O| Feb 21 20:22:00.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7791 | 2025-02-21T20:22:01.240Z | [ recovery-image] Feb 21 20:22:00.794 INFO O| Feb 21 20:22:00.794 INFO STEP 1053 (remove_files) COMPLETE |
7792 | 2025-02-21T20:22:01.240Z | [ recovery-image] Feb 21 20:22:00.794 INFO O| Feb 21 20:22:00.794 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7793 | 2025-02-21T20:22:01.262Z | [ recovery-image] Feb 21 20:22:00.817 INFO O| Feb 21 20:22:00.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7794 | 2025-02-21T20:22:01.262Z | [ recovery-image] Feb 21 20:22:00.817 INFO O| Feb 21 20:22:00.817 INFO STEP 1054 (remove_files) COMPLETE |
7795 | 2025-02-21T20:22:01.267Z | [ recovery-image] Feb 21 20:22:00.817 INFO O| Feb 21 20:22:00.817 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7796 | 2025-02-21T20:22:01.289Z | [ recovery-image] Feb 21 20:22:00.841 INFO O| Feb 21 20:22:00.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7797 | 2025-02-21T20:22:01.289Z | [ recovery-image] Feb 21 20:22:00.841 INFO O| Feb 21 20:22:00.841 INFO STEP 1055 (remove_files) COMPLETE |
7798 | 2025-02-21T20:22:01.289Z | [ recovery-image] Feb 21 20:22:00.841 INFO O| Feb 21 20:22:00.841 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7799 | 2025-02-21T20:22:01.376Z | [ recovery-image] Feb 21 20:22:00.881 INFO O| Feb 21 20:22:00.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7800 | 2025-02-21T20:22:01.376Z | [ recovery-image] Feb 21 20:22:00.881 INFO O| Feb 21 20:22:00.881 INFO STEP 1056 (remove_files) COMPLETE |
7801 | 2025-02-21T20:22:01.376Z | [ recovery-image] Feb 21 20:22:00.881 INFO O| Feb 21 20:22:00.881 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7802 | 2025-02-21T20:22:01.382Z | [ recovery-image] Feb 21 20:22:00.905 INFO O| Feb 21 20:22:00.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7803 | 2025-02-21T20:22:01.382Z | [ recovery-image] Feb 21 20:22:00.905 INFO O| Feb 21 20:22:00.905 INFO STEP 1057 (remove_files) COMPLETE |
7804 | 2025-02-21T20:22:01.382Z | [ recovery-image] Feb 21 20:22:00.905 INFO O| Feb 21 20:22:00.905 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7805 | 2025-02-21T20:22:01.382Z | [ recovery-image] Feb 21 20:22:00.926 INFO O| Feb 21 20:22:00.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7806 | 2025-02-21T20:22:01.382Z | [ recovery-image] Feb 21 20:22:00.926 INFO O| Feb 21 20:22:00.926 INFO STEP 1058 (remove_files) COMPLETE |
7807 | 2025-02-21T20:22:01.382Z | [ recovery-image] Feb 21 20:22:00.926 INFO O| Feb 21 20:22:00.926 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7808 | 2025-02-21T20:22:01.397Z | [ recovery-image] Feb 21 20:22:00.952 INFO O| Feb 21 20:22:00.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7809 | 2025-02-21T20:22:01.398Z | [ recovery-image] Feb 21 20:22:00.952 INFO O| Feb 21 20:22:00.952 INFO STEP 1059 (remove_files) COMPLETE |
7810 | 2025-02-21T20:22:01.398Z | [ recovery-image] Feb 21 20:22:00.952 INFO O| Feb 21 20:22:00.952 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7811 | 2025-02-21T20:22:01.414Z | [ host-image] Feb 21 20:22:00.960 INFO O| Feb 21 20:22:00.960 INFO O| Planning: Evaluating mediators ... Done |
7812 | 2025-02-21T20:22:01.417Z | [ host-image] Feb 21 20:22:00.961 INFO O| Feb 21 20:22:00.961 INFO O| Planning: Planning completed in 5.61 seconds |
7813 | 2025-02-21T20:22:01.417Z | [ host-image] Feb 21 20:22:00.963 INFO O| Feb 21 20:22:00.963 INFO O| Packages to install: 1 |
7814 | 2025-02-21T20:22:01.432Z | [ recovery-image] Feb 21 20:22:00.984 INFO O| Feb 21 20:22:00.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7815 | 2025-02-21T20:22:01.442Z | [ recovery-image] Feb 21 20:22:00.984 INFO O| Feb 21 20:22:00.984 INFO STEP 1060 (remove_files) COMPLETE |
7816 | 2025-02-21T20:22:01.442Z | [ recovery-image] Feb 21 20:22:00.985 INFO O| Feb 21 20:22:00.984 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7817 | 2025-02-21T20:22:01.443Z | [ host-image] Feb 21 20:22:00.988 INFO O| Feb 21 20:22:00.988 INFO O| Download: 0/4 items 0.0/10.3MB 0% complete |
7818 | 2025-02-21T20:22:01.451Z | [ recovery-image] Feb 21 20:22:01.006 INFO O| Feb 21 20:22:01.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7819 | 2025-02-21T20:22:01.451Z | [ recovery-image] Feb 21 20:22:01.006 INFO O| Feb 21 20:22:01.006 INFO STEP 1061 (remove_files) COMPLETE |
7820 | 2025-02-21T20:22:01.455Z | [ recovery-image] Feb 21 20:22:01.006 INFO O| Feb 21 20:22:01.006 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7821 | 2025-02-21T20:22:01.480Z | [ recovery-image] Feb 21 20:22:01.035 INFO O| Feb 21 20:22:01.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7822 | 2025-02-21T20:22:01.480Z | [ recovery-image] Feb 21 20:22:01.035 INFO O| Feb 21 20:22:01.035 INFO STEP 1062 (remove_files) COMPLETE |
7823 | 2025-02-21T20:22:01.498Z | [ recovery-image] Feb 21 20:22:01.035 INFO O| Feb 21 20:22:01.035 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7824 | 2025-02-21T20:22:01.530Z | [ recovery-image] Feb 21 20:22:01.085 INFO O| Feb 21 20:22:01.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7825 | 2025-02-21T20:22:01.530Z | [ recovery-image] Feb 21 20:22:01.085 INFO O| Feb 21 20:22:01.085 INFO STEP 1063 (remove_files) COMPLETE |
7826 | 2025-02-21T20:22:01.533Z | [ recovery-image] Feb 21 20:22:01.085 INFO O| Feb 21 20:22:01.085 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7827 | 2025-02-21T20:22:01.596Z | [ recovery-image] Feb 21 20:22:01.151 INFO O| Feb 21 20:22:01.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7828 | 2025-02-21T20:22:01.600Z | [ recovery-image] Feb 21 20:22:01.151 INFO O| Feb 21 20:22:01.151 INFO STEP 1064 (remove_files) COMPLETE |
7829 | 2025-02-21T20:22:01.600Z | [ recovery-image] Feb 21 20:22:01.151 INFO O| Feb 21 20:22:01.151 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7830 | 2025-02-21T20:22:01.622Z | [ recovery-image] Feb 21 20:22:01.176 INFO O| Feb 21 20:22:01.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7831 | 2025-02-21T20:22:01.622Z | [ recovery-image] Feb 21 20:22:01.177 INFO O| Feb 21 20:22:01.176 INFO STEP 1065 (remove_files) COMPLETE |
7832 | 2025-02-21T20:22:01.629Z | [ recovery-image] Feb 21 20:22:01.177 INFO O| Feb 21 20:22:01.177 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7833 | 2025-02-21T20:22:01.750Z | [ recovery-image] Feb 21 20:22:01.201 INFO O| Feb 21 20:22:01.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7834 | 2025-02-21T20:22:01.750Z | [ recovery-image] Feb 21 20:22:01.201 INFO O| Feb 21 20:22:01.201 INFO STEP 1066 (remove_files) COMPLETE |
7835 | 2025-02-21T20:22:01.750Z | [ recovery-image] Feb 21 20:22:01.201 INFO O| Feb 21 20:22:01.201 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7836 | 2025-02-21T20:22:01.750Z | [ recovery-image] Feb 21 20:22:01.225 INFO O| Feb 21 20:22:01.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7837 | 2025-02-21T20:22:01.750Z | [ recovery-image] Feb 21 20:22:01.225 INFO O| Feb 21 20:22:01.225 INFO STEP 1067 (remove_files) COMPLETE |
7838 | 2025-02-21T20:22:01.750Z | [ recovery-image] Feb 21 20:22:01.225 INFO O| Feb 21 20:22:01.225 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7839 | 2025-02-21T20:22:01.750Z | [ recovery-image] Feb 21 20:22:01.247 INFO O| Feb 21 20:22:01.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7840 | 2025-02-21T20:22:01.752Z | [ recovery-image] Feb 21 20:22:01.247 INFO O| Feb 21 20:22:01.247 INFO STEP 1068 (remove_files) COMPLETE |
7841 | 2025-02-21T20:22:01.752Z | [ recovery-image] Feb 21 20:22:01.247 INFO O| Feb 21 20:22:01.247 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7842 | 2025-02-21T20:22:01.752Z | [ recovery-image] Feb 21 20:22:01.266 INFO O| Feb 21 20:22:01.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7843 | 2025-02-21T20:22:01.753Z | [ recovery-image] Feb 21 20:22:01.267 INFO O| Feb 21 20:22:01.267 INFO STEP 1069 (remove_files) COMPLETE |
7844 | 2025-02-21T20:22:01.753Z | [ recovery-image] Feb 21 20:22:01.267 INFO O| Feb 21 20:22:01.267 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7845 | 2025-02-21T20:22:01.771Z | [ recovery-image] Feb 21 20:22:01.288 INFO O| Feb 21 20:22:01.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7846 | 2025-02-21T20:22:01.772Z | [ recovery-image] Feb 21 20:22:01.289 INFO O| Feb 21 20:22:01.289 INFO STEP 1070 (remove_files) COMPLETE |
7847 | 2025-02-21T20:22:01.772Z | [ recovery-image] Feb 21 20:22:01.289 INFO O| Feb 21 20:22:01.289 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7848 | 2025-02-21T20:22:01.828Z | [ recovery-image] Feb 21 20:22:01.314 INFO O| Feb 21 20:22:01.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7849 | 2025-02-21T20:22:01.828Z | [ recovery-image] Feb 21 20:22:01.314 INFO O| Feb 21 20:22:01.314 INFO STEP 1071 (remove_files) COMPLETE |
7850 | 2025-02-21T20:22:01.828Z | [ recovery-image] Feb 21 20:22:01.314 INFO O| Feb 21 20:22:01.314 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7851 | 2025-02-21T20:22:01.876Z | [ host-image] Feb 21 20:22:01.351 INFO O| Feb 21 20:22:01.351 INFO O| Download: Completed 10.27 MB in 0.36 seconds (28.3M/s) |
7852 | 2025-02-21T20:22:01.876Z | [ recovery-image] Feb 21 20:22:01.356 INFO O| Feb 21 20:22:01.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7853 | 2025-02-21T20:22:01.876Z | [ recovery-image] Feb 21 20:22:01.356 INFO O| Feb 21 20:22:01.356 INFO STEP 1072 (remove_files) COMPLETE |
7854 | 2025-02-21T20:22:01.876Z | [ recovery-image] Feb 21 20:22:01.356 INFO O| Feb 21 20:22:01.356 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7855 | 2025-02-21T20:22:01.876Z | [ recovery-image] Feb 21 20:22:01.380 INFO O| Feb 21 20:22:01.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7856 | 2025-02-21T20:22:01.876Z | [ recovery-image] Feb 21 20:22:01.380 INFO O| Feb 21 20:22:01.380 INFO STEP 1073 (remove_files) COMPLETE |
7857 | 2025-02-21T20:22:01.877Z | [ recovery-image] Feb 21 20:22:01.380 INFO O| Feb 21 20:22:01.380 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7858 | 2025-02-21T20:22:01.929Z | [ recovery-image] Feb 21 20:22:01.479 INFO O| Feb 21 20:22:01.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7859 | 2025-02-21T20:22:01.932Z | [ recovery-image] Feb 21 20:22:01.479 INFO O| Feb 21 20:22:01.479 INFO STEP 1074 (remove_files) COMPLETE |
7860 | 2025-02-21T20:22:01.932Z | [ recovery-image] Feb 21 20:22:01.479 INFO O| Feb 21 20:22:01.479 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7861 | 2025-02-21T20:22:01.986Z | [ recovery-image] Feb 21 20:22:01.538 INFO O| Feb 21 20:22:01.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7862 | 2025-02-21T20:22:01.986Z | [ recovery-image] Feb 21 20:22:01.538 INFO O| Feb 21 20:22:01.538 INFO STEP 1075 (remove_files) COMPLETE |
7863 | 2025-02-21T20:22:01.986Z | [ recovery-image] Feb 21 20:22:01.538 INFO O| Feb 21 20:22:01.538 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7864 | 2025-02-21T20:22:01.998Z | [ host-image] Feb 21 20:22:01.552 INFO O| Feb 21 20:22:01.552 INFO O| Actions: 1/22 actions (Installing new actions) |
7865 | 2025-02-21T20:22:02.031Z | [ recovery-image] Feb 21 20:22:01.585 INFO O| Feb 21 20:22:01.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7866 | 2025-02-21T20:22:02.039Z | [ recovery-image] Feb 21 20:22:01.586 INFO O| Feb 21 20:22:01.585 INFO STEP 1076 (remove_files) COMPLETE |
7867 | 2025-02-21T20:22:02.040Z | [ recovery-image] Feb 21 20:22:01.586 INFO O| Feb 21 20:22:01.586 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7868 | 2025-02-21T20:22:02.055Z | [ recovery-image] Feb 21 20:22:01.609 INFO O| Feb 21 20:22:01.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7869 | 2025-02-21T20:22:02.059Z | [ recovery-image] Feb 21 20:22:01.609 INFO O| Feb 21 20:22:01.609 INFO STEP 1077 (remove_files) COMPLETE |
7870 | 2025-02-21T20:22:02.060Z | [ recovery-image] Feb 21 20:22:01.609 INFO O| Feb 21 20:22:01.609 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7871 | 2025-02-21T20:22:02.092Z | [ recovery-image] Feb 21 20:22:01.646 INFO O| Feb 21 20:22:01.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7872 | 2025-02-21T20:22:02.097Z | [ recovery-image] Feb 21 20:22:01.646 INFO O| Feb 21 20:22:01.646 INFO STEP 1078 (remove_files) COMPLETE |
7873 | 2025-02-21T20:22:02.097Z | [ recovery-image] Feb 21 20:22:01.646 INFO O| Feb 21 20:22:01.646 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7874 | 2025-02-21T20:22:02.115Z | [ recovery-image] Feb 21 20:22:01.669 INFO O| Feb 21 20:22:01.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7875 | 2025-02-21T20:22:02.119Z | [ recovery-image] Feb 21 20:22:01.669 INFO O| Feb 21 20:22:01.669 INFO STEP 1079 (remove_files) COMPLETE |
7876 | 2025-02-21T20:22:02.119Z | [ recovery-image] Feb 21 20:22:01.670 INFO O| Feb 21 20:22:01.670 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7877 | 2025-02-21T20:22:02.207Z | [ recovery-image] Feb 21 20:22:01.731 INFO O| Feb 21 20:22:01.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7878 | 2025-02-21T20:22:02.256Z | [ recovery-image] Feb 21 20:22:01.731 INFO O| Feb 21 20:22:01.731 INFO STEP 1080 (remove_files) COMPLETE |
7879 | 2025-02-21T20:22:02.256Z | [ recovery-image] Feb 21 20:22:01.731 INFO O| Feb 21 20:22:01.731 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7880 | 2025-02-21T20:22:02.256Z | [ recovery-image] Feb 21 20:22:01.751 INFO O| Feb 21 20:22:01.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7881 | 2025-02-21T20:22:02.256Z | [ recovery-image] Feb 21 20:22:01.752 INFO O| Feb 21 20:22:01.751 INFO STEP 1081 (remove_files) COMPLETE |
7882 | 2025-02-21T20:22:02.256Z | [ recovery-image] Feb 21 20:22:01.752 INFO O| Feb 21 20:22:01.752 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7883 | 2025-02-21T20:22:02.279Z | [ recovery-image] Feb 21 20:22:01.792 INFO O| Feb 21 20:22:01.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7884 | 2025-02-21T20:22:02.279Z | [ recovery-image] Feb 21 20:22:01.793 INFO O| Feb 21 20:22:01.793 INFO STEP 1082 (remove_files) COMPLETE |
7885 | 2025-02-21T20:22:02.279Z | [ recovery-image] Feb 21 20:22:01.793 INFO O| Feb 21 20:22:01.793 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7886 | 2025-02-21T20:22:02.279Z | [ recovery-image] Feb 21 20:22:01.813 INFO O| Feb 21 20:22:01.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7887 | 2025-02-21T20:22:02.279Z | [ recovery-image] Feb 21 20:22:01.813 INFO O| Feb 21 20:22:01.813 INFO STEP 1083 (remove_files) COMPLETE |
7888 | 2025-02-21T20:22:02.279Z | [ recovery-image] Feb 21 20:22:01.813 INFO O| Feb 21 20:22:01.813 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7889 | 2025-02-21T20:22:02.284Z | [ recovery-image] Feb 21 20:22:01.833 INFO O| Feb 21 20:22:01.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7890 | 2025-02-21T20:22:02.284Z | [ recovery-image] Feb 21 20:22:01.834 INFO O| Feb 21 20:22:01.834 INFO STEP 1084 (remove_files) COMPLETE |
7891 | 2025-02-21T20:22:02.284Z | [ recovery-image] Feb 21 20:22:01.834 INFO O| Feb 21 20:22:01.834 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7892 | 2025-02-21T20:22:02.299Z | [ recovery-image] Feb 21 20:22:01.853 INFO O| Feb 21 20:22:01.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7893 | 2025-02-21T20:22:02.302Z | [ recovery-image] Feb 21 20:22:01.853 INFO O| Feb 21 20:22:01.853 INFO STEP 1085 (remove_files) COMPLETE |
7894 | 2025-02-21T20:22:02.302Z | [ recovery-image] Feb 21 20:22:01.853 INFO O| Feb 21 20:22:01.853 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7895 | 2025-02-21T20:22:02.351Z | [ recovery-image] Feb 21 20:22:01.882 INFO O| Feb 21 20:22:01.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7896 | 2025-02-21T20:22:02.351Z | [ recovery-image] Feb 21 20:22:01.882 INFO O| Feb 21 20:22:01.882 INFO STEP 1086 (remove_files) COMPLETE |
7897 | 2025-02-21T20:22:02.351Z | [ recovery-image] Feb 21 20:22:01.882 INFO O| Feb 21 20:22:01.882 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7898 | 2025-02-21T20:22:02.354Z | [ recovery-image] Feb 21 20:22:01.904 INFO O| Feb 21 20:22:01.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7899 | 2025-02-21T20:22:02.354Z | [ recovery-image] Feb 21 20:22:01.904 INFO O| Feb 21 20:22:01.904 INFO STEP 1087 (remove_files) COMPLETE |
7900 | 2025-02-21T20:22:02.355Z | [ recovery-image] Feb 21 20:22:01.904 INFO O| Feb 21 20:22:01.904 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7901 | 2025-02-21T20:22:02.382Z | [ recovery-image] Feb 21 20:22:01.924 INFO O| Feb 21 20:22:01.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7902 | 2025-02-21T20:22:02.382Z | [ recovery-image] Feb 21 20:22:01.924 INFO O| Feb 21 20:22:01.924 INFO STEP 1088 (remove_files) COMPLETE |
7903 | 2025-02-21T20:22:02.382Z | [ recovery-image] Feb 21 20:22:01.924 INFO O| Feb 21 20:22:01.924 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7904 | 2025-02-21T20:22:02.394Z | [ recovery-image] Feb 21 20:22:01.948 INFO O| Feb 21 20:22:01.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7905 | 2025-02-21T20:22:02.394Z | [ recovery-image] Feb 21 20:22:01.949 INFO O| Feb 21 20:22:01.948 INFO STEP 1089 (remove_files) COMPLETE |
7906 | 2025-02-21T20:22:02.394Z | [ recovery-image] Feb 21 20:22:01.949 INFO O| Feb 21 20:22:01.949 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7907 | 2025-02-21T20:22:02.463Z | [ recovery-image] Feb 21 20:22:01.970 INFO O| Feb 21 20:22:01.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7908 | 2025-02-21T20:22:02.463Z | [ recovery-image] Feb 21 20:22:01.970 INFO O| Feb 21 20:22:01.970 INFO STEP 1090 (remove_files) COMPLETE |
7909 | 2025-02-21T20:22:02.464Z | [ recovery-image] Feb 21 20:22:01.970 INFO O| Feb 21 20:22:01.970 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7910 | 2025-02-21T20:22:02.476Z | [ host-image] Feb 21 20:22:01.985 INFO O| Feb 21 20:22:01.985 INFO O| Actions: Completed 22 actions in 0.43 seconds. |
7911 | 2025-02-21T20:22:02.476Z | [ recovery-image] Feb 21 20:22:01.990 INFO O| Feb 21 20:22:01.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7912 | 2025-02-21T20:22:02.476Z | [ recovery-image] Feb 21 20:22:01.990 INFO O| Feb 21 20:22:01.990 INFO STEP 1091 (remove_files) COMPLETE |
7913 | 2025-02-21T20:22:02.476Z | [ recovery-image] Feb 21 20:22:01.991 INFO O| Feb 21 20:22:01.990 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7914 | 2025-02-21T20:22:02.476Z | [ recovery-image] Feb 21 20:22:02.014 INFO O| Feb 21 20:22:02.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7915 | 2025-02-21T20:22:02.476Z | [ recovery-image] Feb 21 20:22:02.014 INFO O| Feb 21 20:22:02.014 INFO STEP 1092 (remove_files) COMPLETE |
7916 | 2025-02-21T20:22:02.476Z | [ recovery-image] Feb 21 20:22:02.014 INFO O| Feb 21 20:22:02.014 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7917 | 2025-02-21T20:22:02.494Z | [ recovery-image] Feb 21 20:22:02.048 INFO O| Feb 21 20:22:02.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7918 | 2025-02-21T20:22:02.494Z | [ recovery-image] Feb 21 20:22:02.048 INFO O| Feb 21 20:22:02.048 INFO STEP 1093 (remove_files) COMPLETE |
7919 | 2025-02-21T20:22:02.494Z | [ recovery-image] Feb 21 20:22:02.048 INFO O| Feb 21 20:22:02.048 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7920 | 2025-02-21T20:22:02.548Z | [ recovery-image] Feb 21 20:22:02.100 INFO O| Feb 21 20:22:02.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7921 | 2025-02-21T20:22:02.548Z | [ recovery-image] Feb 21 20:22:02.100 INFO O| Feb 21 20:22:02.100 INFO STEP 1094 (remove_files) COMPLETE |
7922 | 2025-02-21T20:22:02.548Z | [ recovery-image] Feb 21 20:22:02.100 INFO O| Feb 21 20:22:02.100 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7923 | 2025-02-21T20:22:02.580Z | [ recovery-image] Feb 21 20:22:02.132 INFO O| Feb 21 20:22:02.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7924 | 2025-02-21T20:22:02.580Z | [ recovery-image] Feb 21 20:22:02.132 INFO O| Feb 21 20:22:02.132 INFO STEP 1095 (remove_files) COMPLETE |
7925 | 2025-02-21T20:22:02.587Z | [ recovery-image] Feb 21 20:22:02.132 INFO O| Feb 21 20:22:02.132 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7926 | 2025-02-21T20:22:02.644Z | [ recovery-image] Feb 21 20:22:02.162 INFO O| Feb 21 20:22:02.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7927 | 2025-02-21T20:22:02.644Z | [ recovery-image] Feb 21 20:22:02.162 INFO O| Feb 21 20:22:02.162 INFO STEP 1096 (remove_files) COMPLETE |
7928 | 2025-02-21T20:22:02.657Z | [ recovery-image] Feb 21 20:22:02.162 INFO O| Feb 21 20:22:02.162 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7929 | 2025-02-21T20:22:02.667Z | [ recovery-image] Feb 21 20:22:02.213 INFO O| Feb 21 20:22:02.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7930 | 2025-02-21T20:22:02.667Z | [ recovery-image] Feb 21 20:22:02.213 INFO O| Feb 21 20:22:02.213 INFO STEP 1097 (remove_files) COMPLETE |
7931 | 2025-02-21T20:22:02.669Z | [ recovery-image] Feb 21 20:22:02.213 INFO O| Feb 21 20:22:02.213 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7932 | 2025-02-21T20:22:02.692Z | [ recovery-image] Feb 21 20:22:02.232 INFO O| Feb 21 20:22:02.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7933 | 2025-02-21T20:22:02.704Z | [ recovery-image] Feb 21 20:22:02.232 INFO O| Feb 21 20:22:02.232 INFO STEP 1098 (remove_files) COMPLETE |
7934 | 2025-02-21T20:22:02.705Z | [ recovery-image] Feb 21 20:22:02.232 INFO O| Feb 21 20:22:02.232 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7935 | 2025-02-21T20:22:02.709Z | [ recovery-image] Feb 21 20:22:02.255 INFO O| Feb 21 20:22:02.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7936 | 2025-02-21T20:22:02.709Z | [ recovery-image] Feb 21 20:22:02.255 INFO O| Feb 21 20:22:02.255 INFO STEP 1099 (remove_files) COMPLETE |
7937 | 2025-02-21T20:22:02.709Z | [ recovery-image] Feb 21 20:22:02.255 INFO O| Feb 21 20:22:02.255 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7938 | 2025-02-21T20:22:02.832Z | [ recovery-image] Feb 21 20:22:02.276 INFO O| Feb 21 20:22:02.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7939 | 2025-02-21T20:22:02.833Z | [ recovery-image] Feb 21 20:22:02.276 INFO O| Feb 21 20:22:02.276 INFO STEP 1100 (remove_files) COMPLETE |
7940 | 2025-02-21T20:22:02.833Z | [ recovery-image] Feb 21 20:22:02.276 INFO O| Feb 21 20:22:02.276 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7941 | 2025-02-21T20:22:02.905Z | [ recovery-image] Feb 21 20:22:02.295 INFO O| Feb 21 20:22:02.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7942 | 2025-02-21T20:22:02.905Z | [ recovery-image] Feb 21 20:22:02.295 INFO O| Feb 21 20:22:02.295 INFO STEP 1101 (remove_files) COMPLETE |
7943 | 2025-02-21T20:22:02.905Z | [ recovery-image] Feb 21 20:22:02.295 INFO O| Feb 21 20:22:02.295 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7944 | 2025-02-21T20:22:02.905Z | [ recovery-image] Feb 21 20:22:02.314 INFO O| Feb 21 20:22:02.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7945 | 2025-02-21T20:22:02.905Z | [ recovery-image] Feb 21 20:22:02.314 INFO O| Feb 21 20:22:02.314 INFO STEP 1102 (remove_files) COMPLETE |
7946 | 2025-02-21T20:22:02.905Z | [ recovery-image] Feb 21 20:22:02.314 INFO O| Feb 21 20:22:02.314 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7947 | 2025-02-21T20:22:02.905Z | [ recovery-image] Feb 21 20:22:02.335 INFO O| Feb 21 20:22:02.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7948 | 2025-02-21T20:22:02.906Z | [ recovery-image] Feb 21 20:22:02.335 INFO O| Feb 21 20:22:02.335 INFO STEP 1103 (remove_files) COMPLETE |
7949 | 2025-02-21T20:22:02.906Z | [ recovery-image] Feb 21 20:22:02.335 INFO O| Feb 21 20:22:02.335 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7950 | 2025-02-21T20:22:02.906Z | [ recovery-image] Feb 21 20:22:02.355 INFO O| Feb 21 20:22:02.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7951 | 2025-02-21T20:22:02.906Z | [ recovery-image] Feb 21 20:22:02.356 INFO O| Feb 21 20:22:02.356 INFO STEP 1104 (remove_files) COMPLETE |
7952 | 2025-02-21T20:22:02.906Z | [ recovery-image] Feb 21 20:22:02.356 INFO O| Feb 21 20:22:02.356 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7953 | 2025-02-21T20:22:02.906Z | [ recovery-image] Feb 21 20:22:02.375 INFO O| Feb 21 20:22:02.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7954 | 2025-02-21T20:22:02.906Z | [ recovery-image] Feb 21 20:22:02.375 INFO O| Feb 21 20:22:02.375 INFO STEP 1105 (remove_files) COMPLETE |
7955 | 2025-02-21T20:22:02.906Z | [ recovery-image] Feb 21 20:22:02.375 INFO O| Feb 21 20:22:02.375 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7956 | 2025-02-21T20:22:02.985Z | [ recovery-image] Feb 21 20:22:02.395 INFO O| Feb 21 20:22:02.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7957 | 2025-02-21T20:22:02.985Z | [ recovery-image] Feb 21 20:22:02.402 INFO O| Feb 21 20:22:02.402 INFO STEP 1106 (remove_files) COMPLETE |
7958 | 2025-02-21T20:22:02.986Z | [ recovery-image] Feb 21 20:22:02.402 INFO O| Feb 21 20:22:02.402 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7959 | 2025-02-21T20:22:02.986Z | [ recovery-image] Feb 21 20:22:02.464 INFO O| Feb 21 20:22:02.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7960 | 2025-02-21T20:22:02.986Z | [ recovery-image] Feb 21 20:22:02.464 INFO O| Feb 21 20:22:02.464 INFO STEP 1107 (remove_files) COMPLETE |
7961 | 2025-02-21T20:22:02.986Z | [ recovery-image] Feb 21 20:22:02.464 INFO O| Feb 21 20:22:02.464 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7962 | 2025-02-21T20:22:03.014Z | [ recovery-image] Feb 21 20:22:02.487 INFO O| Feb 21 20:22:02.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7963 | 2025-02-21T20:22:03.014Z | [ recovery-image] Feb 21 20:22:02.509 INFO O| Feb 21 20:22:02.509 INFO STEP 1108 (remove_files) COMPLETE |
7964 | 2025-02-21T20:22:03.014Z | [ recovery-image] Feb 21 20:22:02.509 INFO O| Feb 21 20:22:02.509 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7965 | 2025-02-21T20:22:03.025Z | [ recovery-image] Feb 21 20:22:02.579 INFO O| Feb 21 20:22:02.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7966 | 2025-02-21T20:22:03.035Z | [ recovery-image] Feb 21 20:22:02.579 INFO O| Feb 21 20:22:02.579 INFO STEP 1109 (remove_files) COMPLETE |
7967 | 2025-02-21T20:22:03.035Z | [ recovery-image] Feb 21 20:22:02.579 INFO O| Feb 21 20:22:02.579 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7968 | 2025-02-21T20:22:03.063Z | [ recovery-image] Feb 21 20:22:02.617 INFO O| Feb 21 20:22:02.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7969 | 2025-02-21T20:22:03.063Z | [ recovery-image] Feb 21 20:22:02.617 INFO O| Feb 21 20:22:02.617 INFO STEP 1110 (remove_files) COMPLETE |
7970 | 2025-02-21T20:22:03.063Z | [ recovery-image] Feb 21 20:22:02.617 INFO O| Feb 21 20:22:02.617 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7971 | 2025-02-21T20:22:03.112Z | [ recovery-image] Feb 21 20:22:02.650 INFO O| Feb 21 20:22:02.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7972 | 2025-02-21T20:22:03.122Z | [ recovery-image] Feb 21 20:22:02.672 INFO O| Feb 21 20:22:02.672 INFO STEP 1111 (remove_files) COMPLETE |
7973 | 2025-02-21T20:22:03.122Z | [ recovery-image] Feb 21 20:22:02.672 INFO O| Feb 21 20:22:02.672 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7974 | 2025-02-21T20:22:03.140Z | [ recovery-image] Feb 21 20:22:02.694 INFO O| Feb 21 20:22:02.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7975 | 2025-02-21T20:22:03.145Z | [ recovery-image] Feb 21 20:22:02.695 INFO O| Feb 21 20:22:02.694 INFO STEP 1112 (remove_files) COMPLETE |
7976 | 2025-02-21T20:22:03.146Z | [ recovery-image] Feb 21 20:22:02.695 INFO O| Feb 21 20:22:02.695 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7977 | 2025-02-21T20:22:03.164Z | [ host-image] Feb 21 20:22:02.718 INFO O| Feb 21 20:22:02.718 INFO O| Done |
7978 | 2025-02-21T20:22:03.164Z | [ host-image] Feb 21 20:22:02.718 INFO O| Feb 21 20:22:02.718 INFO O| Done |
7979 | 2025-02-21T20:22:03.200Z | [ recovery-image] Feb 21 20:22:02.754 INFO O| Feb 21 20:22:02.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7980 | 2025-02-21T20:22:03.204Z | [ recovery-image] Feb 21 20:22:02.754 INFO O| Feb 21 20:22:02.754 INFO STEP 1113 (remove_files) COMPLETE |
7981 | 2025-02-21T20:22:03.204Z | [ recovery-image] Feb 21 20:22:02.754 INFO O| Feb 21 20:22:02.754 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7982 | 2025-02-21T20:22:03.226Z | [ recovery-image] Feb 21 20:22:02.777 INFO O| Feb 21 20:22:02.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7983 | 2025-02-21T20:22:03.235Z | [ recovery-image] Feb 21 20:22:02.778 INFO O| Feb 21 20:22:02.778 INFO STEP 1114 (remove_files) COMPLETE |
7984 | 2025-02-21T20:22:03.235Z | [ recovery-image] Feb 21 20:22:02.778 INFO O| Feb 21 20:22:02.778 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7985 | 2025-02-21T20:22:03.250Z | [ recovery-image] Feb 21 20:22:02.800 INFO O| Feb 21 20:22:02.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7986 | 2025-02-21T20:22:03.250Z | [ recovery-image] Feb 21 20:22:02.800 INFO O| Feb 21 20:22:02.800 INFO STEP 1115 (remove_files) COMPLETE |
7987 | 2025-02-21T20:22:03.250Z | [ recovery-image] Feb 21 20:22:02.800 INFO O| Feb 21 20:22:02.800 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7988 | 2025-02-21T20:22:03.363Z | [ recovery-image] Feb 21 20:22:02.823 INFO O| Feb 21 20:22:02.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7989 | 2025-02-21T20:22:03.363Z | [ recovery-image] Feb 21 20:22:02.824 INFO O| Feb 21 20:22:02.824 INFO STEP 1116 (remove_files) COMPLETE |
7990 | 2025-02-21T20:22:03.363Z | [ recovery-image] Feb 21 20:22:02.824 INFO O| Feb 21 20:22:02.824 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7991 | 2025-02-21T20:22:03.381Z | [ recovery-image] Feb 21 20:22:02.847 INFO O| Feb 21 20:22:02.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7992 | 2025-02-21T20:22:03.382Z | [ recovery-image] Feb 21 20:22:02.847 INFO O| Feb 21 20:22:02.847 INFO STEP 1117 (remove_files) COMPLETE |
7993 | 2025-02-21T20:22:03.382Z | [ recovery-image] Feb 21 20:22:02.847 INFO O| Feb 21 20:22:02.847 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7994 | 2025-02-21T20:22:03.382Z | [ recovery-image] Feb 21 20:22:02.905 INFO O| Feb 21 20:22:02.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7995 | 2025-02-21T20:22:03.382Z | [ recovery-image] Feb 21 20:22:02.905 INFO O| Feb 21 20:22:02.905 INFO STEP 1118 (remove_files) COMPLETE |
7996 | 2025-02-21T20:22:03.382Z | [ recovery-image] Feb 21 20:22:02.905 INFO O| Feb 21 20:22:02.905 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7997 | 2025-02-21T20:22:03.395Z | [ recovery-image] Feb 21 20:22:02.948 INFO O| Feb 21 20:22:02.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7998 | 2025-02-21T20:22:03.396Z | [ recovery-image] Feb 21 20:22:02.948 INFO O| Feb 21 20:22:02.948 INFO STEP 1119 (remove_files) COMPLETE |
7999 | 2025-02-21T20:22:03.396Z | [ recovery-image] Feb 21 20:22:02.948 INFO O| Feb 21 20:22:02.948 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8000 | 2025-02-21T20:22:03.422Z | [ recovery-image] Feb 21 20:22:02.969 INFO O| Feb 21 20:22:02.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
8001 | 2025-02-21T20:22:03.450Z | [ recovery-image] Feb 21 20:22:02.969 INFO O| Feb 21 20:22:02.969 INFO STEP 1120 (remove_files) COMPLETE |
8002 | 2025-02-21T20:22:03.450Z | [ recovery-image] Feb 21 20:22:02.969 INFO O| Feb 21 20:22:02.969 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8003 | 2025-02-21T20:22:03.507Z | [ recovery-image] Feb 21 20:22:03.034 INFO O| Feb 21 20:22:03.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
8004 | 2025-02-21T20:22:03.507Z | [ recovery-image] Feb 21 20:22:03.034 INFO O| Feb 21 20:22:03.034 INFO STEP 1121 (remove_files) COMPLETE |
8005 | 2025-02-21T20:22:03.526Z | [ recovery-image] Feb 21 20:22:03.034 INFO O| Feb 21 20:22:03.034 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8006 | 2025-02-21T20:22:03.526Z | [ recovery-image] Feb 21 20:22:03.056 INFO O| Feb 21 20:22:03.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
8007 | 2025-02-21T20:22:03.526Z | [ recovery-image] Feb 21 20:22:03.056 INFO O| Feb 21 20:22:03.056 INFO STEP 1122 (remove_files) COMPLETE |
8008 | 2025-02-21T20:22:03.526Z | [ recovery-image] Feb 21 20:22:03.056 INFO O| Feb 21 20:22:03.056 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8009 | 2025-02-21T20:22:03.589Z | [ recovery-image] Feb 21 20:22:03.091 INFO O| Feb 21 20:22:03.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
8010 | 2025-02-21T20:22:03.688Z | [ recovery-image] Feb 21 20:22:03.091 INFO O| Feb 21 20:22:03.091 INFO STEP 1123 (remove_files) COMPLETE |
8011 | 2025-02-21T20:22:03.688Z | [ recovery-image] Feb 21 20:22:03.091 INFO O| Feb 21 20:22:03.091 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8012 | 2025-02-21T20:22:03.688Z | [ recovery-image] Feb 21 20:22:03.113 INFO O| Feb 21 20:22:03.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
8013 | 2025-02-21T20:22:03.688Z | [ recovery-image] Feb 21 20:22:03.133 INFO O| Feb 21 20:22:03.133 INFO STEP 1124 (remove_files) COMPLETE |
8014 | 2025-02-21T20:22:03.688Z | [ recovery-image] Feb 21 20:22:03.133 INFO O| Feb 21 20:22:03.133 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8015 | 2025-02-21T20:22:03.729Z | [ recovery-image] Feb 21 20:22:03.166 INFO O| Feb 21 20:22:03.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
8016 | 2025-02-21T20:22:03.729Z | [ recovery-image] Feb 21 20:22:03.166 INFO O| Feb 21 20:22:03.166 INFO STEP 1125 (remove_files) COMPLETE |
8017 | 2025-02-21T20:22:03.729Z | [ recovery-image] Feb 21 20:22:03.166 INFO O| Feb 21 20:22:03.166 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8018 | 2025-02-21T20:22:03.729Z | [ recovery-image] Feb 21 20:22:03.201 INFO O| Feb 21 20:22:03.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
8019 | 2025-02-21T20:22:03.730Z | [ recovery-image] Feb 21 20:22:03.201 INFO O| Feb 21 20:22:03.201 INFO STEP 1126 (remove_files) COMPLETE |
8020 | 2025-02-21T20:22:03.730Z | [ recovery-image] Feb 21 20:22:03.201 INFO O| Feb 21 20:22:03.201 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8021 | 2025-02-21T20:22:03.730Z | [ recovery-image] Feb 21 20:22:03.232 INFO O| Feb 21 20:22:03.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
8022 | 2025-02-21T20:22:03.730Z | [ recovery-image] Feb 21 20:22:03.232 INFO O| Feb 21 20:22:03.232 INFO STEP 1127 (remove_files) COMPLETE |
8023 | 2025-02-21T20:22:03.730Z | [ recovery-image] Feb 21 20:22:03.233 INFO O| Feb 21 20:22:03.232 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8024 | 2025-02-21T20:22:03.783Z | [ recovery-image] Feb 21 20:22:03.252 INFO O| Feb 21 20:22:03.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
8025 | 2025-02-21T20:22:03.783Z | [ recovery-image] Feb 21 20:22:03.252 INFO O| Feb 21 20:22:03.252 INFO STEP 1128 (remove_files) COMPLETE |
8026 | 2025-02-21T20:22:03.783Z | [ recovery-image] Feb 21 20:22:03.252 INFO O| Feb 21 20:22:03.252 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8027 | 2025-02-21T20:22:03.784Z | [ recovery-image] Feb 21 20:22:03.281 INFO O| Feb 21 20:22:03.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
8028 | 2025-02-21T20:22:03.784Z | [ recovery-image] Feb 21 20:22:03.281 INFO O| Feb 21 20:22:03.281 INFO STEP 1129 (remove_files) COMPLETE |
8029 | 2025-02-21T20:22:03.784Z | [ recovery-image] Feb 21 20:22:03.281 INFO O| Feb 21 20:22:03.281 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8030 | 2025-02-21T20:22:03.844Z | [ recovery-image] Feb 21 20:22:03.316 INFO O| Feb 21 20:22:03.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
8031 | 2025-02-21T20:22:03.844Z | [ recovery-image] Feb 21 20:22:03.317 INFO O| Feb 21 20:22:03.316 INFO STEP 1130 (remove_files) COMPLETE |
8032 | 2025-02-21T20:22:03.844Z | [ recovery-image] Feb 21 20:22:03.317 INFO O| Feb 21 20:22:03.317 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8033 | 2025-02-21T20:22:03.844Z | [ recovery-image] Feb 21 20:22:03.338 INFO O| Feb 21 20:22:03.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
8034 | 2025-02-21T20:22:03.845Z | [ recovery-image] Feb 21 20:22:03.338 INFO O| Feb 21 20:22:03.338 INFO STEP 1131 (remove_files) COMPLETE |
8035 | 2025-02-21T20:22:03.845Z | [ recovery-image] Feb 21 20:22:03.338 INFO O| Feb 21 20:22:03.338 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8036 | 2025-02-21T20:22:03.845Z | [ recovery-image] Feb 21 20:22:03.358 INFO O| Feb 21 20:22:03.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
8037 | 2025-02-21T20:22:03.845Z | [ recovery-image] Feb 21 20:22:03.358 INFO O| Feb 21 20:22:03.358 INFO STEP 1132 (remove_files) COMPLETE |
8038 | 2025-02-21T20:22:03.845Z | [ recovery-image] Feb 21 20:22:03.358 INFO O| Feb 21 20:22:03.358 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8039 | 2025-02-21T20:22:03.893Z | [ recovery-image] Feb 21 20:22:03.378 INFO O| Feb 21 20:22:03.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
8040 | 2025-02-21T20:22:03.893Z | [ recovery-image] Feb 21 20:22:03.379 INFO O| Feb 21 20:22:03.379 INFO STEP 1133 (remove_files) COMPLETE |
8041 | 2025-02-21T20:22:03.893Z | [ recovery-image] Feb 21 20:22:03.379 INFO O| Feb 21 20:22:03.379 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8042 | 2025-02-21T20:22:03.893Z | [ recovery-image] Feb 21 20:22:03.398 INFO O| Feb 21 20:22:03.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
8043 | 2025-02-21T20:22:03.893Z | [ recovery-image] Feb 21 20:22:03.398 INFO O| Feb 21 20:22:03.398 INFO STEP 1134 (remove_files) COMPLETE |
8044 | 2025-02-21T20:22:03.893Z | [ recovery-image] Feb 21 20:22:03.398 INFO O| Feb 21 20:22:03.398 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8045 | 2025-02-21T20:22:03.945Z | [ recovery-image] Feb 21 20:22:03.416 INFO O| Feb 21 20:22:03.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
8046 | 2025-02-21T20:22:03.946Z | [ recovery-image] Feb 21 20:22:03.417 INFO O| Feb 21 20:22:03.416 INFO STEP 1135 (remove_files) COMPLETE |
8047 | 2025-02-21T20:22:03.946Z | [ recovery-image] Feb 21 20:22:03.417 INFO O| Feb 21 20:22:03.417 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8048 | 2025-02-21T20:22:04.064Z | [ recovery-image] Feb 21 20:22:03.457 INFO O| Feb 21 20:22:03.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
8049 | 2025-02-21T20:22:04.064Z | [ recovery-image] Feb 21 20:22:03.457 INFO O| Feb 21 20:22:03.457 INFO STEP 1136 (remove_files) COMPLETE |
8050 | 2025-02-21T20:22:04.064Z | [ recovery-image] Feb 21 20:22:03.458 INFO O| Feb 21 20:22:03.458 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8051 | 2025-02-21T20:22:04.064Z | [ recovery-image] Feb 21 20:22:03.478 INFO O| Feb 21 20:22:03.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
8052 | 2025-02-21T20:22:04.064Z | [ recovery-image] Feb 21 20:22:03.479 INFO O| Feb 21 20:22:03.479 INFO STEP 1137 (remove_files) COMPLETE |
8053 | 2025-02-21T20:22:04.064Z | [ recovery-image] Feb 21 20:22:03.479 INFO O| Feb 21 20:22:03.479 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8054 | 2025-02-21T20:22:04.169Z | [ recovery-image] Feb 21 20:22:03.515 INFO O| Feb 21 20:22:03.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
8055 | 2025-02-21T20:22:04.169Z | [ recovery-image] Feb 21 20:22:03.515 INFO O| Feb 21 20:22:03.515 INFO STEP 1138 (remove_files) COMPLETE |
8056 | 2025-02-21T20:22:04.169Z | [ recovery-image] Feb 21 20:22:03.515 INFO O| Feb 21 20:22:03.515 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8057 | 2025-02-21T20:22:04.169Z | [ recovery-image] Feb 21 20:22:03.541 INFO O| Feb 21 20:22:03.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
8058 | 2025-02-21T20:22:04.169Z | [ recovery-image] Feb 21 20:22:03.541 INFO O| Feb 21 20:22:03.541 INFO STEP 1139 (remove_files) COMPLETE |
8059 | 2025-02-21T20:22:04.170Z | [ recovery-image] Feb 21 20:22:03.541 INFO O| Feb 21 20:22:03.541 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8060 | 2025-02-21T20:22:04.171Z | [ recovery-image] Feb 21 20:22:03.565 INFO O| Feb 21 20:22:03.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
8061 | 2025-02-21T20:22:04.171Z | [ recovery-image] Feb 21 20:22:03.574 INFO O| Feb 21 20:22:03.574 INFO STEP 1140 (remove_files) COMPLETE |
8062 | 2025-02-21T20:22:04.171Z | [ recovery-image] Feb 21 20:22:03.574 INFO O| Feb 21 20:22:03.574 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8063 | 2025-02-21T20:22:04.171Z | [ recovery-image] Feb 21 20:22:03.629 INFO O| Feb 21 20:22:03.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
8064 | 2025-02-21T20:22:04.171Z | [ recovery-image] Feb 21 20:22:03.629 INFO O| Feb 21 20:22:03.629 INFO STEP 1141 (remove_files) COMPLETE |
8065 | 2025-02-21T20:22:04.171Z | [ recovery-image] Feb 21 20:22:03.629 INFO O| Feb 21 20:22:03.629 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8066 | 2025-02-21T20:22:04.171Z | [ recovery-image] Feb 21 20:22:03.651 INFO O| Feb 21 20:22:03.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
8067 | 2025-02-21T20:22:04.171Z | [ recovery-image] Feb 21 20:22:03.651 INFO O| Feb 21 20:22:03.651 INFO STEP 1142 (remove_files) COMPLETE |
8068 | 2025-02-21T20:22:04.171Z | [ recovery-image] Feb 21 20:22:03.651 INFO O| Feb 21 20:22:03.651 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8069 | 2025-02-21T20:22:04.236Z | [ recovery-image] Feb 21 20:22:03.713 INFO O| Feb 21 20:22:03.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
8070 | 2025-02-21T20:22:04.236Z | [ recovery-image] Feb 21 20:22:03.713 INFO O| Feb 21 20:22:03.713 INFO STEP 1143 (remove_files) COMPLETE |
8071 | 2025-02-21T20:22:04.237Z | [ recovery-image] Feb 21 20:22:03.713 INFO O| Feb 21 20:22:03.713 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8072 | 2025-02-21T20:22:04.272Z | [ recovery-image] Feb 21 20:22:03.734 INFO O| Feb 21 20:22:03.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
8073 | 2025-02-21T20:22:04.272Z | [ recovery-image] Feb 21 20:22:03.734 INFO O| Feb 21 20:22:03.734 INFO STEP 1144 (remove_files) COMPLETE |
8074 | 2025-02-21T20:22:04.273Z | [ recovery-image] Feb 21 20:22:03.734 INFO O| Feb 21 20:22:03.734 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8075 | 2025-02-21T20:22:04.273Z | [ recovery-image] Feb 21 20:22:03.753 INFO O| Feb 21 20:22:03.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
8076 | 2025-02-21T20:22:04.275Z | [ recovery-image] Feb 21 20:22:03.753 INFO O| Feb 21 20:22:03.753 INFO STEP 1145 (remove_files) COMPLETE |
8077 | 2025-02-21T20:22:04.275Z | [ recovery-image] Feb 21 20:22:03.753 INFO O| Feb 21 20:22:03.753 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8078 | 2025-02-21T20:22:04.275Z | [ recovery-image] Feb 21 20:22:03.772 INFO O| Feb 21 20:22:03.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
8079 | 2025-02-21T20:22:04.275Z | [ recovery-image] Feb 21 20:22:03.772 INFO O| Feb 21 20:22:03.772 INFO STEP 1146 (remove_files) COMPLETE |
8080 | 2025-02-21T20:22:04.276Z | [ recovery-image] Feb 21 20:22:03.772 INFO O| Feb 21 20:22:03.772 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8081 | 2025-02-21T20:22:04.276Z | [ recovery-image] Feb 21 20:22:03.793 INFO O| Feb 21 20:22:03.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
8082 | 2025-02-21T20:22:04.276Z | [ recovery-image] Feb 21 20:22:03.793 INFO O| Feb 21 20:22:03.793 INFO STEP 1147 (remove_files) COMPLETE |
8083 | 2025-02-21T20:22:04.276Z | [ recovery-image] Feb 21 20:22:03.793 INFO O| Feb 21 20:22:03.793 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8084 | 2025-02-21T20:22:04.289Z | [ recovery-image] Feb 21 20:22:03.813 INFO O| Feb 21 20:22:03.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
8085 | 2025-02-21T20:22:04.289Z | [ recovery-image] Feb 21 20:22:03.813 INFO O| Feb 21 20:22:03.813 INFO STEP 1148 (remove_files) COMPLETE |
8086 | 2025-02-21T20:22:04.289Z | [ recovery-image] Feb 21 20:22:03.813 INFO O| Feb 21 20:22:03.813 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8087 | 2025-02-21T20:22:04.307Z | [ recovery-image] Feb 21 20:22:03.838 INFO O| Feb 21 20:22:03.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
8088 | 2025-02-21T20:22:04.307Z | [ recovery-image] Feb 21 20:22:03.838 INFO O| Feb 21 20:22:03.838 INFO STEP 1149 (remove_files) COMPLETE |
8089 | 2025-02-21T20:22:04.307Z | [ recovery-image] Feb 21 20:22:03.839 INFO O| Feb 21 20:22:03.838 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8090 | 2025-02-21T20:22:04.331Z | [ recovery-image] Feb 21 20:22:03.863 INFO O| Feb 21 20:22:03.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
8091 | 2025-02-21T20:22:04.332Z | [ recovery-image] Feb 21 20:22:03.863 INFO O| Feb 21 20:22:03.863 INFO STEP 1150 (remove_files) COMPLETE |
8092 | 2025-02-21T20:22:04.332Z | [ recovery-image] Feb 21 20:22:03.863 INFO O| Feb 21 20:22:03.863 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8093 | 2025-02-21T20:22:04.339Z | [ recovery-image] Feb 21 20:22:03.891 INFO O| Feb 21 20:22:03.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
8094 | 2025-02-21T20:22:04.342Z | [ recovery-image] Feb 21 20:22:03.891 INFO O| Feb 21 20:22:03.891 INFO STEP 1151 (remove_files) COMPLETE |
8095 | 2025-02-21T20:22:04.342Z | [ recovery-image] Feb 21 20:22:03.891 INFO O| Feb 21 20:22:03.891 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8096 | 2025-02-21T20:22:04.416Z | [ recovery-image] Feb 21 20:22:03.953 INFO O| Feb 21 20:22:03.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
8097 | 2025-02-21T20:22:04.416Z | [ recovery-image] Feb 21 20:22:03.953 INFO O| Feb 21 20:22:03.953 INFO STEP 1152 (remove_files) COMPLETE |
8098 | 2025-02-21T20:22:04.422Z | [ recovery-image] Feb 21 20:22:03.953 INFO O| Feb 21 20:22:03.953 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8099 | 2025-02-21T20:22:04.429Z | [ recovery-image] Feb 21 20:22:03.974 INFO O| Feb 21 20:22:03.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
8100 | 2025-02-21T20:22:04.429Z | [ recovery-image] Feb 21 20:22:03.974 INFO O| Feb 21 20:22:03.974 INFO STEP 1153 (remove_files) COMPLETE |
8101 | 2025-02-21T20:22:04.429Z | [ recovery-image] Feb 21 20:22:03.974 INFO O| Feb 21 20:22:03.974 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8102 | 2025-02-21T20:22:04.476Z | [ recovery-image] Feb 21 20:22:03.995 INFO O| Feb 21 20:22:03.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
8103 | 2025-02-21T20:22:04.476Z | [ recovery-image] Feb 21 20:22:03.995 INFO O| Feb 21 20:22:03.995 INFO STEP 1154 (remove_files) COMPLETE |
8104 | 2025-02-21T20:22:04.476Z | [ recovery-image] Feb 21 20:22:03.995 INFO O| Feb 21 20:22:03.995 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8105 | 2025-02-21T20:22:04.573Z | [ recovery-image] Feb 21 20:22:04.017 INFO O| Feb 21 20:22:04.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
8106 | 2025-02-21T20:22:04.573Z | [ recovery-image] Feb 21 20:22:04.017 INFO O| Feb 21 20:22:04.017 INFO STEP 1155 (remove_files) COMPLETE |
8107 | 2025-02-21T20:22:04.573Z | [ recovery-image] Feb 21 20:22:04.017 INFO O| Feb 21 20:22:04.017 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8108 | 2025-02-21T20:22:04.573Z | [ recovery-image] Feb 21 20:22:04.043 INFO O| Feb 21 20:22:04.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
8109 | 2025-02-21T20:22:04.573Z | [ recovery-image] Feb 21 20:22:04.044 INFO O| Feb 21 20:22:04.044 INFO STEP 1156 (remove_files) COMPLETE |
8110 | 2025-02-21T20:22:04.574Z | [ recovery-image] Feb 21 20:22:04.044 INFO O| Feb 21 20:22:04.044 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8111 | 2025-02-21T20:22:04.595Z | [ recovery-image] Feb 21 20:22:04.079 INFO O| Feb 21 20:22:04.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
8112 | 2025-02-21T20:22:04.596Z | [ recovery-image] Feb 21 20:22:04.080 INFO O| Feb 21 20:22:04.079 INFO STEP 1157 (remove_files) COMPLETE |
8113 | 2025-02-21T20:22:04.596Z | [ recovery-image] Feb 21 20:22:04.080 INFO O| Feb 21 20:22:04.080 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8114 | 2025-02-21T20:22:04.596Z | [ recovery-image] Feb 21 20:22:04.105 INFO O| Feb 21 20:22:04.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
8115 | 2025-02-21T20:22:04.596Z | [ recovery-image] Feb 21 20:22:04.105 INFO O| Feb 21 20:22:04.105 INFO STEP 1158 (remove_files) COMPLETE |
8116 | 2025-02-21T20:22:04.596Z | [ recovery-image] Feb 21 20:22:04.105 INFO O| Feb 21 20:22:04.105 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8117 | 2025-02-21T20:22:04.615Z | [ recovery-image] Feb 21 20:22:04.145 INFO O| Feb 21 20:22:04.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
8118 | 2025-02-21T20:22:04.615Z | [ recovery-image] Feb 21 20:22:04.145 INFO O| Feb 21 20:22:04.145 INFO STEP 1159 (remove_files) COMPLETE |
8119 | 2025-02-21T20:22:04.615Z | [ recovery-image] Feb 21 20:22:04.145 INFO O| Feb 21 20:22:04.145 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8120 | 2025-02-21T20:22:04.686Z | [ recovery-image] Feb 21 20:22:04.167 INFO O| Feb 21 20:22:04.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
8121 | 2025-02-21T20:22:04.687Z | [ recovery-image] Feb 21 20:22:04.168 INFO O| Feb 21 20:22:04.168 INFO STEP 1160 (remove_files) COMPLETE |
8122 | 2025-02-21T20:22:04.687Z | [ recovery-image] Feb 21 20:22:04.168 INFO O| Feb 21 20:22:04.168 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8123 | 2025-02-21T20:22:04.687Z | [ recovery-image] Feb 21 20:22:04.190 INFO O| Feb 21 20:22:04.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
8124 | 2025-02-21T20:22:04.687Z | [ recovery-image] Feb 21 20:22:04.190 INFO O| Feb 21 20:22:04.190 INFO STEP 1161 (remove_files) COMPLETE |
8125 | 2025-02-21T20:22:04.687Z | [ recovery-image] Feb 21 20:22:04.190 INFO O| Feb 21 20:22:04.190 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8126 | 2025-02-21T20:22:04.702Z | [ host-image] Feb 21 20:22:04.226 INFO O| Feb 21 20:22:04.226 INFO O| Done |
8127 | 2025-02-21T20:22:04.702Z | [ recovery-image] Feb 21 20:22:04.246 INFO O| Feb 21 20:22:04.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
8128 | 2025-02-21T20:22:04.702Z | [ recovery-image] Feb 21 20:22:04.246 INFO O| Feb 21 20:22:04.246 INFO STEP 1162 (remove_files) COMPLETE |
8129 | 2025-02-21T20:22:04.702Z | [ recovery-image] Feb 21 20:22:04.246 INFO O| Feb 21 20:22:04.246 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8130 | 2025-02-21T20:22:04.786Z | [ recovery-image] Feb 21 20:22:04.327 INFO O| Feb 21 20:22:04.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
8131 | 2025-02-21T20:22:04.786Z | [ recovery-image] Feb 21 20:22:04.327 INFO O| Feb 21 20:22:04.327 INFO STEP 1163 (remove_files) COMPLETE |
8132 | 2025-02-21T20:22:06.604Z | [ recovery-image] Feb 21 20:22:04.327 INFO O| Feb 21 20:22:04.327 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8133 | 2025-02-21T20:22:06.755Z | [ recovery-image] Feb 21 20:22:04.392 INFO O| Feb 21 20:22:04.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
8134 | 2025-02-21T20:22:06.755Z | [ recovery-image] Feb 21 20:22:04.392 INFO O| Feb 21 20:22:04.391 INFO STEP 1164 (remove_files) COMPLETE |
8135 | 2025-02-21T20:22:06.756Z | [ recovery-image] Feb 21 20:22:04.392 INFO O| Feb 21 20:22:04.391 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8136 | 2025-02-21T20:22:06.756Z | [ recovery-image] Feb 21 20:22:04.450 INFO O| Feb 21 20:22:04.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
8137 | 2025-02-21T20:22:06.756Z | [ recovery-image] Feb 21 20:22:04.450 INFO O| Feb 21 20:22:04.450 INFO STEP 1165 (remove_files) COMPLETE |
8138 | 2025-02-21T20:22:06.756Z | [ recovery-image] Feb 21 20:22:04.450 INFO O| Feb 21 20:22:04.450 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
8139 | 2025-02-21T20:22:06.756Z | [ recovery-image] Feb 21 20:22:04.484 INFO O| Feb 21 20:22:04.484 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
8140 | 2025-02-21T20:22:06.756Z | [ recovery-image] Feb 21 20:22:04.484 INFO O| Feb 21 20:22:04.484 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
8141 | 2025-02-21T20:22:06.756Z | [ recovery-image] Feb 21 20:22:05.960 INFO O| Feb 21 20:22:05.960 INFO STEP 1166 (pack_tar) COMPLETE |
8142 | 2025-02-21T20:22:06.756Z | [ recovery-image] Feb 21 20:22:05.960 INFO O| Feb 21 20:22:05.960 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
8143 | 2025-02-21T20:22:06.756Z | [ recovery-image] Feb 21 20:22:05.960 INFO O| Feb 21 20:22:05.960 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
8144 | 2025-02-21T20:22:06.772Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
8145 | 2025-02-21T20:22:06.819Z | [ recovery-image] Feb 21 20:22:06.331 INFO O| Feb 21 20:22:06.331 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
8146 | 2025-02-21T20:22:06.927Z | [ recovery-image] Feb 21 20:22:06.459 INFO O| Feb 21 20:22:06.459 INFO completed processing gimlet/ramdisk-03-recovery-trim |
8147 | 2025-02-21T20:22:06.952Z | [ recovery-image] Feb 21 20:22:06.469 INFO image builder template: zfs-recovery... |
8148 | 2025-02-21T20:22:06.953Z | [ recovery-image] Feb 21 20:22:06.469 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/.tmppPBl4F/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 |
8149 | 2025-02-21T20:22:06.973Z | [ recovery-image] Feb 21 20:22:06.523 INFO O| Feb 21 20:22:06.523 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8150 | 2025-02-21T20:22:06.983Z | [ recovery-image] Feb 21 20:22:06.531 INFO O| Feb 21 20:22:06.531 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8151 | 2025-02-21T20:22:07.066Z | [ recovery-image] Feb 21 20:22:06.617 INFO O| Feb 21 20:22:06.617 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
8152 | 2025-02-21T20:22:07.191Z | [ recovery-image] Feb 21 20:22:06.741 INFO O| Feb 21 20:22:06.741 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8153 | 2025-02-21T20:22:07.191Z | [ recovery-image] Feb 21 20:22:06.741 INFO O| Feb 21 20:22:06.741 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8154 | 2025-02-21T20:22:07.232Z | [ recovery-image] Feb 21 20:22:06.783 INFO O| Feb 21 20:22:06.783 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8155 | 2025-02-21T20:22:07.387Z | [ recovery-image] Feb 21 20:22:06.938 INFO O| Feb 21 20:22:06.938 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
8156 | 2025-02-21T20:22:07.517Z | [ recovery-image] Feb 21 20:22:07.068 INFO O| Feb 21 20:22:07.068 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
8157 | 2025-02-21T20:22:07.536Z | [ recovery-image] Feb 21 20:22:07.087 INFO O| Feb 21 20:22:07.087 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8158 | 2025-02-21T20:22:07.545Z | [ recovery-image] Feb 21 20:22:07.096 INFO O| Feb 21 20:22:07.096 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
8159 | 2025-02-21T20:22:07.554Z | [ recovery-image] Feb 21 20:22:07.105 INFO O| Feb 21 20:22:07.105 INFO no lofi found |
8160 | 2025-02-21T20:22:07.554Z | [ recovery-image] Feb 21 20:22:07.105 INFO O| Feb 21 20:22:07.105 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
8161 | 2025-02-21T20:22:07.554Z | [ recovery-image] Feb 21 20:22:07.105 INFO O| Feb 21 20:22:07.105 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8162 | 2025-02-21T20:22:07.667Z | [ host-image] Feb 21 20:22:07.206 INFO O| Feb 21 20:22:07.206 INFO O| Done |
8163 | 2025-02-21T20:22:07.722Z | [ host-image] Feb 21 20:22:07.247 INFO O| Feb 21 20:22:07.247 INFO O| Done |
8164 | 2025-02-21T20:22:07.722Z | [ host-image] Feb 21 20:22:07.247 INFO O| Feb 21 20:22:07.247 INFO O| Done |
8165 | 2025-02-21T20:22:07.731Z | [ host-image] Feb 21 20:22:07.266 INFO O| Feb 21 20:22:07.266 INFO O| Done |
8166 | 2025-02-21T20:22:07.988Z | [ host-image] Feb 21 20:22:07.524 INFO O| Feb 21 20:22:07.524 INFO STEP 14 (pkg_install) COMPLETE |
8167 | 2025-02-21T20:22:07.988Z | [ host-image] Feb 21 20:22:07.524 INFO O| Feb 21 20:22:07.524 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8168 | 2025-02-21T20:22:08.019Z | [ host-image] Feb 21 20:22:07.524 INFO O| Feb 21 20:22:07.524 INFO skip step because feature "mfg" is not enabled |
8169 | 2025-02-21T20:22:08.019Z | [ host-image] Feb 21 20:22:07.524 INFO O| Feb 21 20:22:07.524 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8170 | 2025-02-21T20:22:08.019Z | [ host-image] Feb 21 20:22:07.524 INFO O| Feb 21 20:22:07.524 INFO skip step because feature "compliance" is not enabled |
8171 | 2025-02-21T20:22:08.019Z | [ host-image] Feb 21 20:22:07.524 INFO O| Feb 21 20:22:07.524 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8172 | 2025-02-21T20:22:08.019Z | [ host-image] Feb 21 20:22:07.524 INFO O| Feb 21 20:22:07.524 INFO skip step because feature "stress" is not enabled |
8173 | 2025-02-21T20:22:08.019Z | [ host-image] Feb 21 20:22:07.524 INFO O| Feb 21 20:22:07.524 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8174 | 2025-02-21T20:22:08.020Z | [ host-image] Feb 21 20:22:07.524 INFO O| Feb 21 20:22:07.524 INFO skip step because feature "nfs" is not enabled |
8175 | 2025-02-21T20:22:08.020Z | [ host-image] Feb 21 20:22:07.524 INFO O| Feb 21 20:22:07.524 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8176 | 2025-02-21T20:22:08.020Z | [ host-image] Feb 21 20:22:07.524 INFO O| Feb 21 20:22:07.524 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8177 | 2025-02-21T20:22:08.111Z | [ host-image] Feb 21 20:22:07.645 INFO O| Feb 21 20:22:07.645 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
8178 | 2025-02-21T20:22:08.267Z | [ host-image] Feb 21 20:22:07.801 INFO O| Feb 21 20:22:07.801 INFO completed processing gimlet/ramdisk-01-os |
8179 | 2025-02-21T20:22:08.327Z | [ host-image] Feb 21 20:22:07.805 INFO omicron1 baseline generation... |
8180 | 2025-02-21T20:22:08.327Z | [ host-image] Feb 21 20:22:07.805 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
8181 | 2025-02-21T20:22:09.120Z | [ host-image] Feb 21 20:22:08.660 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23235:20250221T103302Z |
8182 | 2025-02-21T20:22:09.475Z | [ recovery-image] Feb 21 20:22:09.013 INFO O| Feb 21 20:22:09.013 INFO lofi device = /dev/dsk/c2t1d0p0 |
8183 | 2025-02-21T20:22:09.475Z | [ recovery-image] Feb 21 20:22:09.013 INFO O| Feb 21 20:22:09.013 INFO pool device = /dev/dsk/c2t1d0p0 |
8184 | 2025-02-21T20:22:09.486Z | [ recovery-image] Feb 21 20:22:09.013 INFO O| Feb 21 20:22:09.013 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"] |
8185 | 2025-02-21T20:22:09.732Z | [ recovery-image] Feb 21 20:22:09.275 INFO O| Feb 21 20:22:09.275 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8186 | 2025-02-21T20:22:09.732Z | [ recovery-image] Feb 21 20:22:09.275 INFO O| Feb 21 20:22:09.275 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
8187 | 2025-02-21T20:22:09.820Z | [ recovery-image] Feb 21 20:22:09.370 INFO O| Feb 21 20:22:09.369 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
8188 | 2025-02-21T20:22:10.212Z | [ recovery-image] Feb 21 20:22:09.733 INFO O| Feb 21 20:22:09.733 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
8189 | 2025-02-21T20:22:10.254Z | [ recovery-image] Feb 21 20:22:09.798 INFO O| Feb 21 20:22:09.798 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
8190 | 2025-02-21T20:22:10.294Z | [ recovery-image] Feb 21 20:22:09.826 INFO O| Feb 21 20:22:09.826 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
8191 | 2025-02-21T20:22:10.314Z | [ recovery-image] Feb 21 20:22:09.859 INFO O| Feb 21 20:22:09.859 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
8192 | 2025-02-21T20:22:10.428Z | [ recovery-image] Feb 21 20:22:09.966 INFO O| Feb 21 20:22:09.966 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8193 | 2025-02-21T20:22:10.437Z | [ recovery-image] Feb 21 20:22:09.966 INFO O| Feb 21 20:22:09.966 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8194 | 2025-02-21T20:22:10.437Z | [ recovery-image] Feb 21 20:22:09.966 INFO O| Feb 21 20:22:09.966 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8195 | 2025-02-21T20:22:10.463Z | [ recovery-image] Feb 21 20:22:10.012 INFO O| Feb 21 20:22:10.012 INFO boot environment UUID: d1d26d85-8640-4d38-ba55-489127721544 |
8196 | 2025-02-21T20:22:10.463Z | [ recovery-image] Feb 21 20:22:10.012 INFO O| Feb 21 20:22:10.012 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = d1d26d85-8640-4d38-ba55-489127721544 |
8197 | 2025-02-21T20:22:10.496Z | [ recovery-image] Feb 21 20:22:10.044 INFO O| Feb 21 20:22:10.043 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8198 | 2025-02-21T20:22:10.530Z | [ recovery-image] Feb 21 20:22:10.080 INFO O| Feb 21 20:22:10.080 INFO STEP 0 (create_be) COMPLETE |
8199 | 2025-02-21T20:22:10.531Z | [ recovery-image] Feb 21 20:22:10.080 INFO O| Feb 21 20:22:10.080 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8200 | 2025-02-21T20:22:10.560Z | [ recovery-image] Feb 21 20:22:10.109 INFO O| Feb 21 20:22:10.109 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"] |
8201 | 2025-02-21T20:22:17.827Z | [ recovery-image] Feb 21 20:22:17.327 INFO O| Feb 21 20:22:17.327 INFO STEP 1 (unpack_tar) COMPLETE |
8202 | 2025-02-21T20:22:17.888Z | [ recovery-image] Feb 21 20:22:17.327 INFO O| Feb 21 20:22:17.327 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8203 | 2025-02-21T20:22:17.889Z | [ recovery-image] Feb 21 20:22:17.347 INFO O| Feb 21 20:22:17.347 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8204 | 2025-02-21T20:22:18.604Z | [ recovery-image] Feb 21 20:22:18.147 INFO O| Feb 21 20:22:18.147 INFO STEP 2 (devfsadm) COMPLETE |
8205 | 2025-02-21T20:22:18.604Z | [ recovery-image] Feb 21 20:22:18.147 INFO O| Feb 21 20:22:18.147 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8206 | 2025-02-21T20:22:18.626Z | [ recovery-image] Feb 21 20:22:18.168 INFO O| Feb 21 20:22:18.168 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8207 | 2025-02-21T20:22:18.626Z | [ recovery-image] Feb 21 20:22:18.168 INFO O| Feb 21 20:22:18.168 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8208 | 2025-02-21T20:22:18.626Z | [ recovery-image] Feb 21 20:22:18.168 INFO O| Feb 21 20:22:18.168 INFO STEP 3 (ensure_dir) COMPLETE |
8209 | 2025-02-21T20:22:18.639Z | [ recovery-image] Feb 21 20:22:18.168 INFO O| Feb 21 20:22:18.168 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8210 | 2025-02-21T20:22:18.657Z | [ recovery-image] Feb 21 20:22:18.189 INFO O| Feb 21 20:22:18.189 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8211 | 2025-02-21T20:22:18.657Z | [ recovery-image] Feb 21 20:22:18.189 INFO O| Feb 21 20:22:18.189 INFO STEP 4 (ensure_dir) COMPLETE |
8212 | 2025-02-21T20:22:18.659Z | [ recovery-image] Feb 21 20:22:18.189 INFO O| Feb 21 20:22:18.189 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8213 | 2025-02-21T20:22:18.693Z | [ recovery-image] Feb 21 20:22:18.237 INFO O| Feb 21 20:22:18.237 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8214 | 2025-02-21T20:22:18.693Z | [ recovery-image] Feb 21 20:22:18.237 INFO O| Feb 21 20:22:18.237 INFO STEP 5 (ensure_dir) COMPLETE |
8215 | 2025-02-21T20:22:18.699Z | [ recovery-image] Feb 21 20:22:18.237 INFO O| Feb 21 20:22:18.237 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8216 | 2025-02-21T20:22:18.720Z | [ recovery-image] Feb 21 20:22:18.259 INFO O| Feb 21 20:22:18.259 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8217 | 2025-02-21T20:22:18.720Z | [ recovery-image] Feb 21 20:22:18.259 INFO O| Feb 21 20:22:18.259 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8218 | 2025-02-21T20:22:18.726Z | [ recovery-image] Feb 21 20:22:18.259 INFO O| Feb 21 20:22:18.259 INFO STEP 6 (ensure_dir) COMPLETE |
8219 | 2025-02-21T20:22:18.726Z | [ recovery-image] Feb 21 20:22:18.259 INFO O| Feb 21 20:22:18.259 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8220 | 2025-02-21T20:22:18.736Z | [ recovery-image] Feb 21 20:22:18.280 INFO O| Feb 21 20:22:18.280 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8221 | 2025-02-21T20:22:18.736Z | [ recovery-image] Feb 21 20:22:18.281 INFO O| Feb 21 20:22:18.280 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8222 | 2025-02-21T20:22:18.743Z | [ recovery-image] Feb 21 20:22:18.281 INFO O| Feb 21 20:22:18.281 INFO STEP 7 (ensure_dir) COMPLETE |
8223 | 2025-02-21T20:22:18.743Z | [ recovery-image] Feb 21 20:22:18.281 INFO O| Feb 21 20:22:18.281 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8224 | 2025-02-21T20:22:18.756Z | [ recovery-image] Feb 21 20:22:18.300 INFO O| Feb 21 20:22:18.300 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
8225 | 2025-02-21T20:22:18.766Z | [ recovery-image] Feb 21 20:22:18.300 INFO O| Feb 21 20:22:18.300 INFO STEP 8 (remove_files) COMPLETE |
8226 | 2025-02-21T20:22:18.766Z | [ recovery-image] Feb 21 20:22:18.300 INFO O| Feb 21 20:22:18.300 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8227 | 2025-02-21T20:22:18.785Z | [ recovery-image] Feb 21 20:22:18.329 INFO O| Feb 21 20:22:18.329 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
8228 | 2025-02-21T20:22:18.807Z | [ recovery-image] Feb 21 20:22:18.330 INFO O| Feb 21 20:22:18.330 INFO STEP 9 (remove_files) COMPLETE |
8229 | 2025-02-21T20:22:18.807Z | [ recovery-image] Feb 21 20:22:18.330 INFO O| Feb 21 20:22:18.330 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8230 | 2025-02-21T20:22:18.828Z | [ recovery-image] Feb 21 20:22:18.371 INFO O| Feb 21 20:22:18.371 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
8231 | 2025-02-21T20:22:18.837Z | [ recovery-image] Feb 21 20:22:18.373 INFO O| Feb 21 20:22:18.373 INFO STEP 10 (remove_files) COMPLETE |
8232 | 2025-02-21T20:22:18.837Z | [ recovery-image] Feb 21 20:22:18.373 INFO O| Feb 21 20:22:18.373 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8233 | 2025-02-21T20:22:18.879Z | [ recovery-image] Feb 21 20:22:18.421 INFO O| Feb 21 20:22:18.421 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
8234 | 2025-02-21T20:22:18.886Z | [ recovery-image] Feb 21 20:22:18.422 INFO O| Feb 21 20:22:18.422 INFO STEP 11 (remove_files) COMPLETE |
8235 | 2025-02-21T20:22:18.886Z | [ recovery-image] Feb 21 20:22:18.422 INFO O| Feb 21 20:22:18.422 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8236 | 2025-02-21T20:22:18.902Z | [ recovery-image] Feb 21 20:22:18.444 INFO O| Feb 21 20:22:18.444 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
8237 | 2025-02-21T20:22:18.908Z | [ recovery-image] Feb 21 20:22:18.444 INFO O| Feb 21 20:22:18.444 INFO STEP 12 (remove_files) COMPLETE |
8238 | 2025-02-21T20:22:18.908Z | [ recovery-image] Feb 21 20:22:18.444 INFO O| Feb 21 20:22:18.444 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8239 | 2025-02-21T20:22:18.923Z | [ recovery-image] Feb 21 20:22:18.465 INFO O| Feb 21 20:22:18.465 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8240 | 2025-02-21T20:22:18.928Z | [ recovery-image] Feb 21 20:22:18.466 INFO O| Feb 21 20:22:18.466 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8241 | 2025-02-21T20:22:18.928Z | [ recovery-image] Feb 21 20:22:18.466 INFO O| Feb 21 20:22:18.466 INFO STEP 13 (ensure_dir) COMPLETE |
8242 | 2025-02-21T20:22:18.928Z | [ recovery-image] Feb 21 20:22:18.466 INFO O| Feb 21 20:22:18.466 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8243 | 2025-02-21T20:22:18.983Z | [ recovery-image] Feb 21 20:22:18.526 INFO O| Feb 21 20:22:18.526 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8244 | 2025-02-21T20:22:18.984Z | [ recovery-image] Feb 21 20:22:18.526 INFO O| Feb 21 20:22:18.526 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8245 | 2025-02-21T20:22:18.988Z | [ recovery-image] Feb 21 20:22:18.526 INFO O| Feb 21 20:22:18.526 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8246 | 2025-02-21T20:22:18.988Z | [ recovery-image] Feb 21 20:22:18.526 INFO O| Feb 21 20:22:18.526 INFO STEP 14 (ensure_dir) COMPLETE |
8247 | 2025-02-21T20:22:18.989Z | [ recovery-image] Feb 21 20:22:18.526 INFO O| Feb 21 20:22:18.526 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8248 | 2025-02-21T20:22:19.029Z | [ recovery-image] Feb 21 20:22:18.571 INFO O| Feb 21 20:22:18.570 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8249 | 2025-02-21T20:22:19.029Z | [ recovery-image] Feb 21 20:22:18.571 INFO O| Feb 21 20:22:18.571 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8250 | 2025-02-21T20:22:19.035Z | [ recovery-image] Feb 21 20:22:18.571 INFO O| Feb 21 20:22:18.571 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8251 | 2025-02-21T20:22:19.035Z | [ recovery-image] Feb 21 20:22:18.571 INFO O| Feb 21 20:22:18.571 INFO STEP 15 (ensure_dir) COMPLETE |
8252 | 2025-02-21T20:22:19.035Z | [ recovery-image] Feb 21 20:22:18.571 INFO O| Feb 21 20:22:18.571 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8253 | 2025-02-21T20:22:19.083Z | [ recovery-image] Feb 21 20:22:18.614 INFO O| Feb 21 20:22:18.614 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8254 | 2025-02-21T20:22:19.083Z | [ recovery-image] Feb 21 20:22:18.614 INFO O| Feb 21 20:22:18.614 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8255 | 2025-02-21T20:22:19.084Z | [ recovery-image] Feb 21 20:22:18.614 INFO O| Feb 21 20:22:18.614 INFO STEP 16 (ensure_dir) COMPLETE |
8256 | 2025-02-21T20:22:19.092Z | [ recovery-image] Feb 21 20:22:18.614 INFO O| Feb 21 20:22:18.614 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8257 | 2025-02-21T20:22:19.110Z | [ recovery-image] Feb 21 20:22:18.637 INFO O| Feb 21 20:22:18.637 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8258 | 2025-02-21T20:22:19.110Z | [ recovery-image] Feb 21 20:22:18.637 INFO O| Feb 21 20:22:18.637 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8259 | 2025-02-21T20:22:19.110Z | [ recovery-image] Feb 21 20:22:18.637 INFO O| Feb 21 20:22:18.637 INFO STEP 17 (ensure_dir) COMPLETE |
8260 | 2025-02-21T20:22:19.110Z | [ recovery-image] Feb 21 20:22:18.637 INFO O| Feb 21 20:22:18.637 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8261 | 2025-02-21T20:22:19.158Z | [ recovery-image] Feb 21 20:22:18.661 INFO O| Feb 21 20:22:18.661 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8262 | 2025-02-21T20:22:19.158Z | [ recovery-image] Feb 21 20:22:18.661 INFO O| Feb 21 20:22:18.661 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
8263 | 2025-02-21T20:22:19.162Z | [ recovery-image] Feb 21 20:22:18.661 INFO O| Feb 21 20:22:18.661 INFO ok! |
8264 | 2025-02-21T20:22:19.162Z | [ recovery-image] Feb 21 20:22:18.661 INFO O| Feb 21 20:22:18.661 INFO STEP 18 (ensure_symlink) COMPLETE |
8265 | 2025-02-21T20:22:19.162Z | [ recovery-image] Feb 21 20:22:18.661 INFO O| Feb 21 20:22:18.661 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8266 | 2025-02-21T20:22:19.179Z | [ recovery-image] Feb 21 20:22:18.701 INFO O| Feb 21 20:22:18.701 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
8267 | 2025-02-21T20:22:19.179Z | [ recovery-image] Feb 21 20:22:18.701 INFO O| Feb 21 20:22:18.701 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
8268 | 2025-02-21T20:22:19.179Z | [ recovery-image] Feb 21 20:22:18.701 INFO O| Feb 21 20:22:18.701 INFO ok! |
8269 | 2025-02-21T20:22:19.179Z | [ recovery-image] Feb 21 20:22:18.701 INFO O| Feb 21 20:22:18.701 INFO STEP 19 (ensure_file) COMPLETE |
8270 | 2025-02-21T20:22:19.179Z | [ recovery-image] Feb 21 20:22:18.701 INFO O| Feb 21 20:22:18.701 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8271 | 2025-02-21T20:22:19.226Z | [ recovery-image] Feb 21 20:22:18.769 INFO O| Feb 21 20:22:18.768 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
8272 | 2025-02-21T20:22:19.226Z | [ recovery-image] Feb 21 20:22:18.769 INFO O| Feb 21 20:22:18.769 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8273 | 2025-02-21T20:22:19.229Z | [ recovery-image] Feb 21 20:22:18.769 INFO O| Feb 21 20:22:18.769 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
8274 | 2025-02-21T20:22:19.229Z | [ recovery-image] Feb 21 20:22:18.769 INFO O| Feb 21 20:22:18.769 INFO ok! |
8275 | 2025-02-21T20:22:19.229Z | [ recovery-image] Feb 21 20:22:18.769 INFO O| Feb 21 20:22:18.769 INFO STEP 20 (ensure_symlink) COMPLETE |
8276 | 2025-02-21T20:22:19.229Z | [ recovery-image] Feb 21 20:22:18.769 INFO O| Feb 21 20:22:18.769 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8277 | 2025-02-21T20:22:19.247Z | [ recovery-image] Feb 21 20:22:18.791 INFO O| Feb 21 20:22:18.791 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
8278 | 2025-02-21T20:22:19.247Z | [ recovery-image] Feb 21 20:22:18.791 INFO O| Feb 21 20:22:18.791 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8279 | 2025-02-21T20:22:19.247Z | [ recovery-image] Feb 21 20:22:18.791 INFO O| Feb 21 20:22:18.791 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
8280 | 2025-02-21T20:22:19.250Z | [ recovery-image] Feb 21 20:22:18.791 INFO O| Feb 21 20:22:18.791 INFO ok! |
8281 | 2025-02-21T20:22:19.250Z | [ recovery-image] Feb 21 20:22:18.791 INFO O| Feb 21 20:22:18.791 INFO STEP 21 (ensure_symlink) COMPLETE |
8282 | 2025-02-21T20:22:19.250Z | [ recovery-image] Feb 21 20:22:18.791 INFO O| Feb 21 20:22:18.791 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8283 | 2025-02-21T20:22:19.269Z | [ recovery-image] Feb 21 20:22:18.813 INFO O| Feb 21 20:22:18.813 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
8284 | 2025-02-21T20:22:19.269Z | [ recovery-image] Feb 21 20:22:18.813 INFO O| Feb 21 20:22:18.813 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8285 | 2025-02-21T20:22:19.275Z | [ recovery-image] Feb 21 20:22:18.814 INFO O| Feb 21 20:22:18.814 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
8286 | 2025-02-21T20:22:19.275Z | [ recovery-image] Feb 21 20:22:18.814 INFO O| Feb 21 20:22:18.814 INFO ok! |
8287 | 2025-02-21T20:22:19.275Z | [ recovery-image] Feb 21 20:22:18.814 INFO O| Feb 21 20:22:18.814 INFO STEP 22 (ensure_symlink) COMPLETE |
8288 | 2025-02-21T20:22:19.275Z | [ recovery-image] Feb 21 20:22:18.814 INFO O| Feb 21 20:22:18.814 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8289 | 2025-02-21T20:22:19.290Z | [ recovery-image] Feb 21 20:22:18.834 INFO O| Feb 21 20:22:18.834 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
8290 | 2025-02-21T20:22:19.290Z | [ recovery-image] Feb 21 20:22:18.834 INFO O| Feb 21 20:22:18.834 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8291 | 2025-02-21T20:22:19.290Z | [ recovery-image] Feb 21 20:22:18.834 INFO O| Feb 21 20:22:18.834 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
8292 | 2025-02-21T20:22:19.293Z | [ recovery-image] Feb 21 20:22:18.834 INFO O| Feb 21 20:22:18.834 INFO ok! |
8293 | 2025-02-21T20:22:19.293Z | [ recovery-image] Feb 21 20:22:18.834 INFO O| Feb 21 20:22:18.834 INFO STEP 23 (ensure_symlink) COMPLETE |
8294 | 2025-02-21T20:22:19.293Z | [ recovery-image] Feb 21 20:22:18.834 INFO O| Feb 21 20:22:18.834 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8295 | 2025-02-21T20:22:19.310Z | [ recovery-image] Feb 21 20:22:18.854 INFO O| Feb 21 20:22:18.854 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8296 | 2025-02-21T20:22:19.314Z | [ recovery-image] Feb 21 20:22:18.855 INFO O| Feb 21 20:22:18.855 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 ... |
8297 | 2025-02-21T20:22:19.314Z | [ recovery-image] Feb 21 20:22:18.855 INFO O| Feb 21 20:22:18.855 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
8298 | 2025-02-21T20:22:19.314Z | [ recovery-image] Feb 21 20:22:18.855 INFO O| Feb 21 20:22:18.855 INFO ok! |
8299 | 2025-02-21T20:22:19.314Z | [ recovery-image] Feb 21 20:22:18.855 INFO O| Feb 21 20:22:18.855 INFO STEP 24 (ensure_file) COMPLETE |
8300 | 2025-02-21T20:22:19.314Z | [ recovery-image] Feb 21 20:22:18.855 INFO O| Feb 21 20:22:18.855 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8301 | 2025-02-21T20:22:19.350Z | [ recovery-image] Feb 21 20:22:18.894 INFO O| Feb 21 20:22:18.894 INFO updating shadow file |
8302 | 2025-02-21T20:22:19.355Z | [ recovery-image] Feb 21 20:22:18.894 INFO O| Feb 21 20:22:18.894 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8303 | 2025-02-21T20:22:19.355Z | [ recovery-image] Feb 21 20:22:18.894 INFO O| Feb 21 20:22:18.894 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8304 | 2025-02-21T20:22:19.355Z | [ recovery-image] Feb 21 20:22:18.894 INFO O| Feb 21 20:22:18.894 INFO STEP 25 (shadow) COMPLETE |
8305 | 2025-02-21T20:22:19.355Z | [ recovery-image] Feb 21 20:22:18.894 INFO O| Feb 21 20:22:18.894 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8306 | 2025-02-21T20:22:19.387Z | [ recovery-image] Feb 21 20:22:18.930 INFO O| Feb 21 20:22:18.930 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
8307 | 2025-02-21T20:22:19.393Z | [ recovery-image] Feb 21 20:22:18.930 INFO O| Feb 21 20:22:18.930 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
8308 | 2025-02-21T20:22:19.393Z | [ recovery-image] Feb 21 20:22:18.930 INFO O| Feb 21 20:22:18.930 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
8309 | 2025-02-21T20:22:19.393Z | [ recovery-image] Feb 21 20:22:18.930 INFO O| Feb 21 20:22:18.930 INFO ok! |
8310 | 2025-02-21T20:22:19.393Z | [ recovery-image] Feb 21 20:22:18.930 INFO O| Feb 21 20:22:18.930 INFO STEP 26 (ensure_file) COMPLETE |
8311 | 2025-02-21T20:22:19.393Z | [ recovery-image] Feb 21 20:22:18.930 INFO O| Feb 21 20:22:18.930 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8312 | 2025-02-21T20:22:19.421Z | [ recovery-image] Feb 21 20:22:18.951 INFO O| Feb 21 20:22:18.951 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
8313 | 2025-02-21T20:22:19.421Z | [ recovery-image] Feb 21 20:22:18.951 INFO O| Feb 21 20:22:18.951 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
8314 | 2025-02-21T20:22:19.422Z | [ recovery-image] Feb 21 20:22:18.951 INFO O| Feb 21 20:22:18.951 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
8315 | 2025-02-21T20:22:19.431Z | [ recovery-image] Feb 21 20:22:18.951 INFO O| Feb 21 20:22:18.951 INFO ok! |
8316 | 2025-02-21T20:22:19.431Z | [ recovery-image] Feb 21 20:22:18.951 INFO O| Feb 21 20:22:18.951 INFO STEP 27 (ensure_file) COMPLETE |
8317 | 2025-02-21T20:22:19.432Z | [ recovery-image] Feb 21 20:22:18.951 INFO O| Feb 21 20:22:18.951 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8318 | 2025-02-21T20:22:19.436Z | [ recovery-image] Feb 21 20:22:18.971 INFO O| Feb 21 20:22:18.971 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8319 | 2025-02-21T20:22:19.436Z | [ recovery-image] Feb 21 20:22:18.971 INFO O| Feb 21 20:22:18.971 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
8320 | 2025-02-21T20:22:19.437Z | [ recovery-image] Feb 21 20:22:18.971 INFO O| Feb 21 20:22:18.971 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8321 | 2025-02-21T20:22:19.437Z | [ recovery-image] Feb 21 20:22:18.971 INFO O| Feb 21 20:22:18.971 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8322 | 2025-02-21T20:22:19.437Z | [ recovery-image] Feb 21 20:22:18.971 INFO O| Feb 21 20:22:18.971 INFO ok! |
8323 | 2025-02-21T20:22:19.437Z | [ recovery-image] Feb 21 20:22:18.971 INFO O| Feb 21 20:22:18.971 INFO STEP 28 (ensure_file) COMPLETE |
8324 | 2025-02-21T20:22:19.437Z | [ recovery-image] Feb 21 20:22:18.971 INFO O| Feb 21 20:22:18.971 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8325 | 2025-02-21T20:22:19.458Z | [ recovery-image] Feb 21 20:22:19.002 INFO O| Feb 21 20:22:19.002 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
8326 | 2025-02-21T20:22:19.458Z | [ recovery-image] Feb 21 20:22:19.002 INFO O| Feb 21 20:22:19.002 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
8327 | 2025-02-21T20:22:19.463Z | [ recovery-image] Feb 21 20:22:19.002 INFO O| Feb 21 20:22:19.002 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
8328 | 2025-02-21T20:22:19.463Z | [ recovery-image] Feb 21 20:22:19.002 INFO O| Feb 21 20:22:19.002 INFO ok! |
8329 | 2025-02-21T20:22:19.463Z | [ recovery-image] Feb 21 20:22:19.002 INFO O| Feb 21 20:22:19.002 INFO STEP 29 (ensure_file) COMPLETE |
8330 | 2025-02-21T20:22:19.468Z | [ recovery-image] Feb 21 20:22:19.002 INFO O| Feb 21 20:22:19.002 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8331 | 2025-02-21T20:22:19.496Z | [ recovery-image] Feb 21 20:22:19.041 INFO O| Feb 21 20:22:19.040 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
8332 | 2025-02-21T20:22:19.496Z | [ recovery-image] Feb 21 20:22:19.041 INFO O| Feb 21 20:22:19.041 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
8333 | 2025-02-21T20:22:19.503Z | [ recovery-image] Feb 21 20:22:19.041 INFO O| Feb 21 20:22:19.041 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
8334 | 2025-02-21T20:22:19.503Z | [ recovery-image] Feb 21 20:22:19.041 INFO O| Feb 21 20:22:19.041 INFO ok! |
8335 | 2025-02-21T20:22:19.503Z | [ recovery-image] Feb 21 20:22:19.041 INFO O| Feb 21 20:22:19.041 INFO STEP 30 (ensure_file) COMPLETE |
8336 | 2025-02-21T20:22:19.504Z | [ recovery-image] Feb 21 20:22:19.041 INFO O| Feb 21 20:22:19.041 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8337 | 2025-02-21T20:22:19.518Z | [ recovery-image] Feb 21 20:22:19.062 INFO O| Feb 21 20:22:19.061 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
8338 | 2025-02-21T20:22:19.518Z | [ recovery-image] Feb 21 20:22:19.062 INFO O| Feb 21 20:22:19.062 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
8339 | 2025-02-21T20:22:19.518Z | [ recovery-image] Feb 21 20:22:19.062 INFO O| Feb 21 20:22:19.062 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8340 | 2025-02-21T20:22:19.518Z | [ recovery-image] Feb 21 20:22:19.062 INFO O| Feb 21 20:22:19.062 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8341 | 2025-02-21T20:22:19.521Z | [ recovery-image] Feb 21 20:22:19.062 INFO O| Feb 21 20:22:19.062 INFO ok! |
8342 | 2025-02-21T20:22:19.521Z | [ recovery-image] Feb 21 20:22:19.062 INFO O| Feb 21 20:22:19.062 INFO STEP 31 (ensure_file) COMPLETE |
8343 | 2025-02-21T20:22:19.521Z | [ recovery-image] Feb 21 20:22:19.062 INFO O| Feb 21 20:22:19.062 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8344 | 2025-02-21T20:22:19.561Z | [ recovery-image] Feb 21 20:22:19.104 INFO O| Feb 21 20:22:19.104 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
8345 | 2025-02-21T20:22:19.561Z | [ recovery-image] Feb 21 20:22:19.104 INFO O| Feb 21 20:22:19.104 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
8346 | 2025-02-21T20:22:19.562Z | [ recovery-image] Feb 21 20:22:19.104 INFO O| Feb 21 20:22:19.104 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
8347 | 2025-02-21T20:22:19.562Z | [ recovery-image] Feb 21 20:22:19.104 INFO O| Feb 21 20:22:19.104 INFO ok! |
8348 | 2025-02-21T20:22:19.575Z | [ recovery-image] Feb 21 20:22:19.104 INFO O| Feb 21 20:22:19.104 INFO STEP 32 (ensure_file) COMPLETE |
8349 | 2025-02-21T20:22:19.575Z | [ recovery-image] Feb 21 20:22:19.104 INFO O| Feb 21 20:22:19.104 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8350 | 2025-02-21T20:22:19.620Z | [ recovery-image] Feb 21 20:22:19.164 INFO O| Feb 21 20:22:19.164 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8351 | 2025-02-21T20:22:19.620Z | [ recovery-image] Feb 21 20:22:19.164 INFO O| Feb 21 20:22:19.164 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
8352 | 2025-02-21T20:22:19.620Z | [ recovery-image] Feb 21 20:22:19.164 INFO O| Feb 21 20:22:19.164 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
8353 | 2025-02-21T20:22:19.620Z | [ recovery-image] Feb 21 20:22:19.164 INFO O| Feb 21 20:22:19.164 INFO ok! |
8354 | 2025-02-21T20:22:19.624Z | [ recovery-image] Feb 21 20:22:19.164 INFO O| Feb 21 20:22:19.164 INFO STEP 33 (ensure_file) COMPLETE |
8355 | 2025-02-21T20:22:19.624Z | [ recovery-image] Feb 21 20:22:19.164 INFO O| Feb 21 20:22:19.164 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8356 | 2025-02-21T20:22:19.642Z | [ recovery-image] Feb 21 20:22:19.184 INFO O| Feb 21 20:22:19.184 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
8357 | 2025-02-21T20:22:19.642Z | [ recovery-image] Feb 21 20:22:19.184 INFO O| Feb 21 20:22:19.184 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
8358 | 2025-02-21T20:22:19.647Z | [ recovery-image] Feb 21 20:22:19.185 INFO O| Feb 21 20:22:19.184 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8359 | 2025-02-21T20:22:19.647Z | [ recovery-image] Feb 21 20:22:19.185 INFO O| Feb 21 20:22:19.185 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8360 | 2025-02-21T20:22:19.648Z | [ recovery-image] Feb 21 20:22:19.185 INFO O| Feb 21 20:22:19.185 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8361 | 2025-02-21T20:22:19.648Z | [ recovery-image] Feb 21 20:22:19.185 INFO O| Feb 21 20:22:19.185 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8362 | 2025-02-21T20:22:19.648Z | [ recovery-image] Feb 21 20:22:19.185 INFO O| Feb 21 20:22:19.185 INFO ok! |
8363 | 2025-02-21T20:22:19.648Z | [ recovery-image] Feb 21 20:22:19.185 INFO O| Feb 21 20:22:19.185 INFO STEP 34 (ensure_file) COMPLETE |
8364 | 2025-02-21T20:22:19.648Z | [ recovery-image] Feb 21 20:22:19.185 INFO O| Feb 21 20:22:19.185 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8365 | 2025-02-21T20:22:19.666Z | [ recovery-image] Feb 21 20:22:19.207 INFO O| Feb 21 20:22:19.207 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8366 | 2025-02-21T20:22:19.666Z | [ recovery-image] Feb 21 20:22:19.207 INFO O| Feb 21 20:22:19.207 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8367 | 2025-02-21T20:22:19.666Z | [ recovery-image] Feb 21 20:22:19.207 INFO O| Feb 21 20:22:19.207 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8368 | 2025-02-21T20:22:19.666Z | [ recovery-image] Feb 21 20:22:19.207 INFO O| Feb 21 20:22:19.207 INFO STEP 35 (ensure_dir) COMPLETE |
8369 | 2025-02-21T20:22:19.670Z | [ recovery-image] Feb 21 20:22:19.207 INFO O| Feb 21 20:22:19.207 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8370 | 2025-02-21T20:22:19.686Z | [ recovery-image] Feb 21 20:22:19.230 INFO O| Feb 21 20:22:19.230 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 |
8371 | 2025-02-21T20:22:19.686Z | [ recovery-image] Feb 21 20:22:19.230 INFO O| Feb 21 20:22:19.230 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 ... |
8372 | 2025-02-21T20:22:19.687Z | [ recovery-image] Feb 21 20:22:19.230 INFO O| Feb 21 20:22:19.230 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 |
8373 | 2025-02-21T20:22:19.690Z | [ recovery-image] Feb 21 20:22:19.230 INFO O| Feb 21 20:22:19.230 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 |
8374 | 2025-02-21T20:22:19.690Z | [ recovery-image] Feb 21 20:22:19.230 INFO O| Feb 21 20:22:19.230 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 |
8375 | 2025-02-21T20:22:19.690Z | [ recovery-image] Feb 21 20:22:19.230 INFO O| Feb 21 20:22:19.230 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 |
8376 | 2025-02-21T20:22:19.691Z | [ recovery-image] Feb 21 20:22:19.230 INFO O| Feb 21 20:22:19.230 INFO ok! |
8377 | 2025-02-21T20:22:19.691Z | [ recovery-image] Feb 21 20:22:19.230 INFO O| Feb 21 20:22:19.230 INFO STEP 36 (ensure_file) COMPLETE |
8378 | 2025-02-21T20:22:19.691Z | [ recovery-image] Feb 21 20:22:19.230 INFO O| Feb 21 20:22:19.230 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8379 | 2025-02-21T20:22:19.710Z | [ recovery-image] Feb 21 20:22:19.254 INFO O| Feb 21 20:22:19.254 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8380 | 2025-02-21T20:22:19.710Z | [ recovery-image] Feb 21 20:22:19.254 INFO O| Feb 21 20:22:19.254 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 ... |
8381 | 2025-02-21T20:22:19.714Z | [ recovery-image] Feb 21 20:22:19.254 INFO O| Feb 21 20:22:19.254 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8382 | 2025-02-21T20:22:19.715Z | [ recovery-image] Feb 21 20:22:19.254 INFO O| Feb 21 20:22:19.254 INFO ok! |
8383 | 2025-02-21T20:22:19.715Z | [ recovery-image] Feb 21 20:22:19.254 INFO O| Feb 21 20:22:19.254 INFO STEP 37 (ensure_symlink) COMPLETE |
8384 | 2025-02-21T20:22:19.715Z | [ recovery-image] Feb 21 20:22:19.254 INFO O| Feb 21 20:22:19.254 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8385 | 2025-02-21T20:22:19.737Z | [ recovery-image] Feb 21 20:22:19.278 INFO O| Feb 21 20:22:19.278 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
8386 | 2025-02-21T20:22:19.737Z | [ recovery-image] Feb 21 20:22:19.278 INFO O| Feb 21 20:22:19.278 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
8387 | 2025-02-21T20:22:19.737Z | [ recovery-image] Feb 21 20:22:19.278 INFO O| Feb 21 20:22:19.278 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8388 | 2025-02-21T20:22:19.737Z | [ recovery-image] Feb 21 20:22:19.278 INFO O| Feb 21 20:22:19.278 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8389 | 2025-02-21T20:22:19.741Z | [ recovery-image] Feb 21 20:22:19.278 INFO O| Feb 21 20:22:19.278 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8390 | 2025-02-21T20:22:19.741Z | [ recovery-image] Feb 21 20:22:19.278 INFO O| Feb 21 20:22:19.278 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8391 | 2025-02-21T20:22:19.741Z | [ recovery-image] Feb 21 20:22:19.278 INFO O| Feb 21 20:22:19.278 INFO ok! |
8392 | 2025-02-21T20:22:19.741Z | [ recovery-image] Feb 21 20:22:19.278 INFO O| Feb 21 20:22:19.278 INFO STEP 38 (ensure_file) COMPLETE |
8393 | 2025-02-21T20:22:19.741Z | [ recovery-image] Feb 21 20:22:19.278 INFO O| Feb 21 20:22:19.278 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8394 | 2025-02-21T20:22:19.760Z | [ recovery-image] Feb 21 20:22:19.302 INFO O| Feb 21 20:22:19.302 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
8395 | 2025-02-21T20:22:19.760Z | [ recovery-image] Feb 21 20:22:19.303 INFO O| Feb 21 20:22:19.302 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 ... |
8396 | 2025-02-21T20:22:19.765Z | [ recovery-image] Feb 21 20:22:19.303 INFO O| Feb 21 20:22:19.303 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 |
8397 | 2025-02-21T20:22:19.765Z | [ recovery-image] Feb 21 20:22:19.303 INFO O| Feb 21 20:22:19.303 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
8398 | 2025-02-21T20:22:19.765Z | [ recovery-image] Feb 21 20:22:19.303 INFO O| Feb 21 20:22:19.303 INFO ok! |
8399 | 2025-02-21T20:22:19.765Z | [ recovery-image] Feb 21 20:22:19.303 INFO O| Feb 21 20:22:19.303 INFO STEP 39 (ensure_file) COMPLETE |
8400 | 2025-02-21T20:22:19.765Z | [ recovery-image] Feb 21 20:22:19.303 INFO O| Feb 21 20:22:19.303 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8401 | 2025-02-21T20:22:19.798Z | [ recovery-image] Feb 21 20:22:19.340 INFO O| Feb 21 20:22:19.340 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
8402 | 2025-02-21T20:22:19.798Z | [ recovery-image] Feb 21 20:22:19.340 INFO O| Feb 21 20:22:19.340 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
8403 | 2025-02-21T20:22:19.798Z | [ recovery-image] Feb 21 20:22:19.340 INFO O| Feb 21 20:22:19.340 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
8404 | 2025-02-21T20:22:19.798Z | [ recovery-image] Feb 21 20:22:19.340 INFO O| Feb 21 20:22:19.340 INFO ok! |
8405 | 2025-02-21T20:22:19.816Z | [ recovery-image] Feb 21 20:22:19.340 INFO O| Feb 21 20:22:19.340 INFO STEP 40 (ensure_file) COMPLETE |
8406 | 2025-02-21T20:22:19.816Z | [ recovery-image] Feb 21 20:22:19.340 INFO O| Feb 21 20:22:19.340 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8407 | 2025-02-21T20:22:19.852Z | [ recovery-image] Feb 21 20:22:19.395 INFO O| Feb 21 20:22:19.395 INFO updating shadow file |
8408 | 2025-02-21T20:22:19.858Z | [ recovery-image] Feb 21 20:22:19.396 INFO O| Feb 21 20:22:19.396 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8409 | 2025-02-21T20:22:19.858Z | [ recovery-image] Feb 21 20:22:19.396 INFO O| Feb 21 20:22:19.396 INFO STEP 41 (shadow) COMPLETE |
8410 | 2025-02-21T20:22:19.858Z | [ recovery-image] Feb 21 20:22:19.396 INFO O| Feb 21 20:22:19.396 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8411 | 2025-02-21T20:22:19.876Z | [ recovery-image] Feb 21 20:22:19.419 INFO O| Feb 21 20:22:19.419 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
8412 | 2025-02-21T20:22:19.879Z | [ recovery-image] Feb 21 20:22:19.419 INFO O| Feb 21 20:22:19.419 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
8413 | 2025-02-21T20:22:19.879Z | [ recovery-image] Feb 21 20:22:19.419 INFO O| Feb 21 20:22:19.419 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8414 | 2025-02-21T20:22:19.879Z | [ recovery-image] Feb 21 20:22:19.419 INFO O| Feb 21 20:22:19.419 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8415 | 2025-02-21T20:22:19.879Z | [ recovery-image] Feb 21 20:22:19.419 INFO O| Feb 21 20:22:19.419 INFO ok! |
8416 | 2025-02-21T20:22:19.879Z | [ recovery-image] Feb 21 20:22:19.419 INFO O| Feb 21 20:22:19.419 INFO STEP 42 (ensure_file) COMPLETE |
8417 | 2025-02-21T20:22:19.879Z | [ recovery-image] Feb 21 20:22:19.419 INFO O| Feb 21 20:22:19.419 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8418 | 2025-02-21T20:22:19.898Z | [ recovery-image] Feb 21 20:22:19.441 INFO O| Feb 21 20:22:19.441 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
8419 | 2025-02-21T20:22:19.898Z | [ recovery-image] Feb 21 20:22:19.441 INFO O| Feb 21 20:22:19.441 INFO STEP 43 (ensure_dir) COMPLETE |
8420 | 2025-02-21T20:22:19.898Z | [ recovery-image] Feb 21 20:22:19.441 INFO O| Feb 21 20:22:19.441 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8421 | 2025-02-21T20:22:19.918Z | [ recovery-image] Feb 21 20:22:19.462 INFO O| Feb 21 20:22:19.462 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8422 | 2025-02-21T20:22:19.918Z | [ recovery-image] Feb 21 20:22:19.462 INFO O| Feb 21 20:22:19.462 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8423 | 2025-02-21T20:22:19.918Z | [ recovery-image] Feb 21 20:22:19.462 INFO O| Feb 21 20:22:19.462 INFO STEP 44 (ensure_dir) COMPLETE |
8424 | 2025-02-21T20:22:19.918Z | [ recovery-image] Feb 21 20:22:19.462 INFO O| Feb 21 20:22:19.462 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8425 | 2025-02-21T20:22:19.939Z | [ recovery-image] Feb 21 20:22:19.483 INFO O| Feb 21 20:22:19.482 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8426 | 2025-02-21T20:22:19.939Z | [ recovery-image] Feb 21 20:22:19.483 INFO O| Feb 21 20:22:19.483 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8427 | 2025-02-21T20:22:19.945Z | [ recovery-image] Feb 21 20:22:19.483 INFO O| Feb 21 20:22:19.483 INFO STEP 45 (ensure_dir) COMPLETE |
8428 | 2025-02-21T20:22:19.945Z | [ recovery-image] Feb 21 20:22:19.483 INFO O| Feb 21 20:22:19.483 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8429 | 2025-02-21T20:22:19.961Z | [ recovery-image] Feb 21 20:22:19.503 INFO O| Feb 21 20:22:19.503 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
8430 | 2025-02-21T20:22:19.961Z | [ recovery-image] Feb 21 20:22:19.503 INFO O| Feb 21 20:22:19.503 INFO copying /tmp/.tmppPBl4F/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
8431 | 2025-02-21T20:22:20.116Z | [ recovery-image] Feb 21 20:22:19.658 INFO O| Feb 21 20:22:19.657 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
8432 | 2025-02-21T20:22:20.116Z | [ recovery-image] Feb 21 20:22:19.658 INFO O| Feb 21 20:22:19.658 INFO ok! |
8433 | 2025-02-21T20:22:20.120Z | [ recovery-image] Feb 21 20:22:19.658 INFO O| Feb 21 20:22:19.658 INFO STEP 46 (ensure_file) COMPLETE |
8434 | 2025-02-21T20:22:20.120Z | [ recovery-image] Feb 21 20:22:19.658 INFO O| Feb 21 20:22:19.658 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8435 | 2025-02-21T20:22:20.165Z | [ recovery-image] Feb 21 20:22:19.704 INFO O| Feb 21 20:22:19.704 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8436 | 2025-02-21T20:22:20.171Z | [ recovery-image] Feb 21 20:22:19.704 INFO O| Feb 21 20:22:19.704 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8437 | 2025-02-21T20:22:20.171Z | [ recovery-image] Feb 21 20:22:19.704 INFO O| Feb 21 20:22:19.704 INFO STEP 47 (ensure_dir) COMPLETE |
8438 | 2025-02-21T20:22:20.171Z | [ recovery-image] Feb 21 20:22:19.704 INFO O| Feb 21 20:22:19.704 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8439 | 2025-02-21T20:22:20.196Z | [ recovery-image] Feb 21 20:22:19.737 INFO O| Feb 21 20:22:19.737 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
8440 | 2025-02-21T20:22:20.196Z | [ recovery-image] Feb 21 20:22:19.737 INFO O| Feb 21 20:22:19.737 INFO copying /tmp/.tmppPBl4F/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
8441 | 2025-02-21T20:22:20.196Z | [ recovery-image] Feb 21 20:22:19.737 INFO O| Feb 21 20:22:19.737 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
8442 | 2025-02-21T20:22:20.196Z | [ recovery-image] Feb 21 20:22:19.738 INFO O| Feb 21 20:22:19.737 INFO ok! |
8443 | 2025-02-21T20:22:20.200Z | [ recovery-image] Feb 21 20:22:19.738 INFO O| Feb 21 20:22:19.737 INFO STEP 48 (ensure_file) COMPLETE |
8444 | 2025-02-21T20:22:20.200Z | [ recovery-image] Feb 21 20:22:19.738 INFO O| Feb 21 20:22:19.737 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8445 | 2025-02-21T20:22:20.258Z | [ recovery-image] Feb 21 20:22:19.792 INFO O| Feb 21 20:22:19.792 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8446 | 2025-02-21T20:22:20.258Z | [ recovery-image] Feb 21 20:22:19.792 INFO O| Feb 21 20:22:19.792 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8447 | 2025-02-21T20:22:20.270Z | [ recovery-image] Feb 21 20:22:19.792 INFO O| Feb 21 20:22:19.792 INFO STEP 49 (ensure_dir) COMPLETE |
8448 | 2025-02-21T20:22:20.271Z | [ recovery-image] Feb 21 20:22:19.792 INFO O| Feb 21 20:22:19.792 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8449 | 2025-02-21T20:22:20.317Z | [ recovery-image] Feb 21 20:22:19.832 INFO O| Feb 21 20:22:19.832 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
8450 | 2025-02-21T20:22:20.317Z | [ recovery-image] Feb 21 20:22:19.832 INFO O| Feb 21 20:22:19.832 INFO copying /tmp/.tmppPBl4F/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
8451 | 2025-02-21T20:22:22.339Z | [ recovery-image] Feb 21 20:22:21.880 INFO O| Feb 21 20:22:21.880 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
8452 | 2025-02-21T20:22:22.339Z | [ recovery-image] Feb 21 20:22:21.880 INFO O| Feb 21 20:22:21.880 INFO ok! |
8453 | 2025-02-21T20:22:22.344Z | [ recovery-image] Feb 21 20:22:21.880 INFO O| Feb 21 20:22:21.880 INFO STEP 50 (ensure_file) COMPLETE |
8454 | 2025-02-21T20:22:22.344Z | [ recovery-image] Feb 21 20:22:21.880 INFO O| Feb 21 20:22:21.880 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8455 | 2025-02-21T20:22:22.361Z | [ recovery-image] Feb 21 20:22:21.901 INFO O| Feb 21 20:22:21.901 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
8456 | 2025-02-21T20:22:22.361Z | [ recovery-image] Feb 21 20:22:21.902 INFO O| Feb 21 20:22:21.901 INFO copying /tmp/.tmppPBl4F/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
8457 | 2025-02-21T20:22:23.415Z | [ recovery-image] Feb 21 20:22:21.953 INFO O| Feb 21 20:22:21.953 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
8458 | 2025-02-21T20:22:23.415Z | [ recovery-image] Feb 21 20:22:21.953 INFO O| Feb 21 20:22:21.953 INFO ok! |
8459 | 2025-02-21T20:22:23.422Z | [ recovery-image] Feb 21 20:22:21.953 INFO O| Feb 21 20:22:21.953 INFO STEP 51 (ensure_file) COMPLETE |
8460 | 2025-02-21T20:22:23.422Z | [ recovery-image] Feb 21 20:22:21.953 INFO O| Feb 21 20:22:21.953 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8461 | 2025-02-21T20:22:23.422Z | [ recovery-image] Feb 21 20:22:21.979 INFO O| Feb 21 20:22:21.979 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8462 | 2025-02-21T20:22:23.422Z | [ recovery-image] Feb 21 20:22:21.980 INFO O| Feb 21 20:22:21.979 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8463 | 2025-02-21T20:22:23.422Z | [ recovery-image] Feb 21 20:22:21.980 INFO O| Feb 21 20:22:21.980 INFO STEP 52 (ensure_dir) COMPLETE |
8464 | 2025-02-21T20:22:23.422Z | [ recovery-image] Feb 21 20:22:21.980 INFO O| Feb 21 20:22:21.980 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8465 | 2025-02-21T20:22:23.422Z | [ recovery-image] Feb 21 20:22:22.004 INFO O| Feb 21 20:22:22.004 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8466 | 2025-02-21T20:22:23.422Z | [ recovery-image] Feb 21 20:22:22.004 INFO O| Feb 21 20:22:22.004 INFO copying /tmp/.tmppPBl4F/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 ... |
8467 | 2025-02-21T20:22:23.422Z | [ recovery-image] Feb 21 20:22:22.004 INFO O| Feb 21 20:22:22.004 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 |
8468 | 2025-02-21T20:22:23.422Z | [ recovery-image] Feb 21 20:22:22.004 INFO O| Feb 21 20:22:22.004 INFO ok! |
8469 | 2025-02-21T20:22:23.422Z | [ recovery-image] Feb 21 20:22:22.004 INFO O| Feb 21 20:22:22.004 INFO STEP 53 (ensure_file) COMPLETE |
8470 | 2025-02-21T20:22:23.422Z | [ recovery-image] Feb 21 20:22:22.004 INFO O| Feb 21 20:22:22.004 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8471 | 2025-02-21T20:22:23.422Z | [ recovery-image] Feb 21 20:22:22.034 INFO O| Feb 21 20:22:22.034 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8472 | 2025-02-21T20:22:23.422Z | [ recovery-image] Feb 21 20:22:22.034 INFO O| Feb 21 20:22:22.034 INFO copying /tmp/.tmppPBl4F/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 ... |
8473 | 2025-02-21T20:22:23.422Z | [ recovery-image] Feb 21 20:22:22.034 INFO O| Feb 21 20:22:22.034 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 |
8474 | 2025-02-21T20:22:23.422Z | [ recovery-image] Feb 21 20:22:22.034 INFO O| Feb 21 20:22:22.034 INFO ok! |
8475 | 2025-02-21T20:22:23.422Z | [ recovery-image] Feb 21 20:22:22.034 INFO O| Feb 21 20:22:22.034 INFO STEP 54 (ensure_file) COMPLETE |
8476 | 2025-02-21T20:22:23.422Z | [ recovery-image] Feb 21 20:22:22.034 INFO O| Feb 21 20:22:22.034 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8477 | 2025-02-21T20:22:23.424Z | [ recovery-image] Feb 21 20:22:22.087 INFO O| Feb 21 20:22:22.087 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8478 | 2025-02-21T20:22:23.424Z | [ recovery-image] Feb 21 20:22:22.087 INFO O| Feb 21 20:22:22.087 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8479 | 2025-02-21T20:22:23.424Z | [ recovery-image] Feb 21 20:22:22.088 INFO O| Feb 21 20:22:22.087 INFO STEP 55 (ensure_dir) COMPLETE |
8480 | 2025-02-21T20:22:23.424Z | [ recovery-image] Feb 21 20:22:22.088 INFO O| Feb 21 20:22:22.087 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8481 | 2025-02-21T20:22:23.424Z | [ recovery-image] Feb 21 20:22:22.201 INFO O| Feb 21 20:22:22.201 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8482 | 2025-02-21T20:22:23.424Z | [ recovery-image] Feb 21 20:22:22.201 INFO O| Feb 21 20:22:22.201 INFO copying /tmp/.tmppPBl4F/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 ... |
8483 | 2025-02-21T20:22:23.424Z | [ recovery-image] Feb 21 20:22:22.201 INFO O| Feb 21 20:22:22.201 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8484 | 2025-02-21T20:22:23.424Z | [ recovery-image] Feb 21 20:22:22.201 INFO O| Feb 21 20:22:22.201 INFO ok! |
8485 | 2025-02-21T20:22:23.424Z | [ recovery-image] Feb 21 20:22:22.201 INFO O| Feb 21 20:22:22.201 INFO STEP 56 (ensure_file) COMPLETE |
8486 | 2025-02-21T20:22:23.424Z | [ recovery-image] Feb 21 20:22:22.201 INFO O| Feb 21 20:22:22.201 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8487 | 2025-02-21T20:22:23.424Z | [ recovery-image] Feb 21 20:22:22.222 INFO O| Feb 21 20:22:22.222 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8488 | 2025-02-21T20:22:23.424Z | [ recovery-image] Feb 21 20:22:22.222 INFO O| Feb 21 20:22:22.222 INFO copying /tmp/.tmppPBl4F/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 ... |
8489 | 2025-02-21T20:22:23.424Z | [ recovery-image] Feb 21 20:22:22.222 INFO O| Feb 21 20:22:22.222 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 |
8490 | 2025-02-21T20:22:23.425Z | [ recovery-image] Feb 21 20:22:22.222 INFO O| Feb 21 20:22:22.222 INFO ok! |
8491 | 2025-02-21T20:22:23.425Z | [ recovery-image] Feb 21 20:22:22.222 INFO O| Feb 21 20:22:22.222 INFO STEP 57 (ensure_file) COMPLETE |
8492 | 2025-02-21T20:22:23.425Z | [ recovery-image] Feb 21 20:22:22.223 INFO O| Feb 21 20:22:22.222 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8493 | 2025-02-21T20:22:23.425Z | [ recovery-image] Feb 21 20:22:22.251 INFO O| Feb 21 20:22:22.251 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8494 | 2025-02-21T20:22:23.425Z | [ recovery-image] Feb 21 20:22:22.251 INFO O| Feb 21 20:22:22.251 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8495 | 2025-02-21T20:22:23.425Z | [ recovery-image] Feb 21 20:22:22.251 INFO O| Feb 21 20:22:22.251 INFO STEP 58 (ensure_dir) COMPLETE |
8496 | 2025-02-21T20:22:23.425Z | [ recovery-image] Feb 21 20:22:22.251 INFO O| Feb 21 20:22:22.251 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8497 | 2025-02-21T20:22:23.425Z | [ recovery-image] Feb 21 20:22:22.272 INFO O| Feb 21 20:22:22.271 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8498 | 2025-02-21T20:22:23.425Z | [ recovery-image] Feb 21 20:22:22.272 INFO O| Feb 21 20:22:22.271 INFO copying /tmp/.tmppPBl4F/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 ... |
8499 | 2025-02-21T20:22:23.425Z | [ recovery-image] Feb 21 20:22:22.272 INFO O| Feb 21 20:22:22.272 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8500 | 2025-02-21T20:22:23.425Z | [ recovery-image] Feb 21 20:22:22.272 INFO O| Feb 21 20:22:22.272 INFO ok! |
8501 | 2025-02-21T20:22:23.425Z | [ recovery-image] Feb 21 20:22:22.272 INFO O| Feb 21 20:22:22.272 INFO STEP 59 (ensure_file) COMPLETE |
8502 | 2025-02-21T20:22:23.425Z | [ recovery-image] Feb 21 20:22:22.272 INFO O| Feb 21 20:22:22.272 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8503 | 2025-02-21T20:22:23.425Z | [ recovery-image] Feb 21 20:22:22.293 INFO O| Feb 21 20:22:22.293 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
8504 | 2025-02-21T20:22:23.425Z | [ recovery-image] Feb 21 20:22:22.293 INFO O| Feb 21 20:22:22.293 INFO copying /tmp/.tmppPBl4F/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
8505 | 2025-02-21T20:22:23.425Z | [ recovery-image] Feb 21 20:22:22.294 INFO O| Feb 21 20:22:22.293 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
8506 | 2025-02-21T20:22:23.425Z | [ recovery-image] Feb 21 20:22:22.294 INFO O| Feb 21 20:22:22.294 INFO ok! |
8507 | 2025-02-21T20:22:23.425Z | [ recovery-image] Feb 21 20:22:22.294 INFO O| Feb 21 20:22:22.294 INFO STEP 60 (ensure_file) COMPLETE |
8508 | 2025-02-21T20:22:23.425Z | [ recovery-image] Feb 21 20:22:22.294 INFO O| Feb 21 20:22:22.294 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8509 | 2025-02-21T20:22:23.425Z | [ recovery-image] Feb 21 20:22:22.314 INFO O| Feb 21 20:22:22.314 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
8510 | 2025-02-21T20:22:23.425Z | [ recovery-image] Feb 21 20:22:22.314 INFO O| Feb 21 20:22:22.314 INFO STEP 61 (ensure_dir) COMPLETE |
8511 | 2025-02-21T20:22:23.425Z | [ recovery-image] Feb 21 20:22:22.315 INFO O| Feb 21 20:22:22.314 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8512 | 2025-02-21T20:22:23.425Z | [ recovery-image] Feb 21 20:22:22.336 INFO O| Feb 21 20:22:22.336 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
8513 | 2025-02-21T20:22:23.425Z | [ recovery-image] Feb 21 20:22:22.336 INFO O| Feb 21 20:22:22.336 INFO STEP 62 (ensure_dir) COMPLETE |
8514 | 2025-02-21T20:22:23.425Z | [ recovery-image] Feb 21 20:22:22.336 INFO O| Feb 21 20:22:22.336 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8515 | 2025-02-21T20:22:23.426Z | [ recovery-image] Feb 21 20:22:22.358 INFO O| Feb 21 20:22:22.358 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
8516 | 2025-02-21T20:22:23.426Z | [ recovery-image] Feb 21 20:22:22.358 INFO O| Feb 21 20:22:22.358 INFO STEP 63 (ensure_dir) COMPLETE |
8517 | 2025-02-21T20:22:23.426Z | [ recovery-image] Feb 21 20:22:22.358 INFO O| Feb 21 20:22:22.358 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8518 | 2025-02-21T20:22:23.426Z | [ recovery-image] Feb 21 20:22:22.408 INFO O| Feb 21 20:22:22.408 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
8519 | 2025-02-21T20:22:23.426Z | [ recovery-image] Feb 21 20:22:22.408 INFO O| Feb 21 20:22:22.408 INFO STEP 64 (ensure_dir) COMPLETE |
8520 | 2025-02-21T20:22:23.426Z | [ recovery-image] Feb 21 20:22:22.408 INFO O| Feb 21 20:22:22.408 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8521 | 2025-02-21T20:22:23.426Z | [ recovery-image] Feb 21 20:22:22.429 INFO O| Feb 21 20:22:22.429 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
8522 | 2025-02-21T20:22:23.426Z | [ recovery-image] Feb 21 20:22:22.429 INFO O| Feb 21 20:22:22.429 INFO copying /tmp/.tmppPBl4F/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
8523 | 2025-02-21T20:22:23.426Z | [ recovery-image] Feb 21 20:22:22.430 INFO O| Feb 21 20:22:22.430 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
8524 | 2025-02-21T20:22:23.426Z | [ recovery-image] Feb 21 20:22:22.430 INFO O| Feb 21 20:22:22.430 INFO ok! |
8525 | 2025-02-21T20:22:23.426Z | [ recovery-image] Feb 21 20:22:22.430 INFO O| Feb 21 20:22:22.430 INFO STEP 65 (ensure_file) COMPLETE |
8526 | 2025-02-21T20:22:23.426Z | [ recovery-image] Feb 21 20:22:22.430 INFO O| Feb 21 20:22:22.430 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8527 | 2025-02-21T20:22:23.426Z | [ recovery-image] Feb 21 20:22:22.451 INFO O| Feb 21 20:22:22.451 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
8528 | 2025-02-21T20:22:23.426Z | [ recovery-image] Feb 21 20:22:22.452 INFO O| Feb 21 20:22:22.452 INFO STEP 66 (remove_files) COMPLETE |
8529 | 2025-02-21T20:22:23.426Z | [ recovery-image] Feb 21 20:22:22.452 INFO O| Feb 21 20:22:22.452 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8530 | 2025-02-21T20:22:23.426Z | [ recovery-image] Feb 21 20:22:22.473 INFO O| Feb 21 20:22:22.473 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
8531 | 2025-02-21T20:22:23.426Z | [ recovery-image] Feb 21 20:22:22.473 INFO O| Feb 21 20:22:22.473 INFO STEP 67 (remove_files) COMPLETE |
8532 | 2025-02-21T20:22:23.426Z | [ recovery-image] Feb 21 20:22:22.473 INFO O| Feb 21 20:22:22.473 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8533 | 2025-02-21T20:22:23.426Z | [ recovery-image] Feb 21 20:22:22.506 INFO O| Feb 21 20:22:22.505 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
8534 | 2025-02-21T20:22:23.426Z | [ recovery-image] Feb 21 20:22:22.506 INFO O| Feb 21 20:22:22.506 INFO STEP 68 (remove_files) COMPLETE |
8535 | 2025-02-21T20:22:23.426Z | [ recovery-image] Feb 21 20:22:22.506 INFO O| Feb 21 20:22:22.506 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8536 | 2025-02-21T20:22:23.426Z | [ recovery-image] Feb 21 20:22:22.564 INFO O| Feb 21 20:22:22.564 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
8537 | 2025-02-21T20:22:23.427Z | [ recovery-image] Feb 21 20:22:22.564 INFO O| Feb 21 20:22:22.564 INFO STEP 69 (remove_files) COMPLETE |
8538 | 2025-02-21T20:22:23.427Z | [ recovery-image] Feb 21 20:22:22.564 INFO O| Feb 21 20:22:22.564 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8539 | 2025-02-21T20:22:23.427Z | [ recovery-image] Feb 21 20:22:22.585 INFO O| Feb 21 20:22:22.585 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
8540 | 2025-02-21T20:22:23.427Z | [ recovery-image] Feb 21 20:22:22.585 INFO O| Feb 21 20:22:22.585 INFO STEP 70 (remove_files) COMPLETE |
8541 | 2025-02-21T20:22:23.427Z | [ recovery-image] Feb 21 20:22:22.585 INFO O| Feb 21 20:22:22.585 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8542 | 2025-02-21T20:22:23.427Z | [ recovery-image] Feb 21 20:22:22.619 INFO O| Feb 21 20:22:22.619 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
8543 | 2025-02-21T20:22:23.428Z | [ recovery-image] Feb 21 20:22:22.619 INFO O| Feb 21 20:22:22.619 INFO STEP 71 (remove_files) COMPLETE |
8544 | 2025-02-21T20:22:23.428Z | [ recovery-image] Feb 21 20:22:22.619 INFO O| Feb 21 20:22:22.619 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8545 | 2025-02-21T20:22:23.428Z | [ recovery-image] Feb 21 20:22:22.654 INFO O| Feb 21 20:22:22.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
8546 | 2025-02-21T20:22:23.428Z | [ recovery-image] Feb 21 20:22:22.654 INFO O| Feb 21 20:22:22.654 INFO STEP 72 (remove_files) COMPLETE |
8547 | 2025-02-21T20:22:23.428Z | [ recovery-image] Feb 21 20:22:22.654 INFO O| Feb 21 20:22:22.654 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8548 | 2025-02-21T20:22:23.428Z | [ recovery-image] Feb 21 20:22:22.674 INFO O| Feb 21 20:22:22.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
8549 | 2025-02-21T20:22:23.428Z | [ recovery-image] Feb 21 20:22:22.674 INFO O| Feb 21 20:22:22.674 INFO STEP 73 (remove_files) COMPLETE |
8550 | 2025-02-21T20:22:23.428Z | [ recovery-image] Feb 21 20:22:22.674 INFO O| Feb 21 20:22:22.674 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8551 | 2025-02-21T20:22:23.428Z | [ recovery-image] Feb 21 20:22:22.697 INFO O| Feb 21 20:22:22.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
8552 | 2025-02-21T20:22:23.428Z | [ recovery-image] Feb 21 20:22:22.697 INFO O| Feb 21 20:22:22.697 INFO STEP 74 (remove_files) COMPLETE |
8553 | 2025-02-21T20:22:23.428Z | [ recovery-image] Feb 21 20:22:22.697 INFO O| Feb 21 20:22:22.697 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8554 | 2025-02-21T20:22:23.428Z | [ recovery-image] Feb 21 20:22:22.732 INFO O| Feb 21 20:22:22.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
8555 | 2025-02-21T20:22:23.428Z | [ recovery-image] Feb 21 20:22:22.732 INFO O| Feb 21 20:22:22.732 INFO STEP 75 (remove_files) COMPLETE |
8556 | 2025-02-21T20:22:23.428Z | [ recovery-image] Feb 21 20:22:22.732 INFO O| Feb 21 20:22:22.732 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8557 | 2025-02-21T20:22:23.428Z | [ recovery-image] Feb 21 20:22:22.767 INFO O| Feb 21 20:22:22.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
8558 | 2025-02-21T20:22:23.428Z | [ recovery-image] Feb 21 20:22:22.767 INFO O| Feb 21 20:22:22.767 INFO STEP 76 (remove_files) COMPLETE |
8559 | 2025-02-21T20:22:23.433Z | [ recovery-image] Feb 21 20:22:22.767 INFO O| Feb 21 20:22:22.767 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8560 | 2025-02-21T20:22:23.433Z | [ recovery-image] Feb 21 20:22:22.793 INFO O| Feb 21 20:22:22.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
8561 | 2025-02-21T20:22:23.433Z | [ recovery-image] Feb 21 20:22:22.793 INFO O| Feb 21 20:22:22.793 INFO STEP 77 (remove_files) COMPLETE |
8562 | 2025-02-21T20:22:23.433Z | [ recovery-image] Feb 21 20:22:22.793 INFO O| Feb 21 20:22:22.793 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8563 | 2025-02-21T20:22:23.433Z | [ recovery-image] Feb 21 20:22:22.832 INFO O| Feb 21 20:22:22.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
8564 | 2025-02-21T20:22:23.433Z | [ recovery-image] Feb 21 20:22:22.833 INFO O| Feb 21 20:22:22.833 INFO STEP 78 (remove_files) COMPLETE |
8565 | 2025-02-21T20:22:23.433Z | [ recovery-image] Feb 21 20:22:22.833 INFO O| Feb 21 20:22:22.833 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8566 | 2025-02-21T20:22:23.433Z | [ recovery-image] Feb 21 20:22:22.855 INFO O| Feb 21 20:22:22.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
8567 | 2025-02-21T20:22:23.435Z | [ recovery-image] Feb 21 20:22:22.855 INFO O| Feb 21 20:22:22.855 INFO STEP 79 (remove_files) COMPLETE |
8568 | 2025-02-21T20:22:23.435Z | [ recovery-image] Feb 21 20:22:22.855 INFO O| Feb 21 20:22:22.855 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8569 | 2025-02-21T20:22:23.435Z | [ recovery-image] Feb 21 20:22:22.877 INFO O| Feb 21 20:22:22.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
8570 | 2025-02-21T20:22:23.435Z | [ recovery-image] Feb 21 20:22:22.878 INFO O| Feb 21 20:22:22.878 INFO STEP 80 (remove_files) COMPLETE |
8571 | 2025-02-21T20:22:23.435Z | [ recovery-image] Feb 21 20:22:22.878 INFO O| Feb 21 20:22:22.878 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8572 | 2025-02-21T20:22:23.435Z | [ recovery-image] Feb 21 20:22:22.936 INFO O| Feb 21 20:22:22.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
8573 | 2025-02-21T20:22:23.435Z | [ recovery-image] Feb 21 20:22:22.936 INFO O| Feb 21 20:22:22.936 INFO STEP 81 (remove_files) COMPLETE |
8574 | 2025-02-21T20:22:23.435Z | [ recovery-image] Feb 21 20:22:22.937 INFO O| Feb 21 20:22:22.936 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8575 | 2025-02-21T20:22:23.435Z | [ recovery-image] Feb 21 20:22:22.957 INFO O| Feb 21 20:22:22.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8576 | 2025-02-21T20:22:23.435Z | [ recovery-image] Feb 21 20:22:22.957 INFO O| Feb 21 20:22:22.957 INFO STEP 82 (remove_files) COMPLETE |
8577 | 2025-02-21T20:22:23.435Z | [ recovery-image] Feb 21 20:22:22.957 INFO O| Feb 21 20:22:22.957 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8578 | 2025-02-21T20:22:23.439Z | [ recovery-image] Feb 21 20:22:22.978 INFO O| Feb 21 20:22:22.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8579 | 2025-02-21T20:22:23.439Z | [ recovery-image] Feb 21 20:22:22.979 INFO O| Feb 21 20:22:22.979 INFO STEP 83 (remove_files) COMPLETE |
8580 | 2025-02-21T20:22:23.439Z | [ recovery-image] Feb 21 20:22:22.979 INFO O| Feb 21 20:22:22.979 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8581 | 2025-02-21T20:22:23.458Z | [ recovery-image] Feb 21 20:22:23.000 INFO O| Feb 21 20:22:23.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8582 | 2025-02-21T20:22:23.458Z | [ recovery-image] Feb 21 20:22:23.000 INFO O| Feb 21 20:22:23.000 INFO STEP 84 (remove_files) COMPLETE |
8583 | 2025-02-21T20:22:23.458Z | [ recovery-image] Feb 21 20:22:23.000 INFO O| Feb 21 20:22:23.000 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8584 | 2025-02-21T20:22:23.492Z | [ recovery-image] Feb 21 20:22:23.034 INFO O| Feb 21 20:22:23.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8585 | 2025-02-21T20:22:23.492Z | [ recovery-image] Feb 21 20:22:23.034 INFO O| Feb 21 20:22:23.034 INFO STEP 85 (remove_files) COMPLETE |
8586 | 2025-02-21T20:22:23.495Z | [ recovery-image] Feb 21 20:22:23.034 INFO O| Feb 21 20:22:23.034 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8587 | 2025-02-21T20:22:23.511Z | [ recovery-image] Feb 21 20:22:23.053 INFO O| Feb 21 20:22:23.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8588 | 2025-02-21T20:22:23.512Z | [ recovery-image] Feb 21 20:22:23.054 INFO O| Feb 21 20:22:23.053 INFO STEP 86 (remove_files) COMPLETE |
8589 | 2025-02-21T20:22:23.515Z | [ recovery-image] Feb 21 20:22:23.054 INFO O| Feb 21 20:22:23.053 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8590 | 2025-02-21T20:22:23.543Z | [ recovery-image] Feb 21 20:22:23.085 INFO O| Feb 21 20:22:23.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8591 | 2025-02-21T20:22:23.543Z | [ recovery-image] Feb 21 20:22:23.085 INFO O| Feb 21 20:22:23.085 INFO STEP 87 (remove_files) COMPLETE |
8592 | 2025-02-21T20:22:23.543Z | [ recovery-image] Feb 21 20:22:23.085 INFO O| Feb 21 20:22:23.085 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8593 | 2025-02-21T20:22:23.567Z | [ recovery-image] Feb 21 20:22:23.109 INFO O| Feb 21 20:22:23.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8594 | 2025-02-21T20:22:23.572Z | [ recovery-image] Feb 21 20:22:23.109 INFO O| Feb 21 20:22:23.109 INFO STEP 88 (remove_files) COMPLETE |
8595 | 2025-02-21T20:22:23.572Z | [ recovery-image] Feb 21 20:22:23.109 INFO O| Feb 21 20:22:23.109 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8596 | 2025-02-21T20:22:23.612Z | [ recovery-image] Feb 21 20:22:23.154 INFO O| Feb 21 20:22:23.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8597 | 2025-02-21T20:22:23.615Z | [ recovery-image] Feb 21 20:22:23.154 INFO O| Feb 21 20:22:23.154 INFO STEP 89 (remove_files) COMPLETE |
8598 | 2025-02-21T20:22:23.615Z | [ recovery-image] Feb 21 20:22:23.154 INFO O| Feb 21 20:22:23.154 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8599 | 2025-02-21T20:22:23.651Z | [ recovery-image] Feb 21 20:22:23.192 INFO O| Feb 21 20:22:23.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8600 | 2025-02-21T20:22:23.654Z | [ recovery-image] Feb 21 20:22:23.193 INFO O| Feb 21 20:22:23.193 INFO STEP 90 (remove_files) COMPLETE |
8601 | 2025-02-21T20:22:23.654Z | [ recovery-image] Feb 21 20:22:23.193 INFO O| Feb 21 20:22:23.193 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8602 | 2025-02-21T20:22:23.697Z | [ recovery-image] Feb 21 20:22:23.239 INFO O| Feb 21 20:22:23.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8603 | 2025-02-21T20:22:23.700Z | [ recovery-image] Feb 21 20:22:23.239 INFO O| Feb 21 20:22:23.239 INFO STEP 91 (remove_files) COMPLETE |
8604 | 2025-02-21T20:22:23.700Z | [ recovery-image] Feb 21 20:22:23.240 INFO O| Feb 21 20:22:23.239 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8605 | 2025-02-21T20:22:23.721Z | [ recovery-image] Feb 21 20:22:23.263 INFO O| Feb 21 20:22:23.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8606 | 2025-02-21T20:22:23.724Z | [ recovery-image] Feb 21 20:22:23.263 INFO O| Feb 21 20:22:23.263 INFO STEP 92 (remove_files) COMPLETE |
8607 | 2025-02-21T20:22:23.724Z | [ recovery-image] Feb 21 20:22:23.263 INFO O| Feb 21 20:22:23.263 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8608 | 2025-02-21T20:22:23.745Z | [ recovery-image] Feb 21 20:22:23.286 INFO O| Feb 21 20:22:23.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8609 | 2025-02-21T20:22:23.748Z | [ recovery-image] Feb 21 20:22:23.286 INFO O| Feb 21 20:22:23.286 INFO STEP 93 (remove_files) COMPLETE |
8610 | 2025-02-21T20:22:23.748Z | [ recovery-image] Feb 21 20:22:23.286 INFO O| Feb 21 20:22:23.286 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8611 | 2025-02-21T20:22:23.764Z | [ recovery-image] Feb 21 20:22:23.306 INFO O| Feb 21 20:22:23.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8612 | 2025-02-21T20:22:23.767Z | [ recovery-image] Feb 21 20:22:23.306 INFO O| Feb 21 20:22:23.306 INFO STEP 94 (remove_files) COMPLETE |
8613 | 2025-02-21T20:22:23.767Z | [ recovery-image] Feb 21 20:22:23.306 INFO O| Feb 21 20:22:23.306 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8614 | 2025-02-21T20:22:23.804Z | [ recovery-image] Feb 21 20:22:23.345 INFO O| Feb 21 20:22:23.345 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8615 | 2025-02-21T20:22:23.807Z | [ recovery-image] Feb 21 20:22:23.349 INFO O| Feb 21 20:22:23.349 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"} |
8616 | 2025-02-21T20:22:24.858Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
8617 | 2025-02-21T20:22:30.270Z | [verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
8618 | 2025-02-21T20:22:32.920Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
8619 | 2025-02-21T20:22:35.503Z | [ recovery-image] Feb 21 20:22:35.038 INFO O| Feb 21 20:22:35.038 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 |
8620 | 2025-02-21T20:22:35.503Z | [ recovery-image] Feb 21 20:22:35.038 INFO O| Feb 21 20:22:35.038 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8621 | 2025-02-21T20:22:35.523Z | [ recovery-image] Feb 21 20:22:35.057 INFO O| Feb 21 20:22:35.057 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_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", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"} |
8622 | 2025-02-21T20:22:35.941Z | [ recovery-image] Feb 21 20:22:35.476 INFO O| Feb 21 20:22:35.476 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8623 | 2025-02-21T20:22:35.944Z | [ recovery-image] Feb 21 20:22:35.476 INFO O| Feb 21 20:22:35.476 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 ... |
8624 | 2025-02-21T20:22:35.945Z | [ recovery-image] Feb 21 20:22:35.478 INFO O| Feb 21 20:22:35.478 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8625 | 2025-02-21T20:22:35.945Z | [ recovery-image] Feb 21 20:22:35.478 INFO O| Feb 21 20:22:35.478 INFO ok! |
8626 | 2025-02-21T20:22:35.945Z | [ recovery-image] Feb 21 20:22:35.478 INFO O| Feb 21 20:22:35.478 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8627 | 2025-02-21T20:22:35.945Z | [ recovery-image] Feb 21 20:22:35.478 INFO O| Feb 21 20:22:35.478 INFO STEP 95 (seed_smf) COMPLETE |
8628 | 2025-02-21T20:22:35.945Z | [ recovery-image] Feb 21 20:22:35.479 INFO O| Feb 21 20:22:35.478 INFO steps complete; finalising image! |
8629 | 2025-02-21T20:22:35.945Z | [ recovery-image] Feb 21 20:22:35.479 INFO O| Feb 21 20:22:35.478 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8630 | 2025-02-21T20:22:35.949Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
8631 | 2025-02-21T20:22:36.029Z | [ recovery-image] Feb 21 20:22:35.562 INFO O| Feb 21 20:22:35.562 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Fri Feb 21 20:22:35 2025) |
8632 | 2025-02-21T20:22:36.243Z | [ recovery-image] Feb 21 20:22:35.774 INFO O| Feb 21 20:22:35.774 INFO trim TEMPORARY-gimlet-zfs-recovery: (28% trimmed, started at Fri Feb 21 20:22:35 2025) |
8633 | 2025-02-21T20:22:36.473Z | [ recovery-image] Feb 21 20:22:36.006 INFO O| Feb 21 20:22:36.006 INFO trim TEMPORARY-gimlet-zfs-recovery: (64% trimmed, started at Fri Feb 21 20:22:35 2025) |
8634 | 2025-02-21T20:22:36.713Z | [ recovery-image] Feb 21 20:22:36.247 INFO O| Feb 21 20:22:36.247 INFO temporary pool has 378M used, 1.38G avail, 1.00x compressratio |
8635 | 2025-02-21T20:22:36.714Z | [ recovery-image] Feb 21 20:22:36.247 INFO O| Feb 21 20:22:36.247 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8636 | 2025-02-21T20:22:36.841Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
8637 | 2025-02-21T20:22:37.458Z | [ recovery-image] Feb 21 20:22:36.992 INFO O| Feb 21 20:22:36.992 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 |
8638 | 2025-02-21T20:22:37.459Z | [ recovery-image] Feb 21 20:22:36.992 INFO O| Feb 21 20:22:36.992 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8639 | 2025-02-21T20:22:38.463Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
8640 | 2025-02-21T20:22:42.727Z | [verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
8641 | 2025-02-21T20:22:43.296Z | [ recovery-image] Feb 21 20:22:42.826 INFO O| Feb 21 20:22:42.826 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8642 | 2025-02-21T20:22:43.297Z | [ recovery-image] Feb 21 20:22:42.826 INFO O| Feb 21 20:22:42.826 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8643 | 2025-02-21T20:22:43.301Z | [ recovery-image] Feb 21 20:22:42.826 INFO O| Feb 21 20:22:42.826 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8644 | 2025-02-21T20:22:43.301Z | [ recovery-image] Feb 21 20:22:42.826 INFO O| Feb 21 20:22:42.826 INFO completed processing gimlet/zfs-recovery |
8645 | 2025-02-21T20:22:43.301Z | [ recovery-image] Feb 21 20:22:42.826 INFO O| Feb 21 20:22:42.826 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8646 | 2025-02-21T20:22:44.134Z | [ recovery-image] Feb 21 20:22:43.664 INFO O| Feb 21 20:22:43.664 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8647 | 2025-02-21T20:22:44.300Z | [ recovery-image] Feb 21 20:22:43.829 INFO BUILD STRING "heads/stlouis-0-g9fcb5effdf\n" |
8648 | 2025-02-21T20:22:44.303Z | [ recovery-image] Feb 21 20:22:43.829 INFO expanded image name: "recovery 9190d80/${os_short_commit} 2025-02-21 19:49" -> "recovery 9190d80/9fcb5ef 2025-02-21 19:49" |
8649 | 2025-02-21T20:22:44.304Z | [ recovery-image] Feb 21 20:22:43.830 INFO output artefacts stored in: "/work/os-recovery" |
8650 | 2025-02-21T20:22:44.304Z | [ recovery-image] Feb 21 20:22:43.830 INFO collecting git info from project "amd-host-image-builder"... |
8651 | 2025-02-21T20:22:44.990Z | [ recovery-image] Feb 21 20:22:44.508 INFO collecting git info from project "amd-firmware"... |
8652 | 2025-02-21T20:22:45.391Z | [ recovery-image] Feb 21 20:22:44.920 INFO collecting git info from project "chelsio-t6-roms"... |
8653 | 2025-02-21T20:22:45.426Z | [ recovery-image] Feb 21 20:22:44.955 INFO collecting git info from project "pilot"... |
8654 | 2025-02-21T20:22:45.448Z | [ recovery-image] Feb 21 20:22:44.977 INFO collecting git info from project "pinprick"... |
8655 | 2025-02-21T20:22:45.458Z | [ recovery-image] Feb 21 20:22:44.986 INFO collecting git info from project "phbl"... |
8656 | 2025-02-21T20:22:45.470Z | [ recovery-image] Feb 21 20:22:44.998 INFO collecting git info from project "bootserver"... |
8657 | 2025-02-21T20:22:45.481Z | [ recovery-image] Feb 21 20:22:45.010 INFO collecting git info from project "image-builder"... |
8658 | 2025-02-21T20:22:45.494Z | [ recovery-image] Feb 21 20:22:45.023 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8659 | 2025-02-21T20:22:46.497Z | [verify-libraries] Compiling termios v0.3.3 |
8660 | 2025-02-21T20:22:46.647Z | [ recovery-image] Feb 21 20:22:46.173 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8661 | 2025-02-21T20:22:46.922Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
8662 | 2025-02-21T20:22:47.370Z | [ recovery-image] Feb 21 20:22:46.897 INFO creating Oxide boot image... |
8663 | 2025-02-21T20:22:47.370Z | [ recovery-image] Feb 21 20:22:46.897 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 9190d80/9fcb5ef 2025-02-21 19:49", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8664 | 2025-02-21T20:22:48.070Z | [verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
8665 | 2025-02-21T20:23:39.568Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
8666 | 2025-02-21T20:23:56.030Z | [ host-image] Feb 21 20:23:55.517 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23235:20250221T103335Z |
8667 | 2025-02-21T20:23:56.030Z | [ host-image] Feb 21 20:23:55.517 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23235:20250221T103335Z |
8668 | 2025-02-21T20:23:56.035Z | [ host-image] Feb 21 20:23:55.517 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8669 | 2025-02-21T20:23:56.035Z | [ host-image] Feb 21 20:23:55.518 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8670 | 2025-02-21T20:23:56.035Z | [ host-image] Feb 21 20:23:55.518 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8671 | 2025-02-21T20:23:56.035Z | [ host-image] Feb 21 20:23:55.518 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8672 | 2025-02-21T20:23:56.035Z | [ host-image] Feb 21 20:23:55.519 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8673 | 2025-02-21T20:23:56.035Z | [ host-image] Feb 21 20:23:55.519 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8674 | 2025-02-21T20:23:56.035Z | [ host-image] Feb 21 20:23:55.519 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8675 | 2025-02-21T20:23:56.035Z | [ host-image] Feb 21 20:23:55.519 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8676 | 2025-02-21T20:23:56.035Z | [ host-image] Feb 21 20:23:55.519 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23235:20250221T103335Z |
8677 | 2025-02-21T20:23:56.039Z | [ host-image] Feb 21 20:23:55.522 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23235:20250221T103336Z |
8678 | 2025-02-21T20:23:56.039Z | [ host-image] Feb 21 20:23:55.523 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23235:20250221T103336Z |
8679 | 2025-02-21T20:23:56.039Z | [ host-image] Feb 21 20:23:55.524 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23235:20250221T103336Z |
8680 | 2025-02-21T20:23:56.039Z | [ host-image] Feb 21 20:23:55.524 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8681 | 2025-02-21T20:23:56.039Z | [ host-image] Feb 21 20:23:55.525 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23235:20250221T103336Z |
8682 | 2025-02-21T20:23:56.043Z | [ host-image] Feb 21 20:23:55.526 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23235:20250221T103337Z |
8683 | 2025-02-21T20:23:56.043Z | [ host-image] Feb 21 20:23:55.526 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23235:20250221T103337Z |
8684 | 2025-02-21T20:23:56.043Z | [ host-image] Feb 21 20:23:55.526 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23235:20250221T103337Z |
8685 | 2025-02-21T20:23:56.043Z | [ host-image] Feb 21 20:23:55.526 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23235:20250221T103338Z |
8686 | 2025-02-21T20:23:56.043Z | [ host-image] Feb 21 20:23:55.527 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23235:20250221T103338Z |
8687 | 2025-02-21T20:23:56.043Z | [ host-image] Feb 21 20:23:55.527 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23235:20250221T103338Z |
8688 | 2025-02-21T20:23:56.043Z | [ host-image] Feb 21 20:23:55.527 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23235:20250221T103338Z |
8689 | 2025-02-21T20:23:56.043Z | [ host-image] Feb 21 20:23:55.527 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23235:20250221T103339Z |
8690 | 2025-02-21T20:23:56.043Z | [ host-image] Feb 21 20:23:55.527 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23235:20250221T103339Z |
8691 | 2025-02-21T20:23:56.043Z | [ host-image] Feb 21 20:23:55.528 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23235:20250221T103340Z |
8692 | 2025-02-21T20:23:56.043Z | [ host-image] Feb 21 20:23:55.528 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23235:20250221T103340Z |
8693 | 2025-02-21T20:23:56.043Z | [ host-image] Feb 21 20:23:55.528 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23235:20250221T103342Z |
8694 | 2025-02-21T20:23:56.043Z | [ host-image] Feb 21 20:23:55.528 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23235:20250221T103342Z |
8695 | 2025-02-21T20:23:56.043Z | [ host-image] Feb 21 20:23:55.528 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.334:20250214T080526Z |
8696 | 2025-02-21T20:23:56.044Z | [ host-image] Feb 21 20:23:55.528 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23235:20250221T103344Z |
8697 | 2025-02-21T20:23:56.044Z | [ host-image] Feb 21 20:23:55.529 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23235:20250221T103346Z |
8698 | 2025-02-21T20:23:56.044Z | [ host-image] Feb 21 20:23:55.529 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23235:20250221T103347Z |
8699 | 2025-02-21T20:23:56.044Z | [ host-image] Feb 21 20:23:55.529 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23235:20250221T103347Z |
8700 | 2025-02-21T20:23:56.048Z | [ host-image] Feb 21 20:23:55.531 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23235:20250221T103349Z |
8701 | 2025-02-21T20:23:56.048Z | [ host-image] Feb 21 20:23:55.531 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23235:20250221T103349Z |
8702 | 2025-02-21T20:23:56.057Z | [ host-image] Feb 21 20:23:55.544 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z |
8703 | 2025-02-21T20:23:56.060Z | [ host-image] Feb 21 20:23:55.544 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23235:20250221T103349Z |
8704 | 2025-02-21T20:23:56.060Z | [ host-image] Feb 21 20:23:55.544 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z |
8705 | 2025-02-21T20:23:56.060Z | [ host-image] Feb 21 20:23:55.545 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8706 | 2025-02-21T20:23:56.060Z | [ host-image] Feb 21 20:23:55.545 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8707 | 2025-02-21T20:23:56.060Z | [ host-image] Feb 21 20:23:55.546 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23235:20250221T103349Z |
8708 | 2025-02-21T20:23:56.060Z | [ host-image] Feb 21 20:23:55.546 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8709 | 2025-02-21T20:23:56.060Z | [ host-image] Feb 21 20:23:55.547 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8710 | 2025-02-21T20:23:56.063Z | [ host-image] Feb 21 20:23:55.548 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8711 | 2025-02-21T20:23:56.063Z | [ host-image] Feb 21 20:23:55.549 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8712 | 2025-02-21T20:23:56.079Z | [ host-image] Feb 21 20:23:55.566 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8713 | 2025-02-21T20:23:56.079Z | [ host-image] Feb 21 20:23:55.566 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8714 | 2025-02-21T20:23:56.082Z | [ host-image] Feb 21 20:23:55.566 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8715 | 2025-02-21T20:23:56.082Z | [ host-image] Feb 21 20:23:55.567 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8716 | 2025-02-21T20:23:56.082Z | [ host-image] Feb 21 20:23:55.568 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8717 | 2025-02-21T20:23:56.082Z | [ host-image] Feb 21 20:23:55.568 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8718 | 2025-02-21T20:23:56.159Z | [ host-image] Feb 21 20:23:55.646 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.16-2.0:20250212T181143Z |
8719 | 2025-02-21T20:23:56.165Z | [ host-image] Feb 21 20:23:55.647 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8720 | 2025-02-21T20:23:56.165Z | [ host-image] Feb 21 20:23:55.647 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8721 | 2025-02-21T20:23:56.165Z | [ host-image] Feb 21 20:23:55.649 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23235:20250221T103351Z |
8722 | 2025-02-21T20:23:56.165Z | [ host-image] Feb 21 20:23:55.649 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23235:20250221T103357Z |
8723 | 2025-02-21T20:23:56.165Z | [ host-image] Feb 21 20:23:55.649 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8724 | 2025-02-21T20:23:56.165Z | [ host-image] Feb 21 20:23:55.649 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23235:20250221T103357Z |
8725 | 2025-02-21T20:23:56.165Z | [ host-image] Feb 21 20:23:55.650 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z |
8726 | 2025-02-21T20:23:56.165Z | [ host-image] Feb 21 20:23:55.650 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z |
8727 | 2025-02-21T20:23:56.165Z | [ host-image] Feb 21 20:23:55.650 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z |
8728 | 2025-02-21T20:23:56.169Z | [ host-image] Feb 21 20:23:55.650 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23235:20250221T103357Z |
8729 | 2025-02-21T20:23:56.169Z | [ host-image] Feb 21 20:23:55.650 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8730 | 2025-02-21T20:23:56.173Z | [ host-image] Feb 21 20:23:55.657 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8731 | 2025-02-21T20:23:56.173Z | [ host-image] Feb 21 20:23:55.657 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8732 | 2025-02-21T20:23:56.173Z | [ host-image] Feb 21 20:23:55.657 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8733 | 2025-02-21T20:23:56.173Z | [ host-image] Feb 21 20:23:55.658 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23235:20250221T103358Z |
8734 | 2025-02-21T20:23:56.173Z | [ host-image] Feb 21 20:23:55.658 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8735 | 2025-02-21T20:23:56.192Z | [ host-image] Feb 21 20:23:55.679 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8736 | 2025-02-21T20:23:56.196Z | [ host-image] Feb 21 20:23:55.679 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23235:20250221T103358Z |
8737 | 2025-02-21T20:23:56.196Z | [ host-image] Feb 21 20:23:55.682 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23235:20250221T103358Z |
8738 | 2025-02-21T20:23:56.196Z | [ host-image] Feb 21 20:23:55.683 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23235:20250221T103359Z |
8739 | 2025-02-21T20:23:56.197Z | [ host-image] Feb 21 20:23:55.683 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8740 | 2025-02-21T20:23:56.200Z | [ host-image] Feb 21 20:23:55.684 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23235:20250221T103400Z |
8741 | 2025-02-21T20:23:56.200Z | [ host-image] Feb 21 20:23:55.685 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23235:20250221T103400Z |
8742 | 2025-02-21T20:23:56.200Z | [ host-image] Feb 21 20:23:55.685 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23235:20250221T103400Z |
8743 | 2025-02-21T20:23:56.201Z | [ host-image] Feb 21 20:23:55.686 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23235:20250221T103400Z |
8744 | 2025-02-21T20:23:56.204Z | [ host-image] Feb 21 20:23:55.691 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8745 | 2025-02-21T20:23:56.207Z | [ host-image] Feb 21 20:23:55.692 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23235:20250221T103401Z |
8746 | 2025-02-21T20:23:56.207Z | [ host-image] Feb 21 20:23:55.693 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23235:20250221T103402Z |
8747 | 2025-02-21T20:23:56.207Z | [ host-image] Feb 21 20:23:55.693 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8748 | 2025-02-21T20:23:56.207Z | [ host-image] Feb 21 20:23:55.693 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23235:20250221T103402Z |
8749 | 2025-02-21T20:23:56.207Z | [ host-image] Feb 21 20:23:55.694 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23235:20250221T103402Z |
8750 | 2025-02-21T20:23:56.207Z | [ host-image] Feb 21 20:23:55.694 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.1.27-2.0.23235:20250221T103403Z |
8751 | 2025-02-21T20:23:56.210Z | [ host-image] Feb 21 20:23:55.695 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23235:20250221T103403Z |
8752 | 2025-02-21T20:23:56.220Z | [ host-image] Feb 21 20:23:55.707 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23235:20250221T103403Z |
8753 | 2025-02-21T20:23:56.220Z | [ host-image] Feb 21 20:23:55.707 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8754 | 2025-02-21T20:23:56.223Z | [ host-image] Feb 21 20:23:55.710 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23235:20250221T103403Z |
8755 | 2025-02-21T20:23:56.227Z | [ host-image] Feb 21 20:23:55.712 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23235:20250221T103403Z |
8756 | 2025-02-21T20:23:56.227Z | [ host-image] Feb 21 20:23:55.712 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23235:20250221T103403Z |
8757 | 2025-02-21T20:23:56.227Z | [ host-image] Feb 21 20:23:55.713 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23235:20250221T103403Z |
8758 | 2025-02-21T20:23:56.227Z | [ host-image] Feb 21 20:23:55.714 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23235:20250221T103403Z |
8759 | 2025-02-21T20:23:56.233Z | [ host-image] Feb 21 20:23:55.714 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23235:20250221T103404Z |
8760 | 2025-02-21T20:23:56.243Z | [ host-image] Feb 21 20:23:55.729 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23235:20250221T103405Z |
8761 | 2025-02-21T20:23:56.246Z | [ host-image] Feb 21 20:23:55.729 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23235:20250221T103404Z |
8762 | 2025-02-21T20:23:56.246Z | [ host-image] Feb 21 20:23:55.730 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23235:20250221T103405Z |
8763 | 2025-02-21T20:23:56.246Z | [ host-image] Feb 21 20:23:55.732 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23235:20250221T103405Z |
8764 | 2025-02-21T20:23:56.246Z | [ host-image] Feb 21 20:23:55.732 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23235:20250221T103405Z |
8765 | 2025-02-21T20:23:56.280Z | [ host-image] Feb 21 20:23:55.767 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23235:20250221T103408Z |
8766 | 2025-02-21T20:23:56.284Z | [ host-image] Feb 21 20:23:55.767 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23235:20250221T103405Z |
8767 | 2025-02-21T20:23:56.284Z | [ host-image] Feb 21 20:23:55.767 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23235:20250221T103405Z |
8768 | 2025-02-21T20:23:56.284Z | [ host-image] Feb 21 20:23:55.768 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z |
8769 | 2025-02-21T20:23:56.284Z | [ host-image] Feb 21 20:23:55.769 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z |
8770 | 2025-02-21T20:23:56.342Z | [ host-image] Feb 21 20:23:55.829 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23235:20250221T103406Z |
8771 | 2025-02-21T20:23:56.345Z | [ host-image] Feb 21 20:23:55.829 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8772 | 2025-02-21T20:23:56.345Z | [ host-image] Feb 21 20:23:55.829 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23235:20250221T103406Z |
8773 | 2025-02-21T20:23:56.345Z | [ host-image] Feb 21 20:23:55.829 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23235:20250221T103406Z |
8774 | 2025-02-21T20:23:56.345Z | [ host-image] Feb 21 20:23:55.831 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23235:20250221T103406Z |
8775 | 2025-02-21T20:23:56.345Z | [ host-image] Feb 21 20:23:55.832 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8776 | 2025-02-21T20:23:56.348Z | [ host-image] Feb 21 20:23:55.833 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8777 | 2025-02-21T20:23:56.348Z | [ host-image] Feb 21 20:23:55.833 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23235:20250221T103407Z |
8778 | 2025-02-21T20:23:56.348Z | [ host-image] Feb 21 20:23:55.833 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23235:20250221T103407Z |
8779 | 2025-02-21T20:23:56.349Z | [ host-image] Feb 21 20:23:55.834 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23235:20250221T103407Z |
8780 | 2025-02-21T20:23:56.349Z | [ host-image] Feb 21 20:23:55.834 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23235:20250221T103407Z |
8781 | 2025-02-21T20:23:56.349Z | [ host-image] Feb 21 20:23:55.835 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23235:20250221T103408Z |
8782 | 2025-02-21T20:23:56.349Z | [ host-image] Feb 21 20:23:55.835 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23235:20250221T103408Z |
8783 | 2025-02-21T20:23:56.352Z | [ host-image] Feb 21 20:23:55.839 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8784 | 2025-02-21T20:23:56.355Z | [ host-image] Feb 21 20:23:55.839 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23235:20250221T103409Z |
8785 | 2025-02-21T20:23:56.355Z | [ host-image] Feb 21 20:23:55.842 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23235:20250221T103409Z |
8786 | 2025-02-21T20:23:56.355Z | [ host-image] Feb 21 20:23:55.842 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23235:20250221T103409Z |
8787 | 2025-02-21T20:23:56.359Z | [ host-image] Feb 21 20:23:55.842 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23235:20250221T103410Z |
8788 | 2025-02-21T20:23:56.359Z | [ host-image] Feb 21 20:23:55.843 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23235:20250221T103409Z |
8789 | 2025-02-21T20:23:56.359Z | [ host-image] Feb 21 20:23:55.843 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23235:20250221T103410Z |
8790 | 2025-02-21T20:23:56.359Z | [ host-image] Feb 21 20:23:55.843 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8791 | 2025-02-21T20:23:56.359Z | [ host-image] Feb 21 20:23:55.843 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8792 | 2025-02-21T20:23:56.359Z | [ host-image] Feb 21 20:23:55.844 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23235:20250221T103412Z |
8793 | 2025-02-21T20:23:56.359Z | [ host-image] Feb 21 20:23:55.845 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23235:20250221T103412Z |
8794 | 2025-02-21T20:23:56.359Z | [ host-image] Feb 21 20:23:55.845 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8795 | 2025-02-21T20:23:56.359Z | [ host-image] Feb 21 20:23:55.845 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8796 | 2025-02-21T20:23:56.359Z | [ host-image] Feb 21 20:23:55.845 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8797 | 2025-02-21T20:23:56.359Z | [ host-image] Feb 21 20:23:55.845 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8798 | 2025-02-21T20:23:56.359Z | [ host-image] Feb 21 20:23:55.845 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8799 | 2025-02-21T20:23:56.362Z | [ host-image] Feb 21 20:23:55.847 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8800 | 2025-02-21T20:23:56.362Z | [ host-image] Feb 21 20:23:55.849 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z |
8801 | 2025-02-21T20:23:56.362Z | [ host-image] Feb 21 20:23:55.849 INFO O| tempdir @ "/tmp/.tmpC3klir/tmp" |
8802 | 2025-02-21T20:23:56.362Z | [ host-image] Feb 21 20:23:55.849 INFO O| image root @ "/tmp/.tmpC3klir/tmp/root" |
8803 | 2025-02-21T20:23:56.362Z | [ host-image] Feb 21 20:23:55.849 INFO O| creating image... |
8804 | 2025-02-21T20:23:57.435Z | [ host-image] Feb 21 20:23:56.921 INFO O| copying publishers... |
8805 | 2025-02-21T20:24:03.490Z | [ recovery-image] Feb 21 20:24:02.971 INFO O| ok, image written! |
8806 | 2025-02-21T20:24:03.490Z | [ recovery-image] Feb 21 20:24:02.972 INFO O| ok, boot_image_csum file written! |
8807 | 2025-02-21T20:24:03.499Z | [ recovery-image] Feb 21 20:24:02.980 INFO creating boot archive (CPIO)... |
8808 | 2025-02-21T20:24:03.499Z | [ recovery-image] Feb 21 20:24:02.980 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 |
8809 | 2025-02-21T20:24:03.512Z | [ recovery-image] Feb 21 20:24:02.995 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8810 | 2025-02-21T20:24:03.512Z | [ recovery-image] Feb 21 20:24:02.995 INFO E| + outfile=/work/os-recovery/cpio |
8811 | 2025-02-21T20:24:03.519Z | [ recovery-image] Feb 21 20:24:02.995 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8812 | 2025-02-21T20:24:03.527Z | [ recovery-image] Feb 21 20:24:02.999 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8813 | 2025-02-21T20:24:03.527Z | [ recovery-image] Feb 21 20:24:02.999 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8814 | 2025-02-21T20:24:03.589Z | [ recovery-image] Feb 21 20:24:03.070 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8815 | 2025-02-21T20:24:03.589Z | [ recovery-image] Feb 21 20:24:03.070 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8816 | 2025-02-21T20:24:03.601Z | [ recovery-image] Feb 21 20:24:03.082 INFO creating compressed cpio/unix for nanobl-rs... |
8817 | 2025-02-21T20:24:03.601Z | [ recovery-image] Feb 21 20:24:03.082 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 |
8818 | 2025-02-21T20:24:04.069Z | [ recovery-image] Feb 21 20:24:03.550 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8819 | 2025-02-21T20:24:11.696Z | [ recovery-image] Feb 21 20:24:11.173 INFO creating reset image... |
8820 | 2025-02-21T20:24:11.696Z | [ recovery-image] Feb 21 20:24:11.173 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8821 | 2025-02-21T20:24:12.604Z | [ recovery-image] Feb 21 20:24:12.081 INFO E| Updating crates.io index |
8822 | 2025-02-21T20:24:12.833Z | [ recovery-image] Feb 21 20:24:12.310 INFO E| Downloading crates ... |
8823 | 2025-02-21T20:24:12.994Z | [ recovery-image] Feb 21 20:24:12.467 INFO E| Downloaded heck v0.5.0 |
8824 | 2025-02-21T20:24:13.047Z | [ recovery-image] Feb 21 20:24:12.521 INFO E| Downloaded utf8parse v0.2.2 |
8825 | 2025-02-21T20:24:13.051Z | [ recovery-image] Feb 21 20:24:12.523 INFO E| Downloaded quote v1.0.37 |
8826 | 2025-02-21T20:24:13.052Z | [ recovery-image] Feb 21 20:24:12.527 INFO E| Downloaded is_terminal_polyfill v1.70.1 |
8827 | 2025-02-21T20:24:13.054Z | [ recovery-image] Feb 21 20:24:12.529 INFO E| Downloaded clap_lex v0.7.2 |
8828 | 2025-02-21T20:24:13.054Z | [ recovery-image] Feb 21 20:24:12.531 INFO E| Downloaded clap_derive v4.5.13 |
8829 | 2025-02-21T20:24:13.058Z | [ recovery-image] Feb 21 20:24:12.535 INFO E| Downloaded anstyle-parse v0.2.5 |
8830 | 2025-02-21T20:24:13.060Z | [ recovery-image] Feb 21 20:24:12.538 INFO E| Downloaded unicode-ident v1.0.13 |
8831 | 2025-02-21T20:24:13.065Z | [ recovery-image] Feb 21 20:24:12.542 INFO E| Downloaded proc-macro2 v1.0.86 |
8832 | 2025-02-21T20:24:13.069Z | [ recovery-image] Feb 21 20:24:12.546 INFO E| Downloaded duct v0.13.7 |
8833 | 2025-02-21T20:24:13.073Z | [ recovery-image] Feb 21 20:24:12.550 INFO E| Downloaded anstyle v1.0.8 |
8834 | 2025-02-21T20:24:13.076Z | [ recovery-image] Feb 21 20:24:12.553 INFO E| Downloaded strsim v0.11.1 |
8835 | 2025-02-21T20:24:13.078Z | [ recovery-image] Feb 21 20:24:12.555 INFO E| Downloaded shared_child v1.0.1 |
8836 | 2025-02-21T20:24:13.100Z | [ recovery-image] Feb 21 20:24:12.577 INFO E| Downloaded os_pipe v1.2.1 |
8837 | 2025-02-21T20:24:13.103Z | [ recovery-image] Feb 21 20:24:12.579 INFO E| Downloaded clap_builder v4.5.17 |
8838 | 2025-02-21T20:24:13.112Z | [ recovery-image] Feb 21 20:24:12.589 INFO E| Downloaded once_cell v1.19.0 |
8839 | 2025-02-21T20:24:13.116Z | [ recovery-image] Feb 21 20:24:12.593 INFO E| Downloaded colorchoice v1.0.2 |
8840 | 2025-02-21T20:24:13.169Z | [ recovery-image] Feb 21 20:24:12.595 INFO E| Downloaded syn v2.0.77 |
8841 | 2025-02-21T20:24:13.170Z | [ recovery-image] Feb 21 20:24:12.617 INFO E| Downloaded clap v4.5.17 |
8842 | 2025-02-21T20:24:13.198Z | [ recovery-image] Feb 21 20:24:12.632 INFO E| Downloaded anstream v0.6.15 |
8843 | 2025-02-21T20:24:13.198Z | [ recovery-image] Feb 21 20:24:12.635 INFO E| Downloaded anstyle-query v1.1.1 |
8844 | 2025-02-21T20:24:13.213Z | [ recovery-image] Feb 21 20:24:12.690 INFO E| Downloaded libc v0.2.158 |
8845 | 2025-02-21T20:24:13.352Z | [ recovery-image] Feb 21 20:24:12.829 INFO E| Compiling proc-macro2 v1.0.86 |
8846 | 2025-02-21T20:24:13.458Z | [ recovery-image] Feb 21 20:24:12.932 INFO E| Compiling unicode-ident v1.0.13 |
8847 | 2025-02-21T20:24:13.458Z | [ recovery-image] Feb 21 20:24:12.932 INFO E| Compiling libc v0.2.158 |
8848 | 2025-02-21T20:24:13.463Z | [ recovery-image] Feb 21 20:24:12.932 INFO E| Compiling utf8parse v0.2.2 |
8849 | 2025-02-21T20:24:13.463Z | [ recovery-image] Feb 21 20:24:12.932 INFO E| Compiling is_terminal_polyfill v1.70.1 |
8850 | 2025-02-21T20:24:13.463Z | [ recovery-image] Feb 21 20:24:12.932 INFO E| Compiling colorchoice v1.0.2 |
8851 | 2025-02-21T20:24:13.463Z | [ recovery-image] Feb 21 20:24:12.932 INFO E| Compiling anstyle v1.0.8 |
8852 | 2025-02-21T20:24:13.463Z | [ recovery-image] Feb 21 20:24:12.932 INFO E| Compiling anstyle-query v1.1.1 |
8853 | 2025-02-21T20:24:13.942Z | [ recovery-image] Feb 21 20:24:13.417 INFO E| Compiling anstyle-parse v0.2.5 |
8854 | 2025-02-21T20:24:14.021Z | [ recovery-image] Feb 21 20:24:13.497 INFO E| Compiling strsim v0.11.1 |
8855 | 2025-02-21T20:24:14.111Z | [ recovery-image] Feb 21 20:24:13.587 INFO E| Compiling clap_lex v0.7.2 |
8856 | 2025-02-21T20:24:14.209Z | [ recovery-image] Feb 21 20:24:13.685 INFO E| Compiling heck v0.5.0 |
8857 | 2025-02-21T20:24:14.439Z | [ recovery-image] Feb 21 20:24:13.915 INFO E| Compiling anstream v0.6.15 |
8858 | 2025-02-21T20:24:14.467Z | [ recovery-image] Feb 21 20:24:13.942 INFO E| Compiling once_cell v1.19.0 |
8859 | 2025-02-21T20:24:15.362Z | [ recovery-image] Feb 21 20:24:14.837 INFO E| Compiling clap_builder v4.5.17 |
8860 | 2025-02-21T20:24:16.407Z | [ recovery-image] Feb 21 20:24:15.880 INFO E| Compiling os_pipe v1.2.1 |
8861 | 2025-02-21T20:24:16.407Z | [ recovery-image] Feb 21 20:24:15.880 INFO E| Compiling shared_child v1.0.1 |
8862 | 2025-02-21T20:24:16.667Z | [ recovery-image] Feb 21 20:24:16.141 INFO E| Compiling duct v0.13.7 |
8863 | 2025-02-21T20:24:16.905Z | [ recovery-image] Feb 21 20:24:16.380 INFO E| Compiling quote v1.0.37 |
8864 | 2025-02-21T20:24:17.552Z | [ recovery-image] Feb 21 20:24:17.027 INFO E| Compiling syn v2.0.77 |
8865 | 2025-02-21T20:24:26.489Z | [ recovery-image] Feb 21 20:24:25.958 INFO E| Compiling clap_derive v4.5.13 |
8866 | 2025-02-21T20:24:27.899Z | [ host-image] Feb 21 20:24:27.300 INFO O| adding properties... |
8867 | 2025-02-21T20:24:30.303Z | [ host-image] Feb 21 20:24:29.768 INFO O| installing packages... |
8868 | 2025-02-21T20:24:31.532Z | [ recovery-image] Feb 21 20:24:30.997 INFO E| Compiling clap v4.5.17 |
8869 | 2025-02-21T20:24:31.673Z | [ recovery-image] Feb 21 20:24:31.139 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8870 | 2025-02-21T20:24:36.415Z | [ recovery-image] Feb 21 20:24:33.240 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.87s |
8871 | 2025-02-21T20:24:36.415Z | [ recovery-image] Feb 21 20:24:33.261 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8872 | 2025-02-21T20:24:36.415Z | [ recovery-image] Feb 21 20:24:33.714 INFO E| Updating crates.io index |
8873 | 2025-02-21T20:24:36.415Z | [ recovery-image] Feb 21 20:24:33.936 INFO E| Downloading crates ... |
8874 | 2025-02-21T20:24:36.415Z | [ recovery-image] Feb 21 20:24:34.081 INFO E| Downloaded bitstruct_derive v0.1.0 |
8875 | 2025-02-21T20:24:36.415Z | [ recovery-image] Feb 21 20:24:34.085 INFO E| Downloaded seq-macro v0.3.5 |
8876 | 2025-02-21T20:24:36.415Z | [ recovery-image] Feb 21 20:24:34.098 INFO E| Downloaded scroll_derive v0.12.0 |
8877 | 2025-02-21T20:24:36.415Z | [ recovery-image] Feb 21 20:24:34.100 INFO E| Downloaded bitstruct v0.1.1 |
8878 | 2025-02-21T20:24:36.415Z | [ recovery-image] Feb 21 20:24:34.102 INFO E| Downloaded cpio_reader v0.1.1 |
8879 | 2025-02-21T20:24:36.415Z | [ recovery-image] Feb 21 20:24:34.110 INFO E| Downloaded raw-cpuid v10.7.0 |
8880 | 2025-02-21T20:24:36.415Z | [ recovery-image] Feb 21 20:24:34.123 INFO E| Downloaded bit_field v0.10.2 |
8881 | 2025-02-21T20:24:36.417Z | [ recovery-image] Feb 21 20:24:34.127 INFO E| Downloaded scroll v0.12.0 |
8882 | 2025-02-21T20:24:36.417Z | [ recovery-image] Feb 21 20:24:34.129 INFO E| Downloaded adler2 v2.0.0 |
8883 | 2025-02-21T20:24:36.417Z | [ recovery-image] Feb 21 20:24:34.135 INFO E| Downloaded proc-macro2 v1.0.89 |
8884 | 2025-02-21T20:24:36.417Z | [ recovery-image] Feb 21 20:24:34.139 INFO E| Downloaded goblin v0.8.2 |
8885 | 2025-02-21T20:24:36.417Z | [ recovery-image] Feb 21 20:24:34.168 INFO E| Downloaded miniz_oxide v0.8.0 |
8886 | 2025-02-21T20:24:36.417Z | [ recovery-image] Feb 21 20:24:34.183 INFO E| Downloaded syn v2.0.85 |
8887 | 2025-02-21T20:24:36.417Z | [ recovery-image] Feb 21 20:24:34.393 INFO E| Downloaded x86 v0.52.0 |
8888 | 2025-02-21T20:24:36.417Z | [ recovery-image] Feb 21 20:24:34.699 INFO E| Updating crates.io index |
8889 | 2025-02-21T20:24:36.417Z | [ recovery-image] Feb 21 20:24:34.861 INFO E| Downloading crates ... |
8890 | 2025-02-21T20:24:36.417Z | [ recovery-image] Feb 21 20:24:35.010 INFO E| Downloaded getopts v0.2.21 |
8891 | 2025-02-21T20:24:36.417Z | [ recovery-image] Feb 21 20:24:35.019 INFO E| Downloaded rustc-demangle v0.1.24 |
8892 | 2025-02-21T20:24:36.417Z | [ recovery-image] Feb 21 20:24:35.028 INFO E| Downloaded allocator-api2 v0.2.18 |
8893 | 2025-02-21T20:24:36.417Z | [ recovery-image] Feb 21 20:24:35.034 INFO E| Downloaded memchr v2.5.0 |
8894 | 2025-02-21T20:24:36.936Z | [ recovery-image] Feb 21 20:24:35.049 INFO E| Downloaded compiler_builtins v0.1.134 |
8895 | 2025-02-21T20:24:36.936Z | [ recovery-image] Feb 21 20:24:35.113 INFO E| Downloaded hashbrown v0.15.0 |
8896 | 2025-02-21T20:24:36.936Z | [ recovery-image] Feb 21 20:24:35.128 INFO E| Downloaded libc v0.2.161 |
8897 | 2025-02-21T20:24:36.936Z | [ recovery-image] Feb 21 20:24:35.314 INFO E| Compiling compiler_builtins v0.1.134 |
8898 | 2025-02-21T20:24:36.936Z | [ recovery-image] Feb 21 20:24:35.314 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) |
8899 | 2025-02-21T20:24:36.936Z | [ recovery-image] Feb 21 20:24:35.314 INFO E| Compiling proc-macro2 v1.0.89 |
8900 | 2025-02-21T20:24:36.936Z | [ recovery-image] Feb 21 20:24:35.314 INFO E| Compiling unicode-ident v1.0.13 |
8901 | 2025-02-21T20:24:36.936Z | [ recovery-image] Feb 21 20:24:35.314 INFO E| Compiling syn v1.0.109 |
8902 | 2025-02-21T20:24:36.936Z | [ recovery-image] Feb 21 20:24:35.314 INFO E| Compiling x86 v0.52.0 |
8903 | 2025-02-21T20:24:36.936Z | [ recovery-image] Feb 21 20:24:35.314 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8904 | 2025-02-21T20:24:36.936Z | [ recovery-image] Feb 21 20:24:35.315 INFO E| Compiling seq-macro v0.3.5 |
8905 | 2025-02-21T20:24:38.727Z | [ recovery-image] Feb 21 20:24:38.185 INFO E| Compiling quote v1.0.37 |
8906 | 2025-02-21T20:24:40.403Z | [ recovery-image] Feb 21 20:24:39.863 INFO E| Compiling syn v2.0.85 |
8907 | 2025-02-21T20:24:50.824Z | [ recovery-image] Feb 21 20:24:50.278 INFO E| Compiling scroll_derive v0.12.0 |
8908 | 2025-02-21T20:24:56.775Z | [ recovery-image] Feb 21 20:24:56.226 INFO E| Compiling bitstruct_derive v0.1.0 |
8909 | 2025-02-21T20:25:11.174Z | [ host-image] Feb 21 20:25:10.615 INFO O| seeding SMF database... |
8910 | 2025-02-21T20:25:23.127Z | [ recovery-image] Feb 21 20:25:22.562 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) |
8911 | 2025-02-21T20:25:25.564Z | [ host-image] Feb 21 20:25:24.998 INFO O| configuring SMF profile... |
8912 | 2025-02-21T20:25:25.570Z | [ host-image] Feb 21 20:25:24.998 INFO O| modifying shadow(5)... |
8913 | 2025-02-21T20:25:25.570Z | [ host-image] Feb 21 20:25:24.998 INFO O| loading user and group database... |
8914 | 2025-02-21T20:25:25.570Z | [ host-image] Feb 21 20:25:24.999 INFO O| assessing packaged files... |
8915 | 2025-02-21T20:25:26.414Z | [ recovery-image] Feb 21 20:25:25.848 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) |
8916 | 2025-02-21T20:25:32.728Z | [ host-image] Feb 21 20:25:32.157 INFO O| creating archive... |
8917 | 2025-02-21T20:25:32.785Z | [ host-image] Feb 21 20:25:32.215 INFO O| missing from packaging: |
8918 | 2025-02-21T20:25:32.785Z | [ host-image] Feb 21 20:25:32.215 INFO O| "etc/.pwd.lock" |
8919 | 2025-02-21T20:25:32.788Z | [ host-image] Feb 21 20:25:32.215 INFO O| "etc/bash" |
8920 | 2025-02-21T20:25:32.814Z | [ host-image] Feb 21 20:25:32.244 INFO O| "etc/svc/profile/generic.xml" |
8921 | 2025-02-21T20:25:32.814Z | [ host-image] Feb 21 20:25:32.244 INFO O| "etc/svc/profile/inetd_services.xml" |
8922 | 2025-02-21T20:25:32.817Z | [ host-image] Feb 21 20:25:32.244 INFO O| "etc/svc/profile/name_service.xml" |
8923 | 2025-02-21T20:25:32.817Z | [ host-image] Feb 21 20:25:32.244 INFO O| "etc/svc/profile/platform.xml" |
8924 | 2025-02-21T20:25:32.817Z | [ host-image] Feb 21 20:25:32.244 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8925 | 2025-02-21T20:25:32.817Z | [ host-image] Feb 21 20:25:32.244 INFO O| "etc/svc/repository.db" |
8926 | 2025-02-21T20:25:32.831Z | [ host-image] Feb 21 20:25:32.261 INFO O| "opt/ooce/share" |
8927 | 2025-02-21T20:25:32.831Z | [ host-image] Feb 21 20:25:32.261 INFO O| "opt/ooce/share/man" |
8928 | 2025-02-21T20:25:32.834Z | [ host-image] Feb 21 20:25:32.261 INFO O| "opt/ooce/share/man/man1" |
8929 | 2025-02-21T20:25:32.850Z | [ host-image] Feb 21 20:25:32.278 INFO O| finishing archive... |
8930 | 2025-02-21T20:25:33.254Z | [ recovery-image] Feb 21 20:25:32.683 INFO E| Compiling bitflags v1.3.2 |
8931 | 2025-02-21T20:25:33.254Z | [ recovery-image] Feb 21 20:25:32.683 INFO E| Compiling plain v0.2.3 |
8932 | 2025-02-21T20:25:33.254Z | [ recovery-image] Feb 21 20:25:32.683 INFO E| Compiling bit_field v0.10.2 |
8933 | 2025-02-21T20:25:33.254Z | [ recovery-image] Feb 21 20:25:32.683 INFO E| Compiling scroll v0.12.0 |
8934 | 2025-02-21T20:25:33.259Z | [ recovery-image] Feb 21 20:25:32.683 INFO E| Compiling log v0.4.22 |
8935 | 2025-02-21T20:25:33.259Z | [ recovery-image] Feb 21 20:25:32.683 INFO E| Compiling adler2 v2.0.0 |
8936 | 2025-02-21T20:25:33.259Z | [ recovery-image] Feb 21 20:25:32.683 INFO E| Compiling static_assertions v1.1.0 |
8937 | 2025-02-21T20:25:33.360Z | [ recovery-image] Feb 21 20:25:32.789 INFO E| Compiling raw-cpuid v10.7.0 |
8938 | 2025-02-21T20:25:33.401Z | [ recovery-image] Feb 21 20:25:32.831 INFO E| Compiling cpio_reader v0.1.1 |
8939 | 2025-02-21T20:25:33.623Z | [ recovery-image] Feb 21 20:25:33.053 INFO E| Compiling miniz_oxide v0.8.0 |
8940 | 2025-02-21T20:25:33.789Z | [ recovery-image] Feb 21 20:25:33.218 INFO E| Compiling bitstruct v0.1.1 |
8941 | 2025-02-21T20:25:34.215Z | [ recovery-image] Feb 21 20:25:33.644 INFO E| Compiling goblin v0.8.2 |
8942 | 2025-02-21T20:25:39.324Z | [ host-image] Feb 21 20:25:38.750 INFO O| creating gzonly manifest... |
8943 | 2025-02-21T20:25:39.336Z | [ host-image] Feb 21 20:25:38.762 INFO O| ok |
8944 | 2025-02-21T20:25:39.627Z | [ host-image] Feb 21 20:25:39.053 INFO image builder template: ramdisk-02-trim... |
8945 | 2025-02-21T20:25:39.627Z | [ host-image] Feb 21 20:25:39.053 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/.tmppPBl4F/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 |
8946 | 2025-02-21T20:25:39.679Z | [ host-image] Feb 21 20:25:39.105 INFO O| Feb 21 20:25:39.104 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8947 | 2025-02-21T20:25:39.708Z | [ host-image] Feb 21 20:25:39.132 INFO O| Feb 21 20:25:39.132 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8948 | 2025-02-21T20:25:39.891Z | [ host-image] Feb 21 20:25:39.316 INFO O| Feb 21 20:25:39.316 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8949 | 2025-02-21T20:25:40.050Z | [ host-image] Feb 21 20:25:39.475 INFO O| Feb 21 20:25:39.475 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8950 | 2025-02-21T20:25:40.054Z | [ host-image] Feb 21 20:25:39.476 INFO O| Feb 21 20:25:39.476 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8951 | 2025-02-21T20:25:40.067Z | [ host-image] Feb 21 20:25:39.487 INFO O| Feb 21 20:25:39.487 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8952 | 2025-02-21T20:25:40.071Z | [ host-image] Feb 21 20:25:39.496 INFO O| Feb 21 20:25:39.496 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8953 | 2025-02-21T20:25:40.099Z | [ host-image] Feb 21 20:25:39.525 INFO O| Feb 21 20:25:39.525 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8954 | 2025-02-21T20:25:40.586Z | [ host-image] Feb 21 20:25:40.010 INFO O| Feb 21 20:25:40.010 INFO rolled back to input snapshot; work may begin |
8955 | 2025-02-21T20:25:40.586Z | [ host-image] Feb 21 20:25:40.010 INFO O| Feb 21 20:25:40.010 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8956 | 2025-02-21T20:25:40.597Z | [ host-image] Feb 21 20:25:40.022 INFO O| Feb 21 20:25:40.022 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8957 | 2025-02-21T20:25:40.637Z | [ host-image] Feb 21 20:25:40.060 INFO O| Feb 21 20:25:40.060 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8958 | 2025-02-21T20:25:41.790Z | [ host-image] Feb 21 20:25:41.214 INFO O| Feb 21 20:25:41.214 INFO STEP 0 (remove_files) COMPLETE |
8959 | 2025-02-21T20:25:41.790Z | [ host-image] Feb 21 20:25:41.214 INFO O| Feb 21 20:25:41.214 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8960 | 2025-02-21T20:25:41.827Z | [ host-image] Feb 21 20:25:41.249 INFO O| Feb 21 20:25:41.249 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8961 | 2025-02-21T20:25:42.046Z | [ host-image] Feb 21 20:25:41.468 INFO O| Feb 21 20:25:41.468 INFO STEP 1 (remove_files) COMPLETE |
8962 | 2025-02-21T20:25:42.046Z | [ host-image] Feb 21 20:25:41.468 INFO O| Feb 21 20:25:41.468 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8963 | 2025-02-21T20:25:42.112Z | [ host-image] Feb 21 20:25:41.536 INFO O| Feb 21 20:25:41.536 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8964 | 2025-02-21T20:25:42.615Z | [ host-image] Feb 21 20:25:42.039 INFO O| Feb 21 20:25:42.039 INFO STEP 2 (remove_files) COMPLETE |
8965 | 2025-02-21T20:25:42.615Z | [ host-image] Feb 21 20:25:42.039 INFO O| Feb 21 20:25:42.039 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8966 | 2025-02-21T20:25:42.642Z | [ host-image] Feb 21 20:25:42.065 INFO O| Feb 21 20:25:42.065 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8967 | 2025-02-21T20:25:42.665Z | [ host-image] Feb 21 20:25:42.089 INFO O| Feb 21 20:25:42.089 INFO STEP 3 (remove_files) COMPLETE |
8968 | 2025-02-21T20:25:42.666Z | [ host-image] Feb 21 20:25:42.089 INFO O| Feb 21 20:25:42.089 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8969 | 2025-02-21T20:25:42.690Z | [ host-image] Feb 21 20:25:42.114 INFO O| Feb 21 20:25:42.113 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8970 | 2025-02-21T20:25:42.765Z | [ host-image] Feb 21 20:25:42.188 INFO O| Feb 21 20:25:42.188 INFO STEP 4 (remove_files) COMPLETE |
8971 | 2025-02-21T20:25:42.765Z | [ host-image] Feb 21 20:25:42.189 INFO O| Feb 21 20:25:42.188 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8972 | 2025-02-21T20:25:42.797Z | [ host-image] Feb 21 20:25:42.221 INFO O| Feb 21 20:25:42.221 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8973 | 2025-02-21T20:25:42.976Z | [ host-image] Feb 21 20:25:42.399 INFO O| Feb 21 20:25:42.399 INFO STEP 5 (remove_files) COMPLETE |
8974 | 2025-02-21T20:25:42.977Z | [ host-image] Feb 21 20:25:42.399 INFO O| Feb 21 20:25:42.399 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8975 | 2025-02-21T20:25:43.130Z | [ host-image] Feb 21 20:25:42.554 INFO O| Feb 21 20:25:42.554 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8976 | 2025-02-21T20:25:43.172Z | [ host-image] Feb 21 20:25:42.595 INFO O| Feb 21 20:25:42.595 INFO STEP 6 (remove_files) COMPLETE |
8977 | 2025-02-21T20:25:43.172Z | [ host-image] Feb 21 20:25:42.595 INFO O| Feb 21 20:25:42.595 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8978 | 2025-02-21T20:25:43.192Z | [ host-image] Feb 21 20:25:42.615 INFO O| Feb 21 20:25:42.615 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8979 | 2025-02-21T20:25:43.586Z | [ host-image] Feb 21 20:25:43.010 INFO O| Feb 21 20:25:43.010 INFO STEP 7 (remove_files) COMPLETE |
8980 | 2025-02-21T20:25:43.587Z | [ host-image] Feb 21 20:25:43.010 INFO O| Feb 21 20:25:43.010 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8981 | 2025-02-21T20:25:43.611Z | [ host-image] Feb 21 20:25:43.034 INFO O| Feb 21 20:25:43.034 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8982 | 2025-02-21T20:25:43.822Z | [ host-image] Feb 21 20:25:43.245 INFO O| Feb 21 20:25:43.245 INFO STEP 8 (remove_files) COMPLETE |
8983 | 2025-02-21T20:25:43.822Z | [ host-image] Feb 21 20:25:43.245 INFO O| Feb 21 20:25:43.245 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8984 | 2025-02-21T20:25:43.857Z | [ host-image] Feb 21 20:25:43.280 INFO O| Feb 21 20:25:43.280 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8985 | 2025-02-21T20:25:44.170Z | [ host-image] Feb 21 20:25:43.593 INFO O| Feb 21 20:25:43.593 INFO STEP 9 (remove_files) COMPLETE |
8986 | 2025-02-21T20:25:44.170Z | [ host-image] Feb 21 20:25:43.593 INFO O| Feb 21 20:25:43.593 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8987 | 2025-02-21T20:25:44.189Z | [ host-image] Feb 21 20:25:43.611 INFO O| Feb 21 20:25:43.611 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8988 | 2025-02-21T20:25:44.401Z | [ host-image] Feb 21 20:25:43.823 INFO O| Feb 21 20:25:43.823 INFO STEP 10 (remove_files) COMPLETE |
8989 | 2025-02-21T20:25:44.401Z | [ host-image] Feb 21 20:25:43.823 INFO O| Feb 21 20:25:43.823 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8990 | 2025-02-21T20:25:44.441Z | [ host-image] Feb 21 20:25:43.863 INFO O| Feb 21 20:25:43.863 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8991 | 2025-02-21T20:25:44.488Z | [ host-image] Feb 21 20:25:43.910 INFO O| Feb 21 20:25:43.910 INFO STEP 11 (remove_files) COMPLETE |
8992 | 2025-02-21T20:25:44.488Z | [ host-image] Feb 21 20:25:43.910 INFO O| Feb 21 20:25:43.910 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8993 | 2025-02-21T20:25:44.538Z | [ host-image] Feb 21 20:25:43.960 INFO O| Feb 21 20:25:43.960 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8994 | 2025-02-21T20:25:44.591Z | [ host-image] Feb 21 20:25:44.012 INFO O| Feb 21 20:25:44.011 INFO STEP 12 (remove_files) COMPLETE |
8995 | 2025-02-21T20:25:44.591Z | [ host-image] Feb 21 20:25:44.012 INFO O| Feb 21 20:25:44.012 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8996 | 2025-02-21T20:25:45.588Z | [ host-image] Feb 21 20:25:45.008 INFO O| Feb 21 20:25:45.008 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8997 | 2025-02-21T20:25:45.598Z | [ host-image] Feb 21 20:25:45.020 INFO O| Feb 21 20:25:45.020 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8998 | 2025-02-21T20:25:45.620Z | [ host-image] Feb 21 20:25:45.042 INFO O| Feb 21 20:25:45.042 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8999 | 2025-02-21T20:25:45.715Z | [ host-image] Feb 21 20:25:45.137 INFO O| Feb 21 20:25:45.137 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
9000 | 2025-02-21T20:25:46.029Z | [ recovery-image] Feb 21 20:25:45.451 INFO E| Finished `release` profile [optimized] target(s) in 1m 12s |
9001 | 2025-02-21T20:25:46.067Z | [ recovery-image] Feb 21 20:25:45.489 INFO building host image... |
9002 | 2025-02-21T20:25:46.070Z | [ recovery-image] Feb 21 20:25:45.489 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") |
9003 | 2025-02-21T20:25:46.949Z | [ recovery-image] Feb 21 20:25:46.366 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
9004 | 2025-02-21T20:25:49.134Z | [ recovery-image] Feb 21 20:25:48.554 INFO image complete! materials are in "/work/os-recovery" |
9005 | 2025-02-21T20:25:49.140Z | [ recovery-image] |
9006 | 2025-02-21T20:25:49.140Z | [ recovery-image] real 12:28.141914085 |
9007 | 2025-02-21T20:25:49.143Z | [ recovery-image] user 7:06.477511138 |
9008 | 2025-02-21T20:25:49.143Z | [ recovery-image] sys 1:08.151945543 |
9009 | 2025-02-21T20:25:49.143Z | [ recovery-image] trap 0.361341671 |
9010 | 2025-02-21T20:25:49.143Z | [ recovery-image] tflt 0.299252495 |
9011 | 2025-02-21T20:25:49.143Z | [ recovery-image] dflt 4.551230841 |
9012 | 2025-02-21T20:25:49.143Z | [ recovery-image] kflt 0.080957045 |
9013 | 2025-02-21T20:25:49.143Z | [ recovery-image] lock 21:17.065003278 |
9014 | 2025-02-21T20:25:49.143Z | [ recovery-image] slp 1:17:24.764454234 |
9015 | 2025-02-21T20:25:49.143Z | [ recovery-image] lat 5:06.651151499 |
9016 | 2025-02-21T20:25:49.143Z | [ recovery-image] stop 10.284320830 |
9017 | 2025-02-21T20:25:49.144Z | Feb 21 20:25:48.562 INFO [recovery-image] process exited with exit status: 0 (748.217995064s) |
9018 | 2025-02-21T20:25:49.835Z | [ host-image] Feb 21 20:25:49.255 INFO O| Feb 21 20:25:49.255 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
9019 | 2025-02-21T20:25:49.947Z | [ host-image] Feb 21 20:25:49.361 INFO O| Feb 21 20:25:49.361 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
9020 | 2025-02-21T20:25:49.950Z | [ host-image] Feb 21 20:25:49.362 INFO O| Feb 21 20:25:49.362 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
9021 | 2025-02-21T20:25:49.950Z | [ host-image] Feb 21 20:25:49.362 INFO O| Feb 21 20:25:49.362 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
9022 | 2025-02-21T20:25:49.965Z | [ host-image] Feb 21 20:25:49.385 INFO O| Feb 21 20:25:49.385 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
9023 | 2025-02-21T20:25:49.986Z | [ host-image] Feb 21 20:25:49.405 INFO O| Feb 21 20:25:49.405 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
9024 | 2025-02-21T20:25:49.986Z | [ host-image] Feb 21 20:25:49.405 INFO O| Feb 21 20:25:49.405 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
9025 | 2025-02-21T20:25:50.003Z | [ host-image] Feb 21 20:25:49.421 INFO O| Feb 21 20:25:49.421 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
9026 | 2025-02-21T20:25:50.068Z | [ host-image] Feb 21 20:25:49.487 INFO O| Feb 21 20:25:49.487 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
9027 | 2025-02-21T20:25:50.086Z | [ host-image] Feb 21 20:25:49.503 INFO O| Feb 21 20:25:49.503 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
9028 | 2025-02-21T20:25:50.099Z | [ host-image] Feb 21 20:25:49.513 INFO O| Feb 21 20:25:49.513 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
9029 | 2025-02-21T20:25:50.103Z | [ host-image] Feb 21 20:25:49.522 INFO O| Feb 21 20:25:49.522 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
9030 | 2025-02-21T20:25:50.123Z | [ host-image] Feb 21 20:25:49.542 INFO O| Feb 21 20:25:49.542 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
9031 | 2025-02-21T20:25:50.142Z | [ host-image] Feb 21 20:25:49.562 INFO O| Feb 21 20:25:49.562 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
9032 | 2025-02-21T20:25:50.169Z | [ host-image] Feb 21 20:25:49.586 INFO O| Feb 21 20:25:49.586 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
9033 | 2025-02-21T20:25:50.174Z | [ host-image] Feb 21 20:25:49.591 INFO O| Feb 21 20:25:49.591 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
9034 | 2025-02-21T20:25:50.174Z | [ host-image] Feb 21 20:25:49.591 INFO O| Feb 21 20:25:49.591 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
9035 | 2025-02-21T20:25:50.630Z | [ host-image] Feb 21 20:25:50.049 INFO O| Feb 21 20:25:50.049 INFO STEP 13 (remove_files) COMPLETE |
9036 | 2025-02-21T20:25:50.631Z | [ host-image] Feb 21 20:25:50.049 INFO O| Feb 21 20:25:50.049 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9037 | 2025-02-21T20:25:50.675Z | [ host-image] Feb 21 20:25:50.094 INFO O| Feb 21 20:25:50.094 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
9038 | 2025-02-21T20:25:50.680Z | [ host-image] Feb 21 20:25:50.099 INFO O| Feb 21 20:25:50.099 INFO STEP 14 (remove_files) COMPLETE |
9039 | 2025-02-21T20:25:50.680Z | [ host-image] Feb 21 20:25:50.099 INFO O| Feb 21 20:25:50.099 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9040 | 2025-02-21T20:25:50.716Z | [ host-image] Feb 21 20:25:50.135 INFO O| Feb 21 20:25:50.135 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
9041 | 2025-02-21T20:25:51.142Z | [ host-image] Feb 21 20:25:50.557 INFO O| Feb 21 20:25:50.557 INFO STEP 15 (remove_files) COMPLETE |
9042 | 2025-02-21T20:25:51.143Z | [ host-image] Feb 21 20:25:50.557 INFO O| Feb 21 20:25:50.557 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9043 | 2025-02-21T20:25:51.197Z | [ host-image] Feb 21 20:25:50.615 INFO O| Feb 21 20:25:50.615 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
9044 | 2025-02-21T20:25:51.200Z | [ host-image] Feb 21 20:25:50.616 INFO O| Feb 21 20:25:50.616 INFO STEP 16 (remove_files) COMPLETE |
9045 | 2025-02-21T20:25:51.200Z | [ host-image] Feb 21 20:25:50.616 INFO O| Feb 21 20:25:50.616 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9046 | 2025-02-21T20:25:51.217Z | [ host-image] Feb 21 20:25:50.636 INFO O| Feb 21 20:25:50.636 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
9047 | 2025-02-21T20:25:51.270Z | [ host-image] Feb 21 20:25:50.689 INFO O| Feb 21 20:25:50.689 INFO STEP 17 (remove_files) COMPLETE |
9048 | 2025-02-21T20:25:51.270Z | [ host-image] Feb 21 20:25:50.689 INFO O| Feb 21 20:25:50.689 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9049 | 2025-02-21T20:25:51.292Z | [ host-image] Feb 21 20:25:50.710 INFO O| Feb 21 20:25:50.710 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
9050 | 2025-02-21T20:25:51.302Z | [ host-image] Feb 21 20:25:50.721 INFO O| Feb 21 20:25:50.721 INFO STEP 18 (remove_files) COMPLETE |
9051 | 2025-02-21T20:25:51.302Z | [ host-image] Feb 21 20:25:50.721 INFO O| Feb 21 20:25:50.721 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9052 | 2025-02-21T20:25:51.324Z | [ host-image] Feb 21 20:25:50.743 INFO O| Feb 21 20:25:50.743 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
9053 | 2025-02-21T20:25:51.327Z | [ host-image] Feb 21 20:25:50.743 INFO O| Feb 21 20:25:50.743 INFO STEP 19 (remove_files) COMPLETE |
9054 | 2025-02-21T20:25:51.328Z | [ host-image] Feb 21 20:25:50.744 INFO O| Feb 21 20:25:50.743 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9055 | 2025-02-21T20:25:51.345Z | [ host-image] Feb 21 20:25:50.764 INFO O| Feb 21 20:25:50.764 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
9056 | 2025-02-21T20:25:51.345Z | [ host-image] Feb 21 20:25:50.764 INFO O| Feb 21 20:25:50.764 INFO STEP 20 (remove_files) COMPLETE |
9057 | 2025-02-21T20:25:51.348Z | [ host-image] Feb 21 20:25:50.764 INFO O| Feb 21 20:25:50.764 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9058 | 2025-02-21T20:25:51.365Z | [ host-image] Feb 21 20:25:50.784 INFO O| Feb 21 20:25:50.783 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
9059 | 2025-02-21T20:25:51.368Z | [ host-image] Feb 21 20:25:50.784 INFO O| Feb 21 20:25:50.784 INFO STEP 21 (remove_files) COMPLETE |
9060 | 2025-02-21T20:25:51.368Z | [ host-image] Feb 21 20:25:50.784 INFO O| Feb 21 20:25:50.784 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9061 | 2025-02-21T20:25:51.383Z | [ host-image] Feb 21 20:25:50.802 INFO O| Feb 21 20:25:50.802 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
9062 | 2025-02-21T20:25:51.384Z | [ host-image] Feb 21 20:25:50.802 INFO O| Feb 21 20:25:50.802 INFO STEP 22 (remove_files) COMPLETE |
9063 | 2025-02-21T20:25:51.386Z | [ host-image] Feb 21 20:25:50.803 INFO O| Feb 21 20:25:50.803 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9064 | 2025-02-21T20:25:51.403Z | [ host-image] Feb 21 20:25:50.822 INFO O| Feb 21 20:25:50.822 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
9065 | 2025-02-21T20:25:51.406Z | [ host-image] Feb 21 20:25:50.822 INFO O| Feb 21 20:25:50.822 INFO STEP 23 (remove_files) COMPLETE |
9066 | 2025-02-21T20:25:51.407Z | [ host-image] Feb 21 20:25:50.822 INFO O| Feb 21 20:25:50.822 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9067 | 2025-02-21T20:25:51.423Z | [ host-image] Feb 21 20:25:50.842 INFO O| Feb 21 20:25:50.842 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
9068 | 2025-02-21T20:25:51.426Z | [ host-image] Feb 21 20:25:50.843 INFO O| Feb 21 20:25:50.842 INFO STEP 24 (remove_files) COMPLETE |
9069 | 2025-02-21T20:25:51.426Z | [ host-image] Feb 21 20:25:50.843 INFO O| Feb 21 20:25:50.843 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9070 | 2025-02-21T20:25:51.445Z | [ host-image] Feb 21 20:25:50.864 INFO O| Feb 21 20:25:50.863 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
9071 | 2025-02-21T20:25:51.445Z | [ host-image] Feb 21 20:25:50.864 INFO O| Feb 21 20:25:50.864 INFO STEP 25 (remove_files) COMPLETE |
9072 | 2025-02-21T20:25:51.448Z | [ host-image] Feb 21 20:25:50.864 INFO O| Feb 21 20:25:50.864 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9073 | 2025-02-21T20:25:51.471Z | [ host-image] Feb 21 20:25:50.890 INFO O| Feb 21 20:25:50.890 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
9074 | 2025-02-21T20:25:51.494Z | [ host-image] Feb 21 20:25:50.913 INFO O| Feb 21 20:25:50.913 INFO STEP 26 (remove_files) COMPLETE |
9075 | 2025-02-21T20:25:51.494Z | [ host-image] Feb 21 20:25:50.913 INFO O| Feb 21 20:25:50.913 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9076 | 2025-02-21T20:25:51.552Z | [ host-image] Feb 21 20:25:50.970 INFO O| Feb 21 20:25:50.970 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
9077 | 2025-02-21T20:25:51.552Z | [ host-image] Feb 21 20:25:50.970 INFO O| Feb 21 20:25:50.970 INFO STEP 27 (remove_files) COMPLETE |
9078 | 2025-02-21T20:25:51.555Z | [ host-image] Feb 21 20:25:50.970 INFO O| Feb 21 20:25:50.970 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9079 | 2025-02-21T20:25:51.611Z | [ host-image] Feb 21 20:25:51.029 INFO O| Feb 21 20:25:51.029 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
9080 | 2025-02-21T20:25:51.611Z | [ host-image] Feb 21 20:25:51.029 INFO O| Feb 21 20:25:51.029 INFO STEP 28 (remove_files) COMPLETE |
9081 | 2025-02-21T20:25:51.611Z | [ host-image] Feb 21 20:25:51.030 INFO O| Feb 21 20:25:51.029 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9082 | 2025-02-21T20:25:51.631Z | [ host-image] Feb 21 20:25:51.049 INFO O| Feb 21 20:25:51.049 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
9083 | 2025-02-21T20:25:51.631Z | [ host-image] Feb 21 20:25:51.049 INFO O| Feb 21 20:25:51.049 INFO STEP 29 (remove_files) COMPLETE |
9084 | 2025-02-21T20:25:51.634Z | [ host-image] Feb 21 20:25:51.049 INFO O| Feb 21 20:25:51.049 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9085 | 2025-02-21T20:25:51.669Z | [ host-image] Feb 21 20:25:51.088 INFO O| Feb 21 20:25:51.088 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
9086 | 2025-02-21T20:25:51.669Z | [ host-image] Feb 21 20:25:51.088 INFO O| Feb 21 20:25:51.088 INFO STEP 30 (remove_files) COMPLETE |
9087 | 2025-02-21T20:25:51.672Z | [ host-image] Feb 21 20:25:51.088 INFO O| Feb 21 20:25:51.088 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9088 | 2025-02-21T20:25:51.692Z | [ host-image] Feb 21 20:25:51.110 INFO O| Feb 21 20:25:51.110 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
9089 | 2025-02-21T20:25:51.705Z | [ host-image] Feb 21 20:25:51.120 INFO O| Feb 21 20:25:51.120 INFO STEP 31 (remove_files) COMPLETE |
9090 | 2025-02-21T20:25:51.705Z | [ host-image] Feb 21 20:25:51.120 INFO O| Feb 21 20:25:51.120 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9091 | 2025-02-21T20:25:51.723Z | [ host-image] Feb 21 20:25:51.141 INFO O| Feb 21 20:25:51.141 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
9092 | 2025-02-21T20:25:51.724Z | [ host-image] Feb 21 20:25:51.141 INFO O| Feb 21 20:25:51.141 INFO STEP 32 (remove_files) COMPLETE |
9093 | 2025-02-21T20:25:51.727Z | [ host-image] Feb 21 20:25:51.141 INFO O| Feb 21 20:25:51.141 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9094 | 2025-02-21T20:25:51.745Z | [ host-image] Feb 21 20:25:51.161 INFO O| Feb 21 20:25:51.161 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
9095 | 2025-02-21T20:25:51.745Z | [ host-image] Feb 21 20:25:51.161 INFO O| Feb 21 20:25:51.161 INFO STEP 33 (remove_files) COMPLETE |
9096 | 2025-02-21T20:25:51.745Z | [ host-image] Feb 21 20:25:51.161 INFO O| Feb 21 20:25:51.161 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9097 | 2025-02-21T20:25:51.779Z | [ host-image] Feb 21 20:25:51.181 INFO O| Feb 21 20:25:51.181 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
9098 | 2025-02-21T20:25:51.779Z | [ host-image] Feb 21 20:25:51.181 INFO O| Feb 21 20:25:51.181 INFO STEP 34 (remove_files) COMPLETE |
9099 | 2025-02-21T20:25:51.779Z | [ host-image] Feb 21 20:25:51.181 INFO O| Feb 21 20:25:51.181 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9100 | 2025-02-21T20:25:51.793Z | [ host-image] Feb 21 20:25:51.202 INFO O| Feb 21 20:25:51.202 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
9101 | 2025-02-21T20:25:51.793Z | [ host-image] Feb 21 20:25:51.202 INFO O| Feb 21 20:25:51.202 INFO STEP 35 (remove_files) COMPLETE |
9102 | 2025-02-21T20:25:51.793Z | [ host-image] Feb 21 20:25:51.202 INFO O| Feb 21 20:25:51.202 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9103 | 2025-02-21T20:25:51.833Z | [ host-image] Feb 21 20:25:51.242 INFO O| Feb 21 20:25:51.242 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
9104 | 2025-02-21T20:25:51.857Z | [ host-image] Feb 21 20:25:51.242 INFO O| Feb 21 20:25:51.242 INFO STEP 36 (remove_files) COMPLETE |
9105 | 2025-02-21T20:25:51.858Z | [ host-image] Feb 21 20:25:51.242 INFO O| Feb 21 20:25:51.242 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9106 | 2025-02-21T20:25:51.873Z | [ host-image] Feb 21 20:25:51.264 INFO O| Feb 21 20:25:51.264 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
9107 | 2025-02-21T20:25:51.874Z | [ host-image] Feb 21 20:25:51.265 INFO O| Feb 21 20:25:51.264 INFO STEP 37 (remove_files) COMPLETE |
9108 | 2025-02-21T20:25:51.874Z | [ host-image] Feb 21 20:25:51.265 INFO O| Feb 21 20:25:51.265 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9109 | 2025-02-21T20:25:51.874Z | [ host-image] Feb 21 20:25:51.284 INFO O| Feb 21 20:25:51.284 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
9110 | 2025-02-21T20:25:51.875Z | [ host-image] Feb 21 20:25:51.284 INFO O| Feb 21 20:25:51.284 INFO STEP 38 (remove_files) COMPLETE |
9111 | 2025-02-21T20:25:51.875Z | [ host-image] Feb 21 20:25:51.285 INFO O| Feb 21 20:25:51.285 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9112 | 2025-02-21T20:25:51.906Z | [ host-image] Feb 21 20:25:51.305 INFO O| Feb 21 20:25:51.305 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
9113 | 2025-02-21T20:25:51.906Z | [ host-image] Feb 21 20:25:51.305 INFO O| Feb 21 20:25:51.305 INFO STEP 39 (remove_files) COMPLETE |
9114 | 2025-02-21T20:25:51.925Z | [ host-image] Feb 21 20:25:51.305 INFO O| Feb 21 20:25:51.305 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9115 | 2025-02-21T20:25:51.925Z | [ host-image] Feb 21 20:25:51.326 INFO O| Feb 21 20:25:51.326 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
9116 | 2025-02-21T20:25:51.925Z | [ host-image] Feb 21 20:25:51.326 INFO O| Feb 21 20:25:51.326 INFO STEP 40 (remove_files) COMPLETE |
9117 | 2025-02-21T20:25:51.925Z | [ host-image] Feb 21 20:25:51.326 INFO O| Feb 21 20:25:51.326 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9118 | 2025-02-21T20:25:51.947Z | [ host-image] Feb 21 20:25:51.345 INFO O| Feb 21 20:25:51.345 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
9119 | 2025-02-21T20:25:51.947Z | [ host-image] Feb 21 20:25:51.345 INFO O| Feb 21 20:25:51.345 INFO STEP 41 (remove_files) COMPLETE |
9120 | 2025-02-21T20:25:51.948Z | [ host-image] Feb 21 20:25:51.345 INFO O| Feb 21 20:25:51.345 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9121 | 2025-02-21T20:25:51.963Z | [ host-image] Feb 21 20:25:51.364 INFO O| Feb 21 20:25:51.364 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
9122 | 2025-02-21T20:25:51.971Z | [ host-image] Feb 21 20:25:51.372 INFO O| Feb 21 20:25:51.372 INFO STEP 42 (remove_files) COMPLETE |
9123 | 2025-02-21T20:25:51.971Z | [ host-image] Feb 21 20:25:51.372 INFO O| Feb 21 20:25:51.372 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9124 | 2025-02-21T20:25:51.994Z | [ host-image] Feb 21 20:25:51.394 INFO O| Feb 21 20:25:51.394 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
9125 | 2025-02-21T20:25:51.994Z | [ host-image] Feb 21 20:25:51.394 INFO O| Feb 21 20:25:51.394 INFO STEP 43 (remove_files) COMPLETE |
9126 | 2025-02-21T20:25:51.995Z | [ host-image] Feb 21 20:25:51.395 INFO O| Feb 21 20:25:51.394 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9127 | 2025-02-21T20:25:52.021Z | [ host-image] Feb 21 20:25:51.416 INFO O| Feb 21 20:25:51.416 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
9128 | 2025-02-21T20:25:52.029Z | [ host-image] Feb 21 20:25:51.440 INFO O| Feb 21 20:25:51.440 INFO STEP 44 (remove_files) COMPLETE |
9129 | 2025-02-21T20:25:52.030Z | [ host-image] Feb 21 20:25:51.440 INFO O| Feb 21 20:25:51.440 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9130 | 2025-02-21T20:25:52.060Z | [ host-image] Feb 21 20:25:51.464 INFO O| Feb 21 20:25:51.464 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
9131 | 2025-02-21T20:25:52.060Z | [ host-image] Feb 21 20:25:51.464 INFO O| Feb 21 20:25:51.464 INFO STEP 45 (remove_files) COMPLETE |
9132 | 2025-02-21T20:25:52.065Z | [ host-image] Feb 21 20:25:51.464 INFO O| Feb 21 20:25:51.464 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9133 | 2025-02-21T20:25:52.070Z | [ host-image] Feb 21 20:25:51.487 INFO O| Feb 21 20:25:51.487 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
9134 | 2025-02-21T20:25:52.070Z | [ host-image] Feb 21 20:25:51.487 INFO O| Feb 21 20:25:51.487 INFO STEP 46 (remove_files) COMPLETE |
9135 | 2025-02-21T20:25:52.070Z | [ host-image] Feb 21 20:25:51.487 INFO O| Feb 21 20:25:51.487 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9136 | 2025-02-21T20:25:52.092Z | [ host-image] Feb 21 20:25:51.509 INFO O| Feb 21 20:25:51.509 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
9137 | 2025-02-21T20:25:52.109Z | [ host-image] Feb 21 20:25:51.509 INFO O| Feb 21 20:25:51.509 INFO STEP 47 (remove_files) COMPLETE |
9138 | 2025-02-21T20:25:52.110Z | [ host-image] Feb 21 20:25:51.509 INFO O| Feb 21 20:25:51.509 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9139 | 2025-02-21T20:25:52.131Z | [ host-image] Feb 21 20:25:51.530 INFO O| Feb 21 20:25:51.530 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
9140 | 2025-02-21T20:25:52.131Z | [ host-image] Feb 21 20:25:51.530 INFO O| Feb 21 20:25:51.530 INFO STEP 48 (remove_files) COMPLETE |
9141 | 2025-02-21T20:25:52.132Z | [ host-image] Feb 21 20:25:51.530 INFO O| Feb 21 20:25:51.530 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9142 | 2025-02-21T20:25:52.180Z | [ host-image] Feb 21 20:25:51.550 INFO O| Feb 21 20:25:51.550 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
9143 | 2025-02-21T20:25:52.213Z | [ host-image] Feb 21 20:25:51.561 INFO O| Feb 21 20:25:51.561 INFO STEP 49 (remove_files) COMPLETE |
9144 | 2025-02-21T20:25:52.213Z | [ host-image] Feb 21 20:25:51.561 INFO O| Feb 21 20:25:51.561 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9145 | 2025-02-21T20:25:52.213Z | [ host-image] Feb 21 20:25:51.581 INFO O| Feb 21 20:25:51.581 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
9146 | 2025-02-21T20:25:52.213Z | [ host-image] Feb 21 20:25:51.582 INFO O| Feb 21 20:25:51.582 INFO STEP 50 (remove_files) COMPLETE |
9147 | 2025-02-21T20:25:52.213Z | [ host-image] Feb 21 20:25:51.582 INFO O| Feb 21 20:25:51.582 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9148 | 2025-02-21T20:25:52.213Z | [ host-image] Feb 21 20:25:51.601 INFO O| Feb 21 20:25:51.601 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
9149 | 2025-02-21T20:25:52.213Z | [ host-image] Feb 21 20:25:51.601 INFO O| Feb 21 20:25:51.601 INFO STEP 51 (remove_files) COMPLETE |
9150 | 2025-02-21T20:25:52.214Z | [ host-image] Feb 21 20:25:51.602 INFO O| Feb 21 20:25:51.601 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9151 | 2025-02-21T20:25:52.226Z | [ host-image] Feb 21 20:25:51.620 INFO O| Feb 21 20:25:51.620 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
9152 | 2025-02-21T20:25:52.226Z | [ host-image] Feb 21 20:25:51.621 INFO O| Feb 21 20:25:51.621 INFO STEP 52 (remove_files) COMPLETE |
9153 | 2025-02-21T20:25:52.227Z | [ host-image] Feb 21 20:25:51.621 INFO O| Feb 21 20:25:51.621 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9154 | 2025-02-21T20:25:52.237Z | [ host-image] Feb 21 20:25:51.640 INFO O| Feb 21 20:25:51.640 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
9155 | 2025-02-21T20:25:52.257Z | [ host-image] Feb 21 20:25:51.663 INFO O| Feb 21 20:25:51.663 INFO STEP 53 (remove_files) COMPLETE |
9156 | 2025-02-21T20:25:52.257Z | [ host-image] Feb 21 20:25:51.663 INFO O| Feb 21 20:25:51.663 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9157 | 2025-02-21T20:25:52.271Z | [ host-image] Feb 21 20:25:51.684 INFO O| Feb 21 20:25:51.684 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
9158 | 2025-02-21T20:25:52.294Z | [ host-image] Feb 21 20:25:51.685 INFO O| Feb 21 20:25:51.685 INFO STEP 54 (remove_files) COMPLETE |
9159 | 2025-02-21T20:25:52.294Z | [ host-image] Feb 21 20:25:51.685 INFO O| Feb 21 20:25:51.685 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9160 | 2025-02-21T20:25:52.305Z | [ host-image] Feb 21 20:25:51.704 INFO O| Feb 21 20:25:51.704 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
9161 | 2025-02-21T20:25:52.305Z | [ host-image] Feb 21 20:25:51.705 INFO O| Feb 21 20:25:51.705 INFO STEP 55 (remove_files) COMPLETE |
9162 | 2025-02-21T20:25:52.305Z | [ host-image] Feb 21 20:25:51.705 INFO O| Feb 21 20:25:51.705 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9163 | 2025-02-21T20:25:52.313Z | [ host-image] Feb 21 20:25:51.724 INFO O| Feb 21 20:25:51.724 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
9164 | 2025-02-21T20:25:52.313Z | [ host-image] Feb 21 20:25:51.724 INFO O| Feb 21 20:25:51.724 INFO STEP 56 (remove_files) COMPLETE |
9165 | 2025-02-21T20:25:52.314Z | [ host-image] Feb 21 20:25:51.725 INFO O| Feb 21 20:25:51.725 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9166 | 2025-02-21T20:25:52.338Z | [ host-image] Feb 21 20:25:51.742 INFO O| Feb 21 20:25:51.742 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
9167 | 2025-02-21T20:25:52.371Z | [ host-image] Feb 21 20:25:51.742 INFO O| Feb 21 20:25:51.742 INFO STEP 57 (remove_files) COMPLETE |
9168 | 2025-02-21T20:25:52.371Z | [ host-image] Feb 21 20:25:51.742 INFO O| Feb 21 20:25:51.742 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9169 | 2025-02-21T20:25:52.371Z | [ host-image] Feb 21 20:25:51.760 INFO O| Feb 21 20:25:51.760 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
9170 | 2025-02-21T20:25:52.372Z | [ host-image] Feb 21 20:25:51.761 INFO O| Feb 21 20:25:51.761 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
9171 | 2025-02-21T20:25:52.372Z | [ host-image] Feb 21 20:25:51.761 INFO O| Feb 21 20:25:51.761 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9172 | 2025-02-21T20:25:52.373Z | [ host-image] Feb 21 20:25:51.761 INFO O| Feb 21 20:25:51.761 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9173 | 2025-02-21T20:25:52.373Z | [ host-image] Feb 21 20:25:51.761 INFO O| Feb 21 20:25:51.761 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9174 | 2025-02-21T20:25:52.373Z | [ host-image] Feb 21 20:25:51.761 INFO O| Feb 21 20:25:51.761 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9175 | 2025-02-21T20:25:52.374Z | [ host-image] Feb 21 20:25:51.761 INFO O| Feb 21 20:25:51.761 INFO ok! |
9176 | 2025-02-21T20:25:52.374Z | [ host-image] Feb 21 20:25:51.761 INFO O| Feb 21 20:25:51.761 INFO STEP 58 (ensure_file) COMPLETE |
9177 | 2025-02-21T20:25:52.374Z | [ host-image] Feb 21 20:25:51.761 INFO O| Feb 21 20:25:51.761 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9178 | 2025-02-21T20:25:52.405Z | [ host-image] Feb 21 20:25:51.778 INFO O| Feb 21 20:25:51.778 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
9179 | 2025-02-21T20:25:52.405Z | [ host-image] Feb 21 20:25:51.778 INFO O| Feb 21 20:25:51.778 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
9180 | 2025-02-21T20:25:52.405Z | [ host-image] Feb 21 20:25:51.779 INFO O| Feb 21 20:25:51.779 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9181 | 2025-02-21T20:25:52.405Z | [ host-image] Feb 21 20:25:51.779 INFO O| Feb 21 20:25:51.779 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9182 | 2025-02-21T20:25:52.406Z | [ host-image] Feb 21 20:25:51.779 INFO O| Feb 21 20:25:51.779 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9183 | 2025-02-21T20:25:52.406Z | [ host-image] Feb 21 20:25:51.779 INFO O| Feb 21 20:25:51.779 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9184 | 2025-02-21T20:25:52.406Z | [ host-image] Feb 21 20:25:51.779 INFO O| Feb 21 20:25:51.779 INFO ok! |
9185 | 2025-02-21T20:25:52.406Z | [ host-image] Feb 21 20:25:51.779 INFO O| Feb 21 20:25:51.779 INFO STEP 59 (ensure_file) COMPLETE |
9186 | 2025-02-21T20:25:52.406Z | [ host-image] Feb 21 20:25:51.779 INFO O| Feb 21 20:25:51.779 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9187 | 2025-02-21T20:25:52.406Z | [ host-image] Feb 21 20:25:51.796 INFO O| Feb 21 20:25:51.796 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
9188 | 2025-02-21T20:25:52.406Z | [ host-image] Feb 21 20:25:51.796 INFO O| Feb 21 20:25:51.796 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
9189 | 2025-02-21T20:25:52.408Z | [ host-image] Feb 21 20:25:51.796 INFO O| Feb 21 20:25:51.796 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
9190 | 2025-02-21T20:25:52.408Z | [ host-image] Feb 21 20:25:51.796 INFO O| Feb 21 20:25:51.796 INFO ok! |
9191 | 2025-02-21T20:25:52.408Z | [ host-image] Feb 21 20:25:51.797 INFO O| Feb 21 20:25:51.796 INFO STEP 60 (ensure_file) COMPLETE |
9192 | 2025-02-21T20:25:52.408Z | [ host-image] Feb 21 20:25:51.797 INFO O| Feb 21 20:25:51.797 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9193 | 2025-02-21T20:25:52.420Z | [ host-image] Feb 21 20:25:51.814 INFO O| Feb 21 20:25:51.814 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
9194 | 2025-02-21T20:25:52.421Z | [ host-image] Feb 21 20:25:51.814 INFO O| Feb 21 20:25:51.814 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
9195 | 2025-02-21T20:25:52.421Z | [ host-image] Feb 21 20:25:51.814 INFO O| Feb 21 20:25:51.814 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
9196 | 2025-02-21T20:25:52.421Z | [ host-image] Feb 21 20:25:51.814 INFO O| Feb 21 20:25:51.814 INFO ok! |
9197 | 2025-02-21T20:25:52.421Z | [ host-image] Feb 21 20:25:51.815 INFO O| Feb 21 20:25:51.814 INFO STEP 61 (ensure_file) COMPLETE |
9198 | 2025-02-21T20:25:52.421Z | [ host-image] Feb 21 20:25:51.815 INFO O| Feb 21 20:25:51.815 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9199 | 2025-02-21T20:25:52.421Z | [ host-image] Feb 21 20:25:51.832 INFO O| Feb 21 20:25:51.832 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
9200 | 2025-02-21T20:25:52.421Z | [ host-image] Feb 21 20:25:51.832 INFO O| Feb 21 20:25:51.832 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
9201 | 2025-02-21T20:25:52.421Z | [ host-image] Feb 21 20:25:51.832 INFO O| Feb 21 20:25:51.832 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
9202 | 2025-02-21T20:25:52.421Z | [ host-image] Feb 21 20:25:51.833 INFO O| Feb 21 20:25:51.832 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
9203 | 2025-02-21T20:25:52.421Z | [ host-image] Feb 21 20:25:51.833 INFO O| Feb 21 20:25:51.833 INFO ok! |
9204 | 2025-02-21T20:25:52.422Z | [ host-image] Feb 21 20:25:51.833 INFO O| Feb 21 20:25:51.833 INFO STEP 62 (ensure_file) COMPLETE |
9205 | 2025-02-21T20:25:52.422Z | [ host-image] Feb 21 20:25:51.833 INFO O| Feb 21 20:25:51.833 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9206 | 2025-02-21T20:25:52.437Z | [ host-image] Feb 21 20:25:51.849 INFO O| Feb 21 20:25:51.849 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
9207 | 2025-02-21T20:25:52.437Z | [ host-image] Feb 21 20:25:51.849 INFO O| Feb 21 20:25:51.849 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
9208 | 2025-02-21T20:25:52.442Z | [ host-image] Feb 21 20:25:51.849 INFO O| Feb 21 20:25:51.849 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
9209 | 2025-02-21T20:25:52.443Z | [ host-image] Feb 21 20:25:51.850 INFO O| Feb 21 20:25:51.849 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
9210 | 2025-02-21T20:25:52.443Z | [ host-image] Feb 21 20:25:51.850 INFO O| Feb 21 20:25:51.850 INFO ok! |
9211 | 2025-02-21T20:25:52.443Z | [ host-image] Feb 21 20:25:51.850 INFO O| Feb 21 20:25:51.850 INFO STEP 63 (ensure_file) COMPLETE |
9212 | 2025-02-21T20:25:52.443Z | [ host-image] Feb 21 20:25:51.850 INFO O| Feb 21 20:25:51.850 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9213 | 2025-02-21T20:25:52.454Z | [ host-image] Feb 21 20:25:51.867 INFO O| Feb 21 20:25:51.867 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
9214 | 2025-02-21T20:25:52.454Z | [ host-image] Feb 21 20:25:51.867 INFO O| Feb 21 20:25:51.867 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
9215 | 2025-02-21T20:25:52.458Z | [ host-image] Feb 21 20:25:51.867 INFO O| Feb 21 20:25:51.867 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
9216 | 2025-02-21T20:25:52.458Z | [ host-image] Feb 21 20:25:51.867 INFO O| Feb 21 20:25:51.867 INFO ok! |
9217 | 2025-02-21T20:25:52.458Z | [ host-image] Feb 21 20:25:51.867 INFO O| Feb 21 20:25:51.867 INFO STEP 64 (assemble_files) COMPLETE |
9218 | 2025-02-21T20:25:52.458Z | [ host-image] Feb 21 20:25:51.867 INFO O| Feb 21 20:25:51.867 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9219 | 2025-02-21T20:25:52.469Z | [ host-image] Feb 21 20:25:51.885 INFO O| Feb 21 20:25:51.885 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
9220 | 2025-02-21T20:25:52.474Z | [ host-image] Feb 21 20:25:51.886 INFO O| Feb 21 20:25:51.886 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
9221 | 2025-02-21T20:25:52.474Z | [ host-image] Feb 21 20:25:51.886 INFO O| Feb 21 20:25:51.886 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9222 | 2025-02-21T20:25:52.474Z | [ host-image] Feb 21 20:25:51.886 INFO O| Feb 21 20:25:51.886 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9223 | 2025-02-21T20:25:52.474Z | [ host-image] Feb 21 20:25:51.886 INFO O| Feb 21 20:25:51.886 INFO ok! |
9224 | 2025-02-21T20:25:52.475Z | [ host-image] Feb 21 20:25:51.886 INFO O| Feb 21 20:25:51.886 INFO STEP 65 (ensure_file) COMPLETE |
9225 | 2025-02-21T20:25:52.475Z | [ host-image] Feb 21 20:25:51.886 INFO O| Feb 21 20:25:51.886 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9226 | 2025-02-21T20:25:52.487Z | [ host-image] Feb 21 20:25:51.904 INFO O| Feb 21 20:25:51.904 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9227 | 2025-02-21T20:25:52.492Z | [ host-image] Feb 21 20:25:51.904 INFO O| Feb 21 20:25:51.904 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9228 | 2025-02-21T20:25:52.492Z | [ host-image] Feb 21 20:25:51.904 INFO O| Feb 21 20:25:51.904 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9229 | 2025-02-21T20:25:52.493Z | [ host-image] Feb 21 20:25:51.904 INFO O| Feb 21 20:25:51.904 INFO STEP 66 (ensure_dir) COMPLETE |
9230 | 2025-02-21T20:25:52.493Z | [ host-image] Feb 21 20:25:51.904 INFO O| Feb 21 20:25:51.904 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9231 | 2025-02-21T20:25:52.511Z | [ host-image] Feb 21 20:25:51.922 INFO O| Feb 21 20:25:51.922 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
9232 | 2025-02-21T20:25:52.511Z | [ host-image] Feb 21 20:25:51.923 INFO O| Feb 21 20:25:51.923 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 ... |
9233 | 2025-02-21T20:25:52.525Z | [ host-image] Feb 21 20:25:51.931 INFO O| Feb 21 20:25:51.931 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 |
9234 | 2025-02-21T20:25:52.525Z | [ host-image] Feb 21 20:25:51.931 INFO O| Feb 21 20:25:51.931 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
9235 | 2025-02-21T20:25:52.526Z | [ host-image] Feb 21 20:25:51.932 INFO O| Feb 21 20:25:51.931 INFO ok! |
9236 | 2025-02-21T20:25:52.526Z | [ host-image] Feb 21 20:25:51.932 INFO O| Feb 21 20:25:51.932 INFO STEP 67 (ensure_file) COMPLETE |
9237 | 2025-02-21T20:25:52.526Z | [ host-image] Feb 21 20:25:51.932 INFO O| Feb 21 20:25:51.932 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9238 | 2025-02-21T20:25:52.538Z | [ host-image] Feb 21 20:25:51.950 INFO O| Feb 21 20:25:51.950 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
9239 | 2025-02-21T20:25:52.538Z | [ host-image] Feb 21 20:25:51.950 INFO O| Feb 21 20:25:51.950 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 ... |
9240 | 2025-02-21T20:25:52.550Z | [ host-image] Feb 21 20:25:51.950 INFO O| Feb 21 20:25:51.950 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 |
9241 | 2025-02-21T20:25:52.550Z | [ host-image] Feb 21 20:25:51.951 INFO O| Feb 21 20:25:51.950 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
9242 | 2025-02-21T20:25:52.550Z | [ host-image] Feb 21 20:25:51.951 INFO O| Feb 21 20:25:51.951 INFO ok! |
9243 | 2025-02-21T20:25:52.551Z | [ host-image] Feb 21 20:25:51.951 INFO O| Feb 21 20:25:51.951 INFO STEP 68 (ensure_file) COMPLETE |
9244 | 2025-02-21T20:25:52.551Z | [ host-image] Feb 21 20:25:51.951 INFO O| Feb 21 20:25:51.951 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9245 | 2025-02-21T20:25:52.578Z | [ host-image] Feb 21 20:25:51.975 INFO O| Feb 21 20:25:51.975 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
9246 | 2025-02-21T20:25:52.578Z | [ host-image] Feb 21 20:25:51.976 INFO O| Feb 21 20:25:51.976 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
9247 | 2025-02-21T20:26:04.185Z | [ host-image] Feb 21 20:26:03.596 INFO O| Feb 21 20:26:03.596 INFO STEP 69 (pack_tar) COMPLETE |
9248 | 2025-02-21T20:26:04.185Z | [ host-image] Feb 21 20:26:03.596 INFO O| Feb 21 20:26:03.596 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
9249 | 2025-02-21T20:26:04.185Z | [ host-image] Feb 21 20:26:03.597 INFO O| Feb 21 20:26:03.596 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
9250 | 2025-02-21T20:26:04.576Z | [ host-image] Feb 21 20:26:03.986 INFO O| Feb 21 20:26:03.986 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
9251 | 2025-02-21T20:26:04.696Z | [ host-image] Feb 21 20:26:04.106 INFO O| Feb 21 20:26:04.106 INFO completed processing gimlet/ramdisk-02-trim |
9252 | 2025-02-21T20:26:04.699Z | [ host-image] Feb 21 20:26:04.109 INFO image builder template: zfs... |
9253 | 2025-02-21T20:26:04.699Z | [ host-image] Feb 21 20:26:04.110 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/.tmppPBl4F/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 |
9254 | 2025-02-21T20:26:04.718Z | [ host-image] Feb 21 20:26:04.129 INFO O| Feb 21 20:26:04.129 INFO skip include "stress" because feature "stress" is not enabled |
9255 | 2025-02-21T20:26:04.778Z | [ host-image] Feb 21 20:26:04.189 INFO O| Feb 21 20:26:04.189 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
9256 | 2025-02-21T20:26:04.789Z | [ host-image] Feb 21 20:26:04.199 INFO O| Feb 21 20:26:04.199 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9257 | 2025-02-21T20:26:04.886Z | [ host-image] Feb 21 20:26:04.296 INFO O| Feb 21 20:26:04.296 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
9258 | 2025-02-21T20:26:04.978Z | [ host-image] Feb 21 20:26:04.388 INFO O| Feb 21 20:26:04.388 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
9259 | 2025-02-21T20:26:04.983Z | [ host-image] Feb 21 20:26:04.388 INFO O| Feb 21 20:26:04.388 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
9260 | 2025-02-21T20:26:04.987Z | [ host-image] Feb 21 20:26:04.396 INFO O| Feb 21 20:26:04.396 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
9261 | 2025-02-21T20:26:05.244Z | [ host-image] Feb 21 20:26:04.653 INFO O| Feb 21 20:26:04.653 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
9262 | 2025-02-21T20:26:05.337Z | [ host-image] Feb 21 20:26:04.747 INFO O| Feb 21 20:26:04.747 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
9263 | 2025-02-21T20:26:05.380Z | [ host-image] Feb 21 20:26:04.790 INFO O| Feb 21 20:26:04.790 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9264 | 2025-02-21T20:26:05.389Z | [ host-image] Feb 21 20:26:04.800 INFO O| Feb 21 20:26:04.800 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
9265 | 2025-02-21T20:26:05.393Z | [ host-image] Feb 21 20:26:04.801 INFO O| Feb 21 20:26:04.800 INFO no lofi found |
9266 | 2025-02-21T20:26:05.393Z | [ host-image] Feb 21 20:26:04.801 INFO O| Feb 21 20:26:04.801 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
9267 | 2025-02-21T20:26:05.393Z | [ host-image] Feb 21 20:26:04.801 INFO O| Feb 21 20:26:04.801 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9268 | 2025-02-21T20:26:07.604Z | [ host-image] Feb 21 20:26:07.013 INFO O| Feb 21 20:26:07.013 INFO lofi device = /dev/dsk/c2t1d0p0 |
9269 | 2025-02-21T20:26:07.605Z | [ host-image] Feb 21 20:26:07.013 INFO O| Feb 21 20:26:07.013 INFO pool device = /dev/dsk/c2t1d0p0 |
9270 | 2025-02-21T20:26:07.612Z | [ host-image] Feb 21 20:26:07.013 INFO O| Feb 21 20:26:07.013 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"] |
9271 | 2025-02-21T20:26:07.824Z | [ host-image] Feb 21 20:26:07.233 INFO O| Feb 21 20:26:07.233 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9272 | 2025-02-21T20:26:07.824Z | [ host-image] Feb 21 20:26:07.233 INFO O| Feb 21 20:26:07.233 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
9273 | 2025-02-21T20:26:07.856Z | [ host-image] Feb 21 20:26:07.265 INFO O| Feb 21 20:26:07.265 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
9274 | 2025-02-21T20:26:07.982Z | [ host-image] Feb 21 20:26:07.390 INFO O| Feb 21 20:26:07.390 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
9275 | 2025-02-21T20:26:08.069Z | [ host-image] Feb 21 20:26:07.477 INFO O| Feb 21 20:26:07.477 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
9276 | 2025-02-21T20:26:08.095Z | [ host-image] Feb 21 20:26:07.504 INFO O| Feb 21 20:26:07.504 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
9277 | 2025-02-21T20:26:08.140Z | [ host-image] Feb 21 20:26:07.549 INFO O| Feb 21 20:26:07.549 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
9278 | 2025-02-21T20:26:08.267Z | [ host-image] Feb 21 20:26:07.675 INFO O| Feb 21 20:26:07.675 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
9279 | 2025-02-21T20:26:08.271Z | [ host-image] Feb 21 20:26:07.676 INFO O| Feb 21 20:26:07.675 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
9280 | 2025-02-21T20:26:08.271Z | [ host-image] Feb 21 20:26:07.676 INFO O| Feb 21 20:26:07.676 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9281 | 2025-02-21T20:26:08.308Z | [ host-image] Feb 21 20:26:07.717 INFO O| Feb 21 20:26:07.717 INFO boot environment UUID: 5078219c-7708-4c52-a00d-1a8d4e61cde5 |
9282 | 2025-02-21T20:26:08.308Z | [ host-image] Feb 21 20:26:07.717 INFO O| Feb 21 20:26:07.717 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 5078219c-7708-4c52-a00d-1a8d4e61cde5 |
9283 | 2025-02-21T20:26:08.355Z | [ host-image] Feb 21 20:26:07.764 INFO O| Feb 21 20:26:07.764 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
9284 | 2025-02-21T20:26:08.402Z | [ host-image] Feb 21 20:26:07.810 INFO O| Feb 21 20:26:07.810 INFO STEP 0 (create_be) COMPLETE |
9285 | 2025-02-21T20:26:08.402Z | [ host-image] Feb 21 20:26:07.810 INFO O| Feb 21 20:26:07.810 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9286 | 2025-02-21T20:26:08.445Z | [ host-image] Feb 21 20:26:07.853 INFO O| Feb 21 20:26:07.853 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9287 | 2025-02-21T20:26:32.742Z | [ host-image] Feb 21 20:26:32.136 INFO O| Feb 21 20:26:32.136 INFO STEP 1 (unpack_tar) COMPLETE |
9288 | 2025-02-21T20:26:32.742Z | [ host-image] Feb 21 20:26:32.136 INFO O| Feb 21 20:26:32.136 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9289 | 2025-02-21T20:26:32.761Z | [ host-image] Feb 21 20:26:32.155 INFO O| Feb 21 20:26:32.155 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9290 | 2025-02-21T20:26:33.365Z | [ host-image] Feb 21 20:26:32.759 INFO O| Feb 21 20:26:32.759 INFO STEP 2 (devfsadm) COMPLETE |
9291 | 2025-02-21T20:26:33.368Z | [ host-image] Feb 21 20:26:32.759 INFO O| Feb 21 20:26:32.759 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9292 | 2025-02-21T20:26:33.426Z | [ host-image] Feb 21 20:26:32.819 INFO O| Feb 21 20:26:32.819 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9293 | 2025-02-21T20:26:33.426Z | [ host-image] Feb 21 20:26:32.819 INFO O| Feb 21 20:26:32.819 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9294 | 2025-02-21T20:26:33.429Z | [ host-image] Feb 21 20:26:32.819 INFO O| Feb 21 20:26:32.819 INFO STEP 3 (ensure_dir) COMPLETE |
9295 | 2025-02-21T20:26:33.429Z | [ host-image] Feb 21 20:26:32.819 INFO O| Feb 21 20:26:32.819 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9296 | 2025-02-21T20:26:33.462Z | [ host-image] Feb 21 20:26:32.855 INFO O| Feb 21 20:26:32.855 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9297 | 2025-02-21T20:26:33.462Z | [ host-image] Feb 21 20:26:32.855 INFO O| Feb 21 20:26:32.855 INFO STEP 4 (ensure_dir) COMPLETE |
9298 | 2025-02-21T20:26:33.465Z | [ host-image] Feb 21 20:26:32.855 INFO O| Feb 21 20:26:32.855 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9299 | 2025-02-21T20:26:33.479Z | [ host-image] Feb 21 20:26:32.873 INFO O| Feb 21 20:26:32.873 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9300 | 2025-02-21T20:26:33.479Z | [ host-image] Feb 21 20:26:32.873 INFO O| Feb 21 20:26:32.873 INFO STEP 5 (ensure_dir) COMPLETE |
9301 | 2025-02-21T20:26:33.479Z | [ host-image] Feb 21 20:26:32.873 INFO O| Feb 21 20:26:32.873 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9302 | 2025-02-21T20:26:33.497Z | [ host-image] Feb 21 20:26:32.890 INFO O| Feb 21 20:26:32.890 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9303 | 2025-02-21T20:26:33.497Z | [ host-image] Feb 21 20:26:32.890 INFO O| Feb 21 20:26:32.890 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9304 | 2025-02-21T20:26:33.501Z | [ host-image] Feb 21 20:26:32.890 INFO O| Feb 21 20:26:32.890 INFO STEP 6 (ensure_dir) COMPLETE |
9305 | 2025-02-21T20:26:33.501Z | [ host-image] Feb 21 20:26:32.890 INFO O| Feb 21 20:26:32.890 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9306 | 2025-02-21T20:26:33.515Z | [ host-image] Feb 21 20:26:32.908 INFO O| Feb 21 20:26:32.908 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9307 | 2025-02-21T20:26:33.521Z | [ host-image] Feb 21 20:26:32.909 INFO O| Feb 21 20:26:32.909 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9308 | 2025-02-21T20:26:33.524Z | [ host-image] Feb 21 20:26:32.909 INFO O| Feb 21 20:26:32.909 INFO STEP 7 (ensure_dir) COMPLETE |
9309 | 2025-02-21T20:26:33.524Z | [ host-image] Feb 21 20:26:32.909 INFO O| Feb 21 20:26:32.909 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9310 | 2025-02-21T20:26:33.532Z | [ host-image] Feb 21 20:26:32.926 INFO O| Feb 21 20:26:32.926 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
9311 | 2025-02-21T20:26:33.535Z | [ host-image] Feb 21 20:26:32.926 INFO O| Feb 21 20:26:32.926 INFO STEP 8 (remove_files) COMPLETE |
9312 | 2025-02-21T20:26:33.535Z | [ host-image] Feb 21 20:26:32.926 INFO O| Feb 21 20:26:32.926 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9313 | 2025-02-21T20:26:33.564Z | [ host-image] Feb 21 20:26:32.958 INFO O| Feb 21 20:26:32.958 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
9314 | 2025-02-21T20:26:33.567Z | [ host-image] Feb 21 20:26:32.959 INFO O| Feb 21 20:26:32.959 INFO STEP 9 (remove_files) COMPLETE |
9315 | 2025-02-21T20:26:33.567Z | [ host-image] Feb 21 20:26:32.959 INFO O| Feb 21 20:26:32.959 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9316 | 2025-02-21T20:26:33.612Z | [ host-image] Feb 21 20:26:33.002 INFO O| Feb 21 20:26:33.002 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
9317 | 2025-02-21T20:26:33.616Z | [ host-image] Feb 21 20:26:33.003 INFO O| Feb 21 20:26:33.003 INFO STEP 10 (remove_files) COMPLETE |
9318 | 2025-02-21T20:26:33.616Z | [ host-image] Feb 21 20:26:33.003 INFO O| Feb 21 20:26:33.003 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9319 | 2025-02-21T20:26:33.649Z | [ host-image] Feb 21 20:26:33.043 INFO O| Feb 21 20:26:33.043 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
9320 | 2025-02-21T20:26:33.650Z | [ host-image] Feb 21 20:26:33.043 INFO O| Feb 21 20:26:33.043 INFO STEP 11 (remove_files) COMPLETE |
9321 | 2025-02-21T20:26:33.653Z | [ host-image] Feb 21 20:26:33.043 INFO O| Feb 21 20:26:33.043 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9322 | 2025-02-21T20:26:33.686Z | [ host-image] Feb 21 20:26:33.078 INFO O| Feb 21 20:26:33.074 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
9323 | 2025-02-21T20:26:33.686Z | [ host-image] Feb 21 20:26:33.078 INFO O| Feb 21 20:26:33.074 INFO STEP 12 (remove_files) COMPLETE |
9324 | 2025-02-21T20:26:33.686Z | [ host-image] Feb 21 20:26:33.078 INFO O| Feb 21 20:26:33.074 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9325 | 2025-02-21T20:26:33.722Z | [ host-image] Feb 21 20:26:33.115 INFO O| Feb 21 20:26:33.115 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9326 | 2025-02-21T20:26:33.722Z | [ host-image] Feb 21 20:26:33.115 INFO O| Feb 21 20:26:33.115 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9327 | 2025-02-21T20:26:33.722Z | [ host-image] Feb 21 20:26:33.115 INFO O| Feb 21 20:26:33.115 INFO STEP 13 (ensure_dir) COMPLETE |
9328 | 2025-02-21T20:26:33.726Z | [ host-image] Feb 21 20:26:33.115 INFO O| Feb 21 20:26:33.115 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9329 | 2025-02-21T20:26:33.740Z | [ host-image] Feb 21 20:26:33.133 INFO O| Feb 21 20:26:33.133 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9330 | 2025-02-21T20:26:33.741Z | [ host-image] Feb 21 20:26:33.134 INFO O| Feb 21 20:26:33.134 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9331 | 2025-02-21T20:26:33.741Z | [ host-image] Feb 21 20:26:33.134 INFO O| Feb 21 20:26:33.134 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9332 | 2025-02-21T20:26:33.741Z | [ host-image] Feb 21 20:26:33.134 INFO O| Feb 21 20:26:33.134 INFO STEP 14 (ensure_dir) COMPLETE |
9333 | 2025-02-21T20:26:33.741Z | [ host-image] Feb 21 20:26:33.134 INFO O| Feb 21 20:26:33.134 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9334 | 2025-02-21T20:26:33.758Z | [ host-image] Feb 21 20:26:33.151 INFO O| Feb 21 20:26:33.151 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9335 | 2025-02-21T20:26:33.758Z | [ host-image] Feb 21 20:26:33.151 INFO O| Feb 21 20:26:33.151 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9336 | 2025-02-21T20:26:33.758Z | [ host-image] Feb 21 20:26:33.151 INFO O| Feb 21 20:26:33.151 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9337 | 2025-02-21T20:26:33.767Z | [ host-image] Feb 21 20:26:33.151 INFO O| Feb 21 20:26:33.151 INFO STEP 15 (ensure_dir) COMPLETE |
9338 | 2025-02-21T20:26:33.767Z | [ host-image] Feb 21 20:26:33.151 INFO O| Feb 21 20:26:33.151 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9339 | 2025-02-21T20:26:33.793Z | [ host-image] Feb 21 20:26:33.186 INFO O| Feb 21 20:26:33.186 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9340 | 2025-02-21T20:26:33.793Z | [ host-image] Feb 21 20:26:33.187 INFO O| Feb 21 20:26:33.186 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9341 | 2025-02-21T20:26:33.797Z | [ host-image] Feb 21 20:26:33.187 INFO O| Feb 21 20:26:33.187 INFO STEP 16 (ensure_dir) COMPLETE |
9342 | 2025-02-21T20:26:33.797Z | [ host-image] Feb 21 20:26:33.187 INFO O| Feb 21 20:26:33.187 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9343 | 2025-02-21T20:26:33.831Z | [ host-image] Feb 21 20:26:33.224 INFO O| Feb 21 20:26:33.224 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9344 | 2025-02-21T20:26:33.831Z | [ host-image] Feb 21 20:26:33.224 INFO O| Feb 21 20:26:33.224 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9345 | 2025-02-21T20:26:33.834Z | [ host-image] Feb 21 20:26:33.224 INFO O| Feb 21 20:26:33.224 INFO STEP 17 (ensure_dir) COMPLETE |
9346 | 2025-02-21T20:26:33.834Z | [ host-image] Feb 21 20:26:33.225 INFO O| Feb 21 20:26:33.224 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9347 | 2025-02-21T20:26:33.868Z | [ host-image] Feb 21 20:26:33.261 INFO O| Feb 21 20:26:33.261 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
9348 | 2025-02-21T20:26:33.868Z | [ host-image] Feb 21 20:26:33.261 INFO O| Feb 21 20:26:33.261 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
9349 | 2025-02-21T20:26:33.868Z | [ host-image] Feb 21 20:26:33.261 INFO O| Feb 21 20:26:33.261 INFO ok! |
9350 | 2025-02-21T20:26:33.868Z | [ host-image] Feb 21 20:26:33.261 INFO O| Feb 21 20:26:33.261 INFO STEP 18 (ensure_symlink) COMPLETE |
9351 | 2025-02-21T20:26:33.868Z | [ host-image] Feb 21 20:26:33.261 INFO O| Feb 21 20:26:33.261 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9352 | 2025-02-21T20:26:33.906Z | [ host-image] Feb 21 20:26:33.299 INFO O| Feb 21 20:26:33.299 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
9353 | 2025-02-21T20:26:33.906Z | [ host-image] Feb 21 20:26:33.299 INFO O| Feb 21 20:26:33.299 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
9354 | 2025-02-21T20:26:33.906Z | [ host-image] Feb 21 20:26:33.299 INFO O| Feb 21 20:26:33.299 INFO ok! |
9355 | 2025-02-21T20:26:33.906Z | [ host-image] Feb 21 20:26:33.299 INFO O| Feb 21 20:26:33.299 INFO STEP 19 (ensure_file) COMPLETE |
9356 | 2025-02-21T20:26:33.906Z | [ host-image] Feb 21 20:26:33.299 INFO O| Feb 21 20:26:33.299 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9357 | 2025-02-21T20:26:33.942Z | [ host-image] Feb 21 20:26:33.336 INFO O| Feb 21 20:26:33.336 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
9358 | 2025-02-21T20:26:33.942Z | [ host-image] Feb 21 20:26:33.336 INFO O| Feb 21 20:26:33.336 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
9359 | 2025-02-21T20:26:33.945Z | [ host-image] Feb 21 20:26:33.336 INFO O| Feb 21 20:26:33.336 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
9360 | 2025-02-21T20:26:33.945Z | [ host-image] Feb 21 20:26:33.336 INFO O| Feb 21 20:26:33.336 INFO ok! |
9361 | 2025-02-21T20:26:33.945Z | [ host-image] Feb 21 20:26:33.336 INFO O| Feb 21 20:26:33.336 INFO STEP 20 (ensure_symlink) COMPLETE |
9362 | 2025-02-21T20:26:33.945Z | [ host-image] Feb 21 20:26:33.336 INFO O| Feb 21 20:26:33.336 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9363 | 2025-02-21T20:26:33.961Z | [ host-image] Feb 21 20:26:33.355 INFO O| Feb 21 20:26:33.355 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
9364 | 2025-02-21T20:26:33.962Z | [ host-image] Feb 21 20:26:33.355 INFO O| Feb 21 20:26:33.355 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
9365 | 2025-02-21T20:26:33.962Z | [ host-image] Feb 21 20:26:33.355 INFO O| Feb 21 20:26:33.355 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
9366 | 2025-02-21T20:26:33.962Z | [ host-image] Feb 21 20:26:33.355 INFO O| Feb 21 20:26:33.355 INFO ok! |
9367 | 2025-02-21T20:26:33.965Z | [ host-image] Feb 21 20:26:33.355 INFO O| Feb 21 20:26:33.355 INFO STEP 21 (ensure_symlink) COMPLETE |
9368 | 2025-02-21T20:26:33.965Z | [ host-image] Feb 21 20:26:33.355 INFO O| Feb 21 20:26:33.355 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9369 | 2025-02-21T20:26:33.987Z | [ host-image] Feb 21 20:26:33.378 INFO O| Feb 21 20:26:33.378 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
9370 | 2025-02-21T20:26:33.987Z | [ host-image] Feb 21 20:26:33.379 INFO O| Feb 21 20:26:33.379 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
9371 | 2025-02-21T20:26:33.991Z | [ host-image] Feb 21 20:26:33.379 INFO O| Feb 21 20:26:33.379 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
9372 | 2025-02-21T20:26:33.991Z | [ host-image] Feb 21 20:26:33.379 INFO O| Feb 21 20:26:33.379 INFO ok! |
9373 | 2025-02-21T20:26:33.992Z | [ host-image] Feb 21 20:26:33.379 INFO O| Feb 21 20:26:33.379 INFO STEP 22 (ensure_symlink) COMPLETE |
9374 | 2025-02-21T20:26:33.992Z | [ host-image] Feb 21 20:26:33.379 INFO O| Feb 21 20:26:33.379 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9375 | 2025-02-21T20:26:34.022Z | [ host-image] Feb 21 20:26:33.416 INFO O| Feb 21 20:26:33.415 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
9376 | 2025-02-21T20:26:34.022Z | [ host-image] Feb 21 20:26:33.416 INFO O| Feb 21 20:26:33.416 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
9377 | 2025-02-21T20:26:34.026Z | [ host-image] Feb 21 20:26:33.416 INFO O| Feb 21 20:26:33.416 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
9378 | 2025-02-21T20:26:34.026Z | [ host-image] Feb 21 20:26:33.416 INFO O| Feb 21 20:26:33.416 INFO ok! |
9379 | 2025-02-21T20:26:34.026Z | [ host-image] Feb 21 20:26:33.416 INFO O| Feb 21 20:26:33.416 INFO STEP 23 (ensure_symlink) COMPLETE |
9380 | 2025-02-21T20:26:34.026Z | [ host-image] Feb 21 20:26:33.416 INFO O| Feb 21 20:26:33.416 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9381 | 2025-02-21T20:26:34.044Z | [ host-image] Feb 21 20:26:33.438 INFO O| Feb 21 20:26:33.438 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
9382 | 2025-02-21T20:26:34.047Z | [ host-image] Feb 21 20:26:33.438 INFO O| Feb 21 20:26:33.438 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
9383 | 2025-02-21T20:26:34.048Z | [ host-image] Feb 21 20:26:33.439 INFO O| Feb 21 20:26:33.439 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
9384 | 2025-02-21T20:26:34.048Z | [ host-image] Feb 21 20:26:33.439 INFO O| Feb 21 20:26:33.439 INFO ok! |
9385 | 2025-02-21T20:26:34.048Z | [ host-image] Feb 21 20:26:33.439 INFO O| Feb 21 20:26:33.439 INFO STEP 24 (ensure_file) COMPLETE |
9386 | 2025-02-21T20:26:34.048Z | [ host-image] Feb 21 20:26:33.439 INFO O| Feb 21 20:26:33.439 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9387 | 2025-02-21T20:26:34.066Z | [ host-image] Feb 21 20:26:33.459 INFO O| Feb 21 20:26:33.459 INFO updating shadow file |
9388 | 2025-02-21T20:26:34.070Z | [ host-image] Feb 21 20:26:33.460 INFO O| Feb 21 20:26:33.459 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9389 | 2025-02-21T20:26:34.070Z | [ host-image] Feb 21 20:26:33.460 INFO O| Feb 21 20:26:33.460 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9390 | 2025-02-21T20:26:34.070Z | [ host-image] Feb 21 20:26:33.460 INFO O| Feb 21 20:26:33.460 INFO STEP 25 (shadow) COMPLETE |
9391 | 2025-02-21T20:26:34.070Z | [ host-image] Feb 21 20:26:33.460 INFO O| Feb 21 20:26:33.460 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9392 | 2025-02-21T20:26:34.086Z | [ host-image] Feb 21 20:26:33.479 INFO O| Feb 21 20:26:33.479 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
9393 | 2025-02-21T20:26:34.086Z | [ host-image] Feb 21 20:26:33.479 INFO O| Feb 21 20:26:33.479 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
9394 | 2025-02-21T20:26:34.090Z | [ host-image] Feb 21 20:26:33.479 INFO O| Feb 21 20:26:33.479 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
9395 | 2025-02-21T20:26:34.090Z | [ host-image] Feb 21 20:26:33.479 INFO O| Feb 21 20:26:33.479 INFO ok! |
9396 | 2025-02-21T20:26:34.090Z | [ host-image] Feb 21 20:26:33.480 INFO O| Feb 21 20:26:33.480 INFO STEP 26 (ensure_file) COMPLETE |
9397 | 2025-02-21T20:26:34.090Z | [ host-image] Feb 21 20:26:33.480 INFO O| Feb 21 20:26:33.480 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9398 | 2025-02-21T20:26:34.127Z | [ host-image] Feb 21 20:26:33.520 INFO O| Feb 21 20:26:33.520 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
9399 | 2025-02-21T20:26:34.127Z | [ host-image] Feb 21 20:26:33.520 INFO O| Feb 21 20:26:33.520 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
9400 | 2025-02-21T20:26:34.127Z | [ host-image] Feb 21 20:26:33.521 INFO O| Feb 21 20:26:33.520 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
9401 | 2025-02-21T20:26:34.130Z | [ host-image] Feb 21 20:26:33.521 INFO O| Feb 21 20:26:33.521 INFO ok! |
9402 | 2025-02-21T20:26:34.131Z | [ host-image] Feb 21 20:26:33.521 INFO O| Feb 21 20:26:33.521 INFO STEP 27 (ensure_file) COMPLETE |
9403 | 2025-02-21T20:26:34.131Z | [ host-image] Feb 21 20:26:33.521 INFO O| Feb 21 20:26:33.521 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9404 | 2025-02-21T20:26:34.150Z | [ host-image] Feb 21 20:26:33.544 INFO O| Feb 21 20:26:33.544 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
9405 | 2025-02-21T20:26:34.150Z | [ host-image] Feb 21 20:26:33.544 INFO O| Feb 21 20:26:33.544 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
9406 | 2025-02-21T20:26:34.153Z | [ host-image] Feb 21 20:26:33.544 INFO O| Feb 21 20:26:33.544 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9407 | 2025-02-21T20:26:34.153Z | [ host-image] Feb 21 20:26:33.544 INFO O| Feb 21 20:26:33.544 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9408 | 2025-02-21T20:26:34.153Z | [ host-image] Feb 21 20:26:33.544 INFO O| Feb 21 20:26:33.544 INFO ok! |
9409 | 2025-02-21T20:26:34.153Z | [ host-image] Feb 21 20:26:33.544 INFO O| Feb 21 20:26:33.544 INFO STEP 28 (ensure_file) COMPLETE |
9410 | 2025-02-21T20:26:34.154Z | [ host-image] Feb 21 20:26:33.544 INFO O| Feb 21 20:26:33.544 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9411 | 2025-02-21T20:26:34.187Z | [ host-image] Feb 21 20:26:33.580 INFO O| Feb 21 20:26:33.580 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
9412 | 2025-02-21T20:26:34.187Z | [ host-image] Feb 21 20:26:33.580 INFO O| Feb 21 20:26:33.580 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
9413 | 2025-02-21T20:26:34.190Z | [ host-image] Feb 21 20:26:33.580 INFO O| Feb 21 20:26:33.580 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
9414 | 2025-02-21T20:26:34.190Z | [ host-image] Feb 21 20:26:33.580 INFO O| Feb 21 20:26:33.580 INFO ok! |
9415 | 2025-02-21T20:26:34.190Z | [ host-image] Feb 21 20:26:33.580 INFO O| Feb 21 20:26:33.580 INFO STEP 29 (ensure_file) COMPLETE |
9416 | 2025-02-21T20:26:34.190Z | [ host-image] Feb 21 20:26:33.580 INFO O| Feb 21 20:26:33.580 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9417 | 2025-02-21T20:26:34.226Z | [ host-image] Feb 21 20:26:33.619 INFO O| Feb 21 20:26:33.619 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
9418 | 2025-02-21T20:26:34.226Z | [ host-image] Feb 21 20:26:33.619 INFO O| Feb 21 20:26:33.619 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
9419 | 2025-02-21T20:26:34.226Z | [ host-image] Feb 21 20:26:33.619 INFO O| Feb 21 20:26:33.619 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
9420 | 2025-02-21T20:26:34.228Z | [ host-image] Feb 21 20:26:33.619 INFO O| Feb 21 20:26:33.619 INFO ok! |
9421 | 2025-02-21T20:26:34.229Z | [ host-image] Feb 21 20:26:33.619 INFO O| Feb 21 20:26:33.619 INFO STEP 30 (ensure_file) COMPLETE |
9422 | 2025-02-21T20:26:34.229Z | [ host-image] Feb 21 20:26:33.619 INFO O| Feb 21 20:26:33.619 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9423 | 2025-02-21T20:26:34.248Z | [ host-image] Feb 21 20:26:33.641 INFO O| Feb 21 20:26:33.641 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
9424 | 2025-02-21T20:26:34.248Z | [ host-image] Feb 21 20:26:33.641 INFO O| Feb 21 20:26:33.641 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
9425 | 2025-02-21T20:26:34.248Z | [ host-image] Feb 21 20:26:33.642 INFO O| Feb 21 20:26:33.642 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9426 | 2025-02-21T20:26:34.251Z | [ host-image] Feb 21 20:26:33.642 INFO O| Feb 21 20:26:33.642 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9427 | 2025-02-21T20:26:34.251Z | [ host-image] Feb 21 20:26:33.642 INFO O| Feb 21 20:26:33.642 INFO ok! |
9428 | 2025-02-21T20:26:34.251Z | [ host-image] Feb 21 20:26:33.642 INFO O| Feb 21 20:26:33.642 INFO STEP 31 (ensure_file) COMPLETE |
9429 | 2025-02-21T20:26:34.251Z | [ host-image] Feb 21 20:26:33.642 INFO O| Feb 21 20:26:33.642 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9430 | 2025-02-21T20:26:34.270Z | [ host-image] Feb 21 20:26:33.663 INFO O| Feb 21 20:26:33.663 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
9431 | 2025-02-21T20:26:34.270Z | [ host-image] Feb 21 20:26:33.663 INFO O| Feb 21 20:26:33.663 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
9432 | 2025-02-21T20:26:34.273Z | [ host-image] Feb 21 20:26:33.663 INFO O| Feb 21 20:26:33.663 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
9433 | 2025-02-21T20:26:34.273Z | [ host-image] Feb 21 20:26:33.663 INFO O| Feb 21 20:26:33.663 INFO ok! |
9434 | 2025-02-21T20:26:34.273Z | [ host-image] Feb 21 20:26:33.663 INFO O| Feb 21 20:26:33.663 INFO STEP 32 (ensure_file) COMPLETE |
9435 | 2025-02-21T20:26:34.274Z | [ host-image] Feb 21 20:26:33.663 INFO O| Feb 21 20:26:33.663 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9436 | 2025-02-21T20:26:34.293Z | [ host-image] Feb 21 20:26:33.687 INFO O| Feb 21 20:26:33.687 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
9437 | 2025-02-21T20:26:34.294Z | [ host-image] Feb 21 20:26:33.687 INFO O| Feb 21 20:26:33.687 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
9438 | 2025-02-21T20:26:34.297Z | [ host-image] Feb 21 20:26:33.687 INFO O| Feb 21 20:26:33.687 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
9439 | 2025-02-21T20:26:34.297Z | [ host-image] Feb 21 20:26:33.687 INFO O| Feb 21 20:26:33.687 INFO ok! |
9440 | 2025-02-21T20:26:34.297Z | [ host-image] Feb 21 20:26:33.687 INFO O| Feb 21 20:26:33.687 INFO STEP 33 (ensure_file) COMPLETE |
9441 | 2025-02-21T20:26:34.297Z | [ host-image] Feb 21 20:26:33.687 INFO O| Feb 21 20:26:33.687 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9442 | 2025-02-21T20:26:34.316Z | [ host-image] Feb 21 20:26:33.709 INFO O| Feb 21 20:26:33.709 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
9443 | 2025-02-21T20:26:34.316Z | [ host-image] Feb 21 20:26:33.709 INFO O| Feb 21 20:26:33.709 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
9444 | 2025-02-21T20:26:34.319Z | [ host-image] Feb 21 20:26:33.709 INFO O| Feb 21 20:26:33.709 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9445 | 2025-02-21T20:26:34.319Z | [ host-image] Feb 21 20:26:33.709 INFO O| Feb 21 20:26:33.709 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9446 | 2025-02-21T20:26:34.319Z | [ host-image] Feb 21 20:26:33.709 INFO O| Feb 21 20:26:33.709 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9447 | 2025-02-21T20:26:34.319Z | [ host-image] Feb 21 20:26:33.709 INFO O| Feb 21 20:26:33.709 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9448 | 2025-02-21T20:26:34.319Z | [ host-image] Feb 21 20:26:33.709 INFO O| Feb 21 20:26:33.709 INFO ok! |
9449 | 2025-02-21T20:26:34.319Z | [ host-image] Feb 21 20:26:33.709 INFO O| Feb 21 20:26:33.709 INFO STEP 34 (ensure_file) COMPLETE |
9450 | 2025-02-21T20:26:34.319Z | [ host-image] Feb 21 20:26:33.709 INFO O| Feb 21 20:26:33.709 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9451 | 2025-02-21T20:26:34.337Z | [ host-image] Feb 21 20:26:33.730 INFO O| Feb 21 20:26:33.730 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9452 | 2025-02-21T20:26:34.337Z | [ host-image] Feb 21 20:26:33.730 INFO O| Feb 21 20:26:33.730 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9453 | 2025-02-21T20:26:34.337Z | [ host-image] Feb 21 20:26:33.730 INFO O| Feb 21 20:26:33.730 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9454 | 2025-02-21T20:26:34.340Z | [ host-image] Feb 21 20:26:33.730 INFO O| Feb 21 20:26:33.730 INFO STEP 35 (ensure_dir) COMPLETE |
9455 | 2025-02-21T20:26:34.340Z | [ host-image] Feb 21 20:26:33.730 INFO O| Feb 21 20:26:33.730 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9456 | 2025-02-21T20:26:34.356Z | [ host-image] Feb 21 20:26:33.749 INFO O| Feb 21 20:26:33.749 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 |
9457 | 2025-02-21T20:26:34.356Z | [ host-image] Feb 21 20:26:33.749 INFO O| Feb 21 20:26:33.749 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 ... |
9458 | 2025-02-21T20:26:34.356Z | [ host-image] Feb 21 20:26:33.749 INFO O| Feb 21 20:26:33.749 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 |
9459 | 2025-02-21T20:26:34.360Z | [ host-image] Feb 21 20:26:33.749 INFO O| Feb 21 20:26:33.749 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 |
9460 | 2025-02-21T20:26:34.360Z | [ host-image] Feb 21 20:26:33.749 INFO O| Feb 21 20:26:33.749 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 |
9461 | 2025-02-21T20:26:34.360Z | [ host-image] Feb 21 20:26:33.749 INFO O| Feb 21 20:26:33.749 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 |
9462 | 2025-02-21T20:26:34.360Z | [ host-image] Feb 21 20:26:33.749 INFO O| Feb 21 20:26:33.749 INFO ok! |
9463 | 2025-02-21T20:26:34.360Z | [ host-image] Feb 21 20:26:33.749 INFO O| Feb 21 20:26:33.749 INFO STEP 36 (ensure_file) COMPLETE |
9464 | 2025-02-21T20:26:34.360Z | [ host-image] Feb 21 20:26:33.749 INFO O| Feb 21 20:26:33.749 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9465 | 2025-02-21T20:26:34.393Z | [ host-image] Feb 21 20:26:33.786 INFO O| Feb 21 20:26:33.786 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
9466 | 2025-02-21T20:26:34.393Z | [ host-image] Feb 21 20:26:33.786 INFO O| Feb 21 20:26:33.786 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 ... |
9467 | 2025-02-21T20:26:34.396Z | [ host-image] Feb 21 20:26:33.786 INFO O| Feb 21 20:26:33.786 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
9468 | 2025-02-21T20:26:34.396Z | [ host-image] Feb 21 20:26:33.786 INFO O| Feb 21 20:26:33.786 INFO ok! |
9469 | 2025-02-21T20:26:34.396Z | [ host-image] Feb 21 20:26:33.786 INFO O| Feb 21 20:26:33.786 INFO STEP 37 (ensure_symlink) COMPLETE |
9470 | 2025-02-21T20:26:34.397Z | [ host-image] Feb 21 20:26:33.786 INFO O| Feb 21 20:26:33.786 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9471 | 2025-02-21T20:26:34.426Z | [ host-image] Feb 21 20:26:33.809 INFO O| Feb 21 20:26:33.809 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
9472 | 2025-02-21T20:26:34.426Z | [ host-image] Feb 21 20:26:33.809 INFO O| Feb 21 20:26:33.809 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9473 | 2025-02-21T20:26:34.430Z | [ host-image] Feb 21 20:26:33.810 INFO O| Feb 21 20:26:33.809 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9474 | 2025-02-21T20:26:34.430Z | [ host-image] Feb 21 20:26:33.810 INFO O| Feb 21 20:26:33.810 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9475 | 2025-02-21T20:26:34.430Z | [ host-image] Feb 21 20:26:33.810 INFO O| Feb 21 20:26:33.810 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9476 | 2025-02-21T20:26:34.430Z | [ host-image] Feb 21 20:26:33.810 INFO O| Feb 21 20:26:33.810 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9477 | 2025-02-21T20:26:34.430Z | [ host-image] Feb 21 20:26:33.810 INFO O| Feb 21 20:26:33.810 INFO ok! |
9478 | 2025-02-21T20:26:34.431Z | [ host-image] Feb 21 20:26:33.810 INFO O| Feb 21 20:26:33.810 INFO STEP 38 (ensure_file) COMPLETE |
9479 | 2025-02-21T20:26:34.431Z | [ host-image] Feb 21 20:26:33.810 INFO O| Feb 21 20:26:33.810 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9480 | 2025-02-21T20:26:34.440Z | [ host-image] Feb 21 20:26:33.832 INFO O| Feb 21 20:26:33.832 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
9481 | 2025-02-21T20:26:34.440Z | [ host-image] Feb 21 20:26:33.832 INFO O| Feb 21 20:26:33.832 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 ... |
9482 | 2025-02-21T20:26:34.462Z | [ host-image] Feb 21 20:26:33.833 INFO O| Feb 21 20:26:33.833 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 |
9483 | 2025-02-21T20:26:34.462Z | [ host-image] Feb 21 20:26:33.833 INFO O| Feb 21 20:26:33.833 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9484 | 2025-02-21T20:26:34.463Z | [ host-image] Feb 21 20:26:33.833 INFO O| Feb 21 20:26:33.833 INFO ok! |
9485 | 2025-02-21T20:26:34.463Z | [ host-image] Feb 21 20:26:33.833 INFO O| Feb 21 20:26:33.833 INFO STEP 39 (ensure_file) COMPLETE |
9486 | 2025-02-21T20:26:34.463Z | [ host-image] Feb 21 20:26:33.833 INFO O| Feb 21 20:26:33.833 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9487 | 2025-02-21T20:26:34.478Z | [ host-image] Feb 21 20:26:33.867 INFO O| Feb 21 20:26:33.867 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
9488 | 2025-02-21T20:26:34.478Z | [ host-image] Feb 21 20:26:33.867 INFO O| Feb 21 20:26:33.867 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
9489 | 2025-02-21T20:26:34.493Z | [ host-image] Feb 21 20:26:33.867 INFO O| Feb 21 20:26:33.867 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
9490 | 2025-02-21T20:26:34.493Z | [ host-image] Feb 21 20:26:33.867 INFO O| Feb 21 20:26:33.867 INFO ok! |
9491 | 2025-02-21T20:26:34.493Z | [ host-image] Feb 21 20:26:33.867 INFO O| Feb 21 20:26:33.867 INFO STEP 40 (ensure_file) COMPLETE |
9492 | 2025-02-21T20:26:34.493Z | [ host-image] Feb 21 20:26:33.867 INFO O| Feb 21 20:26:33.867 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9493 | 2025-02-21T20:26:34.519Z | [ host-image] Feb 21 20:26:33.910 INFO O| Feb 21 20:26:33.910 INFO updating shadow file |
9494 | 2025-02-21T20:26:34.524Z | [ host-image] Feb 21 20:26:33.910 INFO O| Feb 21 20:26:33.910 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9495 | 2025-02-21T20:26:34.524Z | [ host-image] Feb 21 20:26:33.910 INFO O| Feb 21 20:26:33.910 INFO STEP 41 (shadow) COMPLETE |
9496 | 2025-02-21T20:26:34.524Z | [ host-image] Feb 21 20:26:33.910 INFO O| Feb 21 20:26:33.910 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9497 | 2025-02-21T20:26:34.543Z | [ host-image] Feb 21 20:26:33.936 INFO O| Feb 21 20:26:33.936 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
9498 | 2025-02-21T20:26:34.543Z | [ host-image] Feb 21 20:26:33.936 INFO O| Feb 21 20:26:33.936 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
9499 | 2025-02-21T20:26:34.547Z | [ host-image] Feb 21 20:26:33.936 INFO O| Feb 21 20:26:33.936 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9500 | 2025-02-21T20:26:34.547Z | [ host-image] Feb 21 20:26:33.936 INFO O| Feb 21 20:26:33.936 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9501 | 2025-02-21T20:26:34.547Z | [ host-image] Feb 21 20:26:33.936 INFO O| Feb 21 20:26:33.936 INFO ok! |
9502 | 2025-02-21T20:26:34.547Z | [ host-image] Feb 21 20:26:33.936 INFO O| Feb 21 20:26:33.936 INFO STEP 42 (ensure_file) COMPLETE |
9503 | 2025-02-21T20:26:34.547Z | [ host-image] Feb 21 20:26:33.937 INFO O| Feb 21 20:26:33.936 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9504 | 2025-02-21T20:26:34.547Z | [ host-image] Feb 21 20:26:33.937 INFO O| Feb 21 20:26:33.937 INFO skip step because feature "mfg" is not enabled |
9505 | 2025-02-21T20:26:34.547Z | [ host-image] Feb 21 20:26:33.937 INFO O| Feb 21 20:26:33.937 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9506 | 2025-02-21T20:26:34.548Z | [ host-image] Feb 21 20:26:33.937 INFO O| Feb 21 20:26:33.937 INFO skip step because feature "mfg" is not enabled |
9507 | 2025-02-21T20:26:34.548Z | [ host-image] Feb 21 20:26:33.937 INFO O| Feb 21 20:26:33.937 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9508 | 2025-02-21T20:26:34.620Z | [ host-image] Feb 21 20:26:34.006 INFO O| Feb 21 20:26:34.006 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
9509 | 2025-02-21T20:26:34.620Z | [ host-image] Feb 21 20:26:34.006 INFO O| Feb 21 20:26:34.006 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
9510 | 2025-02-21T20:26:35.476Z | [ host-image] Feb 21 20:26:34.868 INFO O| Feb 21 20:26:34.868 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9511 | 2025-02-21T20:26:35.476Z | [ host-image] Feb 21 20:26:34.869 INFO O| Feb 21 20:26:34.868 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9512 | 2025-02-21T20:26:35.477Z | [ host-image] Feb 21 20:26:34.869 INFO O| Feb 21 20:26:34.868 INFO ok! |
9513 | 2025-02-21T20:26:35.483Z | [ host-image] Feb 21 20:26:34.869 INFO O| Feb 21 20:26:34.868 INFO STEP 45 (ensure_file) COMPLETE |
9514 | 2025-02-21T20:26:35.483Z | [ host-image] Feb 21 20:26:34.869 INFO O| Feb 21 20:26:34.868 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9515 | 2025-02-21T20:26:35.537Z | [ host-image] Feb 21 20:26:34.930 INFO O| Feb 21 20:26:34.930 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
9516 | 2025-02-21T20:26:35.537Z | [ host-image] Feb 21 20:26:34.930 INFO O| Feb 21 20:26:34.930 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9517 | 2025-02-21T20:26:35.540Z | [ host-image] Feb 21 20:26:34.930 INFO O| Feb 21 20:26:34.930 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9518 | 2025-02-21T20:26:35.540Z | [ host-image] Feb 21 20:26:34.930 INFO O| Feb 21 20:26:34.930 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9519 | 2025-02-21T20:26:35.540Z | [ host-image] Feb 21 20:26:34.930 INFO O| Feb 21 20:26:34.930 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9520 | 2025-02-21T20:26:35.540Z | [ host-image] Feb 21 20:26:34.930 INFO O| Feb 21 20:26:34.930 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9521 | 2025-02-21T20:26:35.540Z | [ host-image] Feb 21 20:26:34.930 INFO O| Feb 21 20:26:34.930 INFO ok! |
9522 | 2025-02-21T20:26:35.540Z | [ host-image] Feb 21 20:26:34.930 INFO O| Feb 21 20:26:34.930 INFO STEP 46 (ensure_file) COMPLETE |
9523 | 2025-02-21T20:26:35.541Z | [ host-image] Feb 21 20:26:34.930 INFO O| Feb 21 20:26:34.930 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9524 | 2025-02-21T20:26:35.561Z | [ host-image] Feb 21 20:26:34.953 INFO O| Feb 21 20:26:34.953 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
9525 | 2025-02-21T20:26:35.561Z | [ host-image] Feb 21 20:26:34.953 INFO O| Feb 21 20:26:34.953 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 ... |
9526 | 2025-02-21T20:26:35.561Z | [ host-image] Feb 21 20:26:34.954 INFO O| Feb 21 20:26:34.953 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 |
9527 | 2025-02-21T20:26:35.564Z | [ host-image] Feb 21 20:26:34.954 INFO O| Feb 21 20:26:34.954 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9528 | 2025-02-21T20:26:35.564Z | [ host-image] Feb 21 20:26:34.954 INFO O| Feb 21 20:26:34.954 INFO ok! |
9529 | 2025-02-21T20:26:35.564Z | [ host-image] Feb 21 20:26:34.954 INFO O| Feb 21 20:26:34.954 INFO STEP 47 (ensure_file) COMPLETE |
9530 | 2025-02-21T20:26:35.564Z | [ host-image] Feb 21 20:26:34.954 INFO O| Feb 21 20:26:34.954 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9531 | 2025-02-21T20:26:35.584Z | [ host-image] Feb 21 20:26:34.977 INFO O| Feb 21 20:26:34.977 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
9532 | 2025-02-21T20:26:35.584Z | [ host-image] Feb 21 20:26:34.977 INFO O| Feb 21 20:26:34.977 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
9533 | 2025-02-21T20:26:35.584Z | [ host-image] Feb 21 20:26:34.977 INFO O| Feb 21 20:26:34.977 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9534 | 2025-02-21T20:26:35.588Z | [ host-image] Feb 21 20:26:34.977 INFO O| Feb 21 20:26:34.977 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9535 | 2025-02-21T20:26:35.588Z | [ host-image] Feb 21 20:26:34.977 INFO O| Feb 21 20:26:34.977 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9536 | 2025-02-21T20:26:35.588Z | [ host-image] Feb 21 20:26:34.977 INFO O| Feb 21 20:26:34.977 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9537 | 2025-02-21T20:26:35.588Z | [ host-image] Feb 21 20:26:34.977 INFO O| Feb 21 20:26:34.977 INFO ok! |
9538 | 2025-02-21T20:26:35.588Z | [ host-image] Feb 21 20:26:34.977 INFO O| Feb 21 20:26:34.977 INFO STEP 48 (ensure_file) COMPLETE |
9539 | 2025-02-21T20:26:35.588Z | [ host-image] Feb 21 20:26:34.977 INFO O| Feb 21 20:26:34.977 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9540 | 2025-02-21T20:26:35.606Z | [ host-image] Feb 21 20:26:34.999 INFO O| Feb 21 20:26:34.999 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
9541 | 2025-02-21T20:26:35.606Z | [ host-image] Feb 21 20:26:34.999 INFO O| Feb 21 20:26:34.999 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 ... |
9542 | 2025-02-21T20:26:35.607Z | [ host-image] Feb 21 20:26:34.999 INFO O| Feb 21 20:26:34.999 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 |
9543 | 2025-02-21T20:26:35.607Z | [ host-image] Feb 21 20:26:34.999 INFO O| Feb 21 20:26:34.999 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
9544 | 2025-02-21T20:26:35.610Z | [ host-image] Feb 21 20:26:34.999 INFO O| Feb 21 20:26:34.999 INFO ok! |
9545 | 2025-02-21T20:26:35.611Z | [ host-image] Feb 21 20:26:34.999 INFO O| Feb 21 20:26:34.999 INFO STEP 49 (ensure_file) COMPLETE |
9546 | 2025-02-21T20:26:35.611Z | [ host-image] Feb 21 20:26:34.999 INFO O| Feb 21 20:26:34.999 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9547 | 2025-02-21T20:26:35.631Z | [ host-image] Feb 21 20:26:35.023 INFO O| Feb 21 20:26:35.022 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
9548 | 2025-02-21T20:26:35.631Z | [ host-image] Feb 21 20:26:35.023 INFO O| Feb 21 20:26:35.023 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
9549 | 2025-02-21T20:26:35.632Z | [ host-image] Feb 21 20:26:35.023 INFO O| Feb 21 20:26:35.023 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9550 | 2025-02-21T20:26:35.632Z | [ host-image] Feb 21 20:26:35.023 INFO O| Feb 21 20:26:35.023 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9551 | 2025-02-21T20:26:35.636Z | [ host-image] Feb 21 20:26:35.023 INFO O| Feb 21 20:26:35.023 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9552 | 2025-02-21T20:26:35.636Z | [ host-image] Feb 21 20:26:35.023 INFO O| Feb 21 20:26:35.023 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9553 | 2025-02-21T20:26:35.636Z | [ host-image] Feb 21 20:26:35.023 INFO O| Feb 21 20:26:35.023 INFO ok! |
9554 | 2025-02-21T20:26:35.636Z | [ host-image] Feb 21 20:26:35.023 INFO O| Feb 21 20:26:35.023 INFO STEP 50 (ensure_file) COMPLETE |
9555 | 2025-02-21T20:26:35.636Z | [ host-image] Feb 21 20:26:35.023 INFO O| Feb 21 20:26:35.023 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9556 | 2025-02-21T20:26:35.653Z | [ host-image] Feb 21 20:26:35.045 INFO O| Feb 21 20:26:35.045 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
9557 | 2025-02-21T20:26:35.653Z | [ host-image] Feb 21 20:26:35.045 INFO O| Feb 21 20:26:35.045 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 ... |
9558 | 2025-02-21T20:26:35.656Z | [ host-image] Feb 21 20:26:35.045 INFO O| Feb 21 20:26:35.045 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 |
9559 | 2025-02-21T20:26:35.656Z | [ host-image] Feb 21 20:26:35.045 INFO O| Feb 21 20:26:35.045 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
9560 | 2025-02-21T20:26:35.656Z | [ host-image] Feb 21 20:26:35.045 INFO O| Feb 21 20:26:35.045 INFO ok! |
9561 | 2025-02-21T20:26:35.656Z | [ host-image] Feb 21 20:26:35.045 INFO O| Feb 21 20:26:35.045 INFO STEP 51 (ensure_file) COMPLETE |
9562 | 2025-02-21T20:26:35.656Z | [ host-image] Feb 21 20:26:35.045 INFO O| Feb 21 20:26:35.045 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9563 | 2025-02-21T20:26:35.706Z | [ host-image] Feb 21 20:26:35.099 INFO O| Feb 21 20:26:35.099 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
9564 | 2025-02-21T20:26:35.706Z | [ host-image] Feb 21 20:26:35.099 INFO O| Feb 21 20:26:35.099 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 ... |
9565 | 2025-02-21T20:26:35.706Z | [ host-image] Feb 21 20:26:35.099 INFO O| Feb 21 20:26:35.099 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 |
9566 | 2025-02-21T20:26:35.709Z | [ host-image] Feb 21 20:26:35.099 INFO O| Feb 21 20:26:35.099 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9567 | 2025-02-21T20:26:35.709Z | [ host-image] Feb 21 20:26:35.099 INFO O| Feb 21 20:26:35.099 INFO ok! |
9568 | 2025-02-21T20:26:35.709Z | [ host-image] Feb 21 20:26:35.099 INFO O| Feb 21 20:26:35.099 INFO STEP 52 (ensure_file) COMPLETE |
9569 | 2025-02-21T20:26:35.709Z | [ host-image] Feb 21 20:26:35.099 INFO O| Feb 21 20:26:35.099 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9570 | 2025-02-21T20:26:35.744Z | [ host-image] Feb 21 20:26:35.136 INFO O| Feb 21 20:26:35.136 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
9571 | 2025-02-21T20:26:35.744Z | [ host-image] Feb 21 20:26:35.136 INFO O| Feb 21 20:26:35.136 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 ... |
9572 | 2025-02-21T20:26:35.744Z | [ host-image] Feb 21 20:26:35.137 INFO O| Feb 21 20:26:35.136 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 |
9573 | 2025-02-21T20:26:35.748Z | [ host-image] Feb 21 20:26:35.137 INFO O| Feb 21 20:26:35.137 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9574 | 2025-02-21T20:26:35.748Z | [ host-image] Feb 21 20:26:35.137 INFO O| Feb 21 20:26:35.137 INFO ok! |
9575 | 2025-02-21T20:26:35.748Z | [ host-image] Feb 21 20:26:35.137 INFO O| Feb 21 20:26:35.137 INFO STEP 53 (ensure_file) COMPLETE |
9576 | 2025-02-21T20:26:35.748Z | [ host-image] Feb 21 20:26:35.137 INFO O| Feb 21 20:26:35.137 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9577 | 2025-02-21T20:26:35.784Z | [ host-image] Feb 21 20:26:35.176 INFO O| Feb 21 20:26:35.176 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
9578 | 2025-02-21T20:26:35.785Z | [ host-image] Feb 21 20:26:35.176 INFO O| Feb 21 20:26:35.176 INFO STEP 54 (ensure_dir) COMPLETE |
9579 | 2025-02-21T20:26:35.785Z | [ host-image] Feb 21 20:26:35.176 INFO O| Feb 21 20:26:35.176 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9580 | 2025-02-21T20:26:35.804Z | [ host-image] Feb 21 20:26:35.196 INFO O| Feb 21 20:26:35.196 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9581 | 2025-02-21T20:26:35.804Z | [ host-image] Feb 21 20:26:35.196 INFO O| Feb 21 20:26:35.196 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9582 | 2025-02-21T20:26:35.804Z | [ host-image] Feb 21 20:26:35.196 INFO O| Feb 21 20:26:35.196 INFO STEP 55 (ensure_dir) COMPLETE |
9583 | 2025-02-21T20:26:35.804Z | [ host-image] Feb 21 20:26:35.196 INFO O| Feb 21 20:26:35.196 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9584 | 2025-02-21T20:26:35.831Z | [ host-image] Feb 21 20:26:35.223 INFO O| Feb 21 20:26:35.223 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9585 | 2025-02-21T20:26:35.831Z | [ host-image] Feb 21 20:26:35.223 INFO O| Feb 21 20:26:35.223 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9586 | 2025-02-21T20:26:35.834Z | [ host-image] Feb 21 20:26:35.223 INFO O| Feb 21 20:26:35.223 INFO STEP 56 (ensure_dir) COMPLETE |
9587 | 2025-02-21T20:26:35.834Z | [ host-image] Feb 21 20:26:35.223 INFO O| Feb 21 20:26:35.223 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9588 | 2025-02-21T20:26:35.874Z | [ host-image] Feb 21 20:26:35.266 INFO O| Feb 21 20:26:35.266 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
9589 | 2025-02-21T20:26:35.874Z | [ host-image] Feb 21 20:26:35.266 INFO O| Feb 21 20:26:35.266 INFO copying /tmp/.tmppPBl4F/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
9590 | 2025-02-21T20:26:35.897Z | [ host-image] Feb 21 20:26:35.289 INFO O| Feb 21 20:26:35.289 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
9591 | 2025-02-21T20:26:35.897Z | [ host-image] Feb 21 20:26:35.289 INFO O| Feb 21 20:26:35.289 INFO ok! |
9592 | 2025-02-21T20:26:35.897Z | [ host-image] Feb 21 20:26:35.289 INFO O| Feb 21 20:26:35.289 INFO STEP 57 (ensure_file) COMPLETE |
9593 | 2025-02-21T20:26:35.897Z | [ host-image] Feb 21 20:26:35.289 INFO O| Feb 21 20:26:35.289 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9594 | 2025-02-21T20:26:35.916Z | [ host-image] Feb 21 20:26:35.309 INFO O| Feb 21 20:26:35.309 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
9595 | 2025-02-21T20:26:35.917Z | [ host-image] Feb 21 20:26:35.309 INFO O| Feb 21 20:26:35.309 INFO copying /tmp/.tmppPBl4F/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
9596 | 2025-02-21T20:26:37.373Z | [ host-image] Feb 21 20:26:36.764 INFO O| Feb 21 20:26:36.764 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
9597 | 2025-02-21T20:26:37.374Z | [ host-image] Feb 21 20:26:36.764 INFO O| Feb 21 20:26:36.764 INFO ok! |
9598 | 2025-02-21T20:26:37.382Z | [ host-image] Feb 21 20:26:36.764 INFO O| Feb 21 20:26:36.764 INFO STEP 58 (ensure_file) COMPLETE |
9599 | 2025-02-21T20:26:37.382Z | [ host-image] Feb 21 20:26:36.764 INFO O| Feb 21 20:26:36.764 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9600 | 2025-02-21T20:26:37.392Z | [ host-image] Feb 21 20:26:36.784 INFO O| Feb 21 20:26:36.784 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9601 | 2025-02-21T20:26:37.393Z | [ host-image] Feb 21 20:26:36.784 INFO O| Feb 21 20:26:36.784 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9602 | 2025-02-21T20:26:37.393Z | [ host-image] Feb 21 20:26:36.784 INFO O| Feb 21 20:26:36.784 INFO STEP 59 (ensure_dir) COMPLETE |
9603 | 2025-02-21T20:26:37.397Z | [ host-image] Feb 21 20:26:36.784 INFO O| Feb 21 20:26:36.784 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9604 | 2025-02-21T20:26:37.435Z | [ host-image] Feb 21 20:26:36.826 INFO O| Feb 21 20:26:36.826 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
9605 | 2025-02-21T20:26:37.435Z | [ host-image] Feb 21 20:26:36.826 INFO O| Feb 21 20:26:36.826 INFO copying /tmp/.tmppPBl4F/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 ... |
9606 | 2025-02-21T20:26:37.439Z | [ host-image] Feb 21 20:26:36.826 INFO O| Feb 21 20:26:36.826 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
9607 | 2025-02-21T20:26:37.439Z | [ host-image] Feb 21 20:26:36.826 INFO O| Feb 21 20:26:36.826 INFO ok! |
9608 | 2025-02-21T20:26:37.440Z | [ host-image] Feb 21 20:26:36.826 INFO O| Feb 21 20:26:36.826 INFO STEP 60 (ensure_file) COMPLETE |
9609 | 2025-02-21T20:26:37.440Z | [ host-image] Feb 21 20:26:36.826 INFO O| Feb 21 20:26:36.826 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9610 | 2025-02-21T20:26:37.454Z | [ host-image] Feb 21 20:26:36.845 INFO O| Feb 21 20:26:36.844 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
9611 | 2025-02-21T20:26:37.454Z | [ host-image] Feb 21 20:26:36.845 INFO O| Feb 21 20:26:36.844 INFO copying /tmp/.tmppPBl4F/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 ... |
9612 | 2025-02-21T20:26:37.458Z | [ host-image] Feb 21 20:26:36.845 INFO O| Feb 21 20:26:36.845 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
9613 | 2025-02-21T20:26:37.458Z | [ host-image] Feb 21 20:26:36.845 INFO O| Feb 21 20:26:36.845 INFO ok! |
9614 | 2025-02-21T20:26:37.459Z | [ host-image] Feb 21 20:26:36.845 INFO O| Feb 21 20:26:36.845 INFO STEP 61 (ensure_file) COMPLETE |
9615 | 2025-02-21T20:26:37.460Z | [ host-image] Feb 21 20:26:36.845 INFO O| Feb 21 20:26:36.845 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9616 | 2025-02-21T20:26:37.491Z | [ host-image] Feb 21 20:26:36.882 INFO O| Feb 21 20:26:36.882 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9617 | 2025-02-21T20:26:37.491Z | [ host-image] Feb 21 20:26:36.882 INFO O| Feb 21 20:26:36.882 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9618 | 2025-02-21T20:26:37.491Z | [ host-image] Feb 21 20:26:36.882 INFO O| Feb 21 20:26:36.882 INFO STEP 62 (ensure_dir) COMPLETE |
9619 | 2025-02-21T20:26:37.494Z | [ host-image] Feb 21 20:26:36.882 INFO O| Feb 21 20:26:36.882 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9620 | 2025-02-21T20:26:37.553Z | [ host-image] Feb 21 20:26:36.942 INFO O| Feb 21 20:26:36.942 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9621 | 2025-02-21T20:26:37.553Z | [ host-image] Feb 21 20:26:36.942 INFO O| Feb 21 20:26:36.942 INFO copying /tmp/.tmppPBl4F/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 ... |
9622 | 2025-02-21T20:26:37.561Z | [ host-image] Feb 21 20:26:36.942 INFO O| Feb 21 20:26:36.942 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9623 | 2025-02-21T20:26:37.562Z | [ host-image] Feb 21 20:26:36.942 INFO O| Feb 21 20:26:36.942 INFO ok! |
9624 | 2025-02-21T20:26:37.562Z | [ host-image] Feb 21 20:26:36.942 INFO O| Feb 21 20:26:36.942 INFO STEP 63 (ensure_file) COMPLETE |
9625 | 2025-02-21T20:26:37.562Z | [ host-image] Feb 21 20:26:36.942 INFO O| Feb 21 20:26:36.942 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9626 | 2025-02-21T20:26:37.588Z | [ host-image] Feb 21 20:26:36.979 INFO O| Feb 21 20:26:36.979 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9627 | 2025-02-21T20:26:37.588Z | [ host-image] Feb 21 20:26:36.979 INFO O| Feb 21 20:26:36.979 INFO copying /tmp/.tmppPBl4F/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 ... |
9628 | 2025-02-21T20:26:37.591Z | [ host-image] Feb 21 20:26:36.979 INFO O| Feb 21 20:26:36.979 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9629 | 2025-02-21T20:26:37.591Z | [ host-image] Feb 21 20:26:36.979 INFO O| Feb 21 20:26:36.979 INFO ok! |
9630 | 2025-02-21T20:26:37.591Z | [ host-image] Feb 21 20:26:36.979 INFO O| Feb 21 20:26:36.979 INFO STEP 64 (ensure_file) COMPLETE |
9631 | 2025-02-21T20:26:37.592Z | [ host-image] Feb 21 20:26:36.979 INFO O| Feb 21 20:26:36.979 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9632 | 2025-02-21T20:26:37.613Z | [ host-image] Feb 21 20:26:37.001 INFO O| Feb 21 20:26:37.001 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9633 | 2025-02-21T20:26:37.613Z | [ host-image] Feb 21 20:26:37.002 INFO O| Feb 21 20:26:37.002 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9634 | 2025-02-21T20:26:37.621Z | [ host-image] Feb 21 20:26:37.002 INFO O| Feb 21 20:26:37.002 INFO STEP 65 (ensure_dir) COMPLETE |
9635 | 2025-02-21T20:26:37.621Z | [ host-image] Feb 21 20:26:37.002 INFO O| Feb 21 20:26:37.002 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9636 | 2025-02-21T20:26:37.660Z | [ host-image] Feb 21 20:26:37.033 INFO O| Feb 21 20:26:37.033 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9637 | 2025-02-21T20:26:37.660Z | [ host-image] Feb 21 20:26:37.033 INFO O| Feb 21 20:26:37.033 INFO copying /tmp/.tmppPBl4F/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 ... |
9638 | 2025-02-21T20:26:37.677Z | [ host-image] Feb 21 20:26:37.033 INFO O| Feb 21 20:26:37.033 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9639 | 2025-02-21T20:26:37.677Z | [ host-image] Feb 21 20:26:37.033 INFO O| Feb 21 20:26:37.033 INFO ok! |
9640 | 2025-02-21T20:26:37.677Z | [ host-image] Feb 21 20:26:37.033 INFO O| Feb 21 20:26:37.033 INFO STEP 66 (ensure_file) COMPLETE |
9641 | 2025-02-21T20:26:37.677Z | [ host-image] Feb 21 20:26:37.033 INFO O| Feb 21 20:26:37.033 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9642 | 2025-02-21T20:26:37.694Z | [ host-image] Feb 21 20:26:37.074 INFO O| Feb 21 20:26:37.074 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9643 | 2025-02-21T20:26:37.694Z | [ host-image] Feb 21 20:26:37.074 INFO O| Feb 21 20:26:37.074 INFO copying /tmp/.tmppPBl4F/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9644 | 2025-02-21T20:26:37.695Z | [ host-image] Feb 21 20:26:37.074 INFO O| Feb 21 20:26:37.074 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9645 | 2025-02-21T20:26:37.695Z | [ host-image] Feb 21 20:26:37.074 INFO O| Feb 21 20:26:37.074 INFO ok! |
9646 | 2025-02-21T20:26:37.695Z | [ host-image] Feb 21 20:26:37.074 INFO O| Feb 21 20:26:37.074 INFO STEP 67 (ensure_file) COMPLETE |
9647 | 2025-02-21T20:26:37.695Z | [ host-image] Feb 21 20:26:37.074 INFO O| Feb 21 20:26:37.074 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9648 | 2025-02-21T20:26:37.733Z | [ host-image] Feb 21 20:26:37.116 INFO O| Feb 21 20:26:37.116 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9649 | 2025-02-21T20:26:37.815Z | [ host-image] Feb 21 20:26:37.116 INFO O| Feb 21 20:26:37.116 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9650 | 2025-02-21T20:26:37.815Z | [ host-image] Feb 21 20:26:37.116 INFO O| Feb 21 20:26:37.116 INFO STEP 68 (ensure_dir) COMPLETE |
9651 | 2025-02-21T20:26:37.816Z | [ host-image] Feb 21 20:26:37.116 INFO O| Feb 21 20:26:37.116 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9652 | 2025-02-21T20:26:37.885Z | [ host-image] Feb 21 20:26:37.137 INFO O| Feb 21 20:26:37.137 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9653 | 2025-02-21T20:26:37.885Z | [ host-image] Feb 21 20:26:37.137 INFO O| Feb 21 20:26:37.137 INFO copying /tmp/.tmppPBl4F/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9654 | 2025-02-21T20:26:39.234Z | [ host-image] Feb 21 20:26:38.621 INFO O| Feb 21 20:26:38.621 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9655 | 2025-02-21T20:26:39.234Z | [ host-image] Feb 21 20:26:38.621 INFO O| Feb 21 20:26:38.621 INFO ok! |
9656 | 2025-02-21T20:26:39.234Z | [ host-image] Feb 21 20:26:38.621 INFO O| Feb 21 20:26:38.621 INFO STEP 69 (ensure_file) COMPLETE |
9657 | 2025-02-21T20:26:39.234Z | [ host-image] Feb 21 20:26:38.621 INFO O| Feb 21 20:26:38.621 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9658 | 2025-02-21T20:26:39.254Z | [ host-image] Feb 21 20:26:38.643 INFO O| Feb 21 20:26:38.643 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9659 | 2025-02-21T20:26:39.262Z | [ host-image] Feb 21 20:26:38.644 INFO O| Feb 21 20:26:38.643 INFO copying /tmp/.tmppPBl4F/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9660 | 2025-02-21T20:26:41.706Z | [ host-image] Feb 21 20:26:41.095 INFO O| Feb 21 20:26:41.095 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9661 | 2025-02-21T20:26:41.706Z | [ host-image] Feb 21 20:26:41.095 INFO O| Feb 21 20:26:41.095 INFO ok! |
9662 | 2025-02-21T20:26:41.711Z | [ host-image] Feb 21 20:26:41.095 INFO O| Feb 21 20:26:41.095 INFO STEP 70 (ensure_file) COMPLETE |
9663 | 2025-02-21T20:26:41.711Z | [ host-image] Feb 21 20:26:41.095 INFO O| Feb 21 20:26:41.095 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9664 | 2025-02-21T20:26:41.727Z | [ host-image] Feb 21 20:26:41.116 INFO O| Feb 21 20:26:41.116 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9665 | 2025-02-21T20:26:41.728Z | [ host-image] Feb 21 20:26:41.116 INFO O| Feb 21 20:26:41.116 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9666 | 2025-02-21T20:26:41.731Z | [ host-image] Feb 21 20:26:41.116 INFO O| Feb 21 20:26:41.116 INFO STEP 71 (ensure_dir) COMPLETE |
9667 | 2025-02-21T20:26:41.731Z | [ host-image] Feb 21 20:26:41.116 INFO O| Feb 21 20:26:41.116 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9668 | 2025-02-21T20:26:41.748Z | [ host-image] Feb 21 20:26:41.137 INFO O| Feb 21 20:26:41.137 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9669 | 2025-02-21T20:26:41.748Z | [ host-image] Feb 21 20:26:41.137 INFO O| Feb 21 20:26:41.137 INFO copying /tmp/.tmppPBl4F/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 ... |
9670 | 2025-02-21T20:26:41.752Z | [ host-image] Feb 21 20:26:41.137 INFO O| Feb 21 20:26:41.137 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9671 | 2025-02-21T20:26:41.752Z | [ host-image] Feb 21 20:26:41.137 INFO O| Feb 21 20:26:41.137 INFO ok! |
9672 | 2025-02-21T20:26:41.752Z | [ host-image] Feb 21 20:26:41.137 INFO O| Feb 21 20:26:41.137 INFO STEP 72 (ensure_file) COMPLETE |
9673 | 2025-02-21T20:26:41.752Z | [ host-image] Feb 21 20:26:41.137 INFO O| Feb 21 20:26:41.137 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9674 | 2025-02-21T20:26:41.786Z | [ host-image] Feb 21 20:26:41.175 INFO O| Feb 21 20:26:41.175 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9675 | 2025-02-21T20:26:41.786Z | [ host-image] Feb 21 20:26:41.175 INFO O| Feb 21 20:26:41.175 INFO copying /tmp/.tmppPBl4F/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 ... |
9676 | 2025-02-21T20:26:41.790Z | [ host-image] Feb 21 20:26:41.175 INFO O| Feb 21 20:26:41.175 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9677 | 2025-02-21T20:26:41.790Z | [ host-image] Feb 21 20:26:41.175 INFO O| Feb 21 20:26:41.175 INFO ok! |
9678 | 2025-02-21T20:26:41.790Z | [ host-image] Feb 21 20:26:41.175 INFO O| Feb 21 20:26:41.175 INFO STEP 73 (ensure_file) COMPLETE |
9679 | 2025-02-21T20:26:41.790Z | [ host-image] Feb 21 20:26:41.175 INFO O| Feb 21 20:26:41.175 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9680 | 2025-02-21T20:26:41.809Z | [ host-image] Feb 21 20:26:41.198 INFO O| Feb 21 20:26:41.198 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9681 | 2025-02-21T20:26:41.809Z | [ host-image] Feb 21 20:26:41.198 INFO O| Feb 21 20:26:41.198 INFO copying /tmp/.tmppPBl4F/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9682 | 2025-02-21T20:26:41.809Z | [ host-image] Feb 21 20:26:41.198 INFO O| Feb 21 20:26:41.198 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9683 | 2025-02-21T20:26:41.809Z | [ host-image] Feb 21 20:26:41.198 INFO O| Feb 21 20:26:41.198 INFO ok! |
9684 | 2025-02-21T20:26:41.813Z | [ host-image] Feb 21 20:26:41.198 INFO O| Feb 21 20:26:41.198 INFO STEP 74 (ensure_file) COMPLETE |
9685 | 2025-02-21T20:26:41.813Z | [ host-image] Feb 21 20:26:41.198 INFO O| Feb 21 20:26:41.198 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9686 | 2025-02-21T20:26:41.833Z | [ host-image] Feb 21 20:26:41.221 INFO O| Feb 21 20:26:41.221 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9687 | 2025-02-21T20:26:41.833Z | [ host-image] Feb 21 20:26:41.222 INFO O| Feb 21 20:26:41.221 INFO copying /tmp/.tmppPBl4F/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9688 | 2025-02-21T20:26:41.833Z | [ host-image] Feb 21 20:26:41.222 INFO O| Feb 21 20:26:41.222 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9689 | 2025-02-21T20:26:41.833Z | [ host-image] Feb 21 20:26:41.222 INFO O| Feb 21 20:26:41.222 INFO ok! |
9690 | 2025-02-21T20:26:41.837Z | [ host-image] Feb 21 20:26:41.222 INFO O| Feb 21 20:26:41.222 INFO STEP 75 (ensure_file) COMPLETE |
9691 | 2025-02-21T20:26:41.837Z | [ host-image] Feb 21 20:26:41.222 INFO O| Feb 21 20:26:41.222 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9692 | 2025-02-21T20:26:41.855Z | [ host-image] Feb 21 20:26:41.244 INFO O| Feb 21 20:26:41.244 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9693 | 2025-02-21T20:26:41.856Z | [ host-image] Feb 21 20:26:41.244 INFO O| Feb 21 20:26:41.244 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9694 | 2025-02-21T20:26:41.856Z | [ host-image] Feb 21 20:26:41.244 INFO O| Feb 21 20:26:41.244 INFO STEP 76 (ensure_dir) COMPLETE |
9695 | 2025-02-21T20:26:41.859Z | [ host-image] Feb 21 20:26:41.244 INFO O| Feb 21 20:26:41.244 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9696 | 2025-02-21T20:26:41.875Z | [ host-image] Feb 21 20:26:41.263 INFO O| Feb 21 20:26:41.263 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9697 | 2025-02-21T20:26:41.875Z | [ host-image] Feb 21 20:26:41.263 INFO O| Feb 21 20:26:41.263 INFO copying /tmp/.tmppPBl4F/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9698 | 2025-02-21T20:26:41.878Z | [ host-image] Feb 21 20:26:41.267 INFO O| Feb 21 20:26:41.267 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9699 | 2025-02-21T20:26:41.882Z | [ host-image] Feb 21 20:26:41.267 INFO O| Feb 21 20:26:41.267 INFO ok! |
9700 | 2025-02-21T20:26:41.882Z | [ host-image] Feb 21 20:26:41.267 INFO O| Feb 21 20:26:41.267 INFO STEP 77 (ensure_file) COMPLETE |
9701 | 2025-02-21T20:26:41.882Z | [ host-image] Feb 21 20:26:41.267 INFO O| Feb 21 20:26:41.267 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9702 | 2025-02-21T20:26:41.900Z | [ host-image] Feb 21 20:26:41.288 INFO O| Feb 21 20:26:41.288 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9703 | 2025-02-21T20:26:41.900Z | [ host-image] Feb 21 20:26:41.288 INFO O| Feb 21 20:26:41.288 INFO copying /tmp/.tmppPBl4F/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9704 | 2025-02-21T20:26:41.905Z | [ host-image] Feb 21 20:26:41.288 INFO O| Feb 21 20:26:41.288 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9705 | 2025-02-21T20:26:41.905Z | [ host-image] Feb 21 20:26:41.288 INFO O| Feb 21 20:26:41.288 INFO ok! |
9706 | 2025-02-21T20:26:41.905Z | [ host-image] Feb 21 20:26:41.288 INFO O| Feb 21 20:26:41.288 INFO STEP 78 (ensure_file) COMPLETE |
9707 | 2025-02-21T20:26:41.905Z | [ host-image] Feb 21 20:26:41.288 INFO O| Feb 21 20:26:41.288 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9708 | 2025-02-21T20:26:41.938Z | [ host-image] Feb 21 20:26:41.327 INFO O| Feb 21 20:26:41.327 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9709 | 2025-02-21T20:26:41.938Z | [ host-image] Feb 21 20:26:41.327 INFO O| Feb 21 20:26:41.327 INFO copying /tmp/.tmppPBl4F/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9710 | 2025-02-21T20:26:43.905Z | [ host-image] Feb 21 20:26:43.293 INFO O| Feb 21 20:26:43.293 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9711 | 2025-02-21T20:26:43.905Z | [ host-image] Feb 21 20:26:43.293 INFO O| Feb 21 20:26:43.293 INFO ok! |
9712 | 2025-02-21T20:26:43.905Z | [ host-image] Feb 21 20:26:43.293 INFO O| Feb 21 20:26:43.293 INFO STEP 79 (ensure_file) COMPLETE |
9713 | 2025-02-21T20:26:43.909Z | [ host-image] Feb 21 20:26:43.293 INFO O| Feb 21 20:26:43.293 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9714 | 2025-02-21T20:26:43.924Z | [ host-image] Feb 21 20:26:43.312 INFO O| Feb 21 20:26:43.312 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9715 | 2025-02-21T20:26:43.927Z | [ host-image] Feb 21 20:26:43.312 INFO O| Feb 21 20:26:43.312 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9716 | 2025-02-21T20:26:43.927Z | [ host-image] Feb 21 20:26:43.312 INFO O| Feb 21 20:26:43.312 INFO STEP 80 (ensure_dir) COMPLETE |
9717 | 2025-02-21T20:26:43.927Z | [ host-image] Feb 21 20:26:43.312 INFO O| Feb 21 20:26:43.312 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9718 | 2025-02-21T20:26:43.952Z | [ host-image] Feb 21 20:26:43.340 INFO O| Feb 21 20:26:43.340 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9719 | 2025-02-21T20:26:43.952Z | [ host-image] Feb 21 20:26:43.340 INFO O| Feb 21 20:26:43.340 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9720 | 2025-02-21T20:26:43.956Z | [ host-image] Feb 21 20:26:43.340 INFO O| Feb 21 20:26:43.340 INFO STEP 81 (ensure_dir) COMPLETE |
9721 | 2025-02-21T20:26:43.956Z | [ host-image] Feb 21 20:26:43.340 INFO O| Feb 21 20:26:43.340 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9722 | 2025-02-21T20:26:43.975Z | [ host-image] Feb 21 20:26:43.362 INFO O| Feb 21 20:26:43.362 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9723 | 2025-02-21T20:26:43.975Z | [ host-image] Feb 21 20:26:43.362 INFO O| Feb 21 20:26:43.362 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9724 | 2025-02-21T20:26:43.978Z | [ host-image] Feb 21 20:26:43.362 INFO O| Feb 21 20:26:43.362 INFO STEP 82 (ensure_dir) COMPLETE |
9725 | 2025-02-21T20:26:43.978Z | [ host-image] Feb 21 20:26:43.362 INFO O| Feb 21 20:26:43.362 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9726 | 2025-02-21T20:26:43.996Z | [ host-image] Feb 21 20:26:43.384 INFO O| Feb 21 20:26:43.384 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9727 | 2025-02-21T20:26:43.997Z | [ host-image] Feb 21 20:26:43.384 INFO O| Feb 21 20:26:43.384 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9728 | 2025-02-21T20:26:43.997Z | [ host-image] Feb 21 20:26:43.384 INFO O| Feb 21 20:26:43.384 INFO STEP 83 (ensure_dir) COMPLETE |
9729 | 2025-02-21T20:26:44.000Z | [ host-image] Feb 21 20:26:43.384 INFO O| Feb 21 20:26:43.384 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9730 | 2025-02-21T20:26:44.018Z | [ host-image] Feb 21 20:26:43.406 INFO O| Feb 21 20:26:43.405 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9731 | 2025-02-21T20:26:44.018Z | [ host-image] Feb 21 20:26:43.406 INFO O| Feb 21 20:26:43.406 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9732 | 2025-02-21T20:26:44.018Z | [ host-image] Feb 21 20:26:43.406 INFO O| Feb 21 20:26:43.406 INFO STEP 84 (ensure_dir) COMPLETE |
9733 | 2025-02-21T20:26:44.021Z | [ host-image] Feb 21 20:26:43.406 INFO O| Feb 21 20:26:43.406 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9734 | 2025-02-21T20:26:44.040Z | [ host-image] Feb 21 20:26:43.428 INFO O| Feb 21 20:26:43.428 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9735 | 2025-02-21T20:26:44.040Z | [ host-image] Feb 21 20:26:43.428 INFO O| Feb 21 20:26:43.428 INFO copying /tmp/.tmppPBl4F/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 ... |
9736 | 2025-02-21T20:26:44.043Z | [ host-image] Feb 21 20:26:43.428 INFO O| Feb 21 20:26:43.428 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9737 | 2025-02-21T20:26:44.044Z | [ host-image] Feb 21 20:26:43.428 INFO O| Feb 21 20:26:43.428 INFO ok! |
9738 | 2025-02-21T20:26:44.044Z | [ host-image] Feb 21 20:26:43.428 INFO O| Feb 21 20:26:43.428 INFO STEP 85 (ensure_file) COMPLETE |
9739 | 2025-02-21T20:26:44.044Z | [ host-image] Feb 21 20:26:43.429 INFO O| Feb 21 20:26:43.428 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9740 | 2025-02-21T20:26:44.061Z | [ host-image] Feb 21 20:26:43.449 INFO O| Feb 21 20:26:43.448 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9741 | 2025-02-21T20:26:44.065Z | [ host-image] Feb 21 20:26:43.449 INFO O| Feb 21 20:26:43.449 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9742 | 2025-02-21T20:26:44.065Z | [ host-image] Feb 21 20:26:43.449 INFO O| Feb 21 20:26:43.449 INFO STEP 86 (ensure_dir) COMPLETE |
9743 | 2025-02-21T20:26:44.065Z | [ host-image] Feb 21 20:26:43.449 INFO O| Feb 21 20:26:43.449 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9744 | 2025-02-21T20:26:44.082Z | [ host-image] Feb 21 20:26:43.470 INFO O| Feb 21 20:26:43.470 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9745 | 2025-02-21T20:26:44.082Z | [ host-image] Feb 21 20:26:43.470 INFO O| Feb 21 20:26:43.470 INFO copying /tmp/.tmppPBl4F/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9746 | 2025-02-21T20:26:44.082Z | [ host-image] Feb 21 20:26:43.470 INFO O| Feb 21 20:26:43.470 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9747 | 2025-02-21T20:26:44.083Z | [ host-image] Feb 21 20:26:43.470 INFO O| Feb 21 20:26:43.470 INFO ok! |
9748 | 2025-02-21T20:26:44.085Z | [ host-image] Feb 21 20:26:43.470 INFO O| Feb 21 20:26:43.470 INFO STEP 87 (ensure_file) COMPLETE |
9749 | 2025-02-21T20:26:44.085Z | [ host-image] Feb 21 20:26:43.470 INFO O| Feb 21 20:26:43.470 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9750 | 2025-02-21T20:26:44.106Z | [ host-image] Feb 21 20:26:43.492 INFO O| Feb 21 20:26:43.491 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9751 | 2025-02-21T20:26:44.106Z | [ host-image] Feb 21 20:26:43.492 INFO O| Feb 21 20:26:43.492 INFO copying /tmp/.tmppPBl4F/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9752 | 2025-02-21T20:26:44.651Z | [ host-image] Feb 21 20:26:44.037 INFO O| Feb 21 20:26:44.037 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9753 | 2025-02-21T20:26:44.651Z | [ host-image] Feb 21 20:26:44.037 INFO O| Feb 21 20:26:44.037 INFO ok! |
9754 | 2025-02-21T20:26:44.651Z | [ host-image] Feb 21 20:26:44.037 INFO O| Feb 21 20:26:44.037 INFO STEP 88 (ensure_file) COMPLETE |
9755 | 2025-02-21T20:26:44.651Z | [ host-image] Feb 21 20:26:44.037 INFO O| Feb 21 20:26:44.037 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9756 | 2025-02-21T20:26:44.671Z | [ host-image] Feb 21 20:26:44.058 INFO O| Feb 21 20:26:44.058 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9757 | 2025-02-21T20:26:44.671Z | [ host-image] Feb 21 20:26:44.058 INFO O| Feb 21 20:26:44.058 INFO copying /tmp/.tmppPBl4F/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9758 | 2025-02-21T20:26:44.693Z | [ host-image] Feb 21 20:26:44.080 INFO O| Feb 21 20:26:44.080 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9759 | 2025-02-21T20:26:44.693Z | [ host-image] Feb 21 20:26:44.080 INFO O| Feb 21 20:26:44.080 INFO ok! |
9760 | 2025-02-21T20:26:44.696Z | [ host-image] Feb 21 20:26:44.080 INFO O| Feb 21 20:26:44.080 INFO STEP 89 (ensure_file) COMPLETE |
9761 | 2025-02-21T20:26:44.696Z | [ host-image] Feb 21 20:26:44.080 INFO O| Feb 21 20:26:44.080 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9762 | 2025-02-21T20:26:44.722Z | [ host-image] Feb 21 20:26:44.106 INFO O| Feb 21 20:26:44.106 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9763 | 2025-02-21T20:26:44.722Z | [ host-image] Feb 21 20:26:44.107 INFO O| Feb 21 20:26:44.106 INFO copying /tmp/.tmppPBl4F/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9764 | 2025-02-21T20:26:44.722Z | [ host-image] Feb 21 20:26:44.107 INFO O| Feb 21 20:26:44.107 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9765 | 2025-02-21T20:26:44.722Z | [ host-image] Feb 21 20:26:44.107 INFO O| Feb 21 20:26:44.107 INFO ok! |
9766 | 2025-02-21T20:26:44.725Z | [ host-image] Feb 21 20:26:44.107 INFO O| Feb 21 20:26:44.107 INFO STEP 90 (ensure_file) COMPLETE |
9767 | 2025-02-21T20:26:44.725Z | [ host-image] Feb 21 20:26:44.107 INFO O| Feb 21 20:26:44.107 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9768 | 2025-02-21T20:26:44.758Z | [ host-image] Feb 21 20:26:44.145 INFO O| Feb 21 20:26:44.145 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9769 | 2025-02-21T20:26:44.761Z | [ host-image] Feb 21 20:26:44.146 INFO O| Feb 21 20:26:44.146 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9770 | 2025-02-21T20:26:44.762Z | [ host-image] Feb 21 20:26:44.146 INFO O| Feb 21 20:26:44.146 INFO STEP 91 (ensure_dir) COMPLETE |
9771 | 2025-02-21T20:26:44.762Z | [ host-image] Feb 21 20:26:44.146 INFO O| Feb 21 20:26:44.146 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9772 | 2025-02-21T20:26:44.796Z | [ host-image] Feb 21 20:26:44.183 INFO O| Feb 21 20:26:44.183 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9773 | 2025-02-21T20:26:44.796Z | [ host-image] Feb 21 20:26:44.184 INFO O| Feb 21 20:26:44.183 INFO copying /tmp/.tmppPBl4F/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 ... |
9774 | 2025-02-21T20:26:44.797Z | [ host-image] Feb 21 20:26:44.184 INFO O| Feb 21 20:26:44.184 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9775 | 2025-02-21T20:26:44.797Z | [ host-image] Feb 21 20:26:44.184 INFO O| Feb 21 20:26:44.184 INFO ok! |
9776 | 2025-02-21T20:26:44.799Z | [ host-image] Feb 21 20:26:44.184 INFO O| Feb 21 20:26:44.184 INFO STEP 92 (ensure_file) COMPLETE |
9777 | 2025-02-21T20:26:44.799Z | [ host-image] Feb 21 20:26:44.184 INFO O| Feb 21 20:26:44.184 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9778 | 2025-02-21T20:26:44.819Z | [ host-image] Feb 21 20:26:44.206 INFO O| Feb 21 20:26:44.206 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9779 | 2025-02-21T20:26:44.819Z | [ host-image] Feb 21 20:26:44.206 INFO O| Feb 21 20:26:44.206 INFO copying /tmp/.tmppPBl4F/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 ... |
9780 | 2025-02-21T20:26:44.822Z | [ host-image] Feb 21 20:26:44.207 INFO O| Feb 21 20:26:44.206 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9781 | 2025-02-21T20:26:44.822Z | [ host-image] Feb 21 20:26:44.207 INFO O| Feb 21 20:26:44.206 INFO ok! |
9782 | 2025-02-21T20:26:44.822Z | [ host-image] Feb 21 20:26:44.207 INFO O| Feb 21 20:26:44.207 INFO STEP 93 (ensure_file) COMPLETE |
9783 | 2025-02-21T20:26:44.822Z | [ host-image] Feb 21 20:26:44.207 INFO O| Feb 21 20:26:44.207 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9784 | 2025-02-21T20:26:44.841Z | [ host-image] Feb 21 20:26:44.228 INFO O| Feb 21 20:26:44.228 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9785 | 2025-02-21T20:26:44.841Z | [ host-image] Feb 21 20:26:44.228 INFO O| Feb 21 20:26:44.228 INFO copying /tmp/.tmppPBl4F/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 ... |
9786 | 2025-02-21T20:26:44.842Z | [ host-image] Feb 21 20:26:44.229 INFO O| Feb 21 20:26:44.228 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9787 | 2025-02-21T20:26:44.842Z | [ host-image] Feb 21 20:26:44.229 INFO O| Feb 21 20:26:44.229 INFO ok! |
9788 | 2025-02-21T20:26:44.845Z | [ host-image] Feb 21 20:26:44.229 INFO O| Feb 21 20:26:44.229 INFO STEP 94 (ensure_file) COMPLETE |
9789 | 2025-02-21T20:26:44.845Z | [ host-image] Feb 21 20:26:44.229 INFO O| Feb 21 20:26:44.229 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9790 | 2025-02-21T20:26:44.863Z | [ host-image] Feb 21 20:26:44.250 INFO O| Feb 21 20:26:44.250 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9791 | 2025-02-21T20:26:44.863Z | [ host-image] Feb 21 20:26:44.250 INFO O| Feb 21 20:26:44.250 INFO copying /tmp/.tmppPBl4F/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 ... |
9792 | 2025-02-21T20:26:44.867Z | [ host-image] Feb 21 20:26:44.251 INFO O| Feb 21 20:26:44.250 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9793 | 2025-02-21T20:26:44.867Z | [ host-image] Feb 21 20:26:44.251 INFO O| Feb 21 20:26:44.250 INFO ok! |
9794 | 2025-02-21T20:26:44.867Z | [ host-image] Feb 21 20:26:44.251 INFO O| Feb 21 20:26:44.251 INFO STEP 95 (ensure_file) COMPLETE |
9795 | 2025-02-21T20:26:44.867Z | [ host-image] Feb 21 20:26:44.251 INFO O| Feb 21 20:26:44.251 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9796 | 2025-02-21T20:26:44.889Z | [ host-image] Feb 21 20:26:44.276 INFO O| Feb 21 20:26:44.276 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9797 | 2025-02-21T20:26:44.889Z | [ host-image] Feb 21 20:26:44.276 INFO O| Feb 21 20:26:44.276 INFO copying /tmp/.tmppPBl4F/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 ... |
9798 | 2025-02-21T20:26:44.893Z | [ host-image] Feb 21 20:26:44.277 INFO O| Feb 21 20:26:44.277 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9799 | 2025-02-21T20:26:44.893Z | [ host-image] Feb 21 20:26:44.277 INFO O| Feb 21 20:26:44.277 INFO ok! |
9800 | 2025-02-21T20:26:44.893Z | [ host-image] Feb 21 20:26:44.277 INFO O| Feb 21 20:26:44.277 INFO STEP 96 (ensure_file) COMPLETE |
9801 | 2025-02-21T20:26:44.893Z | [ host-image] Feb 21 20:26:44.277 INFO O| Feb 21 20:26:44.277 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9802 | 2025-02-21T20:26:44.913Z | [ host-image] Feb 21 20:26:44.300 INFO O| Feb 21 20:26:44.300 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d does not exist |
9803 | 2025-02-21T20:26:44.913Z | [ host-image] Feb 21 20:26:44.300 INFO O| Feb 21 20:26:44.300 INFO copying /tmp/.tmppPBl4F/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 ... |
9804 | 2025-02-21T20:26:44.916Z | [ host-image] Feb 21 20:26:44.300 INFO O| Feb 21 20:26:44.300 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d |
9805 | 2025-02-21T20:26:44.916Z | [ host-image] Feb 21 20:26:44.301 INFO O| Feb 21 20:26:44.300 INFO ok! |
9806 | 2025-02-21T20:26:44.916Z | [ host-image] Feb 21 20:26:44.301 INFO O| Feb 21 20:26:44.300 INFO STEP 97 (ensure_file) COMPLETE |
9807 | 2025-02-21T20:26:44.916Z | [ host-image] Feb 21 20:26:44.301 INFO O| Feb 21 20:26:44.300 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9808 | 2025-02-21T20:26:44.943Z | [ host-image] Feb 21 20:26:44.329 INFO O| Feb 21 20:26:44.329 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9809 | 2025-02-21T20:26:44.943Z | [ host-image] Feb 21 20:26:44.330 INFO O| Feb 21 20:26:44.330 INFO copying /tmp/.tmppPBl4F/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9810 | 2025-02-21T20:26:44.947Z | [ host-image] Feb 21 20:26:44.330 INFO O| Feb 21 20:26:44.330 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9811 | 2025-02-21T20:26:44.947Z | [ host-image] Feb 21 20:26:44.330 INFO O| Feb 21 20:26:44.330 INFO ok! |
9812 | 2025-02-21T20:26:44.947Z | [ host-image] Feb 21 20:26:44.330 INFO O| Feb 21 20:26:44.330 INFO STEP 98 (ensure_file) COMPLETE |
9813 | 2025-02-21T20:26:44.947Z | [ host-image] Feb 21 20:26:44.330 INFO O| Feb 21 20:26:44.330 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9814 | 2025-02-21T20:26:44.967Z | [ host-image] Feb 21 20:26:44.354 INFO O| Feb 21 20:26:44.354 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9815 | 2025-02-21T20:26:44.967Z | [ host-image] Feb 21 20:26:44.354 INFO O| Feb 21 20:26:44.354 INFO copying /tmp/.tmppPBl4F/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 ... |
9816 | 2025-02-21T20:26:44.970Z | [ host-image] Feb 21 20:26:44.355 INFO O| Feb 21 20:26:44.355 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9817 | 2025-02-21T20:26:44.971Z | [ host-image] Feb 21 20:26:44.355 INFO O| Feb 21 20:26:44.355 INFO ok! |
9818 | 2025-02-21T20:26:44.971Z | [ host-image] Feb 21 20:26:44.355 INFO O| Feb 21 20:26:44.355 INFO STEP 99 (ensure_file) COMPLETE |
9819 | 2025-02-21T20:26:44.971Z | [ host-image] Feb 21 20:26:44.355 INFO O| Feb 21 20:26:44.355 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9820 | 2025-02-21T20:26:44.995Z | [ host-image] Feb 21 20:26:44.382 INFO O| Feb 21 20:26:44.382 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9821 | 2025-02-21T20:26:44.995Z | [ host-image] Feb 21 20:26:44.382 INFO O| Feb 21 20:26:44.382 INFO copying /tmp/.tmppPBl4F/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 ... |
9822 | 2025-02-21T20:26:44.998Z | [ host-image] Feb 21 20:26:44.383 INFO O| Feb 21 20:26:44.383 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9823 | 2025-02-21T20:26:44.998Z | [ host-image] Feb 21 20:26:44.383 INFO O| Feb 21 20:26:44.383 INFO ok! |
9824 | 2025-02-21T20:26:44.998Z | [ host-image] Feb 21 20:26:44.383 INFO O| Feb 21 20:26:44.383 INFO STEP 100 (ensure_file) COMPLETE |
9825 | 2025-02-21T20:26:44.998Z | [ host-image] Feb 21 20:26:44.383 INFO O| Feb 21 20:26:44.383 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9826 | 2025-02-21T20:26:45.020Z | [ host-image] Feb 21 20:26:44.407 INFO O| Feb 21 20:26:44.407 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9827 | 2025-02-21T20:26:45.020Z | [ host-image] Feb 21 20:26:44.407 INFO O| Feb 21 20:26:44.407 INFO copying /tmp/.tmppPBl4F/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 ... |
9828 | 2025-02-21T20:26:45.020Z | [ host-image] Feb 21 20:26:44.407 INFO O| Feb 21 20:26:44.407 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9829 | 2025-02-21T20:26:45.020Z | [ host-image] Feb 21 20:26:44.407 INFO O| Feb 21 20:26:44.407 INFO ok! |
9830 | 2025-02-21T20:26:45.023Z | [ host-image] Feb 21 20:26:44.407 INFO O| Feb 21 20:26:44.407 INFO STEP 101 (ensure_file) COMPLETE |
9831 | 2025-02-21T20:26:45.023Z | [ host-image] Feb 21 20:26:44.407 INFO O| Feb 21 20:26:44.407 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9832 | 2025-02-21T20:26:45.043Z | [ host-image] Feb 21 20:26:44.430 INFO O| Feb 21 20:26:44.430 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9833 | 2025-02-21T20:26:45.043Z | [ host-image] Feb 21 20:26:44.430 INFO O| Feb 21 20:26:44.430 INFO copying /tmp/.tmppPBl4F/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9834 | 2025-02-21T20:26:45.043Z | [ host-image] Feb 21 20:26:44.430 INFO O| Feb 21 20:26:44.430 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9835 | 2025-02-21T20:26:45.047Z | [ host-image] Feb 21 20:26:44.430 INFO O| Feb 21 20:26:44.430 INFO ok! |
9836 | 2025-02-21T20:26:45.047Z | [ host-image] Feb 21 20:26:44.430 INFO O| Feb 21 20:26:44.430 INFO STEP 102 (ensure_file) COMPLETE |
9837 | 2025-02-21T20:26:45.047Z | [ host-image] Feb 21 20:26:44.430 INFO O| Feb 21 20:26:44.430 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9838 | 2025-02-21T20:26:45.084Z | [ host-image] Feb 21 20:26:44.469 INFO O| Feb 21 20:26:44.469 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9839 | 2025-02-21T20:26:45.084Z | [ host-image] Feb 21 20:26:44.470 INFO O| Feb 21 20:26:44.469 INFO copying /tmp/.tmppPBl4F/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 ... |
9840 | 2025-02-21T20:26:45.088Z | [ host-image] Feb 21 20:26:44.470 INFO O| Feb 21 20:26:44.470 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9841 | 2025-02-21T20:26:45.088Z | [ host-image] Feb 21 20:26:44.470 INFO O| Feb 21 20:26:44.470 INFO ok! |
9842 | 2025-02-21T20:26:45.088Z | [ host-image] Feb 21 20:26:44.470 INFO O| Feb 21 20:26:44.470 INFO STEP 103 (ensure_file) COMPLETE |
9843 | 2025-02-21T20:26:45.088Z | [ host-image] Feb 21 20:26:44.470 INFO O| Feb 21 20:26:44.470 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9844 | 2025-02-21T20:26:45.125Z | [ host-image] Feb 21 20:26:44.512 INFO O| Feb 21 20:26:44.512 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9845 | 2025-02-21T20:26:45.125Z | [ host-image] Feb 21 20:26:44.512 INFO O| Feb 21 20:26:44.512 INFO copying /tmp/.tmppPBl4F/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 ... |
9846 | 2025-02-21T20:26:45.125Z | [ host-image] Feb 21 20:26:44.512 INFO O| Feb 21 20:26:44.512 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9847 | 2025-02-21T20:26:45.125Z | [ host-image] Feb 21 20:26:44.512 INFO O| Feb 21 20:26:44.512 INFO ok! |
9848 | 2025-02-21T20:26:45.128Z | [ host-image] Feb 21 20:26:44.512 INFO O| Feb 21 20:26:44.512 INFO STEP 104 (ensure_file) COMPLETE |
9849 | 2025-02-21T20:26:45.128Z | [ host-image] Feb 21 20:26:44.512 INFO O| Feb 21 20:26:44.512 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9850 | 2025-02-21T20:26:45.144Z | [ host-image] Feb 21 20:26:44.531 INFO O| Feb 21 20:26:44.531 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9851 | 2025-02-21T20:26:45.144Z | [ host-image] Feb 21 20:26:44.531 INFO O| Feb 21 20:26:44.531 INFO copying /tmp/.tmppPBl4F/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 ... |
9852 | 2025-02-21T20:26:45.148Z | [ host-image] Feb 21 20:26:44.531 INFO O| Feb 21 20:26:44.531 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9853 | 2025-02-21T20:26:45.148Z | [ host-image] Feb 21 20:26:44.531 INFO O| Feb 21 20:26:44.531 INFO ok! |
9854 | 2025-02-21T20:26:45.148Z | [ host-image] Feb 21 20:26:44.531 INFO O| Feb 21 20:26:44.531 INFO STEP 105 (ensure_file) COMPLETE |
9855 | 2025-02-21T20:26:45.149Z | [ host-image] Feb 21 20:26:44.531 INFO O| Feb 21 20:26:44.531 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9856 | 2025-02-21T20:26:45.165Z | [ host-image] Feb 21 20:26:44.552 INFO O| Feb 21 20:26:44.552 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9857 | 2025-02-21T20:26:45.165Z | [ host-image] Feb 21 20:26:44.552 INFO O| Feb 21 20:26:44.552 INFO copying /tmp/.tmppPBl4F/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 ... |
9858 | 2025-02-21T20:26:45.165Z | [ host-image] Feb 21 20:26:44.552 INFO O| Feb 21 20:26:44.552 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9859 | 2025-02-21T20:26:45.165Z | [ host-image] Feb 21 20:26:44.552 INFO O| Feb 21 20:26:44.552 INFO ok! |
9860 | 2025-02-21T20:26:45.169Z | [ host-image] Feb 21 20:26:44.552 INFO O| Feb 21 20:26:44.552 INFO STEP 106 (ensure_file) COMPLETE |
9861 | 2025-02-21T20:26:45.169Z | [ host-image] Feb 21 20:26:44.552 INFO O| Feb 21 20:26:44.552 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9862 | 2025-02-21T20:26:45.187Z | [ host-image] Feb 21 20:26:44.573 INFO O| Feb 21 20:26:44.573 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9863 | 2025-02-21T20:26:45.187Z | [ host-image] Feb 21 20:26:44.573 INFO O| Feb 21 20:26:44.573 INFO copying /tmp/.tmppPBl4F/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 ... |
9864 | 2025-02-21T20:26:45.187Z | [ host-image] Feb 21 20:26:44.573 INFO O| Feb 21 20:26:44.573 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9865 | 2025-02-21T20:26:45.187Z | [ host-image] Feb 21 20:26:44.574 INFO O| Feb 21 20:26:44.573 INFO ok! |
9866 | 2025-02-21T20:26:45.190Z | [ host-image] Feb 21 20:26:44.574 INFO O| Feb 21 20:26:44.573 INFO STEP 107 (ensure_file) COMPLETE |
9867 | 2025-02-21T20:26:45.190Z | [ host-image] Feb 21 20:26:44.574 INFO O| Feb 21 20:26:44.573 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9868 | 2025-02-21T20:26:45.207Z | [ host-image] Feb 21 20:26:44.594 INFO O| Feb 21 20:26:44.594 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9869 | 2025-02-21T20:26:45.207Z | [ host-image] Feb 21 20:26:44.594 INFO O| Feb 21 20:26:44.594 INFO copying /tmp/.tmppPBl4F/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 ... |
9870 | 2025-02-21T20:26:45.207Z | [ host-image] Feb 21 20:26:44.594 INFO O| Feb 21 20:26:44.594 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9871 | 2025-02-21T20:26:45.207Z | [ host-image] Feb 21 20:26:44.594 INFO O| Feb 21 20:26:44.594 INFO ok! |
9872 | 2025-02-21T20:26:45.210Z | [ host-image] Feb 21 20:26:44.594 INFO O| Feb 21 20:26:44.594 INFO STEP 108 (ensure_file) COMPLETE |
9873 | 2025-02-21T20:26:45.210Z | [ host-image] Feb 21 20:26:44.594 INFO O| Feb 21 20:26:44.594 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9874 | 2025-02-21T20:26:45.229Z | [ host-image] Feb 21 20:26:44.615 INFO O| Feb 21 20:26:44.615 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9875 | 2025-02-21T20:26:45.229Z | [ host-image] Feb 21 20:26:44.615 INFO O| Feb 21 20:26:44.615 INFO copying /tmp/.tmppPBl4F/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 ... |
9876 | 2025-02-21T20:26:45.229Z | [ host-image] Feb 21 20:26:44.615 INFO O| Feb 21 20:26:44.615 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9877 | 2025-02-21T20:26:45.232Z | [ host-image] Feb 21 20:26:44.615 INFO O| Feb 21 20:26:44.615 INFO ok! |
9878 | 2025-02-21T20:26:45.232Z | [ host-image] Feb 21 20:26:44.615 INFO O| Feb 21 20:26:44.615 INFO STEP 109 (ensure_file) COMPLETE |
9879 | 2025-02-21T20:26:45.232Z | [ host-image] Feb 21 20:26:44.615 INFO O| Feb 21 20:26:44.615 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9880 | 2025-02-21T20:26:45.283Z | [ host-image] Feb 21 20:26:44.670 INFO O| Feb 21 20:26:44.670 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9881 | 2025-02-21T20:26:45.283Z | [ host-image] Feb 21 20:26:44.670 INFO O| Feb 21 20:26:44.670 INFO copying /tmp/.tmppPBl4F/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 ... |
9882 | 2025-02-21T20:26:45.286Z | [ host-image] Feb 21 20:26:44.670 INFO O| Feb 21 20:26:44.670 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9883 | 2025-02-21T20:26:45.286Z | [ host-image] Feb 21 20:26:44.670 INFO O| Feb 21 20:26:44.670 INFO ok! |
9884 | 2025-02-21T20:26:45.286Z | [ host-image] Feb 21 20:26:44.670 INFO O| Feb 21 20:26:44.670 INFO STEP 110 (ensure_file) COMPLETE |
9885 | 2025-02-21T20:26:45.286Z | [ host-image] Feb 21 20:26:44.670 INFO O| Feb 21 20:26:44.670 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9886 | 2025-02-21T20:26:45.304Z | [ host-image] Feb 21 20:26:44.691 INFO O| Feb 21 20:26:44.691 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9887 | 2025-02-21T20:26:45.305Z | [ host-image] Feb 21 20:26:44.691 INFO O| Feb 21 20:26:44.691 INFO copying /tmp/.tmppPBl4F/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 ... |
9888 | 2025-02-21T20:26:45.305Z | [ host-image] Feb 21 20:26:44.691 INFO O| Feb 21 20:26:44.691 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9889 | 2025-02-21T20:26:45.305Z | [ host-image] Feb 21 20:26:44.691 INFO O| Feb 21 20:26:44.691 INFO ok! |
9890 | 2025-02-21T20:26:45.308Z | [ host-image] Feb 21 20:26:44.691 INFO O| Feb 21 20:26:44.691 INFO STEP 111 (ensure_file) COMPLETE |
9891 | 2025-02-21T20:26:45.309Z | [ host-image] Feb 21 20:26:44.692 INFO O| Feb 21 20:26:44.691 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9892 | 2025-02-21T20:26:45.325Z | [ host-image] Feb 21 20:26:44.712 INFO O| Feb 21 20:26:44.711 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9893 | 2025-02-21T20:26:45.325Z | [ host-image] Feb 21 20:26:44.712 INFO O| Feb 21 20:26:44.711 INFO copying /tmp/.tmppPBl4F/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 ... |
9894 | 2025-02-21T20:26:45.328Z | [ host-image] Feb 21 20:26:44.712 INFO O| Feb 21 20:26:44.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9895 | 2025-02-21T20:26:45.328Z | [ host-image] Feb 21 20:26:44.712 INFO O| Feb 21 20:26:44.712 INFO ok! |
9896 | 2025-02-21T20:26:45.328Z | [ host-image] Feb 21 20:26:44.712 INFO O| Feb 21 20:26:44.712 INFO STEP 112 (ensure_file) COMPLETE |
9897 | 2025-02-21T20:26:45.328Z | [ host-image] Feb 21 20:26:44.712 INFO O| Feb 21 20:26:44.712 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9898 | 2025-02-21T20:26:45.347Z | [ host-image] Feb 21 20:26:44.734 INFO O| Feb 21 20:26:44.734 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh does not exist |
9899 | 2025-02-21T20:26:45.348Z | [ host-image] Feb 21 20:26:44.734 INFO O| Feb 21 20:26:44.734 INFO copying /tmp/.tmppPBl4F/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 ... |
9900 | 2025-02-21T20:26:45.350Z | [ host-image] Feb 21 20:26:44.734 INFO O| Feb 21 20:26:44.734 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh |
9901 | 2025-02-21T20:26:45.350Z | [ host-image] Feb 21 20:26:44.734 INFO O| Feb 21 20:26:44.734 INFO ok! |
9902 | 2025-02-21T20:26:45.350Z | [ host-image] Feb 21 20:26:44.734 INFO O| Feb 21 20:26:44.734 INFO STEP 113 (ensure_file) COMPLETE |
9903 | 2025-02-21T20:26:45.350Z | [ host-image] Feb 21 20:26:44.734 INFO O| Feb 21 20:26:44.734 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9904 | 2025-02-21T20:26:45.372Z | [ host-image] Feb 21 20:26:44.758 INFO O| Feb 21 20:26:44.758 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d does not exist |
9905 | 2025-02-21T20:26:45.372Z | [ host-image] Feb 21 20:26:44.758 INFO O| Feb 21 20:26:44.758 INFO copying /tmp/.tmppPBl4F/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 ... |
9906 | 2025-02-21T20:26:45.372Z | [ host-image] Feb 21 20:26:44.758 INFO O| Feb 21 20:26:44.758 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d |
9907 | 2025-02-21T20:26:45.372Z | [ host-image] Feb 21 20:26:44.758 INFO O| Feb 21 20:26:44.758 INFO ok! |
9908 | 2025-02-21T20:26:45.375Z | [ host-image] Feb 21 20:26:44.758 INFO O| Feb 21 20:26:44.758 INFO STEP 114 (ensure_file) COMPLETE |
9909 | 2025-02-21T20:26:45.375Z | [ host-image] Feb 21 20:26:44.758 INFO O| Feb 21 20:26:44.758 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9910 | 2025-02-21T20:26:45.412Z | [ host-image] Feb 21 20:26:44.799 INFO O| Feb 21 20:26:44.798 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9911 | 2025-02-21T20:26:45.412Z | [ host-image] Feb 21 20:26:44.799 INFO O| Feb 21 20:26:44.798 INFO copying /tmp/.tmppPBl4F/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 ... |
9912 | 2025-02-21T20:26:45.416Z | [ host-image] Feb 21 20:26:44.799 INFO O| Feb 21 20:26:44.799 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9913 | 2025-02-21T20:26:45.416Z | [ host-image] Feb 21 20:26:44.799 INFO O| Feb 21 20:26:44.799 INFO ok! |
9914 | 2025-02-21T20:26:45.416Z | [ host-image] Feb 21 20:26:44.799 INFO O| Feb 21 20:26:44.799 INFO STEP 115 (ensure_file) COMPLETE |
9915 | 2025-02-21T20:26:45.416Z | [ host-image] Feb 21 20:26:44.799 INFO O| Feb 21 20:26:44.799 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9916 | 2025-02-21T20:26:45.435Z | [ host-image] Feb 21 20:26:44.822 INFO O| Feb 21 20:26:44.822 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist |
9917 | 2025-02-21T20:26:45.436Z | [ host-image] Feb 21 20:26:44.822 INFO O| Feb 21 20:26:44.822 INFO copying /tmp/.tmppPBl4F/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 ... |
9918 | 2025-02-21T20:26:45.438Z | [ host-image] Feb 21 20:26:44.822 INFO O| Feb 21 20:26:44.822 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d |
9919 | 2025-02-21T20:26:45.439Z | [ host-image] Feb 21 20:26:44.822 INFO O| Feb 21 20:26:44.822 INFO ok! |
9920 | 2025-02-21T20:26:45.439Z | [ host-image] Feb 21 20:26:44.822 INFO O| Feb 21 20:26:44.822 INFO STEP 116 (ensure_file) COMPLETE |
9921 | 2025-02-21T20:26:45.439Z | [ host-image] Feb 21 20:26:44.822 INFO O| Feb 21 20:26:44.822 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9922 | 2025-02-21T20:26:45.459Z | [ host-image] Feb 21 20:26:44.846 INFO O| Feb 21 20:26:44.846 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9923 | 2025-02-21T20:26:45.459Z | [ host-image] Feb 21 20:26:44.846 INFO O| Feb 21 20:26:44.846 INFO copying /tmp/.tmppPBl4F/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 ... |
9924 | 2025-02-21T20:26:45.462Z | [ host-image] Feb 21 20:26:44.846 INFO O| Feb 21 20:26:44.846 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9925 | 2025-02-21T20:26:45.462Z | [ host-image] Feb 21 20:26:44.846 INFO O| Feb 21 20:26:44.846 INFO ok! |
9926 | 2025-02-21T20:26:45.462Z | [ host-image] Feb 21 20:26:44.846 INFO O| Feb 21 20:26:44.846 INFO STEP 117 (ensure_file) COMPLETE |
9927 | 2025-02-21T20:26:45.462Z | [ host-image] Feb 21 20:26:44.846 INFO O| Feb 21 20:26:44.846 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9928 | 2025-02-21T20:26:45.482Z | [ host-image] Feb 21 20:26:44.868 INFO O| Feb 21 20:26:44.868 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist |
9929 | 2025-02-21T20:26:45.482Z | [ host-image] Feb 21 20:26:44.868 INFO O| Feb 21 20:26:44.868 INFO copying /tmp/.tmppPBl4F/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 ... |
9930 | 2025-02-21T20:26:45.482Z | [ host-image] Feb 21 20:26:44.868 INFO O| Feb 21 20:26:44.868 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d |
9931 | 2025-02-21T20:26:45.482Z | [ host-image] Feb 21 20:26:44.868 INFO O| Feb 21 20:26:44.868 INFO ok! |
9932 | 2025-02-21T20:26:45.486Z | [ host-image] Feb 21 20:26:44.868 INFO O| Feb 21 20:26:44.868 INFO STEP 118 (ensure_file) COMPLETE |
9933 | 2025-02-21T20:26:45.486Z | [ host-image] Feb 21 20:26:44.868 INFO O| Feb 21 20:26:44.868 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9934 | 2025-02-21T20:26:45.506Z | [ host-image] Feb 21 20:26:44.892 INFO O| Feb 21 20:26:44.892 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9935 | 2025-02-21T20:26:45.506Z | [ host-image] Feb 21 20:26:44.892 INFO O| Feb 21 20:26:44.892 INFO copying /tmp/.tmppPBl4F/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 ... |
9936 | 2025-02-21T20:26:45.509Z | [ host-image] Feb 21 20:26:44.893 INFO O| Feb 21 20:26:44.893 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9937 | 2025-02-21T20:26:45.509Z | [ host-image] Feb 21 20:26:44.893 INFO O| Feb 21 20:26:44.893 INFO ok! |
9938 | 2025-02-21T20:26:45.509Z | [ host-image] Feb 21 20:26:44.893 INFO O| Feb 21 20:26:44.893 INFO STEP 119 (ensure_file) COMPLETE |
9939 | 2025-02-21T20:26:45.509Z | [ host-image] Feb 21 20:26:44.893 INFO O| Feb 21 20:26:44.893 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9940 | 2025-02-21T20:26:45.530Z | [ host-image] Feb 21 20:26:44.917 INFO O| Feb 21 20:26:44.916 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9941 | 2025-02-21T20:26:45.530Z | [ host-image] Feb 21 20:26:44.917 INFO O| Feb 21 20:26:44.916 INFO copying /tmp/.tmppPBl4F/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 ... |
9942 | 2025-02-21T20:26:45.530Z | [ host-image] Feb 21 20:26:44.917 INFO O| Feb 21 20:26:44.917 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9943 | 2025-02-21T20:26:45.530Z | [ host-image] Feb 21 20:26:44.917 INFO O| Feb 21 20:26:44.917 INFO ok! |
9944 | 2025-02-21T20:26:45.534Z | [ host-image] Feb 21 20:26:44.917 INFO O| Feb 21 20:26:44.917 INFO STEP 120 (ensure_file) COMPLETE |
9945 | 2025-02-21T20:26:45.534Z | [ host-image] Feb 21 20:26:44.917 INFO O| Feb 21 20:26:44.917 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9946 | 2025-02-21T20:26:45.575Z | [ host-image] Feb 21 20:26:44.962 INFO O| Feb 21 20:26:44.962 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9947 | 2025-02-21T20:26:45.575Z | [ host-image] Feb 21 20:26:44.962 INFO O| Feb 21 20:26:44.962 INFO copying /tmp/.tmppPBl4F/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9948 | 2025-02-21T20:26:45.579Z | [ host-image] Feb 21 20:26:44.962 INFO O| Feb 21 20:26:44.962 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9949 | 2025-02-21T20:26:45.579Z | [ host-image] Feb 21 20:26:44.962 INFO O| Feb 21 20:26:44.962 INFO ok! |
9950 | 2025-02-21T20:26:45.579Z | [ host-image] Feb 21 20:26:44.962 INFO O| Feb 21 20:26:44.962 INFO STEP 121 (ensure_file) COMPLETE |
9951 | 2025-02-21T20:26:45.579Z | [ host-image] Feb 21 20:26:44.963 INFO O| Feb 21 20:26:44.962 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9952 | 2025-02-21T20:26:45.600Z | [ host-image] Feb 21 20:26:44.987 INFO O| Feb 21 20:26:44.987 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9953 | 2025-02-21T20:26:45.600Z | [ host-image] Feb 21 20:26:44.987 INFO O| Feb 21 20:26:44.987 INFO copying /tmp/.tmppPBl4F/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 ... |
9954 | 2025-02-21T20:26:45.606Z | [ host-image] Feb 21 20:26:44.987 INFO O| Feb 21 20:26:44.987 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9955 | 2025-02-21T20:26:45.606Z | [ host-image] Feb 21 20:26:44.987 INFO O| Feb 21 20:26:44.987 INFO ok! |
9956 | 2025-02-21T20:26:45.606Z | [ host-image] Feb 21 20:26:44.987 INFO O| Feb 21 20:26:44.987 INFO STEP 122 (ensure_file) COMPLETE |
9957 | 2025-02-21T20:26:45.606Z | [ host-image] Feb 21 20:26:44.987 INFO O| Feb 21 20:26:44.987 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9958 | 2025-02-21T20:26:45.653Z | [ host-image] Feb 21 20:26:45.040 INFO O| Feb 21 20:26:45.040 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9959 | 2025-02-21T20:26:45.653Z | [ host-image] Feb 21 20:26:45.040 INFO O| Feb 21 20:26:45.040 INFO copying /tmp/.tmppPBl4F/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9960 | 2025-02-21T20:26:45.657Z | [ host-image] Feb 21 20:26:45.040 INFO O| Feb 21 20:26:45.040 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9961 | 2025-02-21T20:26:45.657Z | [ host-image] Feb 21 20:26:45.040 INFO O| Feb 21 20:26:45.040 INFO ok! |
9962 | 2025-02-21T20:26:45.657Z | [ host-image] Feb 21 20:26:45.040 INFO O| Feb 21 20:26:45.040 INFO STEP 123 (ensure_file) COMPLETE |
9963 | 2025-02-21T20:26:45.657Z | [ host-image] Feb 21 20:26:45.040 INFO O| Feb 21 20:26:45.040 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9964 | 2025-02-21T20:26:45.673Z | [ host-image] Feb 21 20:26:45.059 INFO O| Feb 21 20:26:45.059 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9965 | 2025-02-21T20:26:45.673Z | [ host-image] Feb 21 20:26:45.059 INFO O| Feb 21 20:26:45.059 INFO copying /tmp/.tmppPBl4F/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9966 | 2025-02-21T20:26:58.846Z | [ host-image] Feb 21 20:26:58.225 INFO O| Feb 21 20:26:58.225 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9967 | 2025-02-21T20:26:58.849Z | [ host-image] Feb 21 20:26:58.225 INFO O| Feb 21 20:26:58.225 INFO ok! |
9968 | 2025-02-21T20:26:58.849Z | [ host-image] Feb 21 20:26:58.225 INFO O| Feb 21 20:26:58.225 INFO STEP 124 (ensure_file) COMPLETE |
9969 | 2025-02-21T20:26:58.849Z | [ host-image] Feb 21 20:26:58.225 INFO O| Feb 21 20:26:58.225 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9970 | 2025-02-21T20:26:58.867Z | [ host-image] Feb 21 20:26:58.245 INFO O| Feb 21 20:26:58.245 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9971 | 2025-02-21T20:26:58.867Z | [ host-image] Feb 21 20:26:58.246 INFO O| Feb 21 20:26:58.245 INFO STEP 125 (ensure_dir) COMPLETE |
9972 | 2025-02-21T20:26:58.870Z | [ host-image] Feb 21 20:26:58.246 INFO O| Feb 21 20:26:58.245 INFO STEP 126: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9973 | 2025-02-21T20:26:58.889Z | [ host-image] Feb 21 20:26:58.268 INFO O| Feb 21 20:26:58.268 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9974 | 2025-02-21T20:26:58.889Z | [ host-image] Feb 21 20:26:58.268 INFO O| Feb 21 20:26:58.268 INFO STEP 126 (ensure_dir) COMPLETE |
9975 | 2025-02-21T20:26:58.889Z | [ host-image] Feb 21 20:26:58.268 INFO O| Feb 21 20:26:58.268 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9976 | 2025-02-21T20:26:58.939Z | [ host-image] Feb 21 20:26:58.318 INFO O| Feb 21 20:26:58.318 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9977 | 2025-02-21T20:26:58.939Z | [ host-image] Feb 21 20:26:58.318 INFO O| Feb 21 20:26:58.318 INFO STEP 127 (ensure_dir) COMPLETE |
9978 | 2025-02-21T20:26:58.942Z | [ host-image] Feb 21 20:26:58.318 INFO O| Feb 21 20:26:58.318 INFO STEP 128: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9979 | 2025-02-21T20:26:58.964Z | [ host-image] Feb 21 20:26:58.342 INFO O| Feb 21 20:26:58.342 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9980 | 2025-02-21T20:26:58.964Z | [ host-image] Feb 21 20:26:58.342 INFO O| Feb 21 20:26:58.342 INFO STEP 128 (ensure_dir) COMPLETE |
9981 | 2025-02-21T20:26:58.964Z | [ host-image] Feb 21 20:26:58.342 INFO O| Feb 21 20:26:58.342 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9982 | 2025-02-21T20:26:58.988Z | [ host-image] Feb 21 20:26:58.367 INFO O| Feb 21 20:26:58.367 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9983 | 2025-02-21T20:26:58.988Z | [ host-image] Feb 21 20:26:58.367 INFO O| Feb 21 20:26:58.367 INFO copying /tmp/.tmppPBl4F/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 ... |
9984 | 2025-02-21T20:26:58.988Z | [ host-image] Feb 21 20:26:58.367 INFO O| Feb 21 20:26:58.367 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9985 | 2025-02-21T20:26:58.988Z | [ host-image] Feb 21 20:26:58.367 INFO O| Feb 21 20:26:58.367 INFO ok! |
9986 | 2025-02-21T20:26:58.988Z | [ host-image] Feb 21 20:26:58.367 INFO O| Feb 21 20:26:58.367 INFO STEP 129 (ensure_file) COMPLETE |
9987 | 2025-02-21T20:26:58.988Z | [ host-image] Feb 21 20:26:58.367 INFO O| Feb 21 20:26:58.367 INFO STEP 130: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9988 | 2025-02-21T20:26:59.025Z | [ host-image] Feb 21 20:26:58.404 INFO O| Feb 21 20:26:58.403 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9989 | 2025-02-21T20:26:59.025Z | [ host-image] Feb 21 20:26:58.404 INFO O| Feb 21 20:26:58.404 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9990 | 2025-02-21T20:26:59.025Z | [ host-image] Feb 21 20:26:58.404 INFO O| Feb 21 20:26:58.404 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9991 | 2025-02-21T20:26:59.029Z | [ host-image] Feb 21 20:26:58.404 INFO O| Feb 21 20:26:58.404 INFO STEP 130 (ensure_dir) COMPLETE |
9992 | 2025-02-21T20:26:59.029Z | [ host-image] Feb 21 20:26:58.404 INFO O| Feb 21 20:26:58.404 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9993 | 2025-02-21T20:26:59.085Z | [ host-image] Feb 21 20:26:58.463 INFO O| Feb 21 20:26:58.463 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9994 | 2025-02-21T20:26:59.085Z | [ host-image] Feb 21 20:26:58.463 INFO O| Feb 21 20:26:58.463 INFO copying /tmp/.tmppPBl4F/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9995 | 2025-02-21T20:26:59.087Z | [ host-image] Feb 21 20:26:58.463 INFO O| Feb 21 20:26:58.463 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9996 | 2025-02-21T20:26:59.087Z | [ host-image] Feb 21 20:26:58.463 INFO O| Feb 21 20:26:58.463 INFO ok! |
9997 | 2025-02-21T20:26:59.088Z | [ host-image] Feb 21 20:26:58.463 INFO O| Feb 21 20:26:58.463 INFO STEP 131 (ensure_file) COMPLETE |
9998 | 2025-02-21T20:26:59.088Z | [ host-image] Feb 21 20:26:58.463 INFO O| Feb 21 20:26:58.463 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9999 | 2025-02-21T20:26:59.106Z | [ host-image] Feb 21 20:26:58.484 INFO O| Feb 21 20:26:58.484 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
10000 | 2025-02-21T20:26:59.108Z | [ host-image] Feb 21 20:26:58.485 INFO O| Feb 21 20:26:58.484 INFO STEP 132 (remove_files) COMPLETE |
10001 | 2025-02-21T20:26:59.108Z | [ host-image] Feb 21 20:26:58.485 INFO O| Feb 21 20:26:58.484 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10002 | 2025-02-21T20:26:59.137Z | [ host-image] Feb 21 20:26:58.516 INFO O| Feb 21 20:26:58.516 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
10003 | 2025-02-21T20:26:59.140Z | [ host-image] Feb 21 20:26:58.516 INFO O| Feb 21 20:26:58.516 INFO STEP 133 (remove_files) COMPLETE |
10004 | 2025-02-21T20:26:59.140Z | [ host-image] Feb 21 20:26:58.516 INFO O| Feb 21 20:26:58.516 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10005 | 2025-02-21T20:26:59.159Z | [ host-image] Feb 21 20:26:58.537 INFO O| Feb 21 20:26:58.537 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
10006 | 2025-02-21T20:26:59.162Z | [ host-image] Feb 21 20:26:58.538 INFO O| Feb 21 20:26:58.538 INFO STEP 134 (remove_files) COMPLETE |
10007 | 2025-02-21T20:26:59.162Z | [ host-image] Feb 21 20:26:58.538 INFO O| Feb 21 20:26:58.538 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10008 | 2025-02-21T20:26:59.200Z | [ host-image] Feb 21 20:26:58.579 INFO O| Feb 21 20:26:58.579 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
10009 | 2025-02-21T20:26:59.203Z | [ host-image] Feb 21 20:26:58.579 INFO O| Feb 21 20:26:58.579 INFO STEP 135 (remove_files) COMPLETE |
10010 | 2025-02-21T20:26:59.203Z | [ host-image] Feb 21 20:26:58.579 INFO O| Feb 21 20:26:58.579 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10011 | 2025-02-21T20:26:59.224Z | [ host-image] Feb 21 20:26:58.603 INFO O| Feb 21 20:26:58.603 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
10012 | 2025-02-21T20:26:59.228Z | [ host-image] Feb 21 20:26:58.603 INFO O| Feb 21 20:26:58.603 INFO STEP 136 (remove_files) COMPLETE |
10013 | 2025-02-21T20:26:59.228Z | [ host-image] Feb 21 20:26:58.603 INFO O| Feb 21 20:26:58.603 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10014 | 2025-02-21T20:26:59.247Z | [ host-image] Feb 21 20:26:58.625 INFO O| Feb 21 20:26:58.625 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
10015 | 2025-02-21T20:26:59.250Z | [ host-image] Feb 21 20:26:58.626 INFO O| Feb 21 20:26:58.626 INFO STEP 137 (remove_files) COMPLETE |
10016 | 2025-02-21T20:26:59.250Z | [ host-image] Feb 21 20:26:58.626 INFO O| Feb 21 20:26:58.626 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10017 | 2025-02-21T20:26:59.269Z | [ host-image] Feb 21 20:26:58.648 INFO O| Feb 21 20:26:58.648 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
10018 | 2025-02-21T20:26:59.272Z | [ host-image] Feb 21 20:26:58.648 INFO O| Feb 21 20:26:58.648 INFO STEP 138 (remove_files) COMPLETE |
10019 | 2025-02-21T20:26:59.272Z | [ host-image] Feb 21 20:26:58.648 INFO O| Feb 21 20:26:58.648 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10020 | 2025-02-21T20:26:59.290Z | [ host-image] Feb 21 20:26:58.669 INFO O| Feb 21 20:26:58.669 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
10021 | 2025-02-21T20:26:59.293Z | [ host-image] Feb 21 20:26:58.669 INFO O| Feb 21 20:26:58.669 INFO STEP 139 (remove_files) COMPLETE |
10022 | 2025-02-21T20:26:59.293Z | [ host-image] Feb 21 20:26:58.670 INFO O| Feb 21 20:26:58.669 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10023 | 2025-02-21T20:26:59.312Z | [ host-image] Feb 21 20:26:58.691 INFO O| Feb 21 20:26:58.690 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
10024 | 2025-02-21T20:26:59.315Z | [ host-image] Feb 21 20:26:58.691 INFO O| Feb 21 20:26:58.691 INFO STEP 140 (remove_files) COMPLETE |
10025 | 2025-02-21T20:26:59.315Z | [ host-image] Feb 21 20:26:58.691 INFO O| Feb 21 20:26:58.691 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10026 | 2025-02-21T20:26:59.334Z | [ host-image] Feb 21 20:26:58.713 INFO O| Feb 21 20:26:58.713 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
10027 | 2025-02-21T20:26:59.337Z | [ host-image] Feb 21 20:26:58.713 INFO O| Feb 21 20:26:58.713 INFO STEP 141 (remove_files) COMPLETE |
10028 | 2025-02-21T20:26:59.337Z | [ host-image] Feb 21 20:26:58.713 INFO O| Feb 21 20:26:58.713 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10029 | 2025-02-21T20:26:59.356Z | [ host-image] Feb 21 20:26:58.734 INFO O| Feb 21 20:26:58.734 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
10030 | 2025-02-21T20:26:59.359Z | [ host-image] Feb 21 20:26:58.735 INFO O| Feb 21 20:26:58.735 INFO STEP 142 (remove_files) COMPLETE |
10031 | 2025-02-21T20:26:59.359Z | [ host-image] Feb 21 20:26:58.735 INFO O| Feb 21 20:26:58.735 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10032 | 2025-02-21T20:26:59.378Z | [ host-image] Feb 21 20:26:58.756 INFO O| Feb 21 20:26:58.756 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
10033 | 2025-02-21T20:26:59.381Z | [ host-image] Feb 21 20:26:58.756 INFO O| Feb 21 20:26:58.756 INFO STEP 143 (remove_files) COMPLETE |
10034 | 2025-02-21T20:26:59.381Z | [ host-image] Feb 21 20:26:58.756 INFO O| Feb 21 20:26:58.756 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10035 | 2025-02-21T20:26:59.399Z | [ host-image] Feb 21 20:26:58.777 INFO O| Feb 21 20:26:58.777 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
10036 | 2025-02-21T20:26:59.399Z | [ host-image] Feb 21 20:26:58.777 INFO O| Feb 21 20:26:58.777 INFO STEP 144 (remove_files) COMPLETE |
10037 | 2025-02-21T20:26:59.402Z | [ host-image] Feb 21 20:26:58.778 INFO O| Feb 21 20:26:58.778 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10038 | 2025-02-21T20:26:59.440Z | [ host-image] Feb 21 20:26:58.818 INFO O| Feb 21 20:26:58.818 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
10039 | 2025-02-21T20:26:59.440Z | [ host-image] Feb 21 20:26:58.818 INFO O| Feb 21 20:26:58.818 INFO STEP 145 (remove_files) COMPLETE |
10040 | 2025-02-21T20:26:59.440Z | [ host-image] Feb 21 20:26:58.818 INFO O| Feb 21 20:26:58.818 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10041 | 2025-02-21T20:26:59.461Z | [ host-image] Feb 21 20:26:58.839 INFO O| Feb 21 20:26:58.839 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
10042 | 2025-02-21T20:26:59.461Z | [ host-image] Feb 21 20:26:58.839 INFO O| Feb 21 20:26:58.839 INFO STEP 146 (remove_files) COMPLETE |
10043 | 2025-02-21T20:26:59.461Z | [ host-image] Feb 21 20:26:58.839 INFO O| Feb 21 20:26:58.839 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10044 | 2025-02-21T20:26:59.495Z | [ host-image] Feb 21 20:26:58.859 INFO O| Feb 21 20:26:58.859 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
10045 | 2025-02-21T20:26:59.495Z | [ host-image] Feb 21 20:26:58.859 INFO O| Feb 21 20:26:58.859 INFO STEP 147 (remove_files) COMPLETE |
10046 | 2025-02-21T20:26:59.495Z | [ host-image] Feb 21 20:26:58.859 INFO O| Feb 21 20:26:58.859 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10047 | 2025-02-21T20:26:59.558Z | [ host-image] Feb 21 20:26:58.879 INFO O| Feb 21 20:26:58.879 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
10048 | 2025-02-21T20:26:59.620Z | [ host-image] Feb 21 20:26:58.879 INFO O| Feb 21 20:26:58.879 INFO STEP 148 (remove_files) COMPLETE |
10049 | 2025-02-21T20:26:59.620Z | [ host-image] Feb 21 20:26:58.879 INFO O| Feb 21 20:26:58.879 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10050 | 2025-02-21T20:26:59.620Z | [ host-image] Feb 21 20:26:58.899 INFO O| Feb 21 20:26:58.898 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
10051 | 2025-02-21T20:26:59.620Z | [ host-image] Feb 21 20:26:58.899 INFO O| Feb 21 20:26:58.899 INFO STEP 149 (remove_files) COMPLETE |
10052 | 2025-02-21T20:26:59.620Z | [ host-image] Feb 21 20:26:58.899 INFO O| Feb 21 20:26:58.899 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10053 | 2025-02-21T20:26:59.620Z | [ host-image] Feb 21 20:26:58.920 INFO O| Feb 21 20:26:58.920 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
10054 | 2025-02-21T20:26:59.620Z | [ host-image] Feb 21 20:26:58.921 INFO O| Feb 21 20:26:58.921 INFO STEP 150 (remove_files) COMPLETE |
10055 | 2025-02-21T20:26:59.620Z | [ host-image] Feb 21 20:26:58.921 INFO O| Feb 21 20:26:58.921 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10056 | 2025-02-21T20:26:59.664Z | [ host-image] Feb 21 20:26:58.943 INFO O| Feb 21 20:26:58.943 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
10057 | 2025-02-21T20:26:59.664Z | [ host-image] Feb 21 20:26:58.943 INFO O| Feb 21 20:26:58.943 INFO STEP 151 (remove_files) COMPLETE |
10058 | 2025-02-21T20:26:59.664Z | [ host-image] Feb 21 20:26:58.943 INFO O| Feb 21 20:26:58.943 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10059 | 2025-02-21T20:26:59.664Z | [ host-image] Feb 21 20:26:58.980 INFO O| Feb 21 20:26:58.979 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
10060 | 2025-02-21T20:26:59.664Z | [ host-image] Feb 21 20:26:58.980 INFO O| Feb 21 20:26:58.980 INFO STEP 152 (remove_files) COMPLETE |
10061 | 2025-02-21T20:26:59.664Z | [ host-image] Feb 21 20:26:58.980 INFO O| Feb 21 20:26:58.980 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10062 | 2025-02-21T20:26:59.664Z | [ host-image] Feb 21 20:26:59.001 INFO O| Feb 21 20:26:59.001 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
10063 | 2025-02-21T20:26:59.664Z | [ host-image] Feb 21 20:26:59.001 INFO O| Feb 21 20:26:59.001 INFO STEP 153 (remove_files) COMPLETE |
10064 | 2025-02-21T20:26:59.664Z | [ host-image] Feb 21 20:26:59.001 INFO O| Feb 21 20:26:59.001 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10065 | 2025-02-21T20:26:59.805Z | [ host-image] Feb 21 20:26:59.064 INFO O| Feb 21 20:26:59.064 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
10066 | 2025-02-21T20:26:59.805Z | [ host-image] Feb 21 20:26:59.064 INFO O| Feb 21 20:26:59.064 INFO STEP 154 (remove_files) COMPLETE |
10067 | 2025-02-21T20:26:59.883Z | [ host-image] Feb 21 20:26:59.064 INFO O| Feb 21 20:26:59.064 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10068 | 2025-02-21T20:26:59.883Z | [ host-image] Feb 21 20:26:59.084 INFO O| Feb 21 20:26:59.084 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
10069 | 2025-02-21T20:26:59.883Z | [ host-image] Feb 21 20:26:59.084 INFO O| Feb 21 20:26:59.084 INFO STEP 155 (remove_files) COMPLETE |
10070 | 2025-02-21T20:26:59.883Z | [ host-image] Feb 21 20:26:59.084 INFO O| Feb 21 20:26:59.084 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10071 | 2025-02-21T20:26:59.883Z | [ host-image] Feb 21 20:26:59.106 INFO O| Feb 21 20:26:59.106 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
10072 | 2025-02-21T20:26:59.883Z | [ host-image] Feb 21 20:26:59.106 INFO O| Feb 21 20:26:59.106 INFO STEP 156 (remove_files) COMPLETE |
10073 | 2025-02-21T20:26:59.883Z | [ host-image] Feb 21 20:26:59.106 INFO O| Feb 21 20:26:59.106 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10074 | 2025-02-21T20:26:59.883Z | [ host-image] Feb 21 20:26:59.142 INFO O| Feb 21 20:26:59.142 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
10075 | 2025-02-21T20:26:59.883Z | [ host-image] Feb 21 20:26:59.142 INFO O| Feb 21 20:26:59.142 INFO STEP 157 (remove_files) COMPLETE |
10076 | 2025-02-21T20:26:59.883Z | [ host-image] Feb 21 20:26:59.142 INFO O| Feb 21 20:26:59.142 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10077 | 2025-02-21T20:26:59.883Z | [ host-image] Feb 21 20:26:59.183 INFO O| Feb 21 20:26:59.182 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
10078 | 2025-02-21T20:26:59.883Z | [ host-image] Feb 21 20:26:59.183 INFO O| Feb 21 20:26:59.183 INFO STEP 158 (remove_files) COMPLETE |
10079 | 2025-02-21T20:26:59.883Z | [ host-image] Feb 21 20:26:59.183 INFO O| Feb 21 20:26:59.183 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10080 | 2025-02-21T20:26:59.932Z | [ host-image] Feb 21 20:26:59.245 INFO O| Feb 21 20:26:59.245 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
10081 | 2025-02-21T20:26:59.932Z | [ host-image] Feb 21 20:26:59.245 INFO O| Feb 21 20:26:59.245 INFO STEP 159 (remove_files) COMPLETE |
10082 | 2025-02-21T20:26:59.932Z | [ host-image] Feb 21 20:26:59.245 INFO O| Feb 21 20:26:59.245 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10083 | 2025-02-21T20:26:59.937Z | [ host-image] Feb 21 20:26:59.266 INFO O| Feb 21 20:26:59.266 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
10084 | 2025-02-21T20:26:59.937Z | [ host-image] Feb 21 20:26:59.266 INFO O| Feb 21 20:26:59.266 INFO STEP 160 (remove_files) COMPLETE |
10085 | 2025-02-21T20:26:59.937Z | [ host-image] Feb 21 20:26:59.266 INFO O| Feb 21 20:26:59.266 INFO STEP 161: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
10086 | 2025-02-21T20:26:59.937Z | [ host-image] Feb 21 20:26:59.309 INFO O| Feb 21 20:26:59.309 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
10087 | 2025-02-21T20:26:59.937Z | [ host-image] Feb 21 20:26:59.310 INFO O| Feb 21 20:26:59.309 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "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-21T20:27:11.735Z | [ host-image] Feb 21 20:27:11.101 INFO O| Feb 21 20:27:11.101 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 |
10089 | 2025-02-21T20:27:11.735Z | [ host-image] Feb 21 20:27:11.101 INFO O| Feb 21 20:27:11.101 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
10090 | 2025-02-21T20:27:11.755Z | [ host-image] Feb 21 20:27:11.126 INFO O| Feb 21 20:27:11.126 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"} |
10091 | 2025-02-21T20:27:11.912Z | [ host-image] Feb 21 20:27:11.279 INFO O| Feb 21 20:27:11.279 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
10092 | 2025-02-21T20:27:11.912Z | [ host-image] Feb 21 20:27:11.279 INFO O| Feb 21 20:27:11.279 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
10093 | 2025-02-21T20:27:11.917Z | [ host-image] Feb 21 20:27:11.282 INFO O| Feb 21 20:27:11.281 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
10094 | 2025-02-21T20:27:11.917Z | [ host-image] Feb 21 20:27:11.282 INFO O| Feb 21 20:27:11.282 INFO ok! |
10095 | 2025-02-21T20:27:11.917Z | [ host-image] Feb 21 20:27:11.282 INFO O| Feb 21 20:27:11.282 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
10096 | 2025-02-21T20:27:11.917Z | [ host-image] Feb 21 20:27:11.282 INFO O| Feb 21 20:27:11.282 INFO STEP 161 (seed_smf) COMPLETE |
10097 | 2025-02-21T20:27:11.917Z | [ host-image] Feb 21 20:27:11.282 INFO O| Feb 21 20:27:11.282 INFO steps complete; finalising image! |
10098 | 2025-02-21T20:27:11.917Z | [ host-image] Feb 21 20:27:11.282 INFO O| Feb 21 20:27:11.282 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
10099 | 2025-02-21T20:27:12.105Z | [ host-image] Feb 21 20:27:11.475 INFO O| Feb 21 20:27:11.474 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Fri Feb 21 20:27:11 2025) |
10100 | 2025-02-21T20:27:12.316Z | [ host-image] Feb 21 20:27:11.687 INFO O| Feb 21 20:27:11.687 INFO trim TEMPORARY-gimlet-zfs: (20% trimmed, started at Fri Feb 21 20:27:11 2025) |
10101 | 2025-02-21T20:27:12.559Z | [ host-image] Feb 21 20:27:11.929 INFO O| Feb 21 20:27:11.929 INFO trim TEMPORARY-gimlet-zfs: (69% trimmed, started at Fri Feb 21 20:27:11 2025) |
10102 | 2025-02-21T20:27:12.770Z | [ host-image] Feb 21 20:27:12.141 INFO O| Feb 21 20:27:12.141 INFO trim TEMPORARY-gimlet-zfs: (95% trimmed, started at Fri Feb 21 20:27:11 2025) |
10103 | 2025-02-21T20:27:12.986Z | [ host-image] Feb 21 20:27:12.354 INFO O| Feb 21 20:27:12.354 INFO trim TEMPORARY-gimlet-zfs: (96% trimmed, started at Fri Feb 21 20:27:11 2025) |
10104 | 2025-02-21T20:27:13.247Z | [ host-image] Feb 21 20:27:12.617 INFO O| Feb 21 20:27:12.617 INFO temporary pool has 721M used, 110M avail, 1.80x compressratio |
10105 | 2025-02-21T20:27:13.248Z | [ host-image] Feb 21 20:27:12.618 INFO O| Feb 21 20:27:12.617 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
10106 | 2025-02-21T20:27:14.087Z | [ host-image] Feb 21 20:27:13.457 INFO O| Feb 21 20:27:13.457 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
10107 | 2025-02-21T20:27:14.087Z | [ host-image] Feb 21 20:27:13.457 INFO O| Feb 21 20:27:13.457 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
10108 | 2025-02-21T20:27:15.767Z | [ host-image] Feb 21 20:27:15.135 INFO O| Feb 21 20:27:15.135 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
10109 | 2025-02-21T20:27:15.767Z | [ host-image] Feb 21 20:27:15.136 INFO O| Feb 21 20:27:15.135 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
10110 | 2025-02-21T20:27:15.770Z | [ host-image] Feb 21 20:27:15.136 INFO O| Feb 21 20:27:15.135 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
10111 | 2025-02-21T20:27:15.770Z | [ host-image] Feb 21 20:27:15.136 INFO O| Feb 21 20:27:15.135 INFO completed processing gimlet/zfs |
10112 | 2025-02-21T20:27:15.770Z | [ host-image] Feb 21 20:27:15.136 INFO O| Feb 21 20:27:15.136 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
10113 | 2025-02-21T20:27:25.267Z | [ host-image] Feb 21 20:27:24.630 INFO O| Feb 21 20:27:24.630 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
10114 | 2025-02-21T20:27:25.409Z | [ host-image] Feb 21 20:27:24.771 INFO BUILD STRING "heads/stlouis-0-g9fcb5effdf\n" |
10115 | 2025-02-21T20:27:25.409Z | [ host-image] Feb 21 20:27:24.772 INFO expanded image name: "ci 9190d80/${os_short_commit} 2025-02-21 19:49" -> "ci 9190d80/9fcb5ef 2025-02-21 19:49" |
10116 | 2025-02-21T20:27:25.414Z | [ host-image] Feb 21 20:27:24.772 INFO output artefacts stored in: "/work/os-host" |
10117 | 2025-02-21T20:27:25.414Z | [ host-image] Feb 21 20:27:24.772 INFO collecting git info from project "amd-host-image-builder"... |
10118 | 2025-02-21T20:27:25.445Z | [ host-image] Feb 21 20:27:24.808 INFO collecting git info from project "amd-firmware"... |
10119 | 2025-02-21T20:27:25.463Z | [ host-image] Feb 21 20:27:24.826 INFO collecting git info from project "chelsio-t6-roms"... |
10120 | 2025-02-21T20:27:25.474Z | [ host-image] Feb 21 20:27:24.837 INFO collecting git info from project "pilot"... |
10121 | 2025-02-21T20:27:25.487Z | [ host-image] Feb 21 20:27:24.849 INFO collecting git info from project "pinprick"... |
10122 | 2025-02-21T20:27:25.511Z | [ host-image] Feb 21 20:27:24.874 INFO collecting git info from project "phbl"... |
10123 | 2025-02-21T20:27:25.541Z | [ host-image] Feb 21 20:27:24.904 INFO collecting git info from project "bootserver"... |
10124 | 2025-02-21T20:27:25.620Z | [ host-image] Feb 21 20:27:24.983 INFO collecting git info from project "image-builder"... |
10125 | 2025-02-21T20:27:25.647Z | [ host-image] Feb 21 20:27:25.009 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
10126 | 2025-02-21T20:27:27.809Z | [ host-image] Feb 21 20:27:27.169 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
10127 | 2025-02-21T20:27:28.510Z | [ host-image] Feb 21 20:27:27.871 INFO creating Oxide boot image... |
10128 | 2025-02-21T20:27:28.510Z | [ host-image] Feb 21 20:27:27.871 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 9190d80/9fcb5ef 2025-02-21 19:49", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
10129 | 2025-02-21T20:27:29.984Z | [ host-image] Feb 21 20:27:29.344 INFO O| ok, image written! |
10130 | 2025-02-21T20:27:29.984Z | [ host-image] Feb 21 20:27:29.344 INFO O| ok, boot_image_csum file written! |
10131 | 2025-02-21T20:27:29.992Z | [ host-image] Feb 21 20:27:29.352 INFO creating boot archive (CPIO)... |
10132 | 2025-02-21T20:27:29.992Z | [ host-image] Feb 21 20:27:29.352 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 |
10133 | 2025-02-21T20:27:30.002Z | [ host-image] Feb 21 20:27:29.362 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
10134 | 2025-02-21T20:27:30.005Z | [ host-image] Feb 21 20:27:29.362 INFO E| + outfile=/work/os-host/cpio |
10135 | 2025-02-21T20:27:30.005Z | [ host-image] Feb 21 20:27:29.362 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
10136 | 2025-02-21T20:27:30.005Z | [ host-image] Feb 21 20:27:29.365 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
10137 | 2025-02-21T20:27:30.008Z | [ host-image] Feb 21 20:27:29.366 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
10138 | 2025-02-21T20:27:30.054Z | [ host-image] Feb 21 20:27:29.414 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
10139 | 2025-02-21T20:27:30.054Z | [ host-image] Feb 21 20:27:29.414 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
10140 | 2025-02-21T20:27:30.066Z | [ host-image] Feb 21 20:27:29.426 INFO creating compressed cpio/unix for nanobl-rs... |
10141 | 2025-02-21T20:27:30.066Z | [ host-image] Feb 21 20:27:29.426 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 |
10142 | 2025-02-21T20:27:30.507Z | [ host-image] Feb 21 20:27:29.867 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
10143 | 2025-02-21T20:27:34.472Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
10144 | 2025-02-21T20:27:37.171Z | [ host-image] Feb 21 20:27:36.526 INFO creating reset image... |
10145 | 2025-02-21T20:27:37.175Z | [ host-image] Feb 21 20:27:36.527 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
10146 | 2025-02-21T20:27:37.380Z | [ host-image] Feb 21 20:27:36.736 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s |
10147 | 2025-02-21T20:27:37.406Z | [ host-image] Feb 21 20:27:36.762 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
10148 | 2025-02-21T20:27:37.542Z | [ host-image] Feb 21 20:27:36.898 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
10149 | 2025-02-21T20:27:41.491Z | [ host-image] Feb 21 20:27:40.844 INFO E| Finished `release` profile [optimized] target(s) in 4.05s |
10150 | 2025-02-21T20:27:41.509Z | [ host-image] Feb 21 20:27:40.862 INFO building host image... |
10151 | 2025-02-21T20:27:41.512Z | [ host-image] Feb 21 20:27:40.862 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") |
10152 | 2025-02-21T20:27:42.460Z | [ host-image] Feb 21 20:27:41.809 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
10153 | 2025-02-21T20:29:00.542Z | [ host-image] Feb 21 20:28:59.848 INFO image complete! materials are in "/work/os-host" |
10154 | 2025-02-21T20:29:00.548Z | [ host-image] |
10155 | 2025-02-21T20:29:00.552Z | [ host-image] real 16:17.818530840 |
10156 | 2025-02-21T20:29:00.552Z | [ host-image] user 7:18.347514871 |
10157 | 2025-02-21T20:29:00.552Z | [ host-image] sys 1:12.877249399 |
10158 | 2025-02-21T20:29:00.552Z | [ host-image] trap 0.366941492 |
10159 | 2025-02-21T20:29:00.552Z | [ host-image] tflt 0.034561288 |
10160 | 2025-02-21T20:29:00.552Z | [ host-image] dflt 0.095958510 |
10161 | 2025-02-21T20:29:00.552Z | [ host-image] kflt 0.016315010 |
10162 | 2025-02-21T20:29:00.552Z | [ host-image] lock 14:03.878961445 |
10163 | 2025-02-21T20:29:00.552Z | [ host-image] slp 1:27:13.993100034 |
10164 | 2025-02-21T20:29:00.552Z | [ host-image] lat 3:43.673068700 |
10165 | 2025-02-21T20:29:00.552Z | [ host-image] stop 2.366605428 |
10166 | 2025-02-21T20:29:00.553Z | Feb 21 20:28:59.855 INFO [host-image] process exited with exit status: 0 (977.836068533s) |
10167 | 2025-02-21T20:29:00.553Z | Feb 21 20:28:59.855 INFO [tuf-repo] running task |
10168 | 2025-02-21T20:29:21.716Z | Feb 21 20:29:21.008 INFO assembling repository in `/tmp/tufaceous7ICncf`, component: OmicronRepoAssembler |
10169 | 2025-02-21T20:29:51.855Z | Feb 21 20:29:51.113 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
10170 | 2025-02-21T20:29:52.148Z | Feb 21 20:29:51.424 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
10171 | 2025-02-21T20:30:02.472Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
10172 | 2025-02-21T20:30:02.731Z | Feb 21 20:30:02.001 INFO [tuf-repo] task succeeded (62.144776872s) |
10173 | 2025-02-21T20:30:14.187Z | [verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
10174 | 2025-02-21T20:30:23.980Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
10175 | 2025-02-21T20:35:56.456Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 22m 32s |
10176 | 2025-02-21T20:35:56.950Z | Feb 21 20:35:56.010 INFO [verify-libraries] process exited with exit status: 0 (1356.547051897s) |
10177 | 2025-02-21T20:35:56.953Z | Feb 21 20:35:56.010 INFO all jobs completed in 2813.642533892s |
10178 | 2025-02-21T20:35:58.755Z | process exited: duration 3518689 ms, exit code 0 |
|
10179 | 2025-02-21T20:35:58.787Z | found 33 output files |
10180 | 2025-02-21T20:35:58.794Z | uploading: /work/manifest.toml (13429 bytes) |
10181 | 2025-02-21T20:35:59.803Z | uploaded: /work/manifest.toml |
10182 | 2025-02-21T20:35:59.803Z | uploading: /work/repo.zip (2153930233 bytes) |
10183 | 2025-02-21T20:36:53.912Z | uploaded: /work/repo.zip |
10184 | 2025-02-21T20:36:53.913Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
10185 | 2025-02-21T20:36:54.993Z | uploaded: /work/repo.zip.sha256.txt |
10186 | 2025-02-21T20:36:54.993Z | uploading: /work/helios-setup.log (68741 bytes) |
10187 | 2025-02-21T20:36:56.011Z | uploaded: /work/helios-setup.log |
10188 | 2025-02-21T20:36:56.011Z | uploading: /work/host-image.log (201306 bytes) |
10189 | 2025-02-21T20:36:57.033Z | uploaded: /work/host-image.log |
10190 | 2025-02-21T20:36:57.033Z | uploading: /work/host-package.log (24050 bytes) |
10191 | 2025-02-21T20:36:58.046Z | uploaded: /work/host-package.log |
10192 | 2025-02-21T20:36:58.046Z | uploading: /work/host-target.log (101 bytes) |
10193 | 2025-02-21T20:36:59.056Z | uploaded: /work/host-target.log |
10194 | 2025-02-21T20:36:59.056Z | uploading: /work/omicron-package.log (6719 bytes) |
10195 | 2025-02-21T20:37:00.069Z | uploaded: /work/omicron-package.log |
10196 | 2025-02-21T20:37:00.069Z | uploading: /work/phbl-toolchain.log (881 bytes) |
10197 | 2025-02-21T20:37:01.083Z | uploaded: /work/phbl-toolchain.log |
10198 | 2025-02-21T20:37:01.087Z | uploading: /work/recovery-image.log (580202 bytes) |
10199 | 2025-02-21T20:37:02.109Z | uploaded: /work/recovery-image.log |
10200 | 2025-02-21T20:37:02.109Z | uploading: /work/recovery-package.log (1762 bytes) |
10201 | 2025-02-21T20:37:03.124Z | uploaded: /work/recovery-package.log |
10202 | 2025-02-21T20:37:03.127Z | uploading: /work/recovery-target.log (57 bytes) |
10203 | 2025-02-21T20:37:04.140Z | uploaded: /work/recovery-target.log |
10204 | 2025-02-21T20:37:04.140Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
10205 | 2025-02-21T20:37:05.153Z | uploaded: /work/stamp-clickhouse.log |
10206 | 2025-02-21T20:37:05.154Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
10207 | 2025-02-21T20:37:06.169Z | uploaded: /work/stamp-clickhouse_keeper.log |
10208 | 2025-02-21T20:37:06.169Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
10209 | 2025-02-21T20:37:07.177Z | uploaded: /work/stamp-cockroachdb.log |
10210 | 2025-02-21T20:37:07.180Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
10211 | 2025-02-21T20:37:08.187Z | uploaded: /work/stamp-crucible-dtrace.log |
10212 | 2025-02-21T20:37:08.187Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
10213 | 2025-02-21T20:37:09.196Z | uploaded: /work/stamp-crucible-pantry-zone.log |
10214 | 2025-02-21T20:37:09.196Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
10215 | 2025-02-21T20:37:10.215Z | uploaded: /work/stamp-crucible-zone.log |
10216 | 2025-02-21T20:37:10.219Z | uploading: /work/stamp-external-dns.log (119 bytes) |
10217 | 2025-02-21T20:37:11.225Z | uploaded: /work/stamp-external-dns.log |
10218 | 2025-02-21T20:37:11.238Z | uploading: /work/stamp-installinator.log (103 bytes) |
10219 | 2025-02-21T20:37:12.255Z | uploaded: /work/stamp-installinator.log |
10220 | 2025-02-21T20:37:12.255Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
10221 | 2025-02-21T20:37:13.265Z | uploaded: /work/stamp-internal-dns.log |
10222 | 2025-02-21T20:37:13.281Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
10223 | 2025-02-21T20:37:14.293Z | uploaded: /work/stamp-mg-ddm-gz.log |
10224 | 2025-02-21T20:37:14.293Z | uploading: /work/stamp-nexus.log (112 bytes) |
10225 | 2025-02-21T20:37:15.314Z | uploaded: /work/stamp-nexus.log |
10226 | 2025-02-21T20:37:15.314Z | uploading: /work/stamp-ntp.log (110 bytes) |
10227 | 2025-02-21T20:37:16.327Z | uploaded: /work/stamp-ntp.log |
10228 | 2025-02-21T20:37:16.328Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
10229 | 2025-02-21T20:37:17.387Z | uploaded: /work/stamp-omicron-sled-agent.log |
10230 | 2025-02-21T20:37:17.406Z | uploading: /work/stamp-overlay.log (114 bytes) |
10231 | 2025-02-21T20:37:22.688Z | uploaded: /work/stamp-overlay.log |
10232 | 2025-02-21T20:37:22.688Z | uploading: /work/stamp-oximeter.log (115 bytes) |
10233 | 2025-02-21T20:37:24.612Z | uploaded: /work/stamp-oximeter.log |
10234 | 2025-02-21T20:37:24.615Z | uploading: /work/stamp-oxlog.log (109 bytes) |
10235 | 2025-02-21T20:37:25.622Z | uploaded: /work/stamp-oxlog.log |
10236 | 2025-02-21T20:37:25.623Z | uploading: /work/stamp-probe.log (112 bytes) |
10237 | 2025-02-21T20:37:26.630Z | uploaded: /work/stamp-probe.log |
10238 | 2025-02-21T20:37:26.633Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
10239 | 2025-02-21T20:37:27.640Z | uploaded: /work/stamp-propolis-server.log |
10240 | 2025-02-21T20:37:27.640Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
10241 | 2025-02-21T20:37:28.648Z | uploaded: /work/stamp-pumpkind-gz.log |
10242 | 2025-02-21T20:37:28.651Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
10243 | 2025-02-21T20:37:29.659Z | uploaded: /work/stamp-switch-asic.log |
10244 | 2025-02-21T20:37:29.659Z | uploading: /work/verify-libraries.log (17218 bytes) |
10245 | 2025-02-21T20:37:30.670Z | uploaded: /work/verify-libraries.log |