|
|
|
1 | 2025-02-21T07:45:12.244Z | job assigned to worker 01JMKQDSMYXY5VAG5Y0AREDMZE [factory aws, i-0364ad93c604cfc3d] (queued for 54 s) |
|
2 | 2025-02-21T07:45:19.628Z | starting task 0: "setup" |
3 | 2025-02-21T07:45:19.636Z | ++ uname -s |
4 | 2025-02-21T07:45:19.639Z | + kern=SunOS |
5 | 2025-02-21T07:45:19.639Z | + build_user=build |
6 | 2025-02-21T07:45:19.639Z | + build_uid=12345 |
7 | 2025-02-21T07:45:19.639Z | + work_dir=/work |
8 | 2025-02-21T07:45:19.639Z | + input_dir=/input |
9 | 2025-02-21T07:45:19.639Z | + [[ 0 == 12345 ]] |
10 | 2025-02-21T07:45:19.639Z | + case "$kern" in |
11 | 2025-02-21T07:45:19.639Z | + groupadd -g 12345 build |
12 | 2025-02-21T07:45:19.641Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-21T07:45:21.650Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-21T07:45:21.779Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-21T07:45:21.795Z | + home_fs=zfs |
16 | 2025-02-21T07:45:21.795Z | + [[ zfs == autofs ]] |
17 | 2025-02-21T07:45:21.796Z | + mkdir -p /home/build |
18 | 2025-02-21T07:45:21.796Z | + chown build:build /home/build /work |
19 | 2025-02-21T07:45:23.786Z | + chmod 0700 /home/build /work |
20 | 2025-02-21T07:45:23.799Z | process exited: duration 4158 ms, exit code 0 |
|
21 | 2025-02-21T07:45:23.835Z | starting task 1: "rust-toolchain" |
22 | 2025-02-21T07:45:23.847Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-02-21T07:45:23.847Z | * rust toolchain channel = "1.85.0" |
24 | 2025-02-21T07:45:23.847Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-02-21T07:45:23.847Z | * rust toolchain profile = "default" |
26 | 2025-02-21T07:45:23.847Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-21T07:45:23.847Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-21T07:45:23.847Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-21T07:45:23.847Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-02-21T07:45:23.955Z | info: downloading installer |
31 | 2025-02-21T07:45:25.309Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-21T07:45:25.309Z | warning: /opt/ooce/bin |
33 | 2025-02-21T07:45:25.309Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-21T07:45:25.309Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-21T07:45:25.309Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-21T07:45:25.310Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-21T07:45:25.310Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-21T07:45:25.310Z | error: cannot install while Rust is installed |
39 | 2025-02-21T07:45:25.310Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-21T07:45:29.420Z | info: profile set to 'default' |
41 | 2025-02-21T07:45:29.420Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-21T07:45:29.421Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-02-21T07:45:29.562Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-02-21T07:45:29.562Z | info: downloading component 'cargo' |
45 | 2025-02-21T07:45:29.562Z | info: downloading component 'clippy' |
46 | 2025-02-21T07:45:29.562Z | info: downloading component 'rust-docs' |
47 | 2025-02-21T07:45:29.562Z | info: downloading component 'rust-std' |
48 | 2025-02-21T07:45:30.050Z | info: downloading component 'rustc' |
49 | 2025-02-21T07:45:36.854Z | info: downloading component 'rustfmt' |
50 | 2025-02-21T07:45:37.108Z | info: installing component 'cargo' |
51 | 2025-02-21T07:45:37.940Z | info: installing component 'clippy' |
52 | 2025-02-21T07:45:38.323Z | info: installing component 'rust-docs' |
53 | 2025-02-21T07:45:40.092Z | info: installing component 'rust-std' |
54 | 2025-02-21T07:45:41.995Z | info: installing component 'rustc' |
55 | 2025-02-21T07:45:47.870Z | info: installing component 'rustfmt' |
56 | 2025-02-21T07:45:48.206Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-02-21T07:45:48.206Z | |
58 | 2025-02-21T07:45:48.574Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-02-21T07:45:48.574Z | |
60 | 2025-02-21T07:45:48.577Z | |
61 | 2025-02-21T07:45:48.577Z | Rust is installed now. Great! |
62 | 2025-02-21T07:45:48.577Z | |
63 | 2025-02-21T07:45:48.578Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-21T07:45:48.578Z | environment variable. This has not been done automatically. |
65 | 2025-02-21T07:45:48.578Z | |
66 | 2025-02-21T07:45:48.578Z | To configure your current shell, you need to source |
67 | 2025-02-21T07:45:48.578Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-21T07:45:48.578Z | |
69 | 2025-02-21T07:45:48.578Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-21T07:45:48.578Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-21T07:45:48.578Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-21T07:45:48.645Z | + rustup --version |
73 | 2025-02-21T07:45:48.653Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-21T07:45:48.653Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-21T07:45:48.734Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
76 | 2025-02-21T07:45:48.738Z | + cargo --version |
77 | 2025-02-21T07:45:48.795Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
78 | 2025-02-21T07:45:48.798Z | + rustc --version |
79 | 2025-02-21T07:45:48.862Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
80 | 2025-02-21T07:45:48.865Z | process exited: duration 25043 ms, exit code 0 |
|
81 | 2025-02-21T07:45:48.872Z | starting task 2: "authentication" |
82 | 2025-02-21T07:45:48.895Z | process exited: duration 22 ms, exit code 0 |
|
83 | 2025-02-21T07:45:48.902Z | starting task 3: "clone repository" |
84 | 2025-02-21T07:45:48.907Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-21T07:45:48.911Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-21T07:45:48.950Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-21T07:45:56.633Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-21T07:45:56.633Z | + git fetch origin 903e27dbec386debb62bae0c6580d81daf1ebf88 |
89 | 2025-02-21T07:45:56.924Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-21T07:45:56.924Z | * branch 903e27dbec386debb62bae0c6580d81daf1ebf88 -> FETCH_HEAD |
91 | 2025-02-21T07:45:56.935Z | + [[ -n sunshowers/spr/meta-switch-to-once_cell-impls-in-std ]] |
92 | 2025-02-21T07:45:56.938Z | ++ git branch --show-current |
93 | 2025-02-21T07:45:56.938Z | + current=main |
94 | 2025-02-21T07:45:56.938Z | + [[ main != sunshowers/spr/meta-switch-to-once_cell-impls-in-std ]] |
95 | 2025-02-21T07:45:56.938Z | + git branch -f sunshowers/spr/meta-switch-to-once_cell-impls-in-std 903e27dbec386debb62bae0c6580d81daf1ebf88 |
96 | 2025-02-21T07:45:56.941Z | + git checkout -f sunshowers/spr/meta-switch-to-once_cell-impls-in-std |
97 | 2025-02-21T07:45:57.126Z | Switched to branch 'sunshowers/spr/meta-switch-to-once_cell-impls-in-std' |
98 | 2025-02-21T07:45:57.129Z | + git reset --hard 903e27dbec386debb62bae0c6580d81daf1ebf88 |
99 | 2025-02-21T07:45:57.313Z | HEAD is now at 903e27dbe [spr] initial version |
100 | 2025-02-21T07:45:57.316Z | process exited: duration 8413 ms, exit code 0 |
|
101 | 2025-02-21T07:45:57.325Z | starting task 4: "build" |
102 | 2025-02-21T07:45:57.328Z | + source .github/buildomat/ci-env.sh |
103 | 2025-02-21T07:45:57.330Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-02-21T07:45:57.330Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-02-21T07:45:57.330Z | + cargo --version |
106 | 2025-02-21T07:45:57.379Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
107 | 2025-02-21T07:45:57.382Z | + rustc --version |
108 | 2025-02-21T07:45:57.444Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
109 | 2025-02-21T07:45:57.447Z | + cargo tree --locked |
110 | 2025-02-21T07:45:57.679Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
111 | 2025-02-21T07:45:57.960Z | Updating crates.io index |
112 | 2025-02-21T07:45:57.962Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
113 | 2025-02-21T07:45:58.508Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
114 | 2025-02-21T07:45:58.781Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
115 | 2025-02-21T07:45:59.022Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
116 | 2025-02-21T07:45:59.935Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
117 | 2025-02-21T07:46:01.736Z | Updating git repository `https://github.com/oxidecomputer/opte` |
118 | 2025-02-21T07:46:02.395Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
119 | 2025-02-21T07:46:03.122Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
120 | 2025-02-21T07:46:03.382Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
121 | 2025-02-21T07:46:03.660Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
122 | 2025-02-21T07:46:04.283Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
123 | 2025-02-21T07:46:04.696Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
124 | 2025-02-21T07:46:04.979Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
125 | 2025-02-21T07:46:05.959Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
126 | 2025-02-21T07:46:05.974Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
127 | 2025-02-21T07:46:05.975Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
128 | 2025-02-21T07:46:06.049Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
129 | 2025-02-21T07:46:06.349Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
130 | 2025-02-21T07:46:06.636Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
131 | 2025-02-21T07:46:06.943Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
132 | 2025-02-21T07:46:07.208Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
133 | 2025-02-21T07:46:07.536Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
134 | 2025-02-21T07:46:08.019Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
135 | 2025-02-21T07:46:08.383Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
136 | 2025-02-21T07:46:08.739Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
137 | 2025-02-21T07:46:09.243Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
138 | 2025-02-21T07:46:09.553Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
139 | 2025-02-21T07:46:09.819Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
140 | 2025-02-21T07:46:10.090Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
141 | 2025-02-21T07:46:11.487Z | Downloading crates ... |
142 | 2025-02-21T07:46:11.608Z | Downloaded equivalent v1.0.1 |
143 | 2025-02-21T07:46:11.623Z | Downloaded chrono-tz-build v0.4.0 |
144 | 2025-02-21T07:46:11.665Z | Downloaded anstream v0.6.15 |
145 | 2025-02-21T07:46:11.674Z | Downloaded anyhow v1.0.95 |
146 | 2025-02-21T07:46:11.677Z | Downloaded anstyle-query v1.1.1 |
147 | 2025-02-21T07:46:11.680Z | Downloaded anes v0.1.6 |
148 | 2025-02-21T07:46:11.683Z | Downloaded arrayvec v0.7.6 |
149 | 2025-02-21T07:46:11.685Z | Downloaded approx v0.5.1 |
150 | 2025-02-21T07:46:11.690Z | Downloaded allocator-api2 v0.2.18 |
151 | 2025-02-21T07:46:11.699Z | Downloaded array-init v0.0.4 |
152 | 2025-02-21T07:46:11.702Z | Downloaded async-channel v2.3.1 |
153 | 2025-02-21T07:46:11.705Z | Downloaded async-process v2.3.0 |
154 | 2025-02-21T07:46:11.705Z | Downloaded async-executor v1.13.1 |
155 | 2025-02-21T07:46:11.708Z | Downloaded aho-corasick v1.1.3 |
156 | 2025-02-21T07:46:11.713Z | Downloaded async-object-pool v0.1.5 |
157 | 2025-02-21T07:46:11.716Z | Downloaded async-stream-impl v0.3.6 |
158 | 2025-02-21T07:46:11.719Z | Downloaded assert_matches v1.5.0 |
159 | 2025-02-21T07:46:11.719Z | Downloaded arrayref v0.3.9 |
160 | 2025-02-21T07:46:11.721Z | Downloaded atomicwrites v0.4.4 |
161 | 2025-02-21T07:46:11.724Z | Downloaded atomic-waker v1.1.2 |
162 | 2025-02-21T07:46:11.724Z | Downloaded async-recursion v1.1.1 |
163 | 2025-02-21T07:46:11.727Z | Downloaded assert-json-diff v2.0.2 |
164 | 2025-02-21T07:46:11.729Z | Downloaded anstyle v1.0.10 |
165 | 2025-02-21T07:46:11.732Z | Downloaded ascii-canvas v3.0.0 |
166 | 2025-02-21T07:46:11.732Z | Downloaded anstyle-parse v0.2.5 |
167 | 2025-02-21T07:46:11.738Z | Downloaded async-bb8-diesel v0.2.1 |
168 | 2025-02-21T07:46:11.741Z | Downloaded autocfg v1.4.0 |
169 | 2025-02-21T07:46:11.743Z | Downloaded foreign-types v0.3.2 |
170 | 2025-02-21T07:46:11.746Z | Downloaded foreign-types-shared v0.3.1 |
171 | 2025-02-21T07:46:11.746Z | Downloaded escape8259 v0.5.3 |
172 | 2025-02-21T07:46:11.749Z | Downloaded foreign-types-shared v0.1.1 |
173 | 2025-02-21T07:46:11.750Z | Downloaded backoff v0.4.0 |
174 | 2025-02-21T07:46:11.758Z | Downloaded fxhash v0.2.1 |
175 | 2025-02-21T07:46:11.758Z | Downloaded async-io v2.3.4 |
176 | 2025-02-21T07:46:11.758Z | Downloaded foreign-types-macros v0.2.3 |
177 | 2025-02-21T07:46:11.758Z | Downloaded foreign-types v0.5.0 |
178 | 2025-02-21T07:46:11.758Z | Downloaded float-ord v0.3.2 |
179 | 2025-02-21T07:46:11.761Z | Downloaded futures-sink v0.3.31 |
180 | 2025-02-21T07:46:11.761Z | Downloaded futures-core v0.3.31 |
181 | 2025-02-21T07:46:11.761Z | Downloaded fs-err v2.11.0 |
182 | 2025-02-21T07:46:11.763Z | Downloaded form_urlencoded v1.2.1 |
183 | 2025-02-21T07:46:11.763Z | Downloaded foldhash v0.1.3 |
184 | 2025-02-21T07:46:11.766Z | Downloaded flagset v0.4.6 |
185 | 2025-02-21T07:46:11.766Z | Downloaded cfg_aliases v0.2.1 |
186 | 2025-02-21T07:46:11.769Z | Downloaded futures-io v0.3.31 |
187 | 2025-02-21T07:46:11.769Z | Downloaded async-channel v1.9.0 |
188 | 2025-02-21T07:46:11.769Z | Downloaded atty v0.2.14 |
189 | 2025-02-21T07:46:11.772Z | Downloaded futures-executor v0.3.31 |
190 | 2025-02-21T07:46:11.774Z | Downloaded gethostname v0.5.0 |
191 | 2025-02-21T07:46:11.774Z | Downloaded generic-array v0.14.7 |
192 | 2025-02-21T07:46:11.777Z | Downloaded float-cmp v0.10.0 |
193 | 2025-02-21T07:46:11.777Z | Downloaded futures-task v0.3.31 |
194 | 2025-02-21T07:46:11.780Z | Downloaded futures-macro v0.3.31 |
195 | 2025-02-21T07:46:11.780Z | Downloaded base64ct v1.6.0 |
196 | 2025-02-21T07:46:11.783Z | Downloaded async-trait v0.1.86 |
197 | 2025-02-21T07:46:11.786Z | Downloaded http-body v1.0.1 |
198 | 2025-02-21T07:46:11.786Z | Downloaded bit-set v0.5.3 |
199 | 2025-02-21T07:46:11.789Z | Downloaded fallible-iterator v0.2.0 |
200 | 2025-02-21T07:46:11.789Z | Downloaded bitfield-struct v0.6.2 |
201 | 2025-02-21T07:46:11.789Z | Downloaded async-stream v0.3.6 |
202 | 2025-02-21T07:46:11.792Z | Downloaded guppy-workspace-hack v0.1.0 |
203 | 2025-02-21T07:46:11.794Z | Downloaded futures-timer v3.0.3 |
204 | 2025-02-21T07:46:11.794Z | Downloaded fallible-iterator v0.3.0 |
205 | 2025-02-21T07:46:11.797Z | Downloaded event-listener-strategy v0.5.2 |
206 | 2025-02-21T07:46:11.797Z | Downloaded path-slash v0.1.5 |
207 | 2025-02-21T07:46:11.800Z | Downloaded openssl-macros v0.1.1 |
208 | 2025-02-21T07:46:11.800Z | Downloaded event-listener v2.5.3 |
209 | 2025-02-21T07:46:11.802Z | Downloaded bitflags v1.3.2 |
210 | 2025-02-21T07:46:11.805Z | Downloaded bcrypt-pbkdf v0.10.0 |
211 | 2025-02-21T07:46:11.805Z | Downloaded aead v0.5.2 |
212 | 2025-02-21T07:46:11.808Z | Downloaded hash32 v0.3.1 |
213 | 2025-02-21T07:46:11.808Z | Downloaded group v0.13.0 |
214 | 2025-02-21T07:46:11.810Z | Downloaded futures-channel v0.3.31 |
215 | 2025-02-21T07:46:11.813Z | Downloaded cfg-if v1.0.0 |
216 | 2025-02-21T07:46:11.813Z | Downloaded futures v0.3.31 |
217 | 2025-02-21T07:46:11.817Z | Downloaded hubpack_derive v0.1.1 |
218 | 2025-02-21T07:46:11.820Z | Downloaded cast v0.3.0 |
219 | 2025-02-21T07:46:11.820Z | Downloaded glob v0.3.2 |
220 | 2025-02-21T07:46:11.823Z | Downloaded home v0.5.9 |
221 | 2025-02-21T07:46:11.823Z | Downloaded hex v0.4.3 |
222 | 2025-02-21T07:46:11.826Z | Downloaded chacha20 v0.9.1 |
223 | 2025-02-21T07:46:11.826Z | Downloaded heck v0.4.1 |
224 | 2025-02-21T07:46:11.829Z | Downloaded humantime v2.1.0 |
225 | 2025-02-21T07:46:11.831Z | Downloaded hostname v0.3.1 |
226 | 2025-02-21T07:46:11.831Z | Downloaded block-buffer v0.10.4 |
227 | 2025-02-21T07:46:11.834Z | Downloaded bytecount v0.6.8 |
228 | 2025-02-21T07:46:11.834Z | Downloaded heck v0.3.3 |
229 | 2025-02-21T07:46:11.837Z | Downloaded rpassword v7.3.1 |
230 | 2025-02-21T07:46:11.837Z | Downloaded buf-list v1.0.3 |
231 | 2025-02-21T07:46:11.839Z | Downloaded blocking v1.6.1 |
232 | 2025-02-21T07:46:11.842Z | Downloaded hubpack v0.1.2 |
233 | 2025-02-21T07:46:11.842Z | Downloaded heck v0.5.0 |
234 | 2025-02-21T07:46:11.845Z | Downloaded ghash v0.5.1 |
235 | 2025-02-21T07:46:11.845Z | Downloaded progenitor-macro v0.8.0 |
236 | 2025-02-21T07:46:11.847Z | Downloaded filetime v0.2.25 |
237 | 2025-02-21T07:46:11.847Z | Downloaded http-body-util v0.1.2 |
238 | 2025-02-21T07:46:11.850Z | Downloaded globset v0.4.15 |
239 | 2025-02-21T07:46:11.853Z | Downloaded num-derive v0.4.2 |
240 | 2025-02-21T07:46:11.853Z | Downloaded flume v0.11.1 |
241 | 2025-02-21T07:46:11.856Z | Downloaded oxnet v0.1.0 |
242 | 2025-02-21T07:46:11.859Z | Downloaded num_cpus v1.16.0 |
243 | 2025-02-21T07:46:11.862Z | Downloaded num v0.4.3 |
244 | 2025-02-21T07:46:11.865Z | Downloaded peg v0.8.4 |
245 | 2025-02-21T07:46:11.867Z | Downloaded httpdate v1.0.3 |
246 | 2025-02-21T07:46:11.867Z | Downloaded highway v1.2.0 |
247 | 2025-02-21T07:46:11.870Z | Downloaded hostname v0.4.0 |
248 | 2025-02-21T07:46:11.873Z | Downloaded pin-utils v0.1.0 |
249 | 2025-02-21T07:46:11.873Z | Downloaded httparse v1.9.5 |
250 | 2025-02-21T07:46:11.875Z | Downloaded cbc v0.1.2 |
251 | 2025-02-21T07:46:11.878Z | Downloaded cancel-safe-futures v0.1.5 |
252 | 2025-02-21T07:46:11.880Z | Downloaded cexpr v0.6.0 |
253 | 2025-02-21T07:46:11.883Z | Downloaded cargo_metadata v0.19.1 |
254 | 2025-02-21T07:46:11.886Z | Downloaded camino-tempfile v1.1.1 |
255 | 2025-02-21T07:46:11.888Z | Downloaded httptest v0.16.1 |
256 | 2025-02-21T07:46:11.888Z | Downloaded time-core v0.1.2 |
257 | 2025-02-21T07:46:11.891Z | Downloaded camino v1.1.9 |
258 | 2025-02-21T07:46:11.893Z | Downloaded base64 v0.13.1 |
259 | 2025-02-21T07:46:11.896Z | Downloaded pkg-config v0.3.31 |
260 | 2025-02-21T07:46:11.896Z | Downloaded bzip2 v0.4.4 |
261 | 2025-02-21T07:46:11.899Z | Downloaded hyper-rustls v0.26.0 |
262 | 2025-02-21T07:46:11.901Z | Downloaded rustls-native-certs v0.7.3 |
263 | 2025-02-21T07:46:11.904Z | Downloaded arc-swap v1.7.1 |
264 | 2025-02-21T07:46:11.907Z | Downloaded want v0.3.1 |
265 | 2025-02-21T07:46:11.909Z | Downloaded toolchain_find v0.4.0 |
266 | 2025-02-21T07:46:11.909Z | Downloaded proc-macro-crate v3.2.0 |
267 | 2025-02-21T07:46:11.912Z | Downloaded proc-macro-crate v1.3.1 |
268 | 2025-02-21T07:46:11.912Z | Downloaded packed_struct v0.10.1 |
269 | 2025-02-21T07:46:11.914Z | Downloaded shell-words v1.1.0 |
270 | 2025-02-21T07:46:11.918Z | Downloaded phf_generator v0.11.2 |
271 | 2025-02-21T07:46:11.918Z | Downloaded peg-macros v0.8.4 |
272 | 2025-02-21T07:46:11.921Z | Downloaded parking_lot_core v0.8.6 |
273 | 2025-02-21T07:46:11.921Z | Downloaded quinn-udp v0.5.5 |
274 | 2025-02-21T07:46:11.924Z | Downloaded zone_cfg_derive v0.3.0 |
275 | 2025-02-21T07:46:11.924Z | Downloaded hickory-client v0.24.3 |
276 | 2025-02-21T07:46:11.926Z | Downloaded once_cell v1.20.2 |
277 | 2025-02-21T07:46:11.929Z | Downloaded darling_macro v0.20.10 |
278 | 2025-02-21T07:46:11.932Z | Downloaded ciborium-io v0.2.2 |
279 | 2025-02-21T07:46:11.932Z | Downloaded semver v0.1.20 |
280 | 2025-02-21T07:46:11.932Z | Downloaded ident_case v1.0.1 |
281 | 2025-02-21T07:46:11.935Z | Downloaded rustversion v1.0.17 |
282 | 2025-02-21T07:46:11.937Z | Downloaded ahash v0.8.11 |
283 | 2025-02-21T07:46:11.940Z | Downloaded fatfs v0.3.6 |
284 | 2025-02-21T07:46:11.942Z | Downloaded static_assertions v1.1.0 |
285 | 2025-02-21T07:46:11.942Z | Downloaded embedded-io v0.6.1 |
286 | 2025-02-21T07:46:11.945Z | Downloaded cfg-expr v0.17.2 |
287 | 2025-02-21T07:46:11.948Z | Downloaded bitflags v2.6.0 |
288 | 2025-02-21T07:46:11.950Z | Downloaded thiserror v1.0.69 |
289 | 2025-02-21T07:46:11.956Z | Downloaded pkcs8 v0.10.2 |
290 | 2025-02-21T07:46:11.959Z | Downloaded mirai-annotations v1.12.0 |
291 | 2025-02-21T07:46:11.962Z | Downloaded postgres-protocol v0.6.7 |
292 | 2025-02-21T07:46:11.962Z | Downloaded postcard v1.0.10 |
293 | 2025-02-21T07:46:11.965Z | Downloaded predicates-tree v1.0.11 |
294 | 2025-02-21T07:46:11.965Z | Downloaded pem v3.0.4 |
295 | 2025-02-21T07:46:11.969Z | Downloaded sha2 v0.10.8 |
296 | 2025-02-21T07:46:11.972Z | Downloaded num-conv v0.1.0 |
297 | 2025-02-21T07:46:11.972Z | Downloaded utf8_iter v1.0.4 |
298 | 2025-02-21T07:46:11.972Z | Downloaded which v4.4.2 |
299 | 2025-02-21T07:46:11.980Z | Downloaded ron v0.7.1 |
300 | 2025-02-21T07:46:11.983Z | Downloaded peg-runtime v0.8.3 |
301 | 2025-02-21T07:46:11.983Z | Downloaded shlex v1.3.0 |
302 | 2025-02-21T07:46:11.983Z | Downloaded progenitor-client v0.9.1 |
303 | 2025-02-21T07:46:11.983Z | Downloaded cipher v0.4.4 |
304 | 2025-02-21T07:46:11.983Z | Downloaded ciborium-ll v0.2.2 |
305 | 2025-02-21T07:46:11.986Z | Downloaded zeroize_derive v1.4.2 |
306 | 2025-02-21T07:46:11.986Z | Downloaded document-features v0.2.10 |
307 | 2025-02-21T07:46:11.989Z | Downloaded crc v3.2.1 |
308 | 2025-02-21T07:46:11.989Z | Downloaded secrecy v0.8.0 |
309 | 2025-02-21T07:46:11.992Z | Downloaded daft v0.1.1 |
310 | 2025-02-21T07:46:11.992Z | Downloaded indoc v1.0.9 |
311 | 2025-02-21T07:46:11.995Z | Downloaded ena v0.14.3 |
312 | 2025-02-21T07:46:11.997Z | Downloaded display-error-chain v0.2.2 |
313 | 2025-02-21T07:46:12.002Z | Downloaded target-spec v3.3.1 |
314 | 2025-02-21T07:46:12.002Z | Downloaded sqlformat v0.2.6 |
315 | 2025-02-21T07:46:12.004Z | Downloaded md-5 v0.10.6 |
316 | 2025-02-21T07:46:12.004Z | Downloaded bytes v1.9.0 |
317 | 2025-02-21T07:46:12.007Z | Downloaded dirs-sys-next v0.1.2 |
318 | 2025-02-21T07:46:12.010Z | Downloaded thiserror v2.0.11 |
319 | 2025-02-21T07:46:12.014Z | Downloaded num-iter v0.1.45 |
320 | 2025-02-21T07:46:12.016Z | Downloaded tracing-attributes v0.1.27 |
321 | 2025-02-21T07:46:12.019Z | Downloaded tokio-native-tls v0.3.1 |
322 | 2025-02-21T07:46:12.021Z | Downloaded num-integer v0.1.46 |
323 | 2025-02-21T07:46:12.021Z | Downloaded swrite v0.1.0 |
324 | 2025-02-21T07:46:12.024Z | Downloaded whoami v1.5.2 |
325 | 2025-02-21T07:46:12.027Z | Downloaded expectorate v1.1.0 |
326 | 2025-02-21T07:46:12.027Z | Downloaded tokio-rustls v0.24.1 |
327 | 2025-02-21T07:46:12.030Z | Downloaded mockall v0.13.0 |
328 | 2025-02-21T07:46:12.032Z | Downloaded ron v0.8.1 |
329 | 2025-02-21T07:46:12.036Z | Downloaded darling v0.20.10 |
330 | 2025-02-21T07:46:12.040Z | Downloaded strum v0.26.3 |
331 | 2025-02-21T07:46:12.043Z | Downloaded sqlparser_derive v0.2.2 |
332 | 2025-02-21T07:46:12.043Z | Downloaded try-lock v0.2.5 |
333 | 2025-02-21T07:46:12.046Z | Downloaded rand_xorshift v0.3.0 |
334 | 2025-02-21T07:46:12.046Z | Downloaded displaydoc v0.2.5 |
335 | 2025-02-21T07:46:12.049Z | Downloaded cpufeatures v0.2.14 |
336 | 2025-02-21T07:46:12.051Z | Downloaded ciborium v0.2.2 |
337 | 2025-02-21T07:46:12.054Z | Downloaded waitgroup v0.1.2 |
338 | 2025-02-21T07:46:12.054Z | Downloaded vte_generate_state_changes v0.1.2 |
339 | 2025-02-21T07:46:12.056Z | Downloaded bumpalo v3.16.0 |
340 | 2025-02-21T07:46:12.059Z | Downloaded serde_tokenstream v0.2.2 |
341 | 2025-02-21T07:46:12.059Z | Downloaded num-rational v0.4.2 |
342 | 2025-02-21T07:46:12.062Z | Downloaded serde_spanned v0.6.8 |
343 | 2025-02-21T07:46:12.064Z | Downloaded rustc-hash v2.0.0 |
344 | 2025-02-21T07:46:12.064Z | Downloaded rand_core v0.6.4 |
345 | 2025-02-21T07:46:12.068Z | Downloaded parking_lot v0.11.2 |
346 | 2025-02-21T07:46:12.071Z | Downloaded rand_chacha v0.3.1 |
347 | 2025-02-21T07:46:12.071Z | Downloaded jobserver v0.1.32 |
348 | 2025-02-21T07:46:12.073Z | Downloaded icu_locid_transform v1.5.0 |
349 | 2025-02-21T07:46:12.076Z | Downloaded usdt-attr-macro v0.5.0 |
350 | 2025-02-21T07:46:12.076Z | Downloaded supports-color v3.0.1 |
351 | 2025-02-21T07:46:12.076Z | Downloaded ssh-cipher v0.2.0 |
352 | 2025-02-21T07:46:12.079Z | Downloaded fancy-regex v0.13.0 |
353 | 2025-02-21T07:46:12.082Z | Downloaded tinystr v0.7.6 |
354 | 2025-02-21T07:46:12.086Z | Downloaded tiny-keccak v2.0.2 |
355 | 2025-02-21T07:46:12.089Z | Downloaded schemars v0.8.21 |
356 | 2025-02-21T07:46:12.096Z | Downloaded unicase v2.7.0 |
357 | 2025-02-21T07:46:12.099Z | Downloaded is_ci v1.2.0 |
358 | 2025-02-21T07:46:12.099Z | Downloaded icu_provider_macros v1.5.0 |
359 | 2025-02-21T07:46:12.102Z | Downloaded hickory-server v0.24.3 |
360 | 2025-02-21T07:46:12.106Z | Downloaded structmeta-derive v0.3.0 |
361 | 2025-02-21T07:46:12.108Z | Downloaded wait-timeout v0.2.0 |
362 | 2025-02-21T07:46:12.111Z | Downloaded strum_macros v0.24.3 |
363 | 2025-02-21T07:46:12.111Z | Downloaded mockall_derive v0.13.0 |
364 | 2025-02-21T07:46:12.114Z | Downloaded tracing-core v0.1.32 |
365 | 2025-02-21T07:46:12.116Z | Downloaded poly1305 v0.8.0 |
366 | 2025-02-21T07:46:12.119Z | Downloaded parking_lot v0.12.3 |
367 | 2025-02-21T07:46:12.121Z | Downloaded crc-any v2.5.0 |
368 | 2025-02-21T07:46:12.124Z | Downloaded number_prefix v0.4.0 |
369 | 2025-02-21T07:46:12.127Z | Downloaded zopfli v0.8.1 |
370 | 2025-02-21T07:46:12.130Z | Downloaded unicode-truncate v1.1.0 |
371 | 2025-02-21T07:46:12.130Z | Downloaded hyper-staticfile v0.10.1 |
372 | 2025-02-21T07:46:12.132Z | Downloaded snafu v0.8.5 |
373 | 2025-02-21T07:46:12.137Z | Downloaded mime v0.3.17 |
374 | 2025-02-21T07:46:12.140Z | Downloaded macaddr v1.0.1 |
375 | 2025-02-21T07:46:12.143Z | Downloaded sigpipe v0.1.3 |
376 | 2025-02-21T07:46:12.143Z | Downloaded vte v0.11.1 |
377 | 2025-02-21T07:46:12.146Z | Downloaded cobs v0.2.3 |
378 | 2025-02-21T07:46:12.146Z | Downloaded version_check v0.9.5 |
379 | 2025-02-21T07:46:12.148Z | Downloaded libefi-sys v0.1.0 |
380 | 2025-02-21T07:46:12.148Z | Downloaded indicatif v0.17.11 |
381 | 2025-02-21T07:46:12.151Z | Downloaded olpc-cjson v0.1.4 |
382 | 2025-02-21T07:46:12.154Z | Downloaded zone v0.1.8 |
383 | 2025-02-21T07:46:12.154Z | Downloaded parse-zoneinfo v0.3.1 |
384 | 2025-02-21T07:46:12.157Z | Downloaded parking v2.2.1 |
385 | 2025-02-21T07:46:12.160Z | Downloaded nibble_vec v0.1.0 |
386 | 2025-02-21T07:46:12.160Z | Downloaded walkdir v2.5.0 |
387 | 2025-02-21T07:46:12.163Z | Downloaded crossbeam-deque v0.8.5 |
388 | 2025-02-21T07:46:12.163Z | Downloaded pest_generator v2.7.14 |
389 | 2025-02-21T07:46:12.166Z | Downloaded tracing v0.1.40 |
390 | 2025-02-21T07:46:12.169Z | Downloaded criterion-plot v0.5.0 |
391 | 2025-02-21T07:46:12.172Z | Downloaded ssh-encoding v0.2.0 |
392 | 2025-02-21T07:46:12.174Z | Downloaded progenitor v0.9.1 |
393 | 2025-02-21T07:46:12.174Z | Downloaded primeorder v0.13.6 |
394 | 2025-02-21T07:46:12.177Z | Downloaded defmt v0.3.8 |
395 | 2025-02-21T07:46:12.180Z | Downloaded zerofrom v0.1.4 |
396 | 2025-02-21T07:46:12.180Z | Downloaded cc v1.1.30 |
397 | 2025-02-21T07:46:12.183Z | Downloaded write16 v1.0.0 |
398 | 2025-02-21T07:46:12.185Z | Downloaded console v0.15.10 |
399 | 2025-02-21T07:46:12.188Z | Downloaded plain v0.2.3 |
400 | 2025-02-21T07:46:12.188Z | Downloaded packed_struct_codegen v0.10.1 |
401 | 2025-02-21T07:46:12.191Z | Downloaded darling_core v0.20.10 |
402 | 2025-02-21T07:46:12.194Z | Downloaded memoffset v0.9.1 |
403 | 2025-02-21T07:46:12.196Z | Downloaded progenitor-impl v0.8.0 |
404 | 2025-02-21T07:46:12.199Z | Downloaded spki v0.7.3 |
405 | 2025-02-21T07:46:12.202Z | Downloaded trybuild v1.0.101 |
406 | 2025-02-21T07:46:12.204Z | Downloaded usdt-impl v0.5.0 |
407 | 2025-02-21T07:46:12.207Z | Downloaded lazy_static v1.5.0 |
408 | 2025-02-21T07:46:12.207Z | Downloaded vsss-rs v3.3.4 |
409 | 2025-02-21T07:46:12.210Z | Downloaded indexmap v2.7.1 |
410 | 2025-02-21T07:46:12.214Z | Downloaded stringmetrics v2.2.2 |
411 | 2025-02-21T07:46:12.217Z | Downloaded stable_deref_trait v1.2.0 |
412 | 2025-02-21T07:46:12.219Z | Downloaded radium v0.7.0 |
413 | 2025-02-21T07:46:12.219Z | Downloaded tokio-postgres v0.7.12 |
414 | 2025-02-21T07:46:12.225Z | Downloaded either v1.13.0 |
415 | 2025-02-21T07:46:12.227Z | Downloaded textwrap v0.16.1 |
416 | 2025-02-21T07:46:12.227Z | Downloaded zerofrom-derive v0.1.4 |
417 | 2025-02-21T07:46:12.230Z | Downloaded newtype_derive v0.1.6 |
418 | 2025-02-21T07:46:12.230Z | Downloaded snafu-derive v0.8.5 |
419 | 2025-02-21T07:46:12.233Z | Downloaded rustls-pemfile v1.0.4 |
420 | 2025-02-21T07:46:12.236Z | Downloaded hashbrown v0.15.1 |
421 | 2025-02-21T07:46:12.238Z | Downloaded tls_codec v0.4.1 |
422 | 2025-02-21T07:46:12.241Z | Downloaded parse-size v1.1.0 |
423 | 2025-02-21T07:46:12.244Z | Downloaded typify-macro v0.3.0 |
424 | 2025-02-21T07:46:12.244Z | Downloaded memmap2 v0.9.5 |
425 | 2025-02-21T07:46:12.246Z | Downloaded smf v0.2.3 |
426 | 2025-02-21T07:46:12.246Z | Downloaded slog-dtrace v0.3.0 |
427 | 2025-02-21T07:46:12.249Z | Downloaded oso-derive v0.27.3 |
428 | 2025-02-21T07:46:12.249Z | Downloaded prettyplease v0.2.29 |
429 | 2025-02-21T07:46:12.252Z | Downloaded slog-bunyan v2.5.0 |
430 | 2025-02-21T07:46:12.254Z | Downloaded futures-util v0.3.31 |
431 | 2025-02-21T07:46:12.264Z | Downloaded is-terminal v0.4.13 |
432 | 2025-02-21T07:46:12.267Z | Downloaded scroll_derive v0.12.0 |
433 | 2025-02-21T07:46:12.267Z | Downloaded rustls-pki-types v1.10.0 |
434 | 2025-02-21T07:46:12.270Z | Downloaded dsl_auto_type v0.1.2 |
435 | 2025-02-21T07:46:12.273Z | Downloaded unicode-xid v0.2.6 |
436 | 2025-02-21T07:46:12.273Z | Downloaded pest_meta v2.7.14 |
437 | 2025-02-21T07:46:12.275Z | Downloaded defmt-parser v0.3.4 |
438 | 2025-02-21T07:46:12.279Z | Downloaded scrypt v0.11.0 |
439 | 2025-02-21T07:46:12.279Z | Downloaded defmt-macros v0.3.9 |
440 | 2025-02-21T07:46:12.282Z | Downloaded target-triple v0.1.3 |
441 | 2025-02-21T07:46:12.282Z | Downloaded sync-ptr v0.1.1 |
442 | 2025-02-21T07:46:12.284Z | Downloaded tokio-tungstenite v0.23.1 |
443 | 2025-02-21T07:46:12.287Z | Downloaded postgres-types v0.2.8 |
444 | 2025-02-21T07:46:12.289Z | Downloaded convert_case v0.4.0 |
445 | 2025-02-21T07:46:12.289Z | Downloaded constant_time_eq v0.3.1 |
446 | 2025-02-21T07:46:12.293Z | Downloaded vergen v8.3.2 |
447 | 2025-02-21T07:46:12.297Z | Downloaded des v0.8.1 |
448 | 2025-02-21T07:46:12.297Z | Downloaded parse-display-derive v0.10.0 |
449 | 2025-02-21T07:46:12.297Z | Downloaded derive_more v0.99.19 |
450 | 2025-02-21T07:46:12.301Z | Downloaded rustls-pemfile v2.2.0 |
451 | 2025-02-21T07:46:12.303Z | Downloaded parse-display v0.10.0 |
452 | 2025-02-21T07:46:12.306Z | Downloaded pretty_assertions v1.4.1 |
453 | 2025-02-21T07:46:12.306Z | Downloaded unicode_categories v0.1.1 |
454 | 2025-02-21T07:46:12.309Z | Downloaded rustc_version v0.1.7 |
455 | 2025-02-21T07:46:12.312Z | Downloaded num_enum_derive v0.5.11 |
456 | 2025-02-21T07:46:12.312Z | Downloaded num_enum v0.5.11 |
457 | 2025-02-21T07:46:12.315Z | Downloaded linked-hash-map v0.5.6 |
458 | 2025-02-21T07:46:12.318Z | Downloaded papergrid v0.11.0 |
459 | 2025-02-21T07:46:12.321Z | Downloaded linear-map v1.2.0 |
460 | 2025-02-21T07:46:12.323Z | Downloaded enum-as-inner v0.6.1 |
461 | 2025-02-21T07:46:12.326Z | Downloaded rustc_version v0.4.1 |
462 | 2025-02-21T07:46:12.326Z | Downloaded cookie_store v0.21.1 |
463 | 2025-02-21T07:46:12.329Z | Downloaded rstest v0.23.0 |
464 | 2025-02-21T07:46:12.334Z | Downloaded slog-json v2.6.1 |
465 | 2025-02-21T07:46:12.337Z | Downloaded owo-colors v4.1.0 |
466 | 2025-02-21T07:46:12.339Z | Downloaded nested v0.1.1 |
467 | 2025-02-21T07:46:12.342Z | Downloaded thread-id v4.2.2 |
468 | 2025-02-21T07:46:12.342Z | Downloaded tui-tree-widget v0.23.0 |
469 | 2025-02-21T07:46:12.346Z | Downloaded thiserror-no-std v2.0.2 |
470 | 2025-02-21T07:46:12.349Z | Downloaded psl-types v2.0.11 |
471 | 2025-02-21T07:46:12.349Z | Downloaded num_threads v0.1.7 |
472 | 2025-02-21T07:46:12.349Z | Downloaded unicode-linebreak v0.1.5 |
473 | 2025-02-21T07:46:12.352Z | Downloaded thread_local v1.1.8 |
474 | 2025-02-21T07:46:12.352Z | Downloaded serde_urlencoded v0.7.1 |
475 | 2025-02-21T07:46:12.354Z | Downloaded plotters-svg v0.3.7 |
476 | 2025-02-21T07:46:12.354Z | Downloaded thiserror-impl-no-std v2.0.2 |
477 | 2025-02-21T07:46:12.357Z | Downloaded elliptic-curve v0.13.8 |
478 | 2025-02-21T07:46:12.359Z | Downloaded password-hash v0.5.0 |
479 | 2025-02-21T07:46:12.362Z | Downloaded password-hash v0.4.2 |
480 | 2025-02-21T07:46:12.364Z | Downloaded partial-io v0.5.4 |
481 | 2025-02-21T07:46:12.367Z | Downloaded hyper-tls v0.6.0 |
482 | 2025-02-21T07:46:12.370Z | Downloaded cookie v0.18.1 |
483 | 2025-02-21T07:46:12.372Z | Downloaded unarray v0.1.4 |
484 | 2025-02-21T07:46:12.372Z | Downloaded serde v1.0.217 |
485 | 2025-02-21T07:46:12.375Z | Downloaded usdt-macro v0.5.0 |
486 | 2025-02-21T07:46:12.378Z | Downloaded take_mut v0.2.2 |
487 | 2025-02-21T07:46:12.378Z | Downloaded socket2 v0.5.7 |
488 | 2025-02-21T07:46:12.381Z | Downloaded newtype-uuid v1.2.1 |
489 | 2025-02-21T07:46:12.381Z | Downloaded libsw v3.3.1 |
490 | 2025-02-21T07:46:12.384Z | Downloaded h2 v0.4.6 |
491 | 2025-02-21T07:46:12.389Z | Downloaded nanorand v0.7.0 |
492 | 2025-02-21T07:46:12.392Z | Downloaded diesel_table_macro_syntax v0.2.0 |
493 | 2025-02-21T07:46:12.394Z | Downloaded derive_builder_macro v0.20.2 |
494 | 2025-02-21T07:46:12.394Z | Downloaded crucible-workspace-hack v0.1.0 |
495 | 2025-02-21T07:46:12.394Z | Downloaded indent_write v2.2.0 |
496 | 2025-02-21T07:46:12.397Z | Downloaded endian-type v0.1.2 |
497 | 2025-02-21T07:46:12.397Z | Downloaded dyn-clone v1.0.17 |
498 | 2025-02-21T07:46:12.400Z | Downloaded salsa20 v0.10.2 |
499 | 2025-02-21T07:46:12.400Z | Downloaded quick-error v1.2.3 |
500 | 2025-02-21T07:46:12.403Z | Downloaded yoke v0.7.4 |
501 | 2025-02-21T07:46:12.405Z | Downloaded rand v0.8.5 |
502 | 2025-02-21T07:46:12.407Z | Downloaded termtree v0.4.1 |
503 | 2025-02-21T07:46:12.407Z | Downloaded qorb v0.2.1 |
504 | 2025-02-21T07:46:12.412Z | Downloaded yasna v0.5.2 |
505 | 2025-02-21T07:46:12.415Z | Downloaded dropshot_endpoint v0.12.0 |
506 | 2025-02-21T07:46:12.418Z | Downloaded derive_builder v0.20.2 |
507 | 2025-02-21T07:46:12.422Z | Downloaded instant v0.1.13 |
508 | 2025-02-21T07:46:12.425Z | Downloaded serde-hex v0.1.0 |
509 | 2025-02-21T07:46:12.427Z | Downloaded lalrpop-util v0.19.12 |
510 | 2025-02-21T07:46:12.427Z | Downloaded icu_properties v1.5.1 |
511 | 2025-02-21T07:46:12.431Z | Downloaded phf v0.11.2 |
512 | 2025-02-21T07:46:12.433Z | Downloaded plotters-backend v0.3.7 |
513 | 2025-02-21T07:46:12.433Z | Downloaded utf8parse v0.2.2 |
514 | 2025-02-21T07:46:12.433Z | Downloaded hkdf v0.12.4 |
515 | 2025-02-21T07:46:12.436Z | Downloaded utf-8 v0.7.6 |
516 | 2025-02-21T07:46:12.439Z | Downloaded path-tree v0.8.1 |
517 | 2025-02-21T07:46:12.439Z | Downloaded phf_shared v0.10.0 |
518 | 2025-02-21T07:46:12.441Z | Downloaded native-tls v0.2.12 |
519 | 2025-02-21T07:46:12.444Z | Downloaded libtest-mimic v0.7.3 |
520 | 2025-02-21T07:46:12.444Z | Downloaded icu_normalizer_data v1.5.0 |
521 | 2025-02-21T07:46:12.448Z | Downloaded russh-cryptovec v0.7.3 |
522 | 2025-02-21T07:46:12.448Z | Downloaded unicode-ident v1.0.14 |
523 | 2025-02-21T07:46:12.450Z | Downloaded ipnetwork v0.21.1 |
524 | 2025-02-21T07:46:12.453Z | Downloaded unsafe-libyaml v0.2.11 |
525 | 2025-02-21T07:46:12.456Z | Downloaded zerocopy-derive v0.8.10 |
526 | 2025-02-21T07:46:12.461Z | Downloaded yoke-derive v0.7.4 |
527 | 2025-02-21T07:46:12.464Z | Downloaded git2 v0.19.0 |
528 | 2025-02-21T07:46:12.470Z | Downloaded cstr-argument v0.1.2 |
529 | 2025-02-21T07:46:12.473Z | Downloaded smawk v0.3.2 |
530 | 2025-02-21T07:46:12.473Z | Downloaded serde-big-array v0.5.1 |
531 | 2025-02-21T07:46:12.476Z | Downloaded dtrace-parser v0.2.0 |
532 | 2025-02-21T07:46:12.476Z | Downloaded p256 v0.13.2 |
533 | 2025-02-21T07:46:12.479Z | Downloaded downcast v0.11.0 |
534 | 2025-02-21T07:46:12.482Z | Downloaded der v0.7.9 |
535 | 2025-02-21T07:46:12.487Z | Downloaded md5 v0.7.0 |
536 | 2025-02-21T07:46:12.490Z | Downloaded nodrop v0.1.14 |
537 | 2025-02-21T07:46:12.490Z | Downloaded terminal_size v0.4.0 |
538 | 2025-02-21T07:46:12.490Z | Downloaded precomputed-hash v0.1.1 |
539 | 2025-02-21T07:46:12.494Z | Downloaded openssl-probe v0.1.5 |
540 | 2025-02-21T07:46:12.494Z | Downloaded threadpool v1.8.1 |
541 | 2025-02-21T07:46:12.496Z | Downloaded thiserror-impl v1.0.69 |
542 | 2025-02-21T07:46:12.496Z | Downloaded zip v2.1.3 |
543 | 2025-02-21T07:46:12.499Z | Downloaded piper v0.2.4 |
544 | 2025-02-21T07:46:12.501Z | Downloaded curve25519-dalek-derive v0.1.1 |
545 | 2025-02-21T07:46:12.501Z | Downloaded internet-checksum v0.2.1 |
546 | 2025-02-21T07:46:12.504Z | Downloaded instability v0.3.2 |
547 | 2025-02-21T07:46:12.504Z | Downloaded serde_plain v1.0.2 |
548 | 2025-02-21T07:46:12.507Z | Downloaded colorchoice v1.0.2 |
549 | 2025-02-21T07:46:12.507Z | Downloaded cmake v0.1.51 |
550 | 2025-02-21T07:46:12.509Z | Downloaded crossbeam-epoch v0.9.18 |
551 | 2025-02-21T07:46:12.512Z | Downloaded serde_derive_internals v0.29.1 |
552 | 2025-02-21T07:46:12.515Z | Downloaded derive-where v1.2.7 |
553 | 2025-02-21T07:46:12.517Z | Downloaded smallvec v0.6.14 |
554 | 2025-02-21T07:46:12.517Z | Downloaded rsa v0.9.6 |
555 | 2025-02-21T07:46:12.522Z | Downloaded tinyvec_macros v0.1.1 |
556 | 2025-02-21T07:46:12.525Z | Downloaded structmeta v0.3.0 |
557 | 2025-02-21T07:46:12.525Z | Downloaded structmeta v0.2.0 |
558 | 2025-02-21T07:46:12.527Z | Downloaded xz2 v0.1.7 |
559 | 2025-02-21T07:46:12.530Z | Downloaded clap v4.5.27 |
560 | 2025-02-21T07:46:12.536Z | Downloaded dirs-next v2.0.0 |
561 | 2025-02-21T07:46:12.539Z | Downloaded slog-stdlog v4.1.1 |
562 | 2025-02-21T07:46:12.539Z | Downloaded oorandom v11.1.4 |
563 | 2025-02-21T07:46:12.542Z | Downloaded maplit v1.0.2 |
564 | 2025-02-21T07:46:12.542Z | Downloaded tar v0.4.42 |
565 | 2025-02-21T07:46:12.545Z | Downloaded zone_cfg_derive v0.1.2 |
566 | 2025-02-21T07:46:12.547Z | Downloaded predicates v3.1.3 |
567 | 2025-02-21T07:46:12.550Z | Downloaded progenitor-client v0.8.0 |
568 | 2025-02-21T07:46:12.550Z | Downloaded ppv-lite86 v0.2.20 |
569 | 2025-02-21T07:46:12.552Z | Downloaded slog-scope v4.4.0 |
570 | 2025-02-21T07:46:12.552Z | Downloaded simd-adler32 v0.3.7 |
571 | 2025-02-21T07:46:12.555Z | Downloaded tungstenite v0.23.0 |
572 | 2025-02-21T07:46:12.557Z | Downloaded ref-cast v1.0.23 |
573 | 2025-02-21T07:46:12.560Z | Downloaded slog-term v2.9.1 |
574 | 2025-02-21T07:46:12.563Z | Downloaded normalize-line-endings v0.3.0 |
575 | 2025-02-21T07:46:12.565Z | Downloaded smallvec v1.13.2 |
576 | 2025-02-21T07:46:12.565Z | Downloaded thiserror-impl v2.0.11 |
577 | 2025-02-21T07:46:12.568Z | Downloaded icu_provider v1.5.0 |
578 | 2025-02-21T07:46:12.571Z | Downloaded datatest-stable v0.2.9 |
579 | 2025-02-21T07:46:12.573Z | Downloaded kv-log-macro v1.0.7 |
580 | 2025-02-21T07:46:12.576Z | Downloaded russh-keys v0.45.0 |
581 | 2025-02-21T07:46:12.580Z | Downloaded lru v0.12.5 |
582 | 2025-02-21T07:46:12.580Z | Downloaded indoc v2.0.5 |
583 | 2025-02-21T07:46:12.582Z | Downloaded ipnet v2.10.1 |
584 | 2025-02-21T07:46:12.582Z | Downloaded rcgen v0.12.1 |
585 | 2025-02-21T07:46:12.585Z | Downloaded russh v0.45.0 |
586 | 2025-02-21T07:46:12.590Z | Downloaded percent-encoding v2.3.1 |
587 | 2025-02-21T07:46:12.593Z | Downloaded progenitor v0.8.0 |
588 | 2025-02-21T07:46:12.593Z | Downloaded serde_path_to_error v0.1.16 |
589 | 2025-02-21T07:46:12.596Z | Downloaded dof v0.3.0 |
590 | 2025-02-21T07:46:12.596Z | Downloaded unicode-bidi v0.3.17 |
591 | 2025-02-21T07:46:12.598Z | Downloaded pin-project v1.1.6 |
592 | 2025-02-21T07:46:12.609Z | Downloaded typify v0.2.0 |
593 | 2025-02-21T07:46:12.612Z | Downloaded idna v1.0.3 |
594 | 2025-02-21T07:46:12.616Z | Downloaded wyz v0.5.1 |
595 | 2025-02-21T07:46:12.618Z | Downloaded pest_derive v2.7.14 |
596 | 2025-02-21T07:46:12.621Z | Downloaded signal-hook-tokio v0.3.1 |
597 | 2025-02-21T07:46:12.621Z | Downloaded zerocopy v0.6.6 |
598 | 2025-02-21T07:46:12.624Z | Downloaded debug-ignore v1.0.5 |
599 | 2025-02-21T07:46:12.628Z | Downloaded blake3 v1.5.4 |
600 | 2025-02-21T07:46:12.632Z | Downloaded strsim v0.11.1 |
601 | 2025-02-21T07:46:12.635Z | Downloaded clap_derive v4.5.24 |
602 | 2025-02-21T07:46:12.637Z | Downloaded rustyline v14.0.0 |
603 | 2025-02-21T07:46:12.641Z | Downloaded sync_wrapper v1.0.1 |
604 | 2025-02-21T07:46:12.644Z | Downloaded polling v3.7.3 |
605 | 2025-02-21T07:46:12.647Z | Downloaded aws-lc-rs v1.10.0 |
606 | 2025-02-21T07:46:12.654Z | Downloaded scopeguard v1.2.0 |
607 | 2025-02-21T07:46:12.658Z | Downloaded criterion v0.5.1 |
608 | 2025-02-21T07:46:13.664Z | Downloaded tokio-tungstenite v0.24.0 |
609 | 2025-02-21T07:46:13.671Z | Downloaded newline-converter v0.3.0 |
610 | 2025-02-21T07:46:13.671Z | Downloaded new_debug_unreachable v1.0.6 |
611 | 2025-02-21T07:46:13.671Z | Downloaded ed25519-dalek v2.1.1 |
612 | 2025-02-21T07:46:13.671Z | Downloaded termcolor v1.4.1 |
613 | 2025-02-21T07:46:13.671Z | Downloaded slog v2.7.0 |
614 | 2025-02-21T07:46:13.671Z | Downloaded similar v2.6.0 |
615 | 2025-02-21T07:46:13.671Z | Downloaded env_logger v0.11.5 |
616 | 2025-02-21T07:46:13.671Z | Downloaded twox-hash v2.1.0 |
617 | 2025-02-21T07:46:13.671Z | Downloaded zerovec v0.10.4 |
618 | 2025-02-21T07:46:13.671Z | Downloaded managed v0.8.0 |
619 | 2025-02-21T07:46:13.671Z | Downloaded signal-hook-registry v1.4.2 |
620 | 2025-02-21T07:46:13.671Z | Downloaded signature v2.2.0 |
621 | 2025-02-21T07:46:13.671Z | Downloaded signal-hook-mio v0.2.4 |
622 | 2025-02-21T07:46:13.671Z | Downloaded ctr v0.9.2 |
623 | 2025-02-21T07:46:13.672Z | Downloaded xattr v1.3.1 |
624 | 2025-02-21T07:46:13.672Z | Downloaded powerfmt v0.2.0 |
625 | 2025-02-21T07:46:13.672Z | Downloaded rustfmt-wrapper v0.2.1 |
626 | 2025-02-21T07:46:13.672Z | Downloaded clang-sys v1.8.1 |
627 | 2025-02-21T07:46:13.672Z | Downloaded nu-ansi-term v0.50.1 |
628 | 2025-02-21T07:46:13.672Z | Downloaded hyper-rustls v0.27.3 |
629 | 2025-02-21T07:46:13.672Z | Downloaded pretty-hex v0.4.1 |
630 | 2025-02-21T07:46:13.672Z | Downloaded regex v1.11.1 |
631 | 2025-02-21T07:46:13.672Z | Downloaded untrusted v0.7.1 |
632 | 2025-02-21T07:46:13.672Z | Downloaded clap_lex v0.7.4 |
633 | 2025-02-21T07:46:13.672Z | Downloaded typify-macro v0.2.0 |
634 | 2025-02-21T07:46:13.672Z | Downloaded synstructure v0.13.1 |
635 | 2025-02-21T07:46:13.672Z | Downloaded rtoolbox v0.0.2 |
636 | 2025-02-21T07:46:13.672Z | Downloaded ed25519 v2.2.3 |
637 | 2025-02-21T07:46:13.672Z | Downloaded colored v2.1.0 |
638 | 2025-02-21T07:46:13.672Z | Downloaded tap v1.0.1 |
639 | 2025-02-21T07:46:13.672Z | Downloaded tabwriter v1.4.0 |
640 | 2025-02-21T07:46:13.672Z | Downloaded opaque-debug v0.3.1 |
641 | 2025-02-21T07:46:13.672Z | Downloaded data-encoding v2.6.0 |
642 | 2025-02-21T07:46:13.672Z | Downloaded digest v0.10.7 |
643 | 2025-02-21T07:46:13.672Z | Downloaded signal-hook v0.3.17 |
644 | 2025-02-21T07:46:13.672Z | Downloaded difflib v0.4.0 |
645 | 2025-02-21T07:46:13.672Z | Downloaded crypto-common v0.1.6 |
646 | 2025-02-21T07:46:13.672Z | Downloaded iana-time-zone v0.1.61 |
647 | 2025-02-21T07:46:13.672Z | Downloaded plotters v0.3.7 |
648 | 2025-02-21T07:46:13.672Z | Downloaded usdt v0.5.0 |
649 | 2025-02-21T07:46:13.672Z | Downloaded crc-catalog v2.4.0 |
650 | 2025-02-21T07:46:13.672Z | Downloaded concurrent-queue v2.5.0 |
651 | 2025-02-21T07:46:13.672Z | Downloaded same-file v1.0.6 |
652 | 2025-02-21T07:46:13.672Z | Downloaded relative-path v1.9.3 |
653 | 2025-02-21T07:46:13.672Z | Downloaded lockfree-object-pool v0.1.6 |
654 | 2025-02-21T07:46:13.672Z | Downloaded zerocopy-derive v0.7.35 |
655 | 2025-02-21T07:46:13.672Z | Downloaded async-std v1.13.0 |
656 | 2025-02-21T07:46:13.672Z | Downloaded pretty-hex v0.2.1 |
657 | 2025-02-21T07:46:13.672Z | Downloaded bindgen v0.69.5 |
658 | 2025-02-21T07:46:13.673Z | Downloaded proc-macro-error-attr v1.0.4 |
659 | 2025-02-21T07:46:13.673Z | Downloaded gimli v0.31.1 |
660 | 2025-02-21T07:46:13.673Z | Downloaded schemars_derive v0.8.21 |
661 | 2025-02-21T07:46:13.673Z | Downloaded tinyvec v1.8.0 |
662 | 2025-02-21T07:46:13.673Z | Downloaded tokio-macros v2.5.0 |
663 | 2025-02-21T07:46:13.673Z | Downloaded r2d2 v0.8.10 |
664 | 2025-02-21T07:46:13.673Z | Downloaded lru-cache v0.1.2 |
665 | 2025-02-21T07:46:13.673Z | Downloaded serde_with v3.11.0 |
666 | 2025-02-21T07:46:13.673Z | Downloaded inout v0.1.3 |
667 | 2025-02-21T07:46:13.673Z | Downloaded untrusted v0.9.0 |
668 | 2025-02-21T07:46:13.673Z | Downloaded tokio-stream v0.1.16 |
669 | 2025-02-21T07:46:13.673Z | Downloaded tls_codec_derive v0.4.1 |
670 | 2025-02-21T07:46:13.673Z | Downloaded scheduled-thread-pool v0.2.7 |
671 | 2025-02-21T07:46:13.673Z | Downloaded rustc-demangle v0.1.24 |
672 | 2025-02-21T07:46:13.673Z | Downloaded pkcs5 v0.7.1 |
673 | 2025-02-21T07:46:13.673Z | Downloaded predicates-core v1.0.8 |
674 | 2025-02-21T07:46:13.673Z | Downloaded const_format v0.2.34 |
675 | 2025-02-21T07:46:13.673Z | Downloaded sqlparser v0.45.0 |
676 | 2025-02-21T07:46:13.673Z | Downloaded pkcs1 v0.7.5 |
677 | 2025-02-21T07:46:13.673Z | Downloaded oso v0.27.3 |
678 | 2025-02-21T07:46:13.673Z | Downloaded keccak v0.1.5 |
679 | 2025-02-21T07:46:13.673Z | Downloaded tabled_derive v0.7.0 |
680 | 2025-02-21T07:46:13.673Z | Downloaded webpki-roots v0.26.6 |
681 | 2025-02-21T07:46:13.673Z | Downloaded winnow v0.6.20 |
682 | 2025-02-21T07:46:13.673Z | Downloaded icu_locid_transform_data v1.5.0 |
683 | 2025-02-21T07:46:13.673Z | Downloaded crossbeam-utils v0.8.20 |
684 | 2025-02-21T07:46:13.673Z | Downloaded icu_collections v1.5.0 |
685 | 2025-02-21T07:46:13.673Z | Downloaded hyper-util v0.1.10 |
686 | 2025-02-21T07:46:13.673Z | Downloaded proc-macro-error v1.0.4 |
687 | 2025-02-21T07:46:13.673Z | Downloaded unicode-segmentation v1.12.0 |
688 | 2025-02-21T07:46:13.673Z | Downloaded term v0.7.0 |
689 | 2025-02-21T07:46:13.673Z | Downloaded winnow v0.5.40 |
690 | 2025-02-21T07:46:13.673Z | Downloaded miniz_oxide v0.8.0 |
691 | 2025-02-21T07:46:13.673Z | Downloaded uuid v1.12.0 |
692 | 2025-02-21T07:46:13.673Z | Downloaded quick-xml v0.33.0 |
693 | 2025-02-21T07:46:13.673Z | Downloaded lock_api v0.4.12 |
694 | 2025-02-21T07:46:13.673Z | Downloaded minimal-lexical v0.2.1 |
695 | 2025-02-21T07:46:13.673Z | Downloaded rustls-webpki v0.101.7 |
696 | 2025-02-21T07:46:13.673Z | Downloaded typed-path v0.9.3 |
697 | 2025-02-21T07:46:13.673Z | Downloaded portable-atomic v1.9.0 |
698 | 2025-02-21T07:46:13.674Z | Downloaded unicode-normalization v0.1.24 |
699 | 2025-02-21T07:46:13.674Z | Downloaded petname v2.0.2 |
700 | 2025-02-21T07:46:13.674Z | Downloaded chrono v0.4.39 |
701 | 2025-02-21T07:46:13.674Z | Downloaded compact_str v0.8.0 |
702 | 2025-02-21T07:46:13.674Z | Downloaded zip v0.6.6 |
703 | 2025-02-21T07:46:13.674Z | Downloaded itertools v0.12.1 |
704 | 2025-02-21T07:46:13.674Z | Downloaded url v2.5.3 |
705 | 2025-02-21T07:46:13.674Z | Downloaded reedline v0.35.0 |
706 | 2025-02-21T07:46:13.674Z | Downloaded rusqlite v0.32.1 |
707 | 2025-02-21T07:46:13.674Z | Downloaded time v0.3.36 |
708 | 2025-02-21T07:46:13.674Z | Downloaded quinn v0.11.5 |
709 | 2025-02-21T07:46:13.677Z | Downloaded rayon-core v1.12.1 |
710 | 2025-02-21T07:46:13.677Z | Downloaded pest v2.7.14 |
711 | 2025-02-21T07:46:13.677Z | Downloaded nom v7.1.3 |
712 | 2025-02-21T07:46:13.677Z | Downloaded p384 v0.13.0 |
713 | 2025-02-21T07:46:13.677Z | Downloaded clap_builder v4.5.27 |
714 | 2025-02-21T07:46:13.677Z | Downloaded proc-macro2 v1.0.92 |
715 | 2025-02-21T07:46:13.677Z | Downloaded x509-cert v0.2.5 |
716 | 2025-02-21T07:46:13.677Z | Downloaded zerocopy v0.7.35 |
717 | 2025-02-21T07:46:13.677Z | Downloaded memchr v2.7.4 |
718 | 2025-02-21T07:46:13.677Z | Downloaded hickory-proto v0.24.3 |
719 | 2025-02-21T07:46:13.677Z | Downloaded serde_json v1.0.135 |
720 | 2025-02-21T07:46:13.677Z | Downloaded nix v0.27.1 |
721 | 2025-02-21T07:46:13.678Z | Downloaded tokio-util v0.7.12 |
722 | 2025-02-21T07:46:13.678Z | Downloaded itertools v0.13.0 |
723 | 2025-02-21T07:46:13.678Z | Downloaded reqwest v0.12.9 |
724 | 2025-02-21T07:46:13.678Z | Downloaded proptest v1.5.0 |
725 | 2025-02-21T07:46:13.678Z | Downloaded unicode-width v0.1.14 |
726 | 2025-02-21T07:46:13.678Z | Downloaded crossterm v0.28.1 |
727 | 2025-02-21T07:46:13.678Z | Downloaded openssl v0.10.70 |
728 | 2025-02-21T07:46:13.678Z | Downloaded icu_properties_data v1.5.0 |
729 | 2025-02-21T07:46:13.678Z | Downloaded tabled v0.15.0 |
730 | 2025-02-21T07:46:13.678Z | Downloaded curve25519-dalek v4.1.3 |
731 | 2025-02-21T07:46:13.678Z | Downloaded zerocopy v0.8.10 |
732 | 2025-02-21T07:46:13.678Z | Downloaded unicode-width v0.2.0 |
733 | 2025-02-21T07:46:13.678Z | Downloaded chrono-tz v0.10.1 |
734 | 2025-02-21T07:46:13.678Z | Downloaded smoltcp v0.9.1 |
735 | 2025-02-21T07:46:13.678Z | Downloaded regress v0.10.1 |
736 | 2025-02-21T07:46:13.678Z | Downloaded salty v0.3.0 |
737 | 2025-02-21T07:46:13.678Z | Downloaded nix v0.29.0 |
738 | 2025-02-21T07:46:13.678Z | Downloaded typify-impl v0.3.0 |
739 | 2025-02-21T07:46:13.678Z | Downloaded lalrpop v0.19.12 |
740 | 2025-02-21T07:46:13.678Z | Downloaded quinn-proto v0.11.8 |
741 | 2025-02-21T07:46:13.678Z | Downloaded object v0.36.5 |
742 | 2025-02-21T07:46:13.678Z | Downloaded polar-core v0.27.3 |
743 | 2025-02-21T07:46:13.678Z | Downloaded ratatui v0.29.0 |
744 | 2025-02-21T07:46:13.678Z | Downloaded rustls v0.22.4 |
745 | 2025-02-21T07:46:13.678Z | Downloaded regex-syntax v0.6.29 |
746 | 2025-02-21T07:46:13.678Z | Downloaded dropshot v0.15.1 |
747 | 2025-02-21T07:46:13.678Z | Downloaded typify-impl v0.2.0 |
748 | 2025-02-21T07:46:13.678Z | Downloaded regex-syntax v0.8.5 |
749 | 2025-02-21T07:46:13.678Z | Downloaded rustix v0.38.37 |
750 | 2025-02-21T07:46:13.678Z | Downloaded regress v0.9.1 |
751 | 2025-02-21T07:46:13.679Z | Downloaded diesel v2.2.7 |
752 | 2025-02-21T07:46:13.679Z | Downloaded dropshot v0.12.0 |
753 | 2025-02-21T07:46:13.679Z | Downloaded rustls v0.23.19 |
754 | 2025-02-21T07:46:13.679Z | Downloaded sled v0.34.7 |
755 | 2025-02-21T07:46:13.679Z | Downloaded syn v2.0.96 |
756 | 2025-02-21T07:46:13.679Z | Downloaded regex-automata v0.4.8 |
757 | 2025-02-21T07:46:13.679Z | Downloaded zerocopy-derive v0.6.6 |
758 | 2025-02-21T07:46:13.679Z | Downloaded openapiv3 v2.0.0 |
759 | 2025-02-21T07:46:13.679Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
760 | 2025-02-21T07:46:13.679Z | Downloaded bstr v1.10.0 |
761 | 2025-02-21T07:46:13.679Z | Downloaded nix v0.28.0 |
762 | 2025-02-21T07:46:13.679Z | Downloaded vcpkg v0.2.15 |
763 | 2025-02-21T07:46:13.679Z | Downloaded sha3 v0.10.8 |
764 | 2025-02-21T07:46:13.679Z | Downloaded rustls v0.21.12 |
765 | 2025-02-21T07:46:13.679Z | Downloaded petgraph v0.6.5 |
766 | 2025-02-21T07:46:13.679Z | Downloaded syn v1.0.109 |
767 | 2025-02-21T07:46:13.679Z | Downloaded smoltcp v0.11.0 |
768 | 2025-02-21T07:46:13.679Z | Downloaded lzma-sys v0.1.20 |
769 | 2025-02-21T07:46:13.679Z | Downloaded object v0.30.4 |
770 | 2025-02-21T07:46:13.679Z | Downloaded radix_trie v0.2.1 |
771 | 2025-02-21T07:46:13.679Z | Downloaded p521 v0.13.3 |
772 | 2025-02-21T07:46:13.679Z | Downloaded diff v0.1.13 |
773 | 2025-02-21T07:46:13.679Z | Downloaded tungstenite v0.24.0 |
774 | 2025-02-21T07:46:13.679Z | Downloaded tokio v1.43.0 |
775 | 2025-02-21T07:46:13.704Z | Downloaded libc v0.2.169 |
776 | 2025-02-21T07:46:13.734Z | Downloaded ryu v1.0.18 |
777 | 2025-02-21T07:46:13.737Z | Downloaded toml v0.8.19 |
778 | 2025-02-21T07:46:13.740Z | Downloaded toml v0.7.8 |
779 | 2025-02-21T07:46:13.743Z | Downloaded num-bigint v0.4.6 |
780 | 2025-02-21T07:46:13.747Z | Downloaded samael v0.0.17 |
781 | 2025-02-21T07:46:13.753Z | Downloaded zerovec-derive v0.10.3 |
782 | 2025-02-21T07:46:13.756Z | Downloaded memmap v0.7.0 |
783 | 2025-02-21T07:46:13.756Z | Downloaded kstat-rs v0.2.4 |
784 | 2025-02-21T07:46:13.759Z | Downloaded env_logger v0.10.2 |
785 | 2025-02-21T07:46:13.762Z | Downloaded ecdsa v0.16.9 |
786 | 2025-02-21T07:46:13.762Z | Downloaded csv-core v0.1.11 |
787 | 2025-02-21T07:46:13.765Z | Downloaded libxml v0.3.3 |
788 | 2025-02-21T07:46:13.768Z | Downloaded rustls-webpki v0.102.8 |
789 | 2025-02-21T07:46:13.785Z | Downloaded bitvec v1.0.1 |
790 | 2025-02-21T07:46:13.798Z | Downloaded value-bag v1.9.0 |
791 | 2025-02-21T07:46:13.801Z | Downloaded libz-sys v1.1.20 |
792 | 2025-02-21T07:46:13.821Z | Downloaded uzers v0.12.1 |
793 | 2025-02-21T07:46:13.826Z | Downloaded zone v0.3.0 |
794 | 2025-02-21T07:46:13.826Z | Downloaded tinytemplate v1.2.1 |
795 | 2025-02-21T07:46:13.829Z | Downloaded pem-rfc7468 v0.7.0 |
796 | 2025-02-21T07:46:13.829Z | Downloaded mime_guess v2.0.5 |
797 | 2025-02-21T07:46:13.830Z | Downloaded strip-ansi-escapes v0.2.0 |
798 | 2025-02-21T07:46:13.833Z | Downloaded num-traits v0.2.19 |
799 | 2025-02-21T07:46:13.833Z | Downloaded openssl-sys v0.9.105 |
800 | 2025-02-21T07:46:13.837Z | Downloaded csv v1.3.1 |
801 | 2025-02-21T07:46:13.855Z | Downloaded publicsuffix v2.3.0 |
802 | 2025-02-21T07:46:13.858Z | Downloaded derive_builder_core v0.20.2 |
803 | 2025-02-21T07:46:13.862Z | Downloaded toml_datetime v0.6.8 |
804 | 2025-02-21T07:46:13.862Z | Downloaded writeable v0.5.5 |
805 | 2025-02-21T07:46:13.865Z | Downloaded typify v0.3.0 |
806 | 2025-02-21T07:46:13.867Z | Downloaded num-bigint-dig v0.8.4 |
807 | 2025-02-21T07:46:13.870Z | Downloaded tokio-tungstenite v0.21.0 |
808 | 2025-02-21T07:46:13.873Z | Downloaded httpmock v0.8.0-alpha.1 |
809 | 2025-02-21T07:46:13.889Z | Downloaded tempfile v3.13.0 |
810 | 2025-02-21T07:46:13.892Z | Downloaded encoding_rs v0.8.34 |
811 | 2025-02-21T07:46:13.912Z | Downloaded mio v1.0.2 |
812 | 2025-02-21T07:46:13.918Z | Downloaded itertools v0.10.5 |
813 | 2025-02-21T07:46:13.924Z | Downloaded rayon v1.10.0 |
814 | 2025-02-21T07:46:13.932Z | Downloaded serde_derive v1.0.217 |
815 | 2025-02-21T07:46:13.936Z | Downloaded ssh-key v0.6.6 |
816 | 2025-02-21T07:46:13.940Z | Downloaded rust-argon2 v2.1.0 |
817 | 2025-02-21T07:46:13.943Z | Downloaded pin-project-lite v0.2.14 |
818 | 2025-02-21T07:46:13.946Z | Downloaded unicode-properties v0.1.3 |
819 | 2025-02-21T07:46:13.948Z | Downloaded scroll v0.12.0 |
820 | 2025-02-21T07:46:13.951Z | Downloaded aes-gcm v0.10.3 |
821 | 2025-02-21T07:46:13.954Z | Downloaded litrs v0.4.1 |
822 | 2025-02-21T07:46:13.958Z | Downloaded crossbeam-channel v0.5.13 |
823 | 2025-02-21T07:46:13.961Z | Downloaded yansi v1.0.1 |
824 | 2025-02-21T07:46:13.964Z | Downloaded termios v0.3.3 |
825 | 2025-02-21T07:46:13.964Z | Downloaded phf_codegen v0.11.2 |
826 | 2025-02-21T07:46:13.964Z | Downloaded env_filter v0.1.2 |
827 | 2025-02-21T07:46:13.966Z | Downloaded termtree v0.5.1 |
828 | 2025-02-21T07:46:13.966Z | Downloaded phf_shared v0.11.2 |
829 | 2025-02-21T07:46:13.966Z | Downloaded pin-project-internal v1.1.6 |
830 | 2025-02-21T07:46:13.969Z | Downloaded omicron-zone-package v0.12.0 |
831 | 2025-02-21T07:46:13.971Z | Downloaded stringprep v0.1.5 |
832 | 2025-02-21T07:46:13.974Z | Downloaded der_derive v0.7.3 |
833 | 2025-02-21T07:46:13.974Z | Downloaded toml_edit v0.19.15 |
834 | 2025-02-21T07:46:13.989Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
835 | 2025-02-21T07:46:14.045Z | Downloaded crc32fast v1.4.2 |
836 | 2025-02-21T07:46:14.047Z | Downloaded tungstenite v0.21.0 |
837 | 2025-02-21T07:46:14.050Z | Downloaded dropshot_endpoint v0.15.1 |
838 | 2025-02-21T07:46:14.053Z | Downloaded icu_normalizer v1.5.0 |
839 | 2025-02-21T07:46:14.056Z | Downloaded rstest_macros v0.23.0 |
840 | 2025-02-21T07:46:14.059Z | Downloaded toml_edit v0.22.22 |
841 | 2025-02-21T07:46:14.079Z | Downloaded goblin v0.8.2 |
842 | 2025-02-21T07:46:14.085Z | Downloaded impl-trait-for-tuples v0.2.2 |
843 | 2025-02-21T07:46:14.087Z | Downloaded litemap v0.7.3 |
844 | 2025-02-21T07:46:14.090Z | Downloaded libm v0.2.8 |
845 | 2025-02-21T07:46:14.096Z | Downloaded serde_regex v1.1.0 |
846 | 2025-02-21T07:46:14.099Z | Downloaded parking_lot_core v0.9.10 |
847 | 2025-02-21T07:46:14.101Z | Downloaded const_format_proc_macros v0.2.34 |
848 | 2025-02-21T07:46:14.101Z | Downloaded slog-envlogger v2.2.0 |
849 | 2025-02-21T07:46:14.104Z | Downloaded slog-async v2.8.0 |
850 | 2025-02-21T07:46:14.104Z | Downloaded ucd-trie v0.1.7 |
851 | 2025-02-21T07:46:14.107Z | Downloaded typenum v1.17.0 |
852 | 2025-02-21T07:46:14.110Z | Downloaded tough v0.19.0 |
853 | 2025-02-21T07:46:14.115Z | Downloaded hyper v1.5.2 |
854 | 2025-02-21T07:46:14.122Z | Downloaded rustc-hash v1.1.0 |
855 | 2025-02-21T07:46:14.125Z | Downloaded paste v1.0.15 |
856 | 2025-02-21T07:46:14.128Z | Downloaded aes v0.8.4 |
857 | 2025-02-21T07:46:14.130Z | Downloaded spin v0.9.8 |
858 | 2025-02-21T07:46:14.133Z | Downloaded diesel_derives v2.2.3 |
859 | 2025-02-21T07:46:14.136Z | Downloaded const-oid v0.9.6 |
860 | 2025-02-21T07:46:14.138Z | Downloaded crypto-bigint v0.5.5 |
861 | 2025-02-21T07:46:14.144Z | Downloaded steno v0.4.1 |
862 | 2025-02-21T07:46:14.148Z | Downloaded hashbrown v0.14.5 |
863 | 2025-02-21T07:46:14.153Z | Downloaded guppy v0.17.12 |
864 | 2025-02-21T07:46:14.159Z | Downloaded lazycell v1.3.0 |
865 | 2025-02-21T07:46:14.163Z | Downloaded tokio-rustls v0.26.0 |
866 | 2025-02-21T07:46:14.163Z | Downloaded test-strategy v0.3.1 |
867 | 2025-02-21T07:46:14.167Z | Downloaded tokio-rustls v0.25.0 |
868 | 2025-02-21T07:46:14.170Z | Downloaded semver v1.0.24 |
869 | 2025-02-21T07:46:14.170Z | Downloaded indexmap v1.9.3 |
870 | 2025-02-21T07:46:14.173Z | Downloaded hashbrown v0.12.3 |
871 | 2025-02-21T07:46:14.176Z | Downloaded is_terminal_polyfill v1.70.1 |
872 | 2025-02-21T07:46:14.179Z | Downloaded idna_adapter v1.2.0 |
873 | 2025-02-21T07:46:14.179Z | Downloaded embedded-io v0.4.0 |
874 | 2025-02-21T07:46:14.181Z | Downloaded dunce v1.0.5 |
875 | 2025-02-21T07:46:14.181Z | Downloaded diesel-dtrace v0.4.2 |
876 | 2025-02-21T07:46:14.184Z | Downloaded deranged v0.3.11 |
877 | 2025-02-21T07:46:14.184Z | Downloaded log v0.4.22 |
878 | 2025-02-21T07:46:14.187Z | Downloaded icu_locid v1.5.0 |
879 | 2025-02-21T07:46:14.190Z | Downloaded backtrace v0.3.74 |
880 | 2025-02-21T07:46:14.195Z | Downloaded http v1.2.0 |
881 | 2025-02-21T07:46:14.199Z | Downloaded structmeta-derive v0.2.0 |
882 | 2025-02-21T07:46:14.202Z | Downloaded siphasher v0.3.11 |
883 | 2025-02-21T07:46:14.202Z | Downloaded similar-asserts v1.6.0 |
884 | 2025-02-21T07:46:14.204Z | Downloaded serde_repr v0.1.19 |
885 | 2025-02-21T07:46:14.207Z | Downloaded polyval v0.6.2 |
886 | 2025-02-21T07:46:14.207Z | Downloaded slab v0.4.9 |
887 | 2025-02-21T07:46:14.210Z | Downloaded num-complex v0.4.6 |
888 | 2025-02-21T07:46:14.210Z | Downloaded rand_distr v0.4.3 |
889 | 2025-02-21T07:46:14.212Z | Downloaded hickory-resolver v0.24.3 |
890 | 2025-02-21T07:46:14.216Z | Downloaded hashbrown v0.13.2 |
891 | 2025-02-21T07:46:14.220Z | Downloaded serde_yaml v0.9.34+deprecated |
892 | 2025-02-21T07:46:14.224Z | Downloaded progenitor-macro v0.9.1 |
893 | 2025-02-21T07:46:14.226Z | Downloaded multimap v0.10.0 |
894 | 2025-02-21T07:46:14.226Z | Downloaded multer v3.1.0 |
895 | 2025-02-21T07:46:14.229Z | Downloaded libloading v0.8.5 |
896 | 2025-02-21T07:46:14.232Z | Downloaded strum_macros v0.26.4 |
897 | 2025-02-21T07:46:14.234Z | Downloaded base64 v0.22.1 |
898 | 2025-02-21T07:46:14.237Z | Downloaded pbkdf2 v0.12.2 |
899 | 2025-02-21T07:46:14.239Z | Downloaded pbkdf2 v0.11.0 |
900 | 2025-02-21T07:46:14.239Z | Downloaded pathdiff v0.2.3 |
901 | 2025-02-21T07:46:14.242Z | Downloaded daft-derive v0.1.1 |
902 | 2025-02-21T07:46:14.245Z | Downloaded progenitor-impl v0.9.1 |
903 | 2025-02-21T07:46:14.247Z | Downloaded headers v0.4.0 |
904 | 2025-02-21T07:46:14.252Z | Downloaded time-macros v0.2.18 |
905 | 2025-02-21T07:46:14.254Z | Downloaded subprocess v0.2.9 |
906 | 2025-02-21T07:46:14.257Z | Downloaded itoa v1.0.11 |
907 | 2025-02-21T07:46:14.259Z | Downloaded target-lexicon v0.12.16 |
908 | 2025-02-21T07:46:14.260Z | Downloaded base64 v0.21.7 |
909 | 2025-02-21T07:46:14.263Z | Downloaded heapless v0.7.17 |
910 | 2025-02-21T07:46:14.267Z | Downloaded maybe-uninit v2.0.0 |
911 | 2025-02-21T07:46:14.269Z | Downloaded chacha20poly1305 v0.10.1 |
912 | 2025-02-21T07:46:14.272Z | Downloaded serde_with_macros v3.11.0 |
913 | 2025-02-21T07:46:14.272Z | Downloaded sct v0.7.1 |
914 | 2025-02-21T07:46:14.274Z | Downloaded rand_seeder v0.3.0 |
915 | 2025-02-21T07:46:14.277Z | Downloaded zeroize v1.8.1 |
916 | 2025-02-21T07:46:14.277Z | Downloaded quote v1.0.38 |
917 | 2025-02-21T07:46:14.280Z | Downloaded heapless v0.8.0 |
918 | 2025-02-21T07:46:14.285Z | Downloaded utf16_iter v1.0.5 |
919 | 2025-02-21T07:46:14.287Z | Downloaded universal-hash v0.5.1 |
920 | 2025-02-21T07:46:14.288Z | Downloaded match_cfg v0.1.0 |
921 | 2025-02-21T07:46:14.288Z | Downloaded tower-service v0.3.3 |
922 | 2025-02-21T07:46:14.288Z | Downloaded topological-sort v0.2.2 |
923 | 2025-02-21T07:46:14.291Z | Downloaded subtle v2.6.1 |
924 | 2025-02-21T07:46:14.291Z | Downloaded strum_macros v0.25.3 |
925 | 2025-02-21T07:46:14.295Z | Downloaded string_cache v0.8.7 |
926 | 2025-02-21T07:46:14.295Z | Downloaded blake2 v0.10.6 |
927 | 2025-02-21T07:46:14.295Z | Downloaded blake2b_simd v1.0.2 |
928 | 2025-02-21T07:46:14.299Z | Downloaded doc-comment v0.3.3 |
929 | 2025-02-21T07:46:14.299Z | Downloaded crunchy v0.2.2 |
930 | 2025-02-21T07:46:14.299Z | Downloaded rusty-fork v0.3.0 |
931 | 2025-02-21T07:46:14.303Z | Downloaded rfc6979 v0.4.0 |
932 | 2025-02-21T07:46:14.303Z | Downloaded resolv-conf v0.7.0 |
933 | 2025-02-21T07:46:14.306Z | Downloaded ref-cast-impl v1.0.23 |
934 | 2025-02-21T07:46:14.306Z | Downloaded sha1 v0.10.6 |
935 | 2025-02-21T07:46:14.306Z | Downloaded sec1 v0.7.3 |
936 | 2025-02-21T07:46:14.306Z | Downloaded hmac v0.12.1 |
937 | 2025-02-21T07:46:14.310Z | Downloaded half v2.4.1 |
938 | 2025-02-21T07:46:14.313Z | Downloaded byteorder v1.5.0 |
939 | 2025-02-21T07:46:14.313Z | Downloaded fs_extra v1.3.0 |
940 | 2025-02-21T07:46:14.316Z | Downloaded bcs v0.1.6 |
941 | 2025-02-21T07:46:14.316Z | Downloaded hashlink v0.9.1 |
942 | 2025-02-21T07:46:14.319Z | Downloaded event-listener v5.3.1 |
943 | 2025-02-21T07:46:14.321Z | Downloaded async-global-executor v2.4.1 |
944 | 2025-02-21T07:46:14.321Z | Downloaded addr2line v0.24.2 |
945 | 2025-02-21T07:46:14.324Z | Downloaded futures-lite v2.3.0 |
946 | 2025-02-21T07:46:14.327Z | Downloaded async-task v4.7.1 |
947 | 2025-02-21T07:46:14.330Z | Downloaded hash32 v0.2.1 |
948 | 2025-02-21T07:46:14.330Z | Downloaded block-padding v0.3.3 |
949 | 2025-02-21T07:46:14.330Z | Downloaded fixedbitset v0.4.2 |
950 | 2025-02-21T07:46:14.333Z | Downloaded hex-literal v0.4.1 |
951 | 2025-02-21T07:46:14.333Z | Downloaded fragile v2.0.0 |
952 | 2025-02-21T07:46:14.336Z | Downloaded fastrand v2.1.1 |
953 | 2025-02-21T07:46:14.336Z | Downloaded async-lock v3.4.0 |
954 | 2025-02-21T07:46:14.339Z | Downloaded ff v0.13.0 |
955 | 2025-02-21T07:46:14.339Z | Downloaded fd-lock v4.0.2 |
956 | 2025-02-21T07:46:14.341Z | Downloaded getrandom v0.2.15 |
957 | 2025-02-21T07:46:14.344Z | Downloaded cargo_metadata v0.18.1 |
958 | 2025-02-21T07:46:14.347Z | Downloaded blowfish v0.9.1 |
959 | 2025-02-21T07:46:14.347Z | Downloaded http-range v0.1.5 |
960 | 2025-02-21T07:46:14.349Z | Downloaded headers-core v0.3.0 |
961 | 2025-02-21T07:46:14.350Z | Downloaded cfg_aliases v0.1.1 |
962 | 2025-02-21T07:46:14.350Z | Downloaded castaway v0.2.3 |
963 | 2025-02-21T07:46:14.350Z | Downloaded cassowary v0.3.0 |
964 | 2025-02-21T07:46:14.352Z | Downloaded cargo-platform v0.1.8 |
965 | 2025-02-21T07:46:14.355Z | Downloaded funty v2.0.0 |
966 | 2025-02-21T07:46:14.357Z | Downloaded errno v0.3.9 |
967 | 2025-02-21T07:46:14.357Z | Downloaded bitfield v0.14.0 |
968 | 2025-02-21T07:46:14.360Z | Downloaded bit-vec v0.6.3 |
969 | 2025-02-21T07:46:14.360Z | Downloaded adler2 v2.0.0 |
970 | 2025-02-21T07:46:14.362Z | Downloaded fnv v1.0.7 |
971 | 2025-02-21T07:46:14.362Z | Downloaded fallible-streaming-iterator v0.1.9 |
972 | 2025-02-21T07:46:14.364Z | Downloaded flate2 v1.0.35 |
973 | 2025-02-21T07:46:14.367Z | Downloaded base16ct v0.2.0 |
974 | 2025-02-21T07:46:14.370Z | Downloaded async-attributes v1.1.2 |
975 | 2025-02-21T07:46:14.372Z | Downloaded argon2 v0.5.3 |
976 | 2025-02-21T07:46:14.373Z | Downloaded bb8 v0.8.5 |
977 | 2025-02-21T07:46:14.375Z | Downloaded async-signal v0.2.10 |
978 | 2025-02-21T07:46:14.375Z | Downloaded assert_cmd v2.0.16 |
979 | 2025-02-21T07:46:14.449Z | Downloaded libsqlite3-sys v0.30.1 |
980 | 2025-02-21T07:46:14.586Z | Downloaded ring v0.17.8 |
981 | 2025-02-21T07:46:14.896Z | Downloaded aws-lc-sys v0.22.0 |
982 | 2025-02-21T07:46:15.383Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
983 | 2025-02-21T07:46:17.039Z | pkg list: illegal option -- F |
984 | 2025-02-21T07:46:17.040Z | Usage: |
985 | 2025-02-21T07:46:17.042Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
986 | 2025-02-21T07:46:17.042Z | [pkg_fmri_pattern ...] |
987 | 2025-02-21T07:46:17.928Z | pkg list: illegal option -- F |
988 | 2025-02-21T07:46:17.929Z | Usage: |
989 | 2025-02-21T07:46:17.929Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
990 | 2025-02-21T07:46:17.929Z | [pkg_fmri_pattern ...] |
991 | 2025-02-21T07:46:23.965Z | Startup: Refreshing catalog 'helios-dev' ... Done |
992 | 2025-02-21T07:46:28.347Z | Startup: Caching catalogs ... Done |
993 | 2025-02-21T07:46:41.714Z | Planning: Solver setup ... Done (12.401s) |
994 | 2025-02-21T07:46:41.864Z | Planning: Running solver ... Done (0.150s) |
995 | 2025-02-21T07:46:41.987Z | Planning: Finding local manifests ... Done (0.007s) |
996 | 2025-02-21T07:46:42.026Z | Planning: Fetching manifests: 0/7 0% complete |
997 | 2025-02-21T07:46:42.860Z | Planning: Fetching manifests: 7/7 100% complete |
998 | 2025-02-21T07:46:42.970Z | Planning: Package planning ... Done (0.109s) |
999 | 2025-02-21T07:46:43.026Z | Planning: Merging actions ... Done (0.057s) |
1000 | 2025-02-21T07:46:43.224Z | Planning: Checking for conflicting actions ... Done (0.198s) |
1001 | 2025-02-21T07:46:45.356Z | Planning: Consolidating action changes ... Done (2.088s) |
1002 | 2025-02-21T07:46:45.751Z | Planning: Evaluating mediators ... Done (0.434s) |
1003 | 2025-02-21T07:46:45.828Z | Planning: Planning completed in 17.38 seconds |
1004 | 2025-02-21T07:46:45.845Z | Packages to install: 4 |
1005 | 2025-02-21T07:46:45.845Z | Packages to update: 3 |
1006 | 2025-02-21T07:46:45.849Z | Mediators to change: 2 |
1007 | 2025-02-21T07:46:45.849Z | Services to change: 1 |
1008 | 2025-02-21T07:46:45.849Z | Estimated space available: 155.36 GB |
1009 | 2025-02-21T07:46:45.849Z | Estimated space to be consumed: 1.66 GB |
1010 | 2025-02-21T07:46:45.850Z | Create boot environment: No |
1011 | 2025-02-21T07:46:45.850Z | Create backup boot environment: Yes |
1012 | 2025-02-21T07:46:45.850Z | Rebuild boot archive: No |
1013 | 2025-02-21T07:46:45.850Z | |
1014 | 2025-02-21T07:46:45.850Z | Changed mediators: |
1015 | 2025-02-21T07:46:45.850Z | mediator clang: |
1016 | 2025-02-21T07:46:45.850Z | version: None -> 15 (system default) |
1017 | 2025-02-21T07:46:45.850Z | |
1018 | 2025-02-21T07:46:45.850Z | mediator llvm: |
1019 | 2025-02-21T07:46:45.850Z | version: 14 (system default) -> 15 (system default) |
1020 | 2025-02-21T07:46:45.850Z | |
1021 | 2025-02-21T07:46:45.850Z | Changed packages: |
1022 | 2025-02-21T07:46:45.851Z | helios-dev |
1023 | 2025-02-21T07:46:45.851Z | developer/build-essential |
1024 | 2025-02-21T07:46:45.851Z | None -> 11-2.0 |
1025 | 2025-02-21T07:46:45.851Z | library/libxmlsec1 |
1026 | 2025-02-21T07:46:45.851Z | None -> 1.2.35-2.0 |
1027 | 2025-02-21T07:46:45.851Z | ooce/developer/clang-15 |
1028 | 2025-02-21T07:46:45.851Z | None -> 15.0.7-2.0 |
1029 | 2025-02-21T07:46:45.851Z | ooce/developer/llvm-15 |
1030 | 2025-02-21T07:46:45.851Z | None -> 15.0.7-2.0 |
1031 | 2025-02-21T07:46:45.851Z | package/pkg |
1032 | 2025-02-21T07:46:45.851Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
1033 | 2025-02-21T07:46:45.851Z | system/library/g++-runtime |
1034 | 2025-02-21T07:46:45.851Z | 13-2.0 -> 14-2.0 |
1035 | 2025-02-21T07:46:45.851Z | system/library/gcc-runtime |
1036 | 2025-02-21T07:46:45.851Z | 13-2.0 -> 14-2.0 |
1037 | 2025-02-21T07:46:45.851Z | |
1038 | 2025-02-21T07:46:45.852Z | Services: |
1039 | 2025-02-21T07:46:45.852Z | restart_fmri: |
1040 | 2025-02-21T07:46:45.852Z | svc:/system/update-man-index:default |
1041 | 2025-02-21T07:46:45.852Z | |
1042 | 2025-02-21T07:46:45.852Z | Editable files to change: |
1043 | 2025-02-21T07:46:45.852Z | Update: |
1044 | 2025-02-21T07:46:45.852Z | usr/share/lib/pkg/web/config.shtml |
1045 | 2025-02-21T07:46:45.928Z | |
1046 | 2025-02-21T07:46:45.928Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
1047 | 2025-02-21T07:46:50.929Z | Download: 530/4301 items 17.5/225.4MB 7% complete (3.6M/s) |
1048 | 2025-02-21T07:46:56.159Z | Download: 1239/4301 items 102.5/225.4MB 45% complete (10.4M/s) |
1049 | 2025-02-21T07:47:01.235Z | Download: 2216/4301 items 119.2/225.4MB 52% complete (10.3M/s) |
1050 | 2025-02-21T07:47:06.238Z | Download: 3093/4301 items 121.5/225.4MB 53% complete (2.0M/s) |
1051 | 2025-02-21T07:47:11.244Z | Download: 3374/4301 items 212.8/225.4MB 94% complete (9.4M/s) |
1052 | 2025-02-21T07:47:16.245Z | Download: 4201/4301 items 220.5/225.4MB 97% complete (9.9M/s) |
1053 | 2025-02-21T07:47:20.442Z | Download: Completed 225.42 MB in 34.52 seconds (6.5M/s) |
1054 | 2025-02-21T07:47:22.443Z | Actions: 1/5122 actions (Removing old actions) |
1055 | 2025-02-21T07:47:22.465Z | Actions: 194/5122 actions (Installing new actions) |
1056 | 2025-02-21T07:47:27.199Z | Actions: 4267/5122 actions (Updating modified actions) |
1057 | 2025-02-21T07:47:27.565Z | Actions: Completed 5122 actions in 5.12 seconds. |
1058 | 2025-02-21T07:47:27.801Z | Done (0.227s) |
1059 | 2025-02-21T07:47:27.803Z | Done (0.001s) |
1060 | 2025-02-21T07:47:28.413Z | Done (0.611s) |
1061 | 2025-02-21T07:47:32.912Z | Done (4.273s) |
1062 | 2025-02-21T07:47:33.002Z | Done (0.018s) |
1063 | 2025-02-21T07:47:33.006Z | Done (0.000s) |
1064 | 2025-02-21T07:47:33.166Z | Done (0.000s) |
1065 | 2025-02-21T07:47:33.882Z | Planning: Evaluating mediator changes ... Done |
1066 | 2025-02-21T07:47:34.045Z | Planning: Checking for conflicting actions ... Done |
1067 | 2025-02-21T07:47:34.048Z | Planning: Consolidating action changes ... Done |
1068 | 2025-02-21T07:47:34.318Z | Planning: Evaluating mediators ... Done |
1069 | 2025-02-21T07:47:34.323Z | Planning: Planning completed in 0.44 seconds |
1070 | 2025-02-21T07:47:34.358Z | Mediators to change: 2 |
1071 | 2025-02-21T07:47:34.358Z | Create boot environment: No |
1072 | 2025-02-21T07:47:34.361Z | Create backup boot environment: No |
1073 | 2025-02-21T07:47:34.461Z | Done |
1074 | 2025-02-21T07:47:34.461Z | Done |
1075 | 2025-02-21T07:47:34.836Z | Done |
1076 | 2025-02-21T07:47:38.501Z | Done |
1077 | 2025-02-21T07:47:38.590Z | Done |
1078 | 2025-02-21T07:47:38.593Z | Done |
1079 | 2025-02-21T07:47:38.722Z | Done |
1080 | 2025-02-21T07:47:39.336Z | Planning: Evaluating mediator changes ... Done |
1081 | 2025-02-21T07:47:39.339Z | Planning: Merging actions ... Done |
1082 | 2025-02-21T07:47:39.531Z | Planning: Checking for conflicting actions ... Done |
1083 | 2025-02-21T07:47:39.535Z | Planning: Consolidating action changes ... Done |
1084 | 2025-02-21T07:47:39.799Z | Planning: Evaluating mediators ... Done |
1085 | 2025-02-21T07:47:39.854Z | Planning: Planning completed in 0.76 seconds |
1086 | 2025-02-21T07:47:39.897Z | Packages to change: 1 |
1087 | 2025-02-21T07:47:39.901Z | Mediators to change: 1 |
1088 | 2025-02-21T07:47:39.901Z | Services to change: 1 |
1089 | 2025-02-21T07:47:39.901Z | Create boot environment: No |
1090 | 2025-02-21T07:47:39.901Z | Create backup boot environment: Yes |
1091 | 2025-02-21T07:47:42.178Z | Actions: 1/6 actions (Updating modified actions) |
1092 | 2025-02-21T07:47:42.181Z | Actions: Completed 6 actions in 0.00 seconds. |
1093 | 2025-02-21T07:47:42.181Z | Done |
1094 | 2025-02-21T07:47:42.181Z | Done |
1095 | 2025-02-21T07:47:42.304Z | Done |
1096 | 2025-02-21T07:47:45.938Z | Done |
1097 | 2025-02-21T07:47:46.029Z | Done |
1098 | 2025-02-21T07:47:46.032Z | Done |
1099 | 2025-02-21T07:47:46.163Z | Done |
1100 | 2025-02-21T07:47:46.600Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1101 | 2025-02-21T07:47:46.600Z | clang system 15 system |
1102 | 2025-02-21T07:47:46.600Z | csh system system illumos |
1103 | 2025-02-21T07:47:46.600Z | ctags system system illumos |
1104 | 2025-02-21T07:47:46.600Z | gcc vendor 12 vendor |
1105 | 2025-02-21T07:47:46.600Z | gcc system 10 system |
1106 | 2025-02-21T07:47:46.600Z | gcc system 7 system |
1107 | 2025-02-21T07:47:46.600Z | go system 1.20 system |
1108 | 2025-02-21T07:47:46.600Z | go system 1.19 system |
1109 | 2025-02-21T07:47:46.600Z | llvm system 15 system |
1110 | 2025-02-21T07:47:46.600Z | llvm system 14 system |
1111 | 2025-02-21T07:47:46.600Z | mariadb system 10.6 system |
1112 | 2025-02-21T07:47:46.600Z | mta vendor vendor dma |
1113 | 2025-02-21T07:47:46.600Z | openjdk system 17 system |
1114 | 2025-02-21T07:47:46.600Z | openjdk system 11 system |
1115 | 2025-02-21T07:47:46.600Z | openjdk system 1.8 system |
1116 | 2025-02-21T07:47:46.600Z | openssl vendor 3 vendor |
1117 | 2025-02-21T07:47:46.600Z | perl system 5.36 system |
1118 | 2025-02-21T07:47:46.600Z | postgresql system 15 system |
1119 | 2025-02-21T07:47:46.600Z | postgresql system 13 system |
1120 | 2025-02-21T07:47:46.600Z | python vendor 3 vendor |
1121 | 2025-02-21T07:47:46.600Z | python system 2 system |
1122 | 2025-02-21T07:47:46.600Z | python3 system 3.11 system |
1123 | 2025-02-21T07:47:46.600Z | ruby system 3.0 system |
1124 | 2025-02-21T07:47:46.601Z | words vendor vendor american-english |
1125 | 2025-02-21T07:47:46.601Z | words system system australian-english |
1126 | 2025-02-21T07:47:46.601Z | words system system british-english |
1127 | 2025-02-21T07:47:46.601Z | words system system canadian-english |
1128 | 2025-02-21T07:47:46.601Z | words system system french |
1129 | 2025-02-21T07:47:46.601Z | words system system italian |
1130 | 2025-02-21T07:47:46.601Z | words system system ngerman |
1131 | 2025-02-21T07:47:46.601Z | words system system ogerman |
1132 | 2025-02-21T07:47:46.601Z | words system system spanish |
1133 | 2025-02-21T07:47:46.928Z | PUBLISHER TYPE STATUS P LOCATION |
1134 | 2025-02-21T07:47:46.928Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1135 | 2025-02-21T07:47:49.895Z | FMRI IFO |
1136 | 2025-02-21T07:47:49.895Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1137 | 2025-02-21T07:47:49.895Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1138 | 2025-02-21T07:47:49.895Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1139 | 2025-02-21T07:47:49.895Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1140 | 2025-02-21T07:47:49.895Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1141 | 2025-02-21T07:47:49.895Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1142 | 2025-02-21T07:47:49.895Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
1143 | 2025-02-21T07:47:49.895Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1144 | 2025-02-21T07:47:49.895Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1145 | 2025-02-21T07:47:49.895Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
1146 | 2025-02-21T07:47:49.895Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
1147 | 2025-02-21T07:47:49.895Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1148 | 2025-02-21T07:47:49.895Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
1149 | 2025-02-21T07:47:49.895Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
1150 | 2025-02-21T07:47:49.895Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1151 | 2025-02-21T07:47:50.954Z | Downloading crates ... |
1152 | 2025-02-21T07:47:51.062Z | Downloaded cargo_toml v0.20.5 |
1153 | 2025-02-21T07:47:51.202Z | Compiling proc-macro2 v1.0.92 |
1154 | 2025-02-21T07:47:51.205Z | Compiling unicode-ident v1.0.14 |
1155 | 2025-02-21T07:47:51.205Z | Compiling serde v1.0.217 |
1156 | 2025-02-21T07:47:51.205Z | Compiling version_check v0.9.5 |
1157 | 2025-02-21T07:47:51.205Z | Compiling thiserror v1.0.69 |
1158 | 2025-02-21T07:47:51.205Z | Compiling memchr v2.7.4 |
1159 | 2025-02-21T07:47:51.205Z | Compiling libc v0.2.169 |
1160 | 2025-02-21T07:47:51.224Z | Compiling itoa v1.0.11 |
1161 | 2025-02-21T07:47:51.468Z | Compiling ucd-trie v0.1.7 |
1162 | 2025-02-21T07:47:51.477Z | Compiling ryu v1.0.18 |
1163 | 2025-02-21T07:47:51.914Z | Compiling once_cell v1.20.2 |
1164 | 2025-02-21T07:47:51.924Z | Compiling byteorder v1.5.0 |
1165 | 2025-02-21T07:47:52.167Z | Compiling serde_json v1.0.135 |
1166 | 2025-02-21T07:47:52.228Z | Compiling rustix v0.38.37 |
1167 | 2025-02-21T07:47:52.387Z | Compiling bitflags v2.6.0 |
1168 | 2025-02-21T07:47:52.515Z | Compiling proc-macro-error-attr v1.0.4 |
1169 | 2025-02-21T07:47:52.695Z | Compiling usdt-impl v0.5.0 |
1170 | 2025-02-21T07:47:52.707Z | Compiling syn v1.0.109 |
1171 | 2025-02-21T07:47:52.781Z | Compiling proc-macro-error v1.0.4 |
1172 | 2025-02-21T07:47:52.873Z | Compiling utf8parse v0.2.2 |
1173 | 2025-02-21T07:47:53.009Z | Compiling quote v1.0.38 |
1174 | 2025-02-21T07:47:53.033Z | Compiling hashbrown v0.15.1 |
1175 | 2025-02-21T07:47:53.084Z | Compiling errno v0.3.9 |
1176 | 2025-02-21T07:47:53.161Z | Compiling plain v0.2.3 |
1177 | 2025-02-21T07:47:53.266Z | Compiling thread-id v4.2.2 |
1178 | 2025-02-21T07:47:53.302Z | Compiling camino v1.1.9 |
1179 | 2025-02-21T07:47:53.321Z | Compiling equivalent v1.0.1 |
1180 | 2025-02-21T07:47:53.324Z | Compiling log v0.4.22 |
1181 | 2025-02-21T07:47:53.377Z | Compiling syn v2.0.96 |
1182 | 2025-02-21T07:47:53.661Z | Compiling anstyle-parse v0.2.5 |
1183 | 2025-02-21T07:47:53.934Z | Compiling semver v1.0.24 |
1184 | 2025-02-21T07:47:53.974Z | Compiling winnow v0.6.20 |
1185 | 2025-02-21T07:47:54.106Z | Compiling indexmap v2.7.1 |
1186 | 2025-02-21T07:47:54.119Z | Compiling colorchoice v1.0.2 |
1187 | 2025-02-21T07:47:54.271Z | Compiling anstyle v1.0.10 |
1188 | 2025-02-21T07:47:54.373Z | Compiling pretty-hex v0.4.1 |
1189 | 2025-02-21T07:47:54.411Z | Compiling anstyle-query v1.1.1 |
1190 | 2025-02-21T07:47:54.566Z | Compiling is_terminal_polyfill v1.70.1 |
1191 | 2025-02-21T07:47:54.595Z | Compiling autocfg v1.4.0 |
1192 | 2025-02-21T07:47:54.666Z | Compiling unicode-width v0.1.14 |
1193 | 2025-02-21T07:47:54.695Z | Compiling anstream v0.6.15 |
1194 | 2025-02-21T07:47:55.179Z | Compiling terminal_size v0.4.0 |
1195 | 2025-02-21T07:47:55.381Z | Compiling anyhow v1.0.95 |
1196 | 2025-02-21T07:47:55.460Z | Compiling fs-err v2.11.0 |
1197 | 2025-02-21T07:47:55.474Z | Compiling fnv v1.0.7 |
1198 | 2025-02-21T07:47:55.478Z | Compiling heck v0.5.0 |
1199 | 2025-02-21T07:47:55.618Z | Compiling heck v0.4.1 |
1200 | 2025-02-21T07:47:55.764Z | Compiling strsim v0.11.1 |
1201 | 2025-02-21T07:47:55.777Z | Compiling cfg-if v1.0.0 |
1202 | 2025-02-21T07:47:55.868Z | Compiling bytecount v0.6.8 |
1203 | 2025-02-21T07:47:55.964Z | Compiling fastrand v2.1.1 |
1204 | 2025-02-21T07:47:56.022Z | Compiling clap_lex v0.7.4 |
1205 | 2025-02-21T07:47:56.384Z | Compiling tempfile v3.13.0 |
1206 | 2025-02-21T07:47:56.455Z | Compiling clap_builder v4.5.27 |
1207 | 2025-02-21T07:47:56.481Z | Compiling papergrid v0.11.0 |
1208 | 2025-02-21T07:47:56.849Z | Compiling memmap v0.7.0 |
1209 | 2025-02-21T07:47:56.907Z | Compiling smawk v0.3.2 |
1210 | 2025-02-21T07:47:57.122Z | Compiling unicode-linebreak v0.1.5 |
1211 | 2025-02-21T07:47:57.340Z | Compiling swrite v0.1.0 |
1212 | 2025-02-21T07:47:57.606Z | Compiling textwrap v0.16.1 |
1213 | 2025-02-21T07:47:58.064Z | Compiling tabled_derive v0.7.0 |
1214 | 2025-02-21T07:47:59.359Z | Compiling tabled v0.15.0 |
1215 | 2025-02-21T07:47:59.987Z | Compiling serde_derive v1.0.217 |
1216 | 2025-02-21T07:47:59.987Z | Compiling thiserror-impl v1.0.69 |
1217 | 2025-02-21T07:47:59.990Z | Compiling zerocopy-derive v0.7.35 |
1218 | 2025-02-21T07:48:00.114Z | Compiling scroll_derive v0.12.0 |
1219 | 2025-02-21T07:48:00.294Z | Compiling clap_derive v4.5.24 |
1220 | 2025-02-21T07:48:01.520Z | Compiling scroll v0.12.0 |
1221 | 2025-02-21T07:48:01.986Z | Compiling goblin v0.8.2 |
1222 | 2025-02-21T07:48:02.007Z | Compiling zerocopy v0.7.35 |
1223 | 2025-02-21T07:48:02.426Z | Compiling pest v2.7.14 |
1224 | 2025-02-21T07:48:03.505Z | Compiling clap v4.5.27 |
1225 | 2025-02-21T07:48:04.636Z | Compiling pest_meta v2.7.14 |
1226 | 2025-02-21T07:48:05.519Z | Compiling pest_generator v2.7.14 |
1227 | 2025-02-21T07:48:06.778Z | Compiling pest_derive v2.7.14 |
1228 | 2025-02-21T07:48:07.503Z | Compiling dtrace-parser v0.2.0 |
1229 | 2025-02-21T07:48:08.440Z | Compiling serde_tokenstream v0.2.2 |
1230 | 2025-02-21T07:48:08.458Z | Compiling serde_spanned v0.6.8 |
1231 | 2025-02-21T07:48:08.458Z | Compiling toml_datetime v0.6.8 |
1232 | 2025-02-21T07:48:08.700Z | Compiling cargo-platform v0.1.8 |
1233 | 2025-02-21T07:48:08.752Z | Compiling toml_edit v0.22.22 |
1234 | 2025-02-21T07:48:08.916Z | Compiling macaddr v1.0.1 |
1235 | 2025-02-21T07:48:09.079Z | Compiling camino-tempfile v1.1.1 |
1236 | 2025-02-21T07:48:09.783Z | Compiling dof v0.3.0 |
1237 | 2025-02-21T07:48:09.799Z | Compiling cargo_metadata v0.18.1 |
1238 | 2025-02-21T07:48:11.139Z | Compiling usdt-attr-macro v0.5.0 |
1239 | 2025-02-21T07:48:11.139Z | Compiling usdt-macro v0.5.0 |
1240 | 2025-02-21T07:48:11.557Z | Compiling toml v0.8.19 |
1241 | 2025-02-21T07:48:12.226Z | Compiling usdt v0.5.0 |
1242 | 2025-02-21T07:48:12.308Z | Compiling cargo_toml v0.20.5 |
1243 | 2025-02-21T07:48:14.838Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1244 | 2025-02-21T07:48:17.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.52s |
1245 | 2025-02-21T07:48:18.022Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1246 | 2025-02-21T07:48:18.869Z | Compiling serde v1.0.217 |
1247 | 2025-02-21T07:48:18.872Z | Compiling lock_api v0.4.12 |
1248 | 2025-02-21T07:48:18.872Z | Compiling value-bag v1.9.0 |
1249 | 2025-02-21T07:48:18.872Z | Compiling scopeguard v1.2.0 |
1250 | 2025-02-21T07:48:18.872Z | Compiling typenum v1.17.0 |
1251 | 2025-02-21T07:48:18.997Z | Compiling generic-array v0.14.7 |
1252 | 2025-02-21T07:48:19.044Z | Compiling syn v2.0.96 |
1253 | 2025-02-21T07:48:19.062Z | Compiling getrandom v0.2.15 |
1254 | 2025-02-21T07:48:19.181Z | Compiling shlex v1.3.0 |
1255 | 2025-02-21T07:48:19.380Z | Compiling log v0.4.22 |
1256 | 2025-02-21T07:48:19.472Z | Compiling rand_core v0.6.4 |
1257 | 2025-02-21T07:48:19.507Z | Compiling subtle v2.6.1 |
1258 | 2025-02-21T07:48:19.523Z | Compiling jobserver v0.1.32 |
1259 | 2025-02-21T07:48:19.559Z | Compiling smallvec v1.13.2 |
1260 | 2025-02-21T07:48:19.835Z | Compiling const-oid v0.9.6 |
1261 | 2025-02-21T07:48:19.853Z | Compiling pin-project-lite v0.2.14 |
1262 | 2025-02-21T07:48:19.927Z | Compiling cc v1.1.30 |
1263 | 2025-02-21T07:48:19.984Z | Compiling rustix v0.38.37 |
1264 | 2025-02-21T07:48:19.987Z | Compiling spin v0.9.8 |
1265 | 2025-02-21T07:48:20.114Z | Compiling parking_lot_core v0.9.10 |
1266 | 2025-02-21T07:48:20.260Z | Compiling futures-core v0.3.31 |
1267 | 2025-02-21T07:48:20.354Z | Compiling signal-hook-registry v1.4.2 |
1268 | 2025-02-21T07:48:20.504Z | Compiling mio v1.0.2 |
1269 | 2025-02-21T07:48:20.839Z | Compiling aho-corasick v1.1.3 |
1270 | 2025-02-21T07:48:21.053Z | Compiling parking_lot v0.12.3 |
1271 | 2025-02-21T07:48:21.163Z | Compiling cpufeatures v0.2.14 |
1272 | 2025-02-21T07:48:21.236Z | Compiling stable_deref_trait v1.2.0 |
1273 | 2025-02-21T07:48:21.279Z | Compiling regex-syntax v0.8.5 |
1274 | 2025-02-21T07:48:21.361Z | Compiling either v1.13.0 |
1275 | 2025-02-21T07:48:21.545Z | Compiling futures-sink v0.3.31 |
1276 | 2025-02-21T07:48:21.717Z | Compiling glob v0.3.2 |
1277 | 2025-02-21T07:48:21.784Z | Compiling socket2 v0.5.7 |
1278 | 2025-02-21T07:48:21.845Z | Compiling slab v0.4.9 |
1279 | 2025-02-21T07:48:21.859Z | Compiling prettyplease v0.2.29 |
1280 | 2025-02-21T07:48:22.216Z | Compiling lazy_static v1.5.0 |
1281 | 2025-02-21T07:48:22.308Z | Compiling minimal-lexical v0.2.1 |
1282 | 2025-02-21T07:48:22.351Z | Compiling serde_json v1.0.135 |
1283 | 2025-02-21T07:48:22.550Z | Compiling clang-sys v1.8.1 |
1284 | 2025-02-21T07:48:22.696Z | Compiling libloading v0.8.5 |
1285 | 2025-02-21T07:48:22.803Z | Compiling nom v7.1.3 |
1286 | 2025-02-21T07:48:22.894Z | Compiling bindgen v0.69.5 |
1287 | 2025-02-21T07:48:23.073Z | Compiling home v0.5.9 |
1288 | 2025-02-21T07:48:23.286Z | Compiling itertools v0.12.1 |
1289 | 2025-02-21T07:48:23.337Z | Compiling futures-channel v0.3.31 |
1290 | 2025-02-21T07:48:23.744Z | Compiling futures-task v0.3.31 |
1291 | 2025-02-21T07:48:23.768Z | Compiling rustc-hash v1.1.0 |
1292 | 2025-02-21T07:48:23.927Z | Compiling futures-io v0.3.31 |
1293 | 2025-02-21T07:48:24.032Z | Compiling foldhash v0.1.3 |
1294 | 2025-02-21T07:48:24.202Z | Compiling lazycell v1.3.0 |
1295 | 2025-02-21T07:48:24.327Z | Compiling libm v0.2.8 |
1296 | 2025-02-21T07:48:24.370Z | Compiling allocator-api2 v0.2.18 |
1297 | 2025-02-21T07:48:24.662Z | Compiling pin-utils v0.1.0 |
1298 | 2025-02-21T07:48:24.769Z | Compiling regex-automata v0.4.8 |
1299 | 2025-02-21T07:48:25.131Z | Compiling hashbrown v0.15.1 |
1300 | 2025-02-21T07:48:25.289Z | Compiling cmake v0.1.51 |
1301 | 2025-02-21T07:48:26.045Z | Compiling synstructure v0.13.1 |
1302 | 2025-02-21T07:48:26.186Z | Compiling cexpr v0.6.0 |
1303 | 2025-02-21T07:48:26.365Z | Compiling num-traits v0.2.19 |
1304 | 2025-02-21T07:48:26.696Z | Compiling dunce v1.0.5 |
1305 | 2025-02-21T07:48:26.837Z | Compiling pkg-config v0.3.31 |
1306 | 2025-02-21T07:48:27.076Z | Compiling fs_extra v1.3.0 |
1307 | 2025-02-21T07:48:27.793Z | Compiling writeable v0.5.5 |
1308 | 2025-02-21T07:48:27.796Z | Compiling litemap v0.7.3 |
1309 | 2025-02-21T07:48:28.031Z | Compiling ring v0.17.8 |
1310 | 2025-02-21T07:48:28.125Z | Compiling base64ct v1.6.0 |
1311 | 2025-02-21T07:48:28.237Z | Compiling paste v1.0.15 |
1312 | 2025-02-21T07:48:28.809Z | Compiling pem-rfc7468 v0.7.0 |
1313 | 2025-02-21T07:48:28.883Z | Compiling icu_locid_transform_data v1.5.0 |
1314 | 2025-02-21T07:48:28.993Z | Compiling httparse v1.9.5 |
1315 | 2025-02-21T07:48:29.012Z | Compiling aws-lc-rs v1.10.0 |
1316 | 2025-02-21T07:48:29.409Z | Compiling flagset v0.4.6 |
1317 | 2025-02-21T07:48:29.615Z | Compiling tracing-core v0.1.32 |
1318 | 2025-02-21T07:48:29.710Z | Compiling rustls-pki-types v1.10.0 |
1319 | 2025-02-21T07:48:30.401Z | Compiling regex v1.11.1 |
1320 | 2025-02-21T07:48:30.435Z | Compiling icu_properties_data v1.5.0 |
1321 | 2025-02-21T07:48:30.526Z | Compiling crossbeam-utils v0.8.20 |
1322 | 2025-02-21T07:48:30.689Z | Compiling percent-encoding v2.3.1 |
1323 | 2025-02-21T07:48:30.958Z | Compiling utf16_iter v1.0.5 |
1324 | 2025-02-21T07:48:31.075Z | Compiling serde_derive v1.0.217 |
1325 | 2025-02-21T07:48:31.124Z | Compiling zeroize_derive v1.4.2 |
1326 | 2025-02-21T07:48:31.192Z | Compiling zerocopy-derive v0.7.35 |
1327 | 2025-02-21T07:48:31.319Z | Compiling tokio-macros v2.5.0 |
1328 | 2025-02-21T07:48:31.459Z | Compiling zerofrom-derive v0.1.4 |
1329 | 2025-02-21T07:48:32.560Z | Compiling zeroize v1.8.1 |
1330 | 2025-02-21T07:48:32.775Z | Compiling yoke-derive v0.7.4 |
1331 | 2025-02-21T07:48:32.939Z | Compiling zerovec-derive v0.10.3 |
1332 | 2025-02-21T07:48:33.051Z | Compiling zerocopy v0.7.35 |
1333 | 2025-02-21T07:48:34.116Z | Compiling crypto-common v0.1.6 |
1334 | 2025-02-21T07:48:34.359Z | Compiling block-buffer v0.10.4 |
1335 | 2025-02-21T07:48:34.375Z | Compiling thiserror-impl v1.0.69 |
1336 | 2025-02-21T07:48:34.591Z | Compiling digest v0.10.7 |
1337 | 2025-02-21T07:48:34.796Z | Compiling zerofrom v0.1.4 |
1338 | 2025-02-21T07:48:34.999Z | Compiling hmac v0.12.1 |
1339 | 2025-02-21T07:48:35.027Z | Compiling displaydoc v0.2.5 |
1340 | 2025-02-21T07:48:35.044Z | Compiling futures-macro v0.3.31 |
1341 | 2025-02-21T07:48:35.234Z | Compiling block-padding v0.3.3 |
1342 | 2025-02-21T07:48:35.237Z | Compiling sha2 v0.10.8 |
1343 | 2025-02-21T07:48:35.270Z | Compiling icu_provider_macros v1.5.0 |
1344 | 2025-02-21T07:48:35.296Z | Compiling yoke v0.7.4 |
1345 | 2025-02-21T07:48:35.497Z | Compiling inout v0.1.3 |
1346 | 2025-02-21T07:48:35.659Z | Compiling zerovec v0.10.4 |
1347 | 2025-02-21T07:48:35.774Z | Compiling cipher v0.4.4 |
1348 | 2025-02-21T07:48:36.327Z | Compiling ppv-lite86 v0.2.20 |
1349 | 2025-02-21T07:48:36.357Z | Compiling der_derive v0.7.3 |
1350 | 2025-02-21T07:48:36.557Z | Compiling tracing-attributes v0.1.27 |
1351 | 2025-02-21T07:48:36.844Z | Compiling futures-util v0.3.31 |
1352 | 2025-02-21T07:48:37.071Z | Compiling rand_chacha v0.3.1 |
1353 | 2025-02-21T07:48:37.237Z | Compiling thiserror v1.0.69 |
1354 | 2025-02-21T07:48:37.389Z | Compiling pest v2.7.14 |
1355 | 2025-02-21T07:48:37.717Z | Compiling tinystr v0.7.6 |
1356 | 2025-02-21T07:48:38.090Z | Compiling icu_locid v1.5.0 |
1357 | 2025-02-21T07:48:38.564Z | Compiling der v0.7.9 |
1358 | 2025-02-21T07:48:38.814Z | Compiling icu_collections v1.5.0 |
1359 | 2025-02-21T07:48:39.366Z | Compiling icu_provider v1.5.0 |
1360 | 2025-02-21T07:48:39.740Z | Compiling tracing v0.1.40 |
1361 | 2025-02-21T07:48:40.051Z | Compiling icu_locid_transform v1.5.0 |
1362 | 2025-02-21T07:48:40.070Z | Compiling rand v0.8.5 |
1363 | 2025-02-21T07:48:40.257Z | Compiling salsa20 v0.10.2 |
1364 | 2025-02-21T07:48:40.279Z | Compiling pbkdf2 v0.12.2 |
1365 | 2025-02-21T07:48:40.319Z | Compiling untrusted v0.9.0 |
1366 | 2025-02-21T07:48:40.450Z | Compiling vcpkg v0.2.15 |
1367 | 2025-02-21T07:48:40.486Z | Compiling icu_normalizer_data v1.5.0 |
1368 | 2025-02-21T07:48:40.514Z | Compiling write16 v1.0.0 |
1369 | 2025-02-21T07:48:40.602Z | Compiling spki v0.7.3 |
1370 | 2025-02-21T07:48:40.662Z | Compiling time-core v0.1.2 |
1371 | 2025-02-21T07:48:40.853Z | Compiling utf8_iter v1.0.4 |
1372 | 2025-02-21T07:48:40.970Z | Compiling powerfmt v0.2.0 |
1373 | 2025-02-21T07:48:41.155Z | Compiling mirai-annotations v1.12.0 |
1374 | 2025-02-21T07:48:41.355Z | Compiling icu_properties v1.5.1 |
1375 | 2025-02-21T07:48:41.404Z | Compiling num-conv v0.1.0 |
1376 | 2025-02-21T07:48:41.598Z | Compiling untrusted v0.7.1 |
1377 | 2025-02-21T07:48:41.696Z | Compiling time-macros v0.2.18 |
1378 | 2025-02-21T07:48:41.800Z | Compiling deranged v0.3.11 |
1379 | 2025-02-21T07:48:42.042Z | Compiling scrypt v0.11.0 |
1380 | 2025-02-21T07:48:42.167Z | Compiling openssl-sys v0.9.105 |
1381 | 2025-02-21T07:48:42.344Z | Compiling pest_meta v2.7.14 |
1382 | 2025-02-21T07:48:42.559Z | Compiling cbc v0.1.2 |
1383 | 2025-02-21T07:48:42.807Z | Compiling aes v0.8.4 |
1384 | 2025-02-21T07:48:43.179Z | Compiling bitflags v2.6.0 |
1385 | 2025-02-21T07:48:43.197Z | Compiling bytes v1.9.0 |
1386 | 2025-02-21T07:48:44.373Z | Compiling tokio v1.43.0 |
1387 | 2025-02-21T07:48:44.670Z | Compiling indexmap v2.7.1 |
1388 | 2025-02-21T07:48:45.232Z | Compiling http v1.2.0 |
1389 | 2025-02-21T07:48:45.533Z | Compiling semver v1.0.24 |
1390 | 2025-02-21T07:48:45.890Z | Compiling icu_normalizer v1.5.0 |
1391 | 2025-02-21T07:48:46.009Z | Compiling rustc_version v0.4.1 |
1392 | 2025-02-21T07:48:46.247Z | Compiling scroll_derive v0.12.0 |
1393 | 2025-02-21T07:48:46.508Z | Compiling atomic-waker v1.1.2 |
1394 | 2025-02-21T07:48:46.699Z | Compiling num_threads v0.1.7 |
1395 | 2025-02-21T07:48:46.715Z | Compiling tinyvec_macros v0.1.1 |
1396 | 2025-02-21T07:48:46.821Z | Compiling idna_adapter v1.2.0 |
1397 | 2025-02-21T07:48:46.841Z | Compiling time v0.3.36 |
1398 | 2025-02-21T07:48:47.057Z | Compiling tinyvec v1.8.0 |
1399 | 2025-02-21T07:48:47.311Z | Compiling which v4.4.2 |
1400 | 2025-02-21T07:48:47.367Z | Compiling http-body v1.0.1 |
1401 | 2025-02-21T07:48:47.627Z | Compiling pkcs5 v0.7.1 |
1402 | 2025-02-21T07:48:47.651Z | Compiling scroll v0.12.0 |
1403 | 2025-02-21T07:48:47.830Z | Compiling pest_generator v2.7.14 |
1404 | 2025-02-21T07:48:48.216Z | Compiling form_urlencoded v1.2.1 |
1405 | 2025-02-21T07:48:48.297Z | Compiling slog v2.7.0 |
1406 | 2025-02-21T07:48:48.471Z | Compiling try-lock v0.2.5 |
1407 | 2025-02-21T07:48:48.510Z | Compiling goblin v0.8.2 |
1408 | 2025-02-21T07:48:48.634Z | Compiling want v0.3.1 |
1409 | 2025-02-21T07:48:48.712Z | Compiling pkcs8 v0.10.2 |
1410 | 2025-02-21T07:48:48.867Z | Compiling idna v1.0.3 |
1411 | 2025-02-21T07:48:48.917Z | Compiling uuid v1.12.0 |
1412 | 2025-02-21T07:48:49.335Z | Compiling httpdate v1.0.3 |
1413 | 2025-02-21T07:48:49.622Z | Compiling pest_derive v2.7.14 |
1414 | 2025-02-21T07:48:49.772Z | Compiling iana-time-zone v0.1.61 |
1415 | 2025-02-21T07:48:50.143Z | Compiling chrono v0.4.39 |
1416 | 2025-02-21T07:48:50.426Z | Compiling serde_spanned v0.6.8 |
1417 | 2025-02-21T07:48:50.445Z | Compiling dtrace-parser v0.2.0 |
1418 | 2025-02-21T07:48:50.660Z | Compiling toml_datetime v0.6.8 |
1419 | 2025-02-21T07:48:51.058Z | Compiling serde_tokenstream v0.2.2 |
1420 | 2025-02-21T07:48:51.165Z | Compiling match_cfg v0.1.0 |
1421 | 2025-02-21T07:48:51.245Z | Compiling foreign-types-shared v0.1.1 |
1422 | 2025-02-21T07:48:51.274Z | Compiling rustversion v1.0.17 |
1423 | 2025-02-21T07:48:51.378Z | Compiling adler2 v2.0.0 |
1424 | 2025-02-21T07:48:51.599Z | Compiling tower-service v0.3.3 |
1425 | 2025-02-21T07:48:51.638Z | Compiling base64 v0.22.1 |
1426 | 2025-02-21T07:48:51.741Z | Compiling openssl v0.10.70 |
1427 | 2025-02-21T07:48:52.041Z | Compiling miniz_oxide v0.8.0 |
1428 | 2025-02-21T07:48:52.202Z | Compiling foreign-types v0.3.2 |
1429 | 2025-02-21T07:48:52.259Z | Compiling hostname v0.3.1 |
1430 | 2025-02-21T07:48:52.302Z | Compiling url v2.5.3 |
1431 | 2025-02-21T07:48:52.476Z | Compiling tokio-util v0.7.12 |
1432 | 2025-02-21T07:48:53.344Z | Compiling openssl-macros v0.1.1 |
1433 | 2025-02-21T07:48:53.409Z | Compiling h2 v0.4.6 |
1434 | 2025-02-21T07:48:53.515Z | Compiling async-trait v0.1.86 |
1435 | 2025-02-21T07:48:53.709Z | Compiling serde_derive_internals v0.29.1 |
1436 | 2025-02-21T07:48:54.015Z | Compiling dirs-sys-next v0.1.2 |
1437 | 2025-02-21T07:48:54.077Z | Compiling dof v0.3.0 |
1438 | 2025-02-21T07:48:54.520Z | Compiling syn v1.0.109 |
1439 | 2025-02-21T07:48:55.105Z | Compiling usdt-impl v0.5.0 |
1440 | 2025-02-21T07:48:55.812Z | Compiling native-tls v0.2.12 |
1441 | 2025-02-21T07:48:55.900Z | Compiling rustls v0.22.4 |
1442 | 2025-02-21T07:48:55.919Z | Compiling siphasher v0.3.11 |
1443 | 2025-02-21T07:48:56.176Z | Compiling schemars v0.8.21 |
1444 | 2025-02-21T07:48:56.231Z | Compiling data-encoding v2.6.0 |
1445 | 2025-02-21T07:48:56.253Z | Compiling rustls v0.23.19 |
1446 | 2025-02-21T07:48:56.476Z | Compiling schemars_derive v0.8.21 |
1447 | 2025-02-21T07:48:56.556Z | Compiling dirs-next v2.0.0 |
1448 | 2025-02-21T07:48:57.365Z | Compiling unicode-normalization v0.1.24 |
1449 | 2025-02-21T07:48:57.432Z | Compiling http-body-util v0.1.2 |
1450 | 2025-02-21T07:48:57.930Z | Compiling crossbeam-epoch v0.9.18 |
1451 | 2025-02-21T07:48:58.010Z | Compiling heapless v0.7.17 |
1452 | 2025-02-21T07:48:58.123Z | Compiling signature v2.2.0 |
1453 | 2025-02-21T07:48:58.430Z | Compiling sha1 v0.10.6 |
1454 | 2025-02-21T07:48:58.456Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1455 | 2025-02-21T07:48:58.458Z | Compiling thread_local v1.1.8 |
1456 | 2025-02-21T07:48:58.580Z | Compiling multer v3.1.0 |
1457 | 2025-02-21T07:48:58.851Z | Compiling cookie v0.18.1 |
1458 | 2025-02-21T07:48:58.915Z | Compiling encoding_rs v0.8.34 |
1459 | 2025-02-21T07:48:58.934Z | Compiling gimli v0.31.1 |
1460 | 2025-02-21T07:48:58.951Z | Compiling unicode-bidi v0.3.17 |
1461 | 2025-02-21T07:48:59.165Z | Compiling mime v0.3.17 |
1462 | 2025-02-21T07:48:59.387Z | Compiling unicode-properties v0.1.3 |
1463 | 2025-02-21T07:48:59.655Z | Compiling openssl-probe v0.1.5 |
1464 | 2025-02-21T07:48:59.789Z | Compiling signal-hook v0.3.17 |
1465 | 2025-02-21T07:48:59.985Z | Compiling slog-async v2.8.0 |
1466 | 2025-02-21T07:49:00.100Z | Compiling dyn-clone v1.0.17 |
1467 | 2025-02-21T07:49:00.147Z | Compiling rayon-core v1.12.1 |
1468 | 2025-02-21T07:49:00.331Z | Compiling hyper v1.5.2 |
1469 | 2025-02-21T07:49:00.438Z | Compiling ipnet v2.10.1 |
1470 | 2025-02-21T07:49:01.521Z | Compiling toml_edit v0.22.22 |
1471 | 2025-02-21T07:49:02.961Z | Compiling hyper-util v0.1.10 |
1472 | 2025-02-21T07:49:03.070Z | Compiling addr2line v0.24.2 |
1473 | 2025-02-21T07:49:03.774Z | Compiling stringprep v0.1.5 |
1474 | 2025-02-21T07:49:04.054Z | Compiling crossbeam-deque v0.8.5 |
1475 | 2025-02-21T07:49:04.117Z | Compiling usdt-macro v0.5.0 |
1476 | 2025-02-21T07:49:04.185Z | Compiling usdt-attr-macro v0.5.0 |
1477 | 2025-02-21T07:49:04.347Z | Compiling term v0.7.0 |
1478 | 2025-02-21T07:49:05.321Z | Compiling slog-json v2.6.1 |
1479 | 2025-02-21T07:49:05.489Z | Compiling serde_urlencoded v0.7.1 |
1480 | 2025-02-21T07:49:05.542Z | Compiling crossbeam-channel v0.5.13 |
1481 | 2025-02-21T07:49:05.627Z | Compiling curve25519-dalek v4.1.3 |
1482 | 2025-02-21T07:49:05.650Z | Compiling futures-executor v0.3.31 |
1483 | 2025-02-21T07:49:05.682Z | Compiling enum-as-inner v0.6.1 |
1484 | 2025-02-21T07:49:05.958Z | Compiling md-5 v0.10.6 |
1485 | 2025-02-21T07:49:06.160Z | Compiling async-stream-impl v0.3.6 |
1486 | 2025-02-21T07:49:06.266Z | Compiling num-integer v0.1.46 |
1487 | 2025-02-21T07:49:06.323Z | Compiling rustls-pemfile v2.2.0 |
1488 | 2025-02-21T07:49:06.548Z | Compiling hash32 v0.2.1 |
1489 | 2025-02-21T07:49:06.661Z | Compiling ff v0.13.0 |
1490 | 2025-02-21T07:49:06.780Z | Compiling is-terminal v0.4.13 |
1491 | 2025-02-21T07:49:06.895Z | Compiling object v0.36.5 |
1492 | 2025-02-21T07:49:06.913Z | Compiling dropshot v0.12.0 |
1493 | 2025-02-21T07:49:06.930Z | Compiling memoffset v0.9.1 |
1494 | 2025-02-21T07:49:06.981Z | Compiling linked-hash-map v0.5.6 |
1495 | 2025-02-21T07:49:07.229Z | Compiling smoltcp v0.9.1 |
1496 | 2025-02-21T07:49:07.232Z | Compiling utf-8 v0.7.6 |
1497 | 2025-02-21T07:49:07.304Z | Compiling num-bigint-dig v0.8.4 |
1498 | 2025-02-21T07:49:07.398Z | Compiling portable-atomic v1.9.0 |
1499 | 2025-02-21T07:49:07.546Z | Compiling litrs v0.4.1 |
1500 | 2025-02-21T07:49:07.632Z | Compiling anyhow v1.0.95 |
1501 | 2025-02-21T07:49:07.864Z | Compiling rustc-demangle v0.1.24 |
1502 | 2025-02-21T07:49:08.238Z | Compiling base16ct v0.2.0 |
1503 | 2025-02-21T07:49:08.320Z | Compiling take_mut v0.2.2 |
1504 | 2025-02-21T07:49:08.498Z | Compiling cfg_aliases v0.2.1 |
1505 | 2025-02-21T07:49:08.517Z | Compiling fallible-iterator v0.2.0 |
1506 | 2025-02-21T07:49:08.557Z | Compiling psl-types v2.0.11 |
1507 | 2025-02-21T07:49:08.610Z | Compiling quick-error v1.2.3 |
1508 | 2025-02-21T07:49:08.649Z | Compiling document-features v0.2.10 |
1509 | 2025-02-21T07:49:08.711Z | Compiling nix v0.29.0 |
1510 | 2025-02-21T07:49:08.767Z | Compiling resolv-conf v0.7.0 |
1511 | 2025-02-21T07:49:08.769Z | Compiling publicsuffix v2.3.0 |
1512 | 2025-02-21T07:49:09.149Z | Compiling postgres-protocol v0.6.7 |
1513 | 2025-02-21T07:49:09.431Z | Compiling sec1 v0.7.3 |
1514 | 2025-02-21T07:49:09.842Z | Compiling tungstenite v0.24.0 |
1515 | 2025-02-21T07:49:09.970Z | Compiling async-stream v0.3.6 |
1516 | 2025-02-21T07:49:10.048Z | Compiling lru-cache v0.1.2 |
1517 | 2025-02-21T07:49:10.257Z | Compiling slog-term v2.9.1 |
1518 | 2025-02-21T07:49:10.259Z | Compiling group v0.13.0 |
1519 | 2025-02-21T07:49:10.311Z | Compiling usdt v0.5.0 |
1520 | 2025-02-21T07:49:10.582Z | Compiling hickory-proto v0.24.3 |
1521 | 2025-02-21T07:49:10.781Z | Compiling num-iter v0.1.45 |
1522 | 2025-02-21T07:49:11.139Z | Compiling futures v0.3.31 |
1523 | 2025-02-21T07:49:11.257Z | Compiling slog-bunyan v2.5.0 |
1524 | 2025-02-21T07:49:11.380Z | Compiling toml v0.8.19 |
1525 | 2025-02-21T07:49:12.438Z | Compiling tokio-native-tls v0.3.1 |
1526 | 2025-02-21T07:49:12.727Z | Compiling camino v1.1.9 |
1527 | 2025-02-21T07:49:12.820Z | Compiling phf_shared v0.11.2 |
1528 | 2025-02-21T07:49:12.923Z | Compiling dropshot_endpoint v0.12.0 |
1529 | 2025-02-21T07:49:13.186Z | Compiling terminal_size v0.4.0 |
1530 | 2025-02-21T07:49:13.418Z | Compiling backtrace v0.3.74 |
1531 | 2025-02-21T07:49:13.558Z | Compiling waitgroup v0.1.2 |
1532 | 2025-02-21T07:49:13.586Z | Compiling openapiv3 v2.0.0 |
1533 | 2025-02-21T07:49:13.783Z | Compiling serde_path_to_error v0.1.16 |
1534 | 2025-02-21T07:49:13.885Z | Compiling hkdf v0.12.4 |
1535 | 2025-02-21T07:49:14.153Z | Compiling crypto-bigint v0.5.5 |
1536 | 2025-02-21T07:49:14.578Z | Compiling curve25519-dalek-derive v0.1.1 |
1537 | 2025-02-21T07:49:15.978Z | Compiling zerocopy-derive v0.6.6 |
1538 | 2025-02-21T07:49:16.293Z | Compiling webpki-roots v0.26.6 |
1539 | 2025-02-21T07:49:16.484Z | Compiling hubpack_derive v0.1.1 |
1540 | 2025-02-21T07:49:16.513Z | Compiling hostname v0.4.0 |
1541 | 2025-02-21T07:49:16.735Z | Compiling fs-err v2.11.0 |
1542 | 2025-02-21T07:49:16.973Z | Compiling crc32fast v1.4.2 |
1543 | 2025-02-21T07:49:17.061Z | Compiling ahash v0.8.11 |
1544 | 2025-02-21T07:49:17.309Z | Compiling newtype-uuid v1.2.1 |
1545 | 2025-02-21T07:49:17.344Z | Compiling bitflags v1.3.2 |
1546 | 2025-02-21T07:49:17.413Z | Compiling debug-ignore v1.0.5 |
1547 | 2025-02-21T07:49:17.454Z | Compiling managed v0.8.0 |
1548 | 2025-02-21T07:49:17.507Z | Compiling winnow v0.5.40 |
1549 | 2025-02-21T07:49:17.573Z | Compiling unicode-width v0.2.0 |
1550 | 2025-02-21T07:49:17.646Z | Compiling strum_macros v0.25.3 |
1551 | 2025-02-21T07:49:17.885Z | Compiling zerocopy v0.6.6 |
1552 | 2025-02-21T07:49:18.118Z | Compiling console v0.15.10 |
1553 | 2025-02-21T07:49:18.600Z | Compiling clap_builder v4.5.27 |
1554 | 2025-02-21T07:49:19.352Z | Compiling hubpack v0.1.2 |
1555 | 2025-02-21T07:49:19.389Z | Compiling flate2 v1.0.35 |
1556 | 2025-02-21T07:49:19.772Z | Compiling elliptic-curve v0.13.8 |
1557 | 2025-02-21T07:49:19.902Z | Compiling hickory-resolver v0.24.3 |
1558 | 2025-02-21T07:49:20.571Z | Compiling signal-hook-mio v0.2.4 |
1559 | 2025-02-21T07:49:20.747Z | Compiling toml_edit v0.19.15 |
1560 | 2025-02-21T07:49:20.925Z | Compiling phf v0.11.2 |
1561 | 2025-02-21T07:49:21.045Z | Compiling hyper-tls v0.6.0 |
1562 | 2025-02-21T07:49:21.246Z | Compiling cookie_store v0.21.1 |
1563 | 2025-02-21T07:49:21.288Z | Compiling rayon v1.10.0 |
1564 | 2025-02-21T07:49:21.479Z | Compiling bzip2 v0.4.4 |
1565 | 2025-02-21T07:49:22.690Z | Compiling tokio-tungstenite v0.24.0 |
1566 | 2025-02-21T07:49:23.355Z | Compiling postgres-types v0.2.8 |
1567 | 2025-02-21T07:49:25.418Z | Compiling ed25519 v2.2.3 |
1568 | 2025-02-21T07:49:25.672Z | Compiling phf_shared v0.10.0 |
1569 | 2025-02-21T07:49:25.877Z | Compiling tokio-stream v0.1.16 |
1570 | 2025-02-21T07:49:26.093Z | Compiling pkcs1 v0.7.5 |
1571 | 2025-02-21T07:49:26.322Z | Compiling serde-big-array v0.5.1 |
1572 | 2025-02-21T07:49:26.567Z | Compiling clap_derive v4.5.24 |
1573 | 2025-02-21T07:49:26.840Z | Compiling rfc6979 v0.4.0 |
1574 | 2025-02-21T07:49:26.993Z | Compiling derive-where v1.2.7 |
1575 | 2025-02-21T07:49:27.034Z | Compiling serde_repr v0.1.19 |
1576 | 2025-02-21T07:49:27.268Z | Compiling float-cmp v0.10.0 |
1577 | 2025-02-21T07:49:27.519Z | Compiling bstr v1.10.0 |
1578 | 2025-02-21T07:49:27.598Z | Compiling sync_wrapper v1.0.1 |
1579 | 2025-02-21T07:49:27.646Z | Compiling normalize-line-endings v0.3.0 |
1580 | 2025-02-21T07:49:27.755Z | Compiling number_prefix v0.4.0 |
1581 | 2025-02-21T07:49:27.782Z | Compiling new_debug_unreachable v1.0.6 |
1582 | 2025-02-21T07:49:27.888Z | Compiling predicates-core v1.0.8 |
1583 | 2025-02-21T07:49:28.000Z | Compiling unicode-segmentation v1.12.0 |
1584 | 2025-02-21T07:49:28.097Z | Compiling whoami v1.5.2 |
1585 | 2025-02-21T07:49:28.209Z | Compiling fixedbitset v0.4.2 |
1586 | 2025-02-21T07:49:28.641Z | Compiling difflib v0.4.0 |
1587 | 2025-02-21T07:49:28.659Z | Compiling bit-vec v0.6.3 |
1588 | 2025-02-21T07:49:28.901Z | Compiling static_assertions v1.1.0 |
1589 | 2025-02-21T07:49:29.014Z | Compiling precomputed-hash v0.1.1 |
1590 | 2025-02-21T07:49:29.047Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1591 | 2025-02-21T07:49:29.072Z | Compiling bit-set v0.5.3 |
1592 | 2025-02-21T07:49:29.150Z | Compiling string_cache v0.8.7 |
1593 | 2025-02-21T07:49:29.353Z | Compiling predicates v3.1.3 |
1594 | 2025-02-21T07:49:29.571Z | Compiling similar v2.6.0 |
1595 | 2025-02-21T07:49:29.951Z | Compiling petgraph v0.6.5 |
1596 | 2025-02-21T07:49:30.061Z | Compiling tokio-postgres v0.7.12 |
1597 | 2025-02-21T07:49:30.808Z | Compiling indicatif v0.17.11 |
1598 | 2025-02-21T07:49:30.927Z | Compiling clap v4.5.27 |
1599 | 2025-02-21T07:49:31.058Z | Compiling ecdsa v0.16.9 |
1600 | 2025-02-21T07:49:31.586Z | Compiling rsa v0.9.6 |
1601 | 2025-02-21T07:49:31.912Z | Compiling ed25519-dalek v2.1.1 |
1602 | 2025-02-21T07:49:33.207Z | Compiling toml v0.7.8 |
1603 | 2025-02-21T07:49:33.517Z | Compiling zip v0.6.6 |
1604 | 2025-02-21T07:49:34.635Z | Compiling crossterm v0.28.1 |
1605 | 2025-02-21T07:49:35.320Z | Compiling hex v0.4.3 |
1606 | 2025-02-21T07:49:35.409Z | Compiling x509-cert v0.2.5 |
1607 | 2025-02-21T07:49:35.448Z | Compiling itertools v0.10.5 |
1608 | 2025-02-21T07:49:35.556Z | Compiling unicode-xid v0.2.6 |
1609 | 2025-02-21T07:49:35.666Z | Compiling peg-runtime v0.8.3 |
1610 | 2025-02-21T07:49:35.766Z | Compiling lalrpop-util v0.19.12 |
1611 | 2025-02-21T07:49:35.900Z | Compiling strum_macros v0.26.4 |
1612 | 2025-02-21T07:49:36.136Z | Compiling xattr v1.3.1 |
1613 | 2025-02-21T07:49:36.251Z | Compiling filetime v0.2.25 |
1614 | 2025-02-21T07:49:36.567Z | Compiling tar v0.4.42 |
1615 | 2025-02-21T07:49:40.400Z | Compiling strum v0.26.3 |
1616 | 2025-02-21T07:49:43.957Z | Compiling aws-lc-sys v0.22.0 |
1617 | 2025-02-21T07:50:11.255Z | Compiling rustls-webpki v0.102.8 |
1618 | 2025-02-21T07:50:14.396Z | Compiling tokio-rustls v0.25.0 |
1619 | 2025-02-21T07:50:16.072Z | Compiling tokio-rustls v0.26.0 |
1620 | 2025-02-21T07:50:16.401Z | Compiling hyper-rustls v0.27.3 |
1621 | 2025-02-21T07:50:16.767Z | Compiling reqwest v0.12.9 |
1622 | 2025-02-21T07:50:18.049Z | Compiling qorb v0.2.1 |
1623 | 2025-02-21T07:50:21.012Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1624 | 2025-02-21T07:50:21.277Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1625 | 2025-02-21T07:50:25.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s |
1626 | 2025-02-21T07:50:25.747Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1627 | 2025-02-21T07:50:25.791Z | Feb 21 07:50:24.407 INFO Starting download, target: Clickhouse |
1628 | 2025-02-21T07:50:25.794Z | Feb 21 07:50:24.408 INFO Starting download, target: Cockroach |
1629 | 2025-02-21T07:50:25.794Z | Feb 21 07:50:24.408 INFO Starting download, target: Console |
1630 | 2025-02-21T07:50:25.794Z | Feb 21 07:50:24.408 INFO Starting download, target: DendriteOpenapi |
1631 | 2025-02-21T07:50:25.794Z | Feb 21 07:50:24.408 INFO Starting download, target: DendriteStub |
1632 | 2025-02-21T07:50:25.794Z | Feb 21 07:50:24.408 INFO Starting download, target: MaghemiteMgd |
1633 | 2025-02-21T07:50:25.794Z | Feb 21 07:50:24.408 INFO Starting download, target: TransceiverControl |
1634 | 2025-02-21T07:50:25.794Z | Feb 21 07:50:24.408 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
1635 | 2025-02-21T07:50:25.794Z | Feb 21 07:50:24.408 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1636 | 2025-02-21T07:50:25.794Z | Feb 21 07:50:24.408 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1637 | 2025-02-21T07:50:25.794Z | Feb 21 07:50:24.409 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1638 | 2025-02-21T07:50:25.794Z | Feb 21 07:50:24.409 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1639 | 2025-02-21T07:50:25.794Z | Feb 21 07:50:24.409 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1640 | 2025-02-21T07:50:25.794Z | Feb 21 07:50:24.409 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1641 | 2025-02-21T07:50:25.995Z | Feb 21 07:50:24.613 INFO Download complete, target: DendriteOpenapi |
1642 | 2025-02-21T07:50:26.161Z | Feb 21 07:50:24.774 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1643 | 2025-02-21T07:50:26.276Z | Feb 21 07:50:24.879 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1644 | 2025-02-21T07:50:26.616Z | Feb 21 07:50:25.226 INFO Download complete, target: Console |
1645 | 2025-02-21T07:50:26.657Z | Feb 21 07:50:25.273 INFO Download complete, target: TransceiverControl |
1646 | 2025-02-21T07:50:26.690Z | Feb 21 07:50:25.305 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1647 | 2025-02-21T07:50:26.821Z | Feb 21 07:50:25.438 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1648 | 2025-02-21T07:50:27.492Z | Feb 21 07:50:26.110 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1649 | 2025-02-21T07:50:27.492Z | Feb 21 07:50:26.110 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1650 | 2025-02-21T07:50:28.095Z | Feb 21 07:50:26.713 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1651 | 2025-02-21T07:50:29.468Z | Feb 21 07:50:28.085 INFO Download complete, target: DendriteStub |
1652 | 2025-02-21T07:50:29.812Z | Feb 21 07:50:28.430 INFO Download complete, target: MaghemiteMgd |
1653 | 2025-02-21T07:50:34.741Z | Feb 21 07:50:33.358 INFO Checking that binary works, target: Cockroach |
1654 | 2025-02-21T07:50:35.121Z | Feb 21 07:50:33.739 INFO Download complete, target: Cockroach |
1655 | 2025-02-21T07:50:40.268Z | Feb 21 07:50:38.886 INFO Checking that binary works, target: Clickhouse |
1656 | 2025-02-21T07:50:40.446Z | Feb 21 07:50:39.064 INFO Download complete, target: Clickhouse |
1657 | 2025-02-21T07:50:40.454Z | All prerequisites installed successfully |
1658 | 2025-02-21T07:50:40.457Z | |
1659 | 2025-02-21T07:50:40.457Z | real 4:25.067196898 |
1660 | 2025-02-21T07:50:40.457Z | user 15:10.553506343 |
1661 | 2025-02-21T07:50:40.457Z | sys 1:59.404868211 |
1662 | 2025-02-21T07:50:40.457Z | trap 0.527168657 |
1663 | 2025-02-21T07:50:40.457Z | tflt 0.964620751 |
1664 | 2025-02-21T07:50:40.457Z | dflt 1.453570570 |
1665 | 2025-02-21T07:50:40.457Z | kflt 0.026607116 |
1666 | 2025-02-21T07:50:40.458Z | lock 27:09.804864860 |
1667 | 2025-02-21T07:50:40.458Z | slp 53:14.540813678 |
1668 | 2025-02-21T07:50:40.458Z | lat 57.589836310 |
1669 | 2025-02-21T07:50:40.458Z | stop 2:14.866244783 |
1670 | 2025-02-21T07:50:40.458Z | + source ./tools/include/force-git-over-https.sh |
1671 | 2025-02-21T07:50:40.458Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1672 | 2025-02-21T07:50:40.458Z | ++ (( i = 0 )) |
1673 | 2025-02-21T07:50:40.458Z | ++ (( i < 5 )) |
1674 | 2025-02-21T07:50:40.458Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1675 | 2025-02-21T07:50:40.461Z | ++ (( i++ )) |
1676 | 2025-02-21T07:50:40.461Z | ++ (( i < 5 )) |
1677 | 2025-02-21T07:50:40.461Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1678 | 2025-02-21T07:50:40.463Z | ++ (( i++ )) |
1679 | 2025-02-21T07:50:40.463Z | ++ (( i < 5 )) |
1680 | 2025-02-21T07:50:40.463Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1681 | 2025-02-21T07:50:40.466Z | ++ (( i++ )) |
1682 | 2025-02-21T07:50:40.466Z | ++ (( i < 5 )) |
1683 | 2025-02-21T07:50:40.466Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1684 | 2025-02-21T07:50:40.469Z | ++ (( i++ )) |
1685 | 2025-02-21T07:50:40.469Z | ++ (( i < 5 )) |
1686 | 2025-02-21T07:50:40.469Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1687 | 2025-02-21T07:50:40.472Z | ++ (( i++ )) |
1688 | 2025-02-21T07:50:40.472Z | ++ (( i < 5 )) |
1689 | 2025-02-21T07:50:40.474Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1690 | 2025-02-21T07:50:40.474Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1691 | 2025-02-21T07:50:40.474Z | + rc=0 |
1692 | 2025-02-21T07:50:40.474Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1693 | 2025-02-21T07:51:12.956Z | + case $rc in |
1694 | 2025-02-21T07:51:12.956Z | + pfexec zfs create -p rpool/images/build/host |
1695 | 2025-02-21T07:51:13.192Z | + pfexec zfs create -p rpool/images/build/recovery |
1696 | 2025-02-21T07:51:13.266Z | + cargo xtask releng --output-dir /work |
1697 | 2025-02-21T07:51:13.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1698 | 2025-02-21T07:51:13.821Z | Running `target/debug/xtask releng --output-dir /work` |
1699 | 2025-02-21T07:51:14.737Z | Compiling proc-macro2 v1.0.92 |
1700 | 2025-02-21T07:51:14.737Z | Compiling unicode-ident v1.0.14 |
1701 | 2025-02-21T07:51:14.737Z | Compiling libc v0.2.169 |
1702 | 2025-02-21T07:51:14.737Z | Compiling serde v1.0.217 |
1703 | 2025-02-21T07:51:14.740Z | Compiling autocfg v1.4.0 |
1704 | 2025-02-21T07:51:14.740Z | Compiling version_check v0.9.5 |
1705 | 2025-02-21T07:51:14.740Z | Compiling cfg-if v1.0.0 |
1706 | 2025-02-21T07:51:15.089Z | Compiling memchr v2.7.4 |
1707 | 2025-02-21T07:51:15.115Z | Compiling typenum v1.17.0 |
1708 | 2025-02-21T07:51:15.189Z | Compiling shlex v1.3.0 |
1709 | 2025-02-21T07:51:15.495Z | Compiling generic-array v0.14.7 |
1710 | 2025-02-21T07:51:15.536Z | Compiling value-bag v1.9.0 |
1711 | 2025-02-21T07:51:15.539Z | Compiling scopeguard v1.2.0 |
1712 | 2025-02-21T07:51:15.706Z | Compiling lock_api v0.4.12 |
1713 | 2025-02-21T07:51:15.974Z | Compiling log v0.4.22 |
1714 | 2025-02-21T07:51:16.062Z | Compiling rustix v0.38.37 |
1715 | 2025-02-21T07:51:16.377Z | Compiling parking_lot_core v0.9.10 |
1716 | 2025-02-21T07:51:16.640Z | Compiling quote v1.0.38 |
1717 | 2025-02-21T07:51:16.713Z | Compiling serde_json v1.0.135 |
1718 | 2025-02-21T07:51:16.733Z | Compiling libm v0.2.8 |
1719 | 2025-02-21T07:51:16.805Z | Compiling num-traits v0.2.19 |
1720 | 2025-02-21T07:51:16.986Z | Compiling jobserver v0.1.32 |
1721 | 2025-02-21T07:51:17.048Z | Compiling syn v2.0.96 |
1722 | 2025-02-21T07:51:17.074Z | Compiling getrandom v0.2.15 |
1723 | 2025-02-21T07:51:17.151Z | Compiling once_cell v1.20.2 |
1724 | 2025-02-21T07:51:17.233Z | Compiling thiserror v1.0.69 |
1725 | 2025-02-21T07:51:17.408Z | Compiling cc v1.1.30 |
1726 | 2025-02-21T07:51:17.431Z | Compiling itoa v1.0.11 |
1727 | 2025-02-21T07:51:17.490Z | Compiling aho-corasick v1.1.3 |
1728 | 2025-02-21T07:51:17.525Z | Compiling regex-syntax v0.8.5 |
1729 | 2025-02-21T07:51:17.675Z | Compiling spin v0.9.8 |
1730 | 2025-02-21T07:51:17.771Z | Compiling slab v0.4.9 |
1731 | 2025-02-21T07:51:18.066Z | Compiling errno v0.3.9 |
1732 | 2025-02-21T07:51:18.516Z | Compiling either v1.13.0 |
1733 | 2025-02-21T07:51:18.603Z | Compiling byteorder v1.5.0 |
1734 | 2025-02-21T07:51:19.114Z | Compiling glob v0.3.2 |
1735 | 2025-02-21T07:51:19.194Z | Compiling rand_core v0.6.4 |
1736 | 2025-02-21T07:51:19.599Z | Compiling subtle v2.6.1 |
1737 | 2025-02-21T07:51:19.691Z | Compiling prettyplease v0.2.29 |
1738 | 2025-02-21T07:51:19.840Z | Compiling clang-sys v1.8.1 |
1739 | 2025-02-21T07:51:19.891Z | Compiling lazy_static v1.5.0 |
1740 | 2025-02-21T07:51:19.979Z | Compiling minimal-lexical v0.2.1 |
1741 | 2025-02-21T07:51:20.315Z | Compiling libloading v0.8.5 |
1742 | 2025-02-21T07:51:20.471Z | Compiling nom v7.1.3 |
1743 | 2025-02-21T07:51:20.491Z | Compiling bindgen v0.69.5 |
1744 | 2025-02-21T07:51:20.514Z | Compiling home v0.5.9 |
1745 | 2025-02-21T07:51:20.732Z | Compiling itertools v0.12.1 |
1746 | 2025-02-21T07:51:21.255Z | Compiling regex-automata v0.4.8 |
1747 | 2025-02-21T07:51:21.274Z | Compiling smallvec v1.13.2 |
1748 | 2025-02-21T07:51:21.783Z | Compiling rustc-hash v1.1.0 |
1749 | 2025-02-21T07:51:21.857Z | Compiling lazycell v1.3.0 |
1750 | 2025-02-21T07:51:22.063Z | Compiling cmake v0.1.51 |
1751 | 2025-02-21T07:51:23.180Z | Compiling pkg-config v0.3.31 |
1752 | 2025-02-21T07:51:23.281Z | Compiling dunce v1.0.5 |
1753 | 2025-02-21T07:51:23.480Z | Compiling fs_extra v1.3.0 |
1754 | 2025-02-21T07:51:23.657Z | Compiling cexpr v0.6.0 |
1755 | 2025-02-21T07:51:23.723Z | Compiling semver v1.0.24 |
1756 | 2025-02-21T07:51:23.747Z | Compiling ring v0.17.8 |
1757 | 2025-02-21T07:51:23.988Z | Compiling paste v1.0.15 |
1758 | 2025-02-21T07:51:24.273Z | Compiling heck v0.5.0 |
1759 | 2025-02-21T07:51:24.490Z | Compiling synstructure v0.13.1 |
1760 | 2025-02-21T07:51:24.809Z | Compiling ryu v1.0.18 |
1761 | 2025-02-21T07:51:25.187Z | Compiling aws-lc-rs v1.10.0 |
1762 | 2025-02-21T07:51:25.623Z | Compiling httparse v1.9.5 |
1763 | 2025-02-21T07:51:25.766Z | Compiling const-oid v0.9.6 |
1764 | 2025-02-21T07:51:25.769Z | Compiling pin-project-lite v0.2.14 |
1765 | 2025-02-21T07:51:26.125Z | Compiling allocator-api2 v0.2.18 |
1766 | 2025-02-21T07:51:26.367Z | Compiling futures-core v0.3.31 |
1767 | 2025-02-21T07:51:26.935Z | Compiling regex v1.11.1 |
1768 | 2025-02-21T07:51:27.493Z | Compiling signal-hook-registry v1.4.2 |
1769 | 2025-02-21T07:51:27.932Z | Compiling time-core v0.1.2 |
1770 | 2025-02-21T07:51:28.120Z | Compiling num-conv v0.1.0 |
1771 | 2025-02-21T07:51:28.191Z | Compiling parking_lot v0.12.3 |
1772 | 2025-02-21T07:51:28.502Z | Compiling time-macros v0.2.18 |
1773 | 2025-02-21T07:51:28.591Z | Compiling mio v1.0.2 |
1774 | 2025-02-21T07:51:28.662Z | Compiling serde_derive v1.0.217 |
1775 | 2025-02-21T07:51:28.868Z | Compiling zeroize_derive v1.4.2 |
1776 | 2025-02-21T07:51:29.068Z | Compiling zerocopy-derive v0.7.35 |
1777 | 2025-02-21T07:51:29.863Z | Compiling tokio-macros v2.5.0 |
1778 | 2025-02-21T07:51:30.309Z | Compiling zeroize v1.8.1 |
1779 | 2025-02-21T07:51:30.409Z | Compiling thiserror-impl v1.0.69 |
1780 | 2025-02-21T07:51:30.749Z | Compiling zerofrom-derive v0.1.4 |
1781 | 2025-02-21T07:51:30.788Z | Compiling yoke-derive v0.7.4 |
1782 | 2025-02-21T07:51:31.087Z | Compiling zerovec-derive v0.10.3 |
1783 | 2025-02-21T07:51:31.132Z | Compiling futures-macro v0.3.31 |
1784 | 2025-02-21T07:51:31.231Z | Compiling displaydoc v0.2.5 |
1785 | 2025-02-21T07:51:32.833Z | Compiling zerocopy v0.7.35 |
1786 | 2025-02-21T07:51:33.066Z | Compiling icu_provider_macros v1.5.0 |
1787 | 2025-02-21T07:51:33.295Z | Compiling crypto-common v0.1.6 |
1788 | 2025-02-21T07:51:33.476Z | Compiling tracing-attributes v0.1.27 |
1789 | 2025-02-21T07:51:33.582Z | Compiling block-buffer v0.10.4 |
1790 | 2025-02-21T07:51:33.719Z | Compiling der_derive v0.7.3 |
1791 | 2025-02-21T07:51:33.840Z | Compiling digest v0.10.7 |
1792 | 2025-02-21T07:51:34.161Z | Compiling crossbeam-utils v0.8.20 |
1793 | 2025-02-21T07:51:34.252Z | Compiling schemars v0.8.21 |
1794 | 2025-02-21T07:51:34.354Z | Compiling vcpkg v0.2.15 |
1795 | 2025-02-21T07:51:34.846Z | Compiling serde_derive_internals v0.29.1 |
1796 | 2025-02-21T07:51:35.875Z | Compiling openssl-sys v0.9.105 |
1797 | 2025-02-21T07:51:36.240Z | Compiling socket2 v0.5.7 |
1798 | 2025-02-21T07:51:36.476Z | Compiling fnv v1.0.7 |
1799 | 2025-02-21T07:51:37.015Z | Compiling schemars_derive v0.8.21 |
1800 | 2025-02-21T07:51:37.965Z | Compiling ahash v0.8.11 |
1801 | 2025-02-21T07:51:38.114Z | Compiling stable_deref_trait v1.2.0 |
1802 | 2025-02-21T07:51:38.232Z | Compiling futures-sink v0.3.31 |
1803 | 2025-02-21T07:51:38.830Z | Compiling equivalent v1.0.1 |
1804 | 2025-02-21T07:51:38.984Z | Compiling foldhash v0.1.3 |
1805 | 2025-02-21T07:51:38.990Z | Compiling cpufeatures v0.2.14 |
1806 | 2025-02-21T07:51:39.275Z | Compiling hashbrown v0.15.1 |
1807 | 2025-02-21T07:51:39.531Z | Compiling slog v2.7.0 |
1808 | 2025-02-21T07:51:39.694Z | Compiling zerofrom v0.1.4 |
1809 | 2025-02-21T07:51:39.952Z | Compiling yoke v0.7.4 |
1810 | 2025-02-21T07:51:40.048Z | Compiling futures-channel v0.3.31 |
1811 | 2025-02-21T07:51:40.573Z | Compiling futures-task v0.3.31 |
1812 | 2025-02-21T07:51:40.576Z | Compiling openssl v0.10.70 |
1813 | 2025-02-21T07:51:40.617Z | Compiling pin-utils v0.1.0 |
1814 | 2025-02-21T07:51:40.620Z | Compiling futures-io v0.3.31 |
1815 | 2025-02-21T07:51:40.933Z | Compiling futures-util v0.3.31 |
1816 | 2025-02-21T07:51:40.989Z | Compiling zerovec v0.10.4 |
1817 | 2025-02-21T07:51:41.020Z | Compiling scroll_derive v0.12.0 |
1818 | 2025-02-21T07:51:41.043Z | Compiling ucd-trie v0.1.7 |
1819 | 2025-02-21T07:51:41.357Z | Compiling bitflags v2.6.0 |
1820 | 2025-02-21T07:51:41.534Z | Compiling bytes v1.9.0 |
1821 | 2025-02-21T07:51:42.570Z | Compiling tokio v1.43.0 |
1822 | 2025-02-21T07:51:43.674Z | Compiling indexmap v2.7.1 |
1823 | 2025-02-21T07:51:43.707Z | Compiling serde_tokenstream v0.2.2 |
1824 | 2025-02-21T07:51:44.478Z | Compiling http v1.2.0 |
1825 | 2025-02-21T07:51:45.770Z | Compiling which v4.4.2 |
1826 | 2025-02-21T07:51:46.688Z | Compiling rustc_version v0.4.1 |
1827 | 2025-02-21T07:51:46.719Z | Compiling pest v2.7.14 |
1828 | 2025-02-21T07:51:47.648Z | Compiling uuid v1.12.0 |
1829 | 2025-02-21T07:51:49.097Z | Compiling hmac v0.12.1 |
1830 | 2025-02-21T07:51:49.458Z | Compiling openssl-macros v0.1.1 |
1831 | 2025-02-21T07:51:49.680Z | Compiling rustls v0.23.19 |
1832 | 2025-02-21T07:51:49.861Z | Compiling native-tls v0.2.12 |
1833 | 2025-02-21T07:51:50.171Z | Compiling iana-time-zone v0.1.61 |
1834 | 2025-02-21T07:51:50.324Z | Compiling pest_meta v2.7.14 |
1835 | 2025-02-21T07:51:50.382Z | Compiling chrono v0.4.39 |
1836 | 2025-02-21T07:51:50.467Z | Compiling tinystr v0.7.6 |
1837 | 2025-02-21T07:51:50.492Z | Compiling block-padding v0.3.3 |
1838 | 2025-02-21T07:51:50.774Z | Compiling litemap v0.7.3 |
1839 | 2025-02-21T07:51:50.917Z | Compiling writeable v0.5.5 |
1840 | 2025-02-21T07:51:51.337Z | Compiling icu_locid v1.5.0 |
1841 | 2025-02-21T07:51:52.084Z | Compiling pest_generator v2.7.14 |
1842 | 2025-02-21T07:51:53.621Z | Compiling inout v0.1.3 |
1843 | 2025-02-21T07:51:54.258Z | Compiling cookie v0.18.1 |
1844 | 2025-02-21T07:51:56.443Z | Compiling pest_derive v2.7.14 |
1845 | 2025-02-21T07:51:57.316Z | Compiling cipher v0.4.4 |
1846 | 2025-02-21T07:51:57.353Z | Compiling icu_provider v1.5.0 |
1847 | 2025-02-21T07:51:57.679Z | Compiling sha2 v0.10.8 |
1848 | 2025-02-21T07:51:58.246Z | Compiling async-trait v0.1.86 |
1849 | 2025-02-21T07:51:58.703Z | Compiling tracing-core v0.1.32 |
1850 | 2025-02-21T07:51:59.017Z | Compiling aws-lc-sys v0.22.0 |
1851 | 2025-02-21T07:51:59.186Z | Compiling usdt-impl v0.5.0 |
1852 | 2025-02-21T07:51:59.642Z | Compiling percent-encoding v2.3.1 |
1853 | 2025-02-21T07:51:59.674Z | Compiling rustls-pki-types v1.10.0 |
1854 | 2025-02-21T07:52:00.171Z | Compiling base64ct v1.6.0 |
1855 | 2025-02-21T07:52:00.570Z | Compiling icu_locid_transform_data v1.5.0 |
1856 | 2025-02-21T07:52:00.734Z | Compiling dyn-clone v1.0.17 |
1857 | 2025-02-21T07:52:00.869Z | Compiling icu_locid_transform v1.5.0 |
1858 | 2025-02-21T07:52:01.021Z | Compiling pem-rfc7468 v0.7.0 |
1859 | 2025-02-21T07:52:01.527Z | Compiling tracing v0.1.40 |
1860 | 2025-02-21T07:52:03.816Z | Compiling tokio-util v0.7.12 |
1861 | 2025-02-21T07:52:03.941Z | Compiling icu_collections v1.5.0 |
1862 | 2025-02-21T07:52:04.150Z | Compiling scroll v0.12.0 |
1863 | 2025-02-21T07:52:06.399Z | Compiling ppv-lite86 v0.2.20 |
1864 | 2025-02-21T07:52:06.510Z | Compiling syn v1.0.109 |
1865 | 2025-02-21T07:52:06.746Z | Compiling camino v1.1.9 |
1866 | 2025-02-21T07:52:07.067Z | Compiling untrusted v0.7.1 |
1867 | 2025-02-21T07:52:07.127Z | Compiling powerfmt v0.2.0 |
1868 | 2025-02-21T07:52:07.258Z | Compiling untrusted v0.9.0 |
1869 | 2025-02-21T07:52:07.298Z | Compiling plain v0.2.3 |
1870 | 2025-02-21T07:52:07.492Z | Compiling mirai-annotations v1.12.0 |
1871 | 2025-02-21T07:52:07.575Z | Compiling icu_properties_data v1.5.0 |
1872 | 2025-02-21T07:52:07.594Z | Compiling flagset v0.4.6 |
1873 | 2025-02-21T07:52:07.803Z | Compiling der v0.7.9 |
1874 | 2025-02-21T07:52:07.870Z | Compiling icu_properties v1.5.1 |
1875 | 2025-02-21T07:52:09.957Z | Compiling goblin v0.8.2 |
1876 | 2025-02-21T07:52:10.731Z | Compiling deranged v0.3.11 |
1877 | 2025-02-21T07:52:11.752Z | Compiling rand_chacha v0.3.1 |
1878 | 2025-02-21T07:52:14.968Z | Compiling rustls v0.22.4 |
1879 | 2025-02-21T07:52:15.097Z | Compiling num_threads v0.1.7 |
1880 | 2025-02-21T07:52:15.257Z | Compiling rayon-core v1.12.1 |
1881 | 2025-02-21T07:52:15.300Z | Compiling pretty-hex v0.4.1 |
1882 | 2025-02-21T07:52:15.489Z | Compiling litrs v0.4.1 |
1883 | 2025-02-21T07:52:15.596Z | Compiling utf8_iter v1.0.4 |
1884 | 2025-02-21T07:52:15.734Z | Compiling utf16_iter v1.0.5 |
1885 | 2025-02-21T07:52:15.949Z | Compiling icu_normalizer_data v1.5.0 |
1886 | 2025-02-21T07:52:16.030Z | Compiling write16 v1.0.0 |
1887 | 2025-02-21T07:52:16.066Z | Compiling atomic-waker v1.1.2 |
1888 | 2025-02-21T07:52:16.148Z | Compiling dof v0.3.0 |
1889 | 2025-02-21T07:52:16.230Z | Compiling icu_normalizer v1.5.0 |
1890 | 2025-02-21T07:52:16.376Z | Compiling time v0.3.36 |
1891 | 2025-02-21T07:52:16.544Z | Compiling document-features v0.2.10 |
1892 | 2025-02-21T07:52:18.687Z | Compiling rand v0.8.5 |
1893 | 2025-02-21T07:52:18.800Z | Compiling spki v0.7.3 |
1894 | 2025-02-21T07:52:19.206Z | Compiling form_urlencoded v1.2.1 |
1895 | 2025-02-21T07:52:20.395Z | Compiling salsa20 v0.10.2 |
1896 | 2025-02-21T07:52:20.436Z | Compiling dtrace-parser v0.2.0 |
1897 | 2025-02-21T07:52:21.188Z | Compiling pbkdf2 v0.12.2 |
1898 | 2025-02-21T07:52:21.429Z | Compiling http-body v1.0.1 |
1899 | 2025-02-21T07:52:21.997Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1900 | 2025-02-21T07:52:22.006Z | Compiling thread-id v4.2.2 |
1901 | 2025-02-21T07:52:22.608Z | Compiling try-lock v0.2.5 |
1902 | 2025-02-21T07:52:24.736Z | Compiling want v0.3.1 |
1903 | 2025-02-21T07:52:26.315Z | Compiling scrypt v0.11.0 |
1904 | 2025-02-21T07:52:26.384Z | Compiling idna_adapter v1.2.0 |
1905 | 2025-02-21T07:52:26.513Z | Compiling h2 v0.4.6 |
1906 | 2025-02-21T07:52:26.667Z | Compiling aes v0.8.4 |
1907 | 2025-02-21T07:52:26.789Z | Compiling cbc v0.1.2 |
1908 | 2025-02-21T07:52:27.358Z | Compiling multer v3.1.0 |
1909 | 2025-02-21T07:52:27.392Z | Compiling tinyvec_macros v0.1.1 |
1910 | 2025-02-21T07:52:27.548Z | Compiling httpdate v1.0.3 |
1911 | 2025-02-21T07:52:27.745Z | Compiling slog-async v2.8.0 |
1912 | 2025-02-21T07:52:28.249Z | Compiling base64 v0.22.1 |
1913 | 2025-02-21T07:52:29.575Z | Compiling pkcs5 v0.7.1 |
1914 | 2025-02-21T07:52:29.833Z | Compiling tinyvec v1.8.0 |
1915 | 2025-02-21T07:52:31.444Z | Compiling idna v1.0.3 |
1916 | 2025-02-21T07:52:36.142Z | Compiling hyper v1.5.2 |
1917 | 2025-02-21T07:52:36.211Z | Compiling heapless v0.7.17 |
1918 | 2025-02-21T07:52:37.194Z | Compiling zerocopy-derive v0.6.6 |
1919 | 2025-02-21T07:52:37.793Z | Compiling tower-service v0.3.3 |
1920 | 2025-02-21T07:52:38.000Z | Compiling num-bigint-dig v0.8.4 |
1921 | 2025-02-21T07:52:38.249Z | Compiling anyhow v1.0.95 |
1922 | 2025-02-21T07:52:38.621Z | Compiling signal-hook v0.3.17 |
1923 | 2025-02-21T07:52:39.531Z | Compiling hyper-util v0.1.10 |
1924 | 2025-02-21T07:52:42.647Z | Compiling pkcs8 v0.10.2 |
1925 | 2025-02-21T07:52:43.321Z | Compiling usdt-macro v0.5.0 |
1926 | 2025-02-21T07:52:44.357Z | Compiling usdt-attr-macro v0.5.0 |
1927 | 2025-02-21T07:52:44.999Z | Compiling async-stream-impl v0.3.6 |
1928 | 2025-02-21T07:52:45.030Z | Compiling rustversion v1.0.17 |
1929 | 2025-02-21T07:52:45.624Z | Compiling foreign-types-shared v0.1.1 |
1930 | 2025-02-21T07:52:45.766Z | Compiling strsim v0.11.1 |
1931 | 2025-02-21T07:52:46.133Z | Compiling foreign-types v0.3.2 |
1932 | 2025-02-21T07:52:47.046Z | Compiling url v2.5.3 |
1933 | 2025-02-21T07:52:47.373Z | Compiling http-body-util v0.1.2 |
1934 | 2025-02-21T07:52:48.579Z | Compiling curve25519-dalek v4.1.3 |
1935 | 2025-02-21T07:52:48.660Z | Compiling openapiv3 v2.0.0 |
1936 | 2025-02-21T07:52:49.017Z | Compiling serde_spanned v0.6.8 |
1937 | 2025-02-21T07:52:49.274Z | Compiling toml_datetime v0.6.8 |
1938 | 2025-02-21T07:52:49.421Z | Compiling enum-as-inner v0.6.1 |
1939 | 2025-02-21T07:52:50.603Z | Compiling memoffset v0.9.1 |
1940 | 2025-02-21T07:52:51.173Z | Compiling dropshot v0.12.0 |
1941 | 2025-02-21T07:52:51.554Z | Compiling encoding_rs v0.8.34 |
1942 | 2025-02-21T07:52:53.123Z | Compiling smoltcp v0.9.1 |
1943 | 2025-02-21T07:52:53.841Z | Compiling match_cfg v0.1.0 |
1944 | 2025-02-21T07:52:54.135Z | Compiling adler2 v2.0.0 |
1945 | 2025-02-21T07:52:54.277Z | Compiling mime v0.3.17 |
1946 | 2025-02-21T07:52:54.347Z | Compiling portable-atomic v1.9.0 |
1947 | 2025-02-21T07:52:54.350Z | Compiling newtype-uuid v1.2.1 |
1948 | 2025-02-21T07:52:54.797Z | Compiling miniz_oxide v0.8.0 |
1949 | 2025-02-21T07:52:55.437Z | Compiling hostname v0.3.1 |
1950 | 2025-02-21T07:53:06.107Z | Compiling serde_urlencoded v0.7.1 |
1951 | 2025-02-21T07:53:06.360Z | Compiling rustls-pemfile v2.2.0 |
1952 | 2025-02-21T07:53:06.763Z | Compiling clap_derive v4.5.24 |
1953 | 2025-02-21T07:53:06.976Z | Compiling dirs-sys-next v0.1.2 |
1954 | 2025-02-21T07:53:07.502Z | Compiling ipnet v2.10.1 |
1955 | 2025-02-21T07:53:10.548Z | Compiling data-encoding v2.6.0 |
1956 | 2025-02-21T07:53:11.217Z | Compiling siphasher v0.3.11 |
1957 | 2025-02-21T07:53:11.302Z | Compiling cfg_aliases v0.2.1 |
1958 | 2025-02-21T07:53:11.678Z | Compiling openssl-probe v0.1.5 |
1959 | 2025-02-21T07:53:11.697Z | Compiling nix v0.29.0 |
1960 | 2025-02-21T07:53:12.862Z | Compiling dirs-next v2.0.0 |
1961 | 2025-02-21T07:53:14.970Z | Compiling rustls-webpki v0.102.8 |
1962 | 2025-02-21T07:53:15.964Z | Compiling unicode-normalization v0.1.24 |
1963 | 2025-02-21T07:53:16.030Z | Compiling hubpack_derive v0.1.1 |
1964 | 2025-02-21T07:53:16.498Z | Compiling crossbeam-epoch v0.9.18 |
1965 | 2025-02-21T07:53:17.002Z | Compiling dropshot_endpoint v0.12.0 |
1966 | 2025-02-21T07:53:17.364Z | Compiling sha1 v0.10.6 |
1967 | 2025-02-21T07:53:17.428Z | Compiling signature v2.2.0 |
1968 | 2025-02-21T07:53:17.713Z | Compiling curve25519-dalek-derive v0.1.1 |
1969 | 2025-02-21T07:53:17.855Z | Compiling thread_local v1.1.8 |
1970 | 2025-02-21T07:53:17.932Z | Compiling fs-err v2.11.0 |
1971 | 2025-02-21T07:53:19.152Z | Compiling winnow v0.6.20 |
1972 | 2025-02-21T07:53:20.871Z | Compiling anstyle v1.0.10 |
1973 | 2025-02-21T07:53:21.016Z | Compiling unicode-properties v0.1.3 |
1974 | 2025-02-21T07:53:21.103Z | Compiling psl-types v2.0.11 |
1975 | 2025-02-21T07:53:21.422Z | Compiling utf8parse v0.2.2 |
1976 | 2025-02-21T07:53:21.453Z | Compiling gimli v0.31.1 |
1977 | 2025-02-21T07:53:21.508Z | Compiling unicode-bidi v0.3.17 |
1978 | 2025-02-21T07:53:21.661Z | Compiling anstyle-parse v0.2.5 |
1979 | 2025-02-21T07:53:21.724Z | Compiling publicsuffix v2.3.0 |
1980 | 2025-02-21T07:53:22.650Z | Compiling toml_edit v0.22.22 |
1981 | 2025-02-21T07:53:22.680Z | Compiling stringprep v0.1.5 |
1982 | 2025-02-21T07:53:22.724Z | Compiling crossbeam-deque v0.8.5 |
1983 | 2025-02-21T07:53:25.879Z | Compiling term v0.7.0 |
1984 | 2025-02-21T07:53:26.922Z | Compiling addr2line v0.24.2 |
1985 | 2025-02-21T07:53:27.009Z | Compiling tokio-native-tls v0.3.1 |
1986 | 2025-02-21T07:53:27.341Z | Compiling slog-json v2.6.1 |
1987 | 2025-02-21T07:53:27.875Z | Compiling crossbeam-channel v0.5.13 |
1988 | 2025-02-21T07:53:29.194Z | Compiling webpki-roots v0.26.6 |
1989 | 2025-02-21T07:53:29.215Z | Compiling futures-executor v0.3.31 |
1990 | 2025-02-21T07:53:29.507Z | Compiling num-integer v0.1.46 |
1991 | 2025-02-21T07:53:29.626Z | Compiling md-5 v0.10.6 |
1992 | 2025-02-21T07:53:29.650Z | Compiling ff v0.13.0 |
1993 | 2025-02-21T07:53:29.867Z | Compiling hash32 v0.2.1 |
1994 | 2025-02-21T07:53:29.870Z | Compiling is-terminal v0.4.13 |
1995 | 2025-02-21T07:53:30.018Z | Compiling memmap v0.7.0 |
1996 | 2025-02-21T07:53:30.159Z | Compiling object v0.36.5 |
1997 | 2025-02-21T07:53:30.249Z | Compiling take_mut v0.2.2 |
1998 | 2025-02-21T07:53:30.327Z | Compiling utf-8 v0.7.6 |
1999 | 2025-02-21T07:53:30.429Z | Compiling quick-error v1.2.3 |
2000 | 2025-02-21T07:53:30.599Z | Compiling heck v0.4.1 |
2001 | 2025-02-21T07:53:30.627Z | Compiling colorchoice v1.0.2 |
2002 | 2025-02-21T07:53:30.964Z | Compiling base16ct v0.2.0 |
2003 | 2025-02-21T07:53:31.029Z | Compiling fallible-iterator v0.2.0 |
2004 | 2025-02-21T07:53:31.264Z | Compiling rustc-demangle v0.1.24 |
2005 | 2025-02-21T07:53:31.682Z | Compiling linked-hash-map v0.5.6 |
2006 | 2025-02-21T07:53:31.745Z | Compiling anstyle-query v1.1.1 |
2007 | 2025-02-21T07:53:31.933Z | Compiling is_terminal_polyfill v1.70.1 |
2008 | 2025-02-21T07:53:32.033Z | Compiling lru-cache v0.1.2 |
2009 | 2025-02-21T07:53:32.077Z | Compiling anstream v0.6.15 |
2010 | 2025-02-21T07:53:32.098Z | Compiling postgres-protocol v0.6.7 |
2011 | 2025-02-21T07:53:32.220Z | Compiling sec1 v0.7.3 |
2012 | 2025-02-21T07:53:32.788Z | Compiling strum_macros v0.25.3 |
2013 | 2025-02-21T07:53:32.945Z | Compiling tokio-rustls v0.26.0 |
2014 | 2025-02-21T07:53:33.189Z | Compiling resolv-conf v0.7.0 |
2015 | 2025-02-21T07:53:33.433Z | Compiling tungstenite v0.24.0 |
2016 | 2025-02-21T07:53:34.685Z | Compiling usdt v0.5.0 |
2017 | 2025-02-21T07:53:35.166Z | Compiling num-iter v0.1.45 |
2018 | 2025-02-21T07:53:35.376Z | Compiling slog-term v2.9.1 |
2019 | 2025-02-21T07:53:35.622Z | Compiling group v0.13.0 |
2020 | 2025-02-21T07:53:36.090Z | Compiling futures v0.3.31 |
2021 | 2025-02-21T07:53:36.364Z | Compiling tokio-rustls v0.25.0 |
2022 | 2025-02-21T07:53:36.806Z | Compiling backtrace v0.3.74 |
2023 | 2025-02-21T07:53:37.033Z | Compiling slog-bunyan v2.5.0 |
2024 | 2025-02-21T07:53:37.248Z | Compiling hyper-tls v0.6.0 |
2025 | 2025-02-21T07:53:37.528Z | Compiling toml v0.8.19 |
2026 | 2025-02-21T07:53:37.615Z | Compiling cookie_store v0.21.1 |
2027 | 2025-02-21T07:53:37.698Z | Compiling hickory-proto v0.24.3 |
2028 | 2025-02-21T07:53:37.974Z | Compiling phf_shared v0.11.2 |
2029 | 2025-02-21T07:53:38.845Z | Compiling async-stream v0.3.6 |
2030 | 2025-02-21T07:53:39.127Z | Compiling waitgroup v0.1.2 |
2031 | 2025-02-21T07:53:39.175Z | Compiling hashbrown v0.14.5 |
2032 | 2025-02-21T07:53:39.325Z | Compiling hkdf v0.12.4 |
2033 | 2025-02-21T07:53:39.346Z | Compiling terminal_size v0.4.0 |
2034 | 2025-02-21T07:53:39.569Z | Compiling serde_path_to_error v0.1.16 |
2035 | 2025-02-21T07:53:39.590Z | Compiling crypto-bigint v0.5.5 |
2036 | 2025-02-21T07:53:39.981Z | Compiling serde_repr v0.1.19 |
2037 | 2025-02-21T07:53:40.305Z | Compiling derive-where v1.2.7 |
2038 | 2025-02-21T07:53:40.354Z | Compiling sync_wrapper v1.0.1 |
2039 | 2025-02-21T07:53:40.697Z | Compiling hostname v0.4.0 |
2040 | 2025-02-21T07:53:40.923Z | Compiling crc32fast v1.4.2 |
2041 | 2025-02-21T07:53:41.388Z | Compiling managed v0.8.0 |
2042 | 2025-02-21T07:53:41.469Z | Compiling debug-ignore v1.0.5 |
2043 | 2025-02-21T07:53:41.809Z | Compiling winnow v0.5.40 |
2044 | 2025-02-21T07:53:41.837Z | Compiling clap_lex v0.7.4 |
2045 | 2025-02-21T07:53:42.770Z | Compiling unicode-width v0.2.0 |
2046 | 2025-02-21T07:53:42.837Z | Compiling bitflags v1.3.2 |
2047 | 2025-02-21T07:53:43.087Z | Compiling hickory-resolver v0.24.3 |
2048 | 2025-02-21T07:53:43.327Z | Compiling console v0.15.10 |
2049 | 2025-02-21T07:53:43.795Z | Compiling elliptic-curve v0.13.8 |
2050 | 2025-02-21T07:53:44.457Z | Compiling clap_builder v4.5.27 |
2051 | 2025-02-21T07:53:45.229Z | Compiling toml_edit v0.19.15 |
2052 | 2025-02-21T07:53:47.820Z | Compiling flate2 v1.0.35 |
2053 | 2025-02-21T07:53:48.346Z | Compiling regress v0.10.1 |
2054 | 2025-02-21T07:53:49.968Z | Compiling hyper-rustls v0.27.3 |
2055 | 2025-02-21T07:53:52.577Z | Compiling phf v0.11.2 |
2056 | 2025-02-21T07:53:52.874Z | Compiling signal-hook-mio v0.2.4 |
2057 | 2025-02-21T07:53:53.066Z | Compiling rayon v1.10.0 |
2058 | 2025-02-21T07:53:53.110Z | Compiling bzip2 v0.4.4 |
2059 | 2025-02-21T07:53:53.154Z | Compiling tokio-tungstenite v0.24.0 |
2060 | 2025-02-21T07:53:53.523Z | Compiling postgres-types v0.2.8 |
2061 | 2025-02-21T07:53:53.736Z | Compiling ed25519 v2.2.3 |
2062 | 2025-02-21T07:53:53.763Z | Compiling hubpack v0.1.2 |
2063 | 2025-02-21T07:53:54.187Z | Compiling phf_shared v0.10.0 |
2064 | 2025-02-21T07:53:54.400Z | Compiling pkcs1 v0.7.5 |
2065 | 2025-02-21T07:53:55.204Z | Compiling zerocopy v0.6.6 |
2066 | 2025-02-21T07:53:55.702Z | Compiling tokio-stream v0.1.16 |
2067 | 2025-02-21T07:53:55.985Z | Compiling rfc6979 v0.4.0 |
2068 | 2025-02-21T07:53:56.594Z | Compiling serde-big-array v0.5.1 |
2069 | 2025-02-21T07:53:56.834Z | Compiling float-cmp v0.10.0 |
2070 | 2025-02-21T07:53:57.105Z | Compiling bstr v1.10.0 |
2071 | 2025-02-21T07:53:57.365Z | Compiling number_prefix v0.4.0 |
2072 | 2025-02-21T07:53:57.544Z | Compiling new_debug_unreachable v1.0.6 |
2073 | 2025-02-21T07:53:57.599Z | Compiling static_assertions v1.1.0 |
2074 | 2025-02-21T07:53:57.657Z | Compiling bit-vec v0.6.3 |
2075 | 2025-02-21T07:53:57.721Z | Compiling unicode-segmentation v1.12.0 |
2076 | 2025-02-21T07:53:58.120Z | Compiling whoami v1.5.2 |
2077 | 2025-02-21T07:53:58.282Z | Compiling predicates-core v1.0.8 |
2078 | 2025-02-21T07:53:59.000Z | Compiling precomputed-hash v0.1.1 |
2079 | 2025-02-21T07:53:59.011Z | Compiling normalize-line-endings v0.3.0 |
2080 | 2025-02-21T07:53:59.011Z | Compiling difflib v0.4.0 |
2081 | 2025-02-21T07:53:59.011Z | Compiling fixedbitset v0.4.2 |
2082 | 2025-02-21T07:53:59.011Z | Compiling string_cache v0.8.7 |
2083 | 2025-02-21T07:53:59.289Z | Compiling petgraph v0.6.5 |
2084 | 2025-02-21T07:53:59.388Z | Compiling predicates v3.1.3 |
2085 | 2025-02-21T07:53:59.960Z | Compiling tokio-postgres v0.7.12 |
2086 | 2025-02-21T07:54:00.710Z | Compiling similar v2.6.0 |
2087 | 2025-02-21T07:54:01.778Z | Compiling bit-set v0.5.3 |
2088 | 2025-02-21T07:54:02.068Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2089 | 2025-02-21T07:54:02.476Z | Compiling indicatif v0.17.11 |
2090 | 2025-02-21T07:54:04.179Z | Compiling reqwest v0.12.9 |
2091 | 2025-02-21T07:54:05.199Z | Compiling qorb v0.2.1 |
2092 | 2025-02-21T07:54:05.866Z | Compiling ecdsa v0.16.9 |
2093 | 2025-02-21T07:54:06.360Z | Compiling rsa v0.9.6 |
2094 | 2025-02-21T07:54:07.773Z | Compiling ed25519-dalek v2.1.1 |
2095 | 2025-02-21T07:54:08.169Z | Compiling zip v0.6.6 |
2096 | 2025-02-21T07:54:08.288Z | Compiling crossterm v0.28.1 |
2097 | 2025-02-21T07:54:08.871Z | Compiling typify-impl v0.2.0 |
2098 | 2025-02-21T07:54:08.893Z | Compiling toml v0.7.8 |
2099 | 2025-02-21T07:54:09.336Z | Compiling clap v4.5.27 |
2100 | 2025-02-21T07:54:11.286Z | Compiling x509-cert v0.2.5 |
2101 | 2025-02-21T07:54:12.806Z | Compiling hex v0.4.3 |
2102 | 2025-02-21T07:54:15.177Z | Compiling itertools v0.10.5 |
2103 | 2025-02-21T07:54:15.330Z | Compiling unicode-xid v0.2.6 |
2104 | 2025-02-21T07:54:17.728Z | Compiling lalrpop-util v0.19.12 |
2105 | 2025-02-21T07:54:18.524Z | Compiling peg-runtime v0.8.3 |
2106 | 2025-02-21T07:54:19.038Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2107 | 2025-02-21T07:54:19.371Z | Compiling typify-macro v0.2.0 |
2108 | 2025-02-21T07:54:46.489Z | Compiling radium v0.7.0 |
2109 | 2025-02-21T07:54:54.494Z | Compiling ident_case v1.0.1 |
2110 | 2025-02-21T07:54:54.803Z | Compiling maybe-uninit v2.0.0 |
2111 | 2025-02-21T07:54:55.063Z | Compiling tap v1.0.1 |
2112 | 2025-02-21T07:54:55.275Z | Compiling wyz v0.5.1 |
2113 | 2025-02-21T07:54:56.000Z | Compiling darling_core v0.20.10 |
2114 | 2025-02-21T07:55:05.849Z | Compiling typify v0.2.0 |
2115 | 2025-02-21T07:55:08.728Z | Compiling packed_struct v0.10.1 |
2116 | 2025-02-21T07:55:09.003Z | Compiling funty v2.0.0 |
2117 | 2025-02-21T07:55:10.065Z | Compiling unsafe-libyaml v0.2.11 |
2118 | 2025-02-21T07:55:11.593Z | Compiling serde_yaml v0.9.34+deprecated |
2119 | 2025-02-21T07:55:13.451Z | Compiling bitvec v1.0.1 |
2120 | 2025-02-21T07:55:24.194Z | Compiling progenitor-impl v0.8.0 |
2121 | 2025-02-21T07:55:25.482Z | Compiling darling_macro v0.20.10 |
2122 | 2025-02-21T07:55:27.418Z | Compiling ipnetwork v0.21.1 |
2123 | 2025-02-21T07:55:28.651Z | Compiling packed_struct_codegen v0.10.1 |
2124 | 2025-02-21T07:55:29.201Z | Compiling structmeta-derive v0.3.0 |
2125 | 2025-02-21T07:55:29.955Z | Compiling indexmap v1.9.3 |
2126 | 2025-02-21T07:55:29.976Z | Compiling fastrand v2.1.1 |
2127 | 2025-02-21T07:55:30.920Z | Compiling nodrop v0.1.14 |
2128 | 2025-02-21T07:55:31.014Z | Compiling crc-catalog v2.4.0 |
2129 | 2025-02-21T07:55:31.070Z | Compiling thiserror v2.0.11 |
2130 | 2025-02-21T07:55:31.098Z | Compiling array-init v0.0.4 |
2131 | 2025-02-21T07:55:31.177Z | Compiling crc v3.2.1 |
2132 | 2025-02-21T07:55:31.571Z | Compiling structmeta v0.3.0 |
2133 | 2025-02-21T07:55:31.930Z | Compiling tempfile v3.13.0 |
2134 | 2025-02-21T07:55:32.048Z | Compiling progenitor-macro v0.8.0 |
2135 | 2025-02-21T07:55:32.153Z | Compiling oxnet v0.1.0 |
2136 | 2025-02-21T07:55:32.897Z | Compiling darling v0.20.10 |
2137 | 2025-02-21T07:55:33.032Z | Compiling smallvec v0.6.14 |
2138 | 2025-02-21T07:55:33.666Z | Compiling progenitor-client v0.8.0 |
2139 | 2025-02-21T07:55:33.684Z | Compiling xattr v1.3.1 |
2140 | 2025-02-21T07:55:33.927Z | Compiling pin-project-internal v1.1.6 |
2141 | 2025-02-21T07:55:34.463Z | Compiling thiserror-impl v2.0.11 |
2142 | 2025-02-21T07:55:35.666Z | Compiling daft-derive v0.1.1 |
2143 | 2025-02-21T07:55:35.781Z | Compiling filetime v0.2.25 |
2144 | 2025-02-21T07:55:36.144Z | Compiling dropshot v0.15.1 |
2145 | 2025-02-21T07:55:36.414Z | Compiling same-file v1.0.6 |
2146 | 2025-02-21T07:55:36.478Z | Compiling hashbrown v0.12.3 |
2147 | 2025-02-21T07:55:36.731Z | Compiling termcolor v1.4.1 |
2148 | 2025-02-21T07:55:37.059Z | Compiling base64 v0.21.7 |
2149 | 2025-02-21T07:55:37.263Z | Compiling bitfield v0.14.0 |
2150 | 2025-02-21T07:55:37.579Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2151 | 2025-02-21T07:55:37.737Z | Compiling ron v0.8.1 |
2152 | 2025-02-21T07:55:38.428Z | Compiling env_logger v0.10.2 |
2153 | 2025-02-21T07:55:38.754Z | Compiling daft v0.1.1 |
2154 | 2025-02-21T07:55:39.198Z | Compiling walkdir v2.5.0 |
2155 | 2025-02-21T07:55:40.838Z | Compiling pin-project v1.1.6 |
2156 | 2025-02-21T07:55:41.010Z | Compiling tar v0.4.42 |
2157 | 2025-02-21T07:55:41.564Z | Compiling serde-hex v0.1.0 |
2158 | 2025-02-21T07:55:42.296Z | Compiling progenitor v0.8.0 |
2159 | 2025-02-21T07:55:42.537Z | Compiling serde_with_macros v3.11.0 |
2160 | 2025-02-21T07:55:43.460Z | Compiling parse-display-derive v0.10.0 |
2161 | 2025-02-21T07:55:44.913Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2162 | 2025-02-21T07:55:45.257Z | Compiling strum_macros v0.26.4 |
2163 | 2025-02-21T07:55:46.500Z | Compiling hashbrown v0.13.2 |
2164 | 2025-02-21T07:55:46.818Z | Compiling dropshot_endpoint v0.15.1 |
2165 | 2025-02-21T07:55:46.880Z | Compiling snafu-derive v0.8.5 |
2166 | 2025-02-21T07:55:47.708Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2167 | 2025-02-21T07:55:48.467Z | Compiling blake3 v1.5.4 |
2168 | 2025-02-21T07:55:49.104Z | Compiling instant v0.1.13 |
2169 | 2025-02-21T07:55:49.196Z | Compiling crc-any v2.5.0 |
2170 | 2025-02-21T07:55:49.303Z | Compiling buf-list v1.0.3 |
2171 | 2025-02-21T07:55:49.881Z | Compiling bumpalo v3.16.0 |
2172 | 2025-02-21T07:55:50.129Z | Compiling lockfree-object-pool v0.1.6 |
2173 | 2025-02-21T07:55:50.434Z | Compiling simd-adler32 v0.3.7 |
2174 | 2025-02-21T07:55:50.470Z | Compiling zip v2.1.3 |
2175 | 2025-02-21T07:55:50.763Z | Compiling backoff v0.4.0 |
2176 | 2025-02-21T07:55:50.847Z | Compiling zopfli v0.8.1 |
2177 | 2025-02-21T07:55:51.042Z | Compiling snafu v0.8.5 |
2178 | 2025-02-21T07:55:51.152Z | Compiling strum v0.26.3 |
2179 | 2025-02-21T07:55:51.599Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2180 | 2025-02-21T07:55:51.829Z | Compiling object v0.30.4 |
2181 | 2025-02-21T07:55:51.972Z | Compiling parse-display v0.10.0 |
2182 | 2025-02-21T07:55:52.169Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2183 | 2025-02-21T07:55:53.967Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2184 | 2025-02-21T07:55:55.086Z | Compiling serde_with v3.11.0 |
2185 | 2025-02-21T07:55:55.457Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2186 | 2025-02-21T07:55:59.014Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2187 | 2025-02-21T07:55:59.831Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2188 | 2025-02-21T07:56:00.627Z | Compiling camino-tempfile v1.1.1 |
2189 | 2025-02-21T07:56:00.763Z | Compiling globset v0.4.15 |
2190 | 2025-02-21T07:56:01.459Z | Compiling regress v0.9.1 |
2191 | 2025-02-21T07:56:04.029Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2192 | 2025-02-21T07:56:04.243Z | Compiling progenitor-client v0.9.1 |
2193 | 2025-02-21T07:56:05.175Z | Compiling olpc-cjson v0.1.4 |
2194 | 2025-02-21T07:56:05.493Z | Compiling pem v3.0.4 |
2195 | 2025-02-21T07:56:06.360Z | Compiling serde_plain v1.0.2 |
2196 | 2025-02-21T07:56:06.736Z | Compiling macaddr v1.0.1 |
2197 | 2025-02-21T07:56:06.888Z | Compiling cargo-platform v0.1.8 |
2198 | 2025-02-21T07:56:06.942Z | Compiling async-recursion v1.1.1 |
2199 | 2025-02-21T07:56:07.355Z | Compiling memmap2 v0.9.5 |
2200 | 2025-02-21T07:56:07.906Z | Compiling constant_time_eq v0.3.1 |
2201 | 2025-02-21T07:56:07.980Z | Compiling arrayvec v0.7.6 |
2202 | 2025-02-21T07:56:08.088Z | Compiling arrayref v0.3.9 |
2203 | 2025-02-21T07:56:08.222Z | Compiling path-slash v0.1.5 |
2204 | 2025-02-21T07:56:08.291Z | Compiling typed-path v0.9.3 |
2205 | 2025-02-21T07:56:08.486Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2206 | 2025-02-21T07:56:09.850Z | Compiling cargo_metadata v0.18.1 |
2207 | 2025-02-21T07:56:09.871Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2208 | 2025-02-21T07:56:10.875Z | Compiling tough v0.19.0 |
2209 | 2025-02-21T07:56:13.909Z | Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2210 | 2025-02-21T07:56:14.383Z | Compiling itertools v0.13.0 |
2211 | 2025-02-21T07:56:15.004Z | Compiling parse-size v1.1.0 |
2212 | 2025-02-21T07:56:15.184Z | Compiling topological-sort v0.2.2 |
2213 | 2025-02-21T07:56:15.375Z | Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2214 | 2025-02-21T07:56:15.485Z | Compiling omicron-zone-package v0.12.0 |
2215 | 2025-02-21T07:56:18.021Z | Compiling shell-words v1.1.0 |
2216 | 2025-02-21T07:56:24.369Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2217 | 2025-02-21T07:56:34.491Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2218 | 2025-02-21T07:56:48.199Z | Finished `release` profile [optimized] target(s) in 5m 34s |
2219 | 2025-02-21T07:56:48.368Z | Running `target/release/omicron-releng --output-dir /work` |
2220 | 2025-02-21T07:56:48.416Z | Feb 21 07:56:47.032 DEBG changing working directory to /work/oxidecomputer/omicron |
2221 | 2025-02-21T07:56:48.525Z | Feb 21 07:56:47.141 DEBG running: git rev-parse HEAD |
2222 | 2025-02-21T07:56:48.532Z | Feb 21 07:56:47.148 DEBG process exited with exit status: 0 (6.856343ms) |
2223 | 2025-02-21T07:56:48.534Z | Feb 21 07:56:47.148 INFO version: 13.0.0-0.ci+git903e27dbec3 |
2224 | 2025-02-21T07:56:48.573Z | Feb 21 07:56:47.189 INFO cloning helios to /work/oxidecomputer/helios |
2225 | 2025-02-21T07:56:48.573Z | Feb 21 07:56:47.189 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
2226 | 2025-02-21T07:56:48.578Z | Cloning into '/work/oxidecomputer/helios'... |
2227 | 2025-02-21T07:56:49.111Z | Feb 21 07:56:47.727 DEBG process exited with exit status: 0 (538.194989ms) |
2228 | 2025-02-21T07:56:49.111Z | Feb 21 07:56:47.727 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
2229 | 2025-02-21T07:56:50.015Z | Feb 21 07:56:48.630 DEBG process exited with exit status: 0 (903.180962ms) |
2230 | 2025-02-21T07:56:50.015Z | Feb 21 07:56:48.631 DEBG running: zfs list rpool/images/build/host |
2231 | 2025-02-21T07:56:50.022Z | NAME USED AVAIL REFER MOUNTPOINT |
2232 | 2025-02-21T07:56:50.022Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
2233 | 2025-02-21T07:56:50.025Z | Feb 21 07:56:48.638 DEBG process exited with exit status: 0 (7.904735ms) |
2234 | 2025-02-21T07:56:50.025Z | Feb 21 07:56:48.639 DEBG running: zfs list rpool/images/build/recovery |
2235 | 2025-02-21T07:56:50.028Z | NAME USED AVAIL REFER MOUNTPOINT |
2236 | 2025-02-21T07:56:50.028Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
2237 | 2025-02-21T07:56:50.031Z | Feb 21 07:56:48.645 DEBG process exited with exit status: 0 (6.486938ms) |
2238 | 2025-02-21T07:56:50.031Z | Feb 21 07:56:48.645 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
2239 | 2025-02-21T07:56:50.037Z | # branch.oid 6f70a2d0ac0dd1cd4770e572051ba364029292ff |
2240 | 2025-02-21T07:56:50.037Z | # branch.head master |
2241 | 2025-02-21T07:56:50.037Z | # branch.upstream origin/master |
2242 | 2025-02-21T07:56:50.037Z | # branch.ab +0 -0 |
2243 | 2025-02-21T07:56:50.040Z | Feb 21 07:56:48.654 DEBG process exited with exit status: 0 (8.37473ms) |
2244 | 2025-02-21T07:56:50.040Z | Feb 21 07:56:48.654 INFO [hubris-production] running task |
2245 | 2025-02-21T07:56:50.040Z | Feb 21 07:56:48.655 INFO [hubris-staging] running task |
2246 | 2025-02-21T07:56:50.040Z | Feb 21 07:56:48.655 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 |
2247 | 2025-02-21T07:56:50.043Z | Feb 21 07:56:48.659 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
2248 | 2025-02-21T07:56:50.116Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
2249 | 2025-02-21T07:56:50.518Z | [ omicron-package] Blocking waiting for file lock on package cache |
2250 | 2025-02-21T07:56:50.954Z | [ omicron-package] Blocking waiting for file lock on package cache |
2251 | 2025-02-21T07:56:51.244Z | [ omicron-package] Blocking waiting for file lock on package cache |
2252 | 2025-02-21T07:56:51.806Z | Feb 21 07:56:50.421 INFO [hubris-production] task succeeded (1.766679838s) |
2253 | 2025-02-21T07:56:52.091Z | [ omicron-package] Compiling zerocopy v0.8.10 |
2254 | 2025-02-21T07:56:52.094Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
2255 | 2025-02-21T07:56:52.094Z | [ omicron-package] Compiling itertools v0.13.0 |
2256 | 2025-02-21T07:56:52.094Z | [ omicron-package] Compiling zerocopy-derive v0.8.10 |
2257 | 2025-02-21T07:56:52.094Z | [ omicron-package] Compiling heapless v0.8.0 |
2258 | 2025-02-21T07:56:52.094Z | [ omicron-package] Compiling hash32 v0.3.1 |
2259 | 2025-02-21T07:56:52.094Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2260 | 2025-02-21T07:56:52.094Z | [ omicron-package] Compiling smoltcp v0.11.0 |
2261 | 2025-02-21T07:56:53.637Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
2262 | 2025-02-21T07:56:53.880Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2263 | 2025-02-21T07:56:54.108Z | [ omicron-package] Compiling cobs v0.2.3 |
2264 | 2025-02-21T07:56:54.230Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
2265 | 2025-02-21T07:56:54.328Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
2266 | 2025-02-21T07:56:54.884Z | [ omicron-package] Compiling postcard v1.0.10 |
2267 | 2025-02-21T07:56:54.968Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2268 | 2025-02-21T07:56:55.109Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
2269 | 2025-02-21T07:56:55.238Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
2270 | 2025-02-21T07:56:55.561Z | [ omicron-package] Compiling unicode-width v0.1.14 |
2271 | 2025-02-21T07:56:55.616Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2272 | 2025-02-21T07:56:56.578Z | [ omicron-package] Compiling tabwriter v1.4.0 |
2273 | 2025-02-21T07:56:57.619Z | [ omicron-package] Compiling foreign-types v0.5.0 |
2274 | 2025-02-21T07:56:57.935Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2275 | 2025-02-21T07:56:58.068Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
2276 | 2025-02-21T07:56:58.231Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2277 | 2025-02-21T07:56:58.383Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
2278 | 2025-02-21T07:56:58.467Z | [ omicron-package] Compiling num_enum v0.5.11 |
2279 | 2025-02-21T07:56:58.470Z | [ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2280 | 2025-02-21T07:56:58.612Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
2281 | 2025-02-21T07:56:59.146Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2282 | 2025-02-21T07:56:59.483Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2283 | 2025-02-21T07:56:59.659Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2284 | 2025-02-21T07:56:59.669Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2285 | 2025-02-21T07:57:00.015Z | [ omicron-package] Compiling colored v2.1.0 |
2286 | 2025-02-21T07:57:00.212Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2287 | 2025-02-21T07:57:00.932Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2288 | 2025-02-21T07:57:01.339Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
2289 | 2025-02-21T07:57:01.637Z | [ omicron-package] Compiling sigpipe v0.1.3 |
2290 | 2025-02-21T07:57:01.746Z | [ omicron-package] Compiling num-derive v0.4.2 |
2291 | 2025-02-21T07:57:02.369Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
2292 | 2025-02-21T07:57:02.778Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2293 | 2025-02-21T07:57:03.128Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2294 | 2025-02-21T07:57:03.786Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2295 | 2025-02-21T07:57:03.832Z | [ omicron-package] Compiling smf v0.2.3 |
2296 | 2025-02-21T07:57:03.992Z | [ omicron-package] Compiling zone v0.3.0 |
2297 | 2025-02-21T07:57:04.712Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2298 | 2025-02-21T07:57:05.399Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2299 | 2025-02-21T07:57:05.532Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
2300 | 2025-02-21T07:57:07.627Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2301 | 2025-02-21T07:57:07.920Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2302 | 2025-02-21T07:57:08.351Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2303 | 2025-02-21T07:57:08.483Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2304 | 2025-02-21T07:57:08.494Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2305 | 2025-02-21T07:57:08.711Z | [ omicron-package] Compiling gethostname v0.5.0 |
2306 | 2025-02-21T07:57:08.826Z | [ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2307 | 2025-02-21T07:57:08.955Z | [ omicron-package] Compiling indent_write v2.2.0 |
2308 | 2025-02-21T07:57:10.105Z | [ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2309 | 2025-02-21T07:57:12.113Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2310 | 2025-02-21T07:57:13.173Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2311 | 2025-02-21T07:57:14.508Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2312 | 2025-02-21T07:57:17.914Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2313 | 2025-02-21T07:57:19.975Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2314 | 2025-02-21T07:57:21.966Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2315 | 2025-02-21T07:57:24.925Z | Feb 21 07:57:23.541 INFO [hubris-staging] task succeeded (34.88558354s) |
2316 | 2025-02-21T07:57:26.712Z | [ helios-setup] Feb 21 07:57:25.328 INFO helios repository root is: /work/oxidecomputer/helios |
2317 | 2025-02-21T07:57:26.715Z | [ helios-setup] Feb 21 07:57:25.330 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2318 | 2025-02-21T07:57:26.715Z | [ helios-setup] Feb 21 07:57:25.330 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 |
2319 | 2025-02-21T07:57:26.715Z | [ helios-setup] Feb 21 07:57:25.330 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2320 | 2025-02-21T07:57:26.720Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2321 | 2025-02-21T07:57:27.520Z | [ helios-setup] Feb 21 07:57:26.136 INFO clone ok!, project: pinprick |
2322 | 2025-02-21T07:57:27.523Z | [ helios-setup] Feb 21 07:57:26.136 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 |
2323 | 2025-02-21T07:57:27.523Z | [ helios-setup] Feb 21 07:57:26.136 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2324 | 2025-02-21T07:57:27.526Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2325 | 2025-02-21T07:57:28.385Z | [ helios-setup] Feb 21 07:57:27.001 INFO clone ok!, project: chelsio-t6-roms |
2326 | 2025-02-21T07:57:28.388Z | [ helios-setup] Feb 21 07:57:27.001 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 |
2327 | 2025-02-21T07:57:28.388Z | [ helios-setup] Feb 21 07:57:27.001 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 |
2328 | 2025-02-21T07:57:28.392Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2329 | 2025-02-21T07:57:29.299Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2330 | 2025-02-21T07:57:29.304Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2331 | 2025-02-21T07:57:36.409Z | [ helios-setup] Submodule path 'amd-firmware': checked out '1a6eeff3c909666c2c562bb7d934fad7744bf7de' |
2332 | 2025-02-21T07:57:36.418Z | [ helios-setup] Feb 21 07:57:35.033 INFO clone ok!, project: amd-host-image-builder |
2333 | 2025-02-21T07:57:36.421Z | [ helios-setup] Feb 21 07:57:35.034 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 |
2334 | 2025-02-21T07:57:36.421Z | [ helios-setup] Feb 21 07:57:35.034 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2335 | 2025-02-21T07:57:36.425Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2336 | 2025-02-21T07:57:37.358Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 47.30s |
2337 | 2025-02-21T07:57:37.608Z | [ omicron-package] |
2338 | 2025-02-21T07:57:37.608Z | [ omicron-package] real 47.523895483 |
2339 | 2025-02-21T07:57:37.611Z | [ omicron-package] user 2:56.734786825 |
2340 | 2025-02-21T07:57:37.611Z | [ omicron-package] sys 18.390302515 |
2341 | 2025-02-21T07:57:37.611Z | [ omicron-package] trap 0.419422976 |
2342 | 2025-02-21T07:57:37.611Z | [ omicron-package] tflt 0.468480345 |
2343 | 2025-02-21T07:57:37.611Z | [ omicron-package] dflt 0.777896111 |
2344 | 2025-02-21T07:57:37.611Z | [ omicron-package] kflt 0.000003589 |
2345 | 2025-02-21T07:57:37.611Z | [ omicron-package] lock 5:20.857929888 |
2346 | 2025-02-21T07:57:37.611Z | [ omicron-package] slp 8:56.582742826 |
2347 | 2025-02-21T07:57:37.611Z | [ omicron-package] lat 1:35.344764278 |
2348 | 2025-02-21T07:57:37.611Z | [ omicron-package] stop 57.567573816 |
2349 | 2025-02-21T07:57:37.611Z | Feb 21 07:57:36.224 INFO [omicron-package] process exited with exit status: 0 (47.569317749s) |
2350 | 2025-02-21T07:57:37.611Z | Feb 21 07:57:36.225 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host |
2351 | 2025-02-21T07:57:37.691Z | Feb 21 07:57:36.306 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery |
2352 | 2025-02-21T07:57:37.702Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
2353 | 2025-02-21T07:57:37.705Z | [ host-target] Created new build target 'host' and set it as active |
2354 | 2025-02-21T07:57:37.705Z | Feb 21 07:57:36.320 INFO [host-target] process exited with exit status: 0 (95.380598ms) |
2355 | 2025-02-21T07:57:37.705Z | Feb 21 07:57:36.320 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
2356 | 2025-02-21T07:57:37.712Z | [ recovery-target] Created new build target 'recovery' and set it as active |
2357 | 2025-02-21T07:57:37.712Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
2358 | 2025-02-21T07:57:37.717Z | Feb 21 07:57:36.331 INFO [recovery-target] process exited with exit status: 0 (24.778249ms) |
2359 | 2025-02-21T07:57:37.724Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
2360 | 2025-02-21T07:57:38.984Z | [ host-package] Compiling thiserror v2.0.11 |
2361 | 2025-02-21T07:57:39.126Z | [ host-package] Compiling typify-impl v0.3.0 |
2362 | 2025-02-21T07:57:39.143Z | [ host-package] Compiling convert_case v0.4.0 |
2363 | 2025-02-21T07:57:39.145Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2364 | 2025-02-21T07:57:39.145Z | [ host-package] Compiling newline-converter v0.3.0 |
2365 | 2025-02-21T07:57:39.159Z | [ host-package] Compiling password-hash v0.5.0 |
2366 | 2025-02-21T07:57:39.177Z | [ host-package] Compiling blake2 v0.10.6 |
2367 | 2025-02-21T07:57:39.231Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2368 | 2025-02-21T07:57:39.383Z | [ host-package] Compiling expectorate v1.1.0 |
2369 | 2025-02-21T07:57:39.407Z | [ host-package] Compiling atomicwrites v0.4.4 |
2370 | 2025-02-21T07:57:39.682Z | [ host-package] Compiling owo-colors v4.1.0 |
2371 | 2025-02-21T07:57:39.816Z | [ host-package] Compiling derive_more v0.99.19 |
2372 | 2025-02-21T07:57:39.982Z | [ host-package] Compiling argon2 v0.5.3 |
2373 | 2025-02-21T07:57:40.002Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2374 | 2025-02-21T07:57:40.068Z | [ host-package] Compiling num-rational v0.4.2 |
2375 | 2025-02-21T07:57:40.394Z | [ host-package] Compiling progenitor-client v0.9.1 |
2376 | 2025-02-21T07:57:40.445Z | [ host-package] Compiling num-complex v0.4.6 |
2377 | 2025-02-21T07:57:40.936Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2378 | 2025-02-21T07:57:41.549Z | [ host-package] Compiling num v0.4.3 |
2379 | 2025-02-21T07:57:41.698Z | [ host-package] Compiling libsw v3.3.1 |
2380 | 2025-02-21T07:57:42.068Z | [ host-package] Compiling swrite v0.1.0 |
2381 | 2025-02-21T07:57:42.156Z | [ host-package] Compiling linear-map v1.2.0 |
2382 | 2025-02-21T07:57:42.245Z | [ host-package] Compiling float-ord v0.3.2 |
2383 | 2025-02-21T07:57:42.398Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2384 | 2025-02-21T07:57:42.465Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2385 | 2025-02-21T07:57:42.554Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2386 | 2025-02-21T07:57:42.612Z | [ host-package] Compiling highway v1.2.0 |
2387 | 2025-02-21T07:57:44.136Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2388 | 2025-02-21T07:57:44.304Z | [ host-package] Compiling semver v0.1.20 |
2389 | 2025-02-21T07:57:45.006Z | [ host-package] Compiling rustc_version v0.1.7 |
2390 | 2025-02-21T07:57:45.066Z | [ helios-setup] Feb 21 07:57:43.681 INFO clone ok!, project: amd-firmware |
2391 | 2025-02-21T07:57:45.069Z | [ helios-setup] Feb 21 07:57:43.682 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2392 | 2025-02-21T07:57:45.069Z | [ helios-setup] Feb 21 07:57:43.682 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 |
2393 | 2025-02-21T07:57:45.069Z | [ helios-setup] Feb 21 07:57:43.682 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2394 | 2025-02-21T07:57:45.072Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2395 | 2025-02-21T07:57:45.453Z | [ host-package] Compiling newtype_derive v0.1.6 |
2396 | 2025-02-21T07:57:45.602Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2397 | 2025-02-21T07:57:45.810Z | [ helios-setup] Feb 21 07:57:44.426 INFO clone ok!, project: image-builder |
2398 | 2025-02-21T07:57:45.813Z | [ helios-setup] Feb 21 07:57:44.426 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 |
2399 | 2025-02-21T07:57:45.813Z | [ helios-setup] Feb 21 07:57:44.426 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2400 | 2025-02-21T07:57:45.816Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2401 | 2025-02-21T07:57:45.826Z | [ host-package] Compiling tungstenite v0.21.0 |
2402 | 2025-02-21T07:57:46.860Z | [ helios-setup] Feb 21 07:57:45.474 INFO clone ok!, project: pilot |
2403 | 2025-02-21T07:57:46.863Z | [ helios-setup] Feb 21 07:57:45.475 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2404 | 2025-02-21T07:57:46.863Z | [ helios-setup] Feb 21 07:57:45.475 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 |
2405 | 2025-02-21T07:57:46.863Z | [ helios-setup] Feb 21 07:57:45.475 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2406 | 2025-02-21T07:57:46.866Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2407 | 2025-02-21T07:57:47.656Z | [ helios-setup] Feb 21 07:57:46.271 INFO clone ok!, project: phbl |
2408 | 2025-02-21T07:57:47.659Z | [ helios-setup] Feb 21 07:57:46.272 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 |
2409 | 2025-02-21T07:57:47.659Z | [ helios-setup] Feb 21 07:57:46.272 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2410 | 2025-02-21T07:57:47.662Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2411 | 2025-02-21T07:57:48.505Z | [ helios-setup] Feb 21 07:57:47.121 INFO clone ok!, project: bootserver |
2412 | 2025-02-21T07:57:48.508Z | [ helios-setup] Feb 21 07:57:47.121 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2413 | 2025-02-21T07:57:49.681Z | [ helios-setup] Feb 21 07:57:48.296 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2414 | 2025-02-21T07:57:50.134Z | [ host-package] Compiling typify-macro v0.3.0 |
2415 | 2025-02-21T07:57:50.328Z | [ helios-setup] Feb 21 07:57:48.943 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2416 | 2025-02-21T07:57:50.328Z | [ helios-setup] Feb 21 07:57:48.943 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2417 | 2025-02-21T07:57:50.915Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2418 | 2025-02-21T07:57:50.961Z | [ helios-setup] Feb 21 07:57:49.576 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2419 | 2025-02-21T07:57:50.968Z | [ host-package] Compiling ipnetwork v0.21.1 |
2420 | 2025-02-21T07:57:51.484Z | [ helios-setup] Feb 21 07:57:50.100 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2421 | 2025-02-21T07:57:51.484Z | [ helios-setup] Feb 21 07:57:50.100 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2422 | 2025-02-21T07:57:51.695Z | [ host-package] Compiling oxnet v0.1.0 |
2423 | 2025-02-21T07:57:51.994Z | [ helios-setup] Feb 21 07:57:50.610 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2424 | 2025-02-21T07:57:52.029Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2425 | 2025-02-21T07:57:52.488Z | [ host-package] Compiling progenitor-client v0.8.0 |
2426 | 2025-02-21T07:57:52.504Z | [ helios-setup] Feb 21 07:57:51.120 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2427 | 2025-02-21T07:57:52.504Z | [ helios-setup] Feb 21 07:57:51.120 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2428 | 2025-02-21T07:57:52.504Z | [ helios-setup] Feb 21 07:57:51.120 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2429 | 2025-02-21T07:57:52.508Z | [ helios-setup] Feb 21 07:57:51.120 INFO ok! |
2430 | 2025-02-21T07:57:52.508Z | [ helios-setup] Feb 21 07:57:51.120 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2431 | 2025-02-21T07:57:52.508Z | [ helios-setup] Feb 21 07:57:51.120 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2432 | 2025-02-21T07:57:52.508Z | [ helios-setup] Feb 21 07:57:51.120 INFO ok! |
2433 | 2025-02-21T07:57:52.508Z | [ helios-setup] Feb 21 07:57:51.120 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2434 | 2025-02-21T07:57:52.508Z | [ helios-setup] Feb 21 07:57:51.120 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2435 | 2025-02-21T07:57:52.508Z | [ helios-setup] Feb 21 07:57:51.120 INFO ok! |
2436 | 2025-02-21T07:57:52.508Z | [ helios-setup] Feb 21 07:57:51.120 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
2437 | 2025-02-21T07:57:52.521Z | [ helios-setup] Feb 21 07:57:51.120 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
2438 | 2025-02-21T07:57:52.552Z | [ host-package] Compiling humantime v2.1.0 |
2439 | 2025-02-21T07:57:52.736Z | [ helios-setup] Feb 21 07:57:51.351 INFO E| Downloading crates ... |
2440 | 2025-02-21T07:57:52.865Z | [ helios-setup] Feb 21 07:57:51.480 INFO E| Downloaded miniz_oxide v0.7.2 |
2441 | 2025-02-21T07:57:52.924Z | [ helios-setup] Feb 21 07:57:51.539 INFO E| Compiling adler v1.0.2 |
2442 | 2025-02-21T07:57:53.060Z | [ host-package] Compiling progenitor v0.8.0 |
2443 | 2025-02-21T07:57:53.074Z | [ helios-setup] Feb 21 07:57:51.689 INFO E| Compiling miniz_oxide v0.7.2 |
2444 | 2025-02-21T07:57:53.117Z | [ host-package] Compiling daft v0.1.1 |
2445 | 2025-02-21T07:57:53.401Z | [ host-package] Compiling dropshot v0.15.1 |
2446 | 2025-02-21T07:57:53.489Z | [ host-package] Compiling instant v0.1.13 |
2447 | 2025-02-21T07:57:53.657Z | [ host-package] Compiling typify v0.3.0 |
2448 | 2025-02-21T07:57:53.741Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2449 | 2025-02-21T07:57:53.861Z | [ host-package] Compiling progenitor-impl v0.9.1 |
2450 | 2025-02-21T07:57:54.484Z | [ host-package] Compiling backoff v0.4.0 |
2451 | 2025-02-21T07:57:55.166Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2452 | 2025-02-21T07:57:55.693Z | [ helios-setup] Feb 21 07:57:54.248 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
2453 | 2025-02-21T07:57:56.636Z | [ helios-setup] Feb 21 07:57:55.251 INFO E| Finished `release` profile [optimized] target(s) in 4.03s |
2454 | 2025-02-21T07:57:56.646Z | [ helios-setup] Feb 21 07:57:55.262 INFO building project "pinprick" ok (4 seconds) |
2455 | 2025-02-21T07:57:56.647Z | [ helios-setup] Feb 21 07:57:55.262 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2456 | 2025-02-21T07:57:56.647Z | [ helios-setup] Feb 21 07:57:55.262 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2457 | 2025-02-21T07:57:56.657Z | [ helios-setup] Feb 21 07:57:55.272 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2458 | 2025-02-21T07:57:56.927Z | [ helios-setup] Feb 21 07:57:55.542 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2459 | 2025-02-21T07:57:56.927Z | [ helios-setup] Feb 21 07:57:55.542 INFO E| info: downloading component 'cargo' |
2460 | 2025-02-21T07:57:58.658Z | [ helios-setup] Feb 21 07:57:57.273 INFO E| info: downloading component 'clippy' |
2461 | 2025-02-21T07:57:58.895Z | [ helios-setup] Feb 21 07:57:57.510 INFO E| info: downloading component 'rust-docs' |
2462 | 2025-02-21T07:58:00.029Z | [ helios-setup] Feb 21 07:57:58.644 INFO E| info: downloading component 'rust-src' |
2463 | 2025-02-21T07:58:00.187Z | [ host-package] Compiling progenitor-macro v0.9.1 |
2464 | 2025-02-21T07:58:00.206Z | [ helios-setup] Feb 21 07:57:58.817 INFO E| info: downloading component 'rust-std' |
2465 | 2025-02-21T07:58:01.769Z | [ host-package] Compiling steno v0.4.1 |
2466 | 2025-02-21T07:58:02.110Z | [ helios-setup] Feb 21 07:58:00.724 INFO E| info: downloading component 'rustc' |
2467 | 2025-02-21T07:58:02.144Z | [ host-package] Compiling parse-display v0.10.0 |
2468 | 2025-02-21T07:58:02.676Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2469 | 2025-02-21T07:58:02.735Z | [ host-package] Compiling strum v0.26.3 |
2470 | 2025-02-21T07:58:02.906Z | [ host-package] Compiling serde_with v3.11.0 |
2471 | 2025-02-21T07:58:02.940Z | [ host-package] Compiling regress v0.9.1 |
2472 | 2025-02-21T07:58:06.523Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2473 | 2025-02-21T07:58:07.708Z | [ host-package] Compiling macaddr v1.0.1 |
2474 | 2025-02-21T07:58:08.016Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2475 | 2025-02-21T07:58:08.100Z | [ helios-setup] Feb 21 07:58:06.715 INFO E| info: downloading component 'rustfmt' |
2476 | 2025-02-21T07:58:08.126Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2477 | 2025-02-21T07:58:08.170Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2478 | 2025-02-21T07:58:08.330Z | [ helios-setup] Feb 21 07:58:06.945 INFO E| info: installing component 'cargo' |
2479 | 2025-02-21T07:58:08.474Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2480 | 2025-02-21T07:58:08.655Z | [ host-package] Compiling prettyplease v0.2.29 |
2481 | 2025-02-21T07:58:09.551Z | [ helios-setup] Feb 21 07:58:08.166 INFO E| info: installing component 'clippy' |
2482 | 2025-02-21T07:58:10.038Z | [ helios-setup] Feb 21 07:58:08.654 INFO E| info: installing component 'rust-docs' |
2483 | 2025-02-21T07:58:10.747Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2484 | 2025-02-21T07:58:10.992Z | [ host-package] Compiling progenitor v0.9.1 |
2485 | 2025-02-21T07:58:11.254Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2486 | 2025-02-21T07:58:14.942Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2487 | 2025-02-21T07:58:15.333Z | [ helios-setup] Feb 21 07:58:13.948 INFO E| info: installing component 'rust-src' |
2488 | 2025-02-21T07:58:15.974Z | [ helios-setup] Feb 21 07:58:14.589 INFO E| info: installing component 'rust-std' |
2489 | 2025-02-21T07:58:18.285Z | [ helios-setup] Feb 21 07:58:16.900 INFO E| info: installing component 'rustc' |
2490 | 2025-02-21T07:58:24.508Z | [ helios-setup] Feb 21 07:58:23.123 INFO E| info: installing component 'rustfmt' |
2491 | 2025-02-21T07:58:24.817Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2492 | 2025-02-21T07:58:25.444Z | [ helios-setup] Feb 21 07:58:24.059 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2493 | 2025-02-21T07:58:26.477Z | [ helios-setup] Feb 21 07:58:25.092 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2494 | 2025-02-21T07:58:26.477Z | [ helios-setup] Feb 21 07:58:25.092 INFO E| * [new ref] fb4e63cc3fd34b5581b0e487c2f5d4addca198a6 -> refs/commit/fb4e63cc3fd34b5581b0e487c2f5d4addca198a6 |
2495 | 2025-02-21T07:58:26.477Z | [ helios-setup] Feb 21 07:58:25.092 INFO E| * [new tag] v0.4.5 -> v0.4.5 |
2496 | 2025-02-21T07:58:26.507Z | [ helios-setup] Feb 21 07:58:25.123 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2497 | 2025-02-21T07:58:26.511Z | [ helios-setup] Feb 21 07:58:25.123 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2498 | 2025-02-21T07:58:26.511Z | [ helios-setup] Feb 21 07:58:25.124 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2499 | 2025-02-21T07:58:26.511Z | [ helios-setup] Feb 21 07:58:25.124 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2500 | 2025-02-21T07:58:26.511Z | [ helios-setup] Feb 21 07:58:25.124 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2501 | 2025-02-21T07:58:26.511Z | [ helios-setup] Feb 21 07:58:25.124 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2502 | 2025-02-21T07:58:26.511Z | [ helios-setup] Feb 21 07:58:25.125 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2503 | 2025-02-21T07:58:26.511Z | [ helios-setup] Feb 21 07:58:25.125 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
2504 | 2025-02-21T07:58:26.511Z | [ helios-setup] Feb 21 07:58:25.125 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2505 | 2025-02-21T07:58:26.511Z | [ helios-setup] Feb 21 07:58:25.125 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2506 | 2025-02-21T07:58:26.511Z | [ helios-setup] Feb 21 07:58:25.126 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
2507 | 2025-02-21T07:58:26.511Z | [ helios-setup] Feb 21 07:58:25.126 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
2508 | 2025-02-21T07:58:26.511Z | [ helios-setup] Feb 21 07:58:25.126 INFO E| * [new tag] v0.4.4 -> v0.4.4 |
2509 | 2025-02-21T07:58:26.585Z | [ helios-setup] Feb 21 07:58:25.200 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
2510 | 2025-02-21T07:58:27.454Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2511 | 2025-02-21T07:58:27.605Z | [ helios-setup] Feb 21 07:58:26.220 INFO E| From https://github.com/oxidecomputer/amd-efs |
2512 | 2025-02-21T07:58:27.608Z | [ helios-setup] Feb 21 07:58:26.220 INFO E| * [new branch] empty -> origin/empty |
2513 | 2025-02-21T07:58:27.608Z | [ helios-setup] Feb 21 07:58:26.220 INFO E| * [new branch] issue-99 -> origin/issue-99 |
2514 | 2025-02-21T07:58:27.608Z | [ helios-setup] Feb 21 07:58:26.220 INFO E| * [new branch] main -> origin/main |
2515 | 2025-02-21T07:58:27.608Z | [ helios-setup] Feb 21 07:58:26.220 INFO E| * [new branch] review -> origin/review |
2516 | 2025-02-21T07:58:27.608Z | [ helios-setup] Feb 21 07:58:26.220 INFO E| * [new ref] -> origin/HEAD |
2517 | 2025-02-21T07:58:27.608Z | [ helios-setup] Feb 21 07:58:26.221 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2518 | 2025-02-21T07:58:27.608Z | [ helios-setup] Feb 21 07:58:26.221 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
2519 | 2025-02-21T07:58:27.608Z | [ helios-setup] Feb 21 07:58:26.221 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
2520 | 2025-02-21T07:58:27.608Z | [ helios-setup] Feb 21 07:58:26.221 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
2521 | 2025-02-21T07:58:27.608Z | [ helios-setup] Feb 21 07:58:26.221 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
2522 | 2025-02-21T07:58:27.608Z | [ helios-setup] Feb 21 07:58:26.221 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
2523 | 2025-02-21T07:58:27.608Z | [ helios-setup] Feb 21 07:58:26.221 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
2524 | 2025-02-21T07:58:27.608Z | [ helios-setup] Feb 21 07:58:26.221 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
2525 | 2025-02-21T07:58:27.608Z | [ helios-setup] Feb 21 07:58:26.221 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2526 | 2025-02-21T07:58:27.608Z | [ helios-setup] Feb 21 07:58:26.222 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2527 | 2025-02-21T07:58:27.608Z | [ helios-setup] Feb 21 07:58:26.222 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2528 | 2025-02-21T07:58:27.608Z | [ helios-setup] Feb 21 07:58:26.222 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2529 | 2025-02-21T07:58:27.608Z | [ helios-setup] Feb 21 07:58:26.222 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
2530 | 2025-02-21T07:58:27.608Z | [ helios-setup] Feb 21 07:58:26.222 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
2531 | 2025-02-21T07:58:27.608Z | [ helios-setup] Feb 21 07:58:26.222 INFO E| * [new tag] v0.4.4 -> v0.4.4 |
2532 | 2025-02-21T07:58:27.629Z | [ helios-setup] Feb 21 07:58:26.244 INFO E| Updating crates.io index |
2533 | 2025-02-21T07:58:27.711Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2534 | 2025-02-21T07:58:27.713Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2535 | 2025-02-21T07:58:28.840Z | [ host-package] Compiling half v2.4.1 |
2536 | 2025-02-21T07:58:29.204Z | [ helios-setup] Feb 21 07:58:27.819 INFO E| Downloading crates ... |
2537 | 2025-02-21T07:58:29.330Z | [ helios-setup] Feb 21 07:58:27.945 INFO E| Downloaded scroll_derive v0.10.5 |
2538 | 2025-02-21T07:58:29.333Z | [ helios-setup] Feb 21 07:58:27.948 INFO E| Downloaded unic-ucd-version v0.9.0 |
2539 | 2025-02-21T07:58:29.337Z | [ helios-setup] Feb 21 07:58:27.949 INFO E| Downloaded generic-array v0.14.7 |
2540 | 2025-02-21T07:58:29.337Z | [ helios-setup] Feb 21 07:58:27.951 INFO E| Downloaded digest v0.10.7 |
2541 | 2025-02-21T07:58:29.339Z | [ helios-setup] Feb 21 07:58:27.954 INFO E| Downloaded thiserror-impl v1.0.69 |
2542 | 2025-02-21T07:58:29.342Z | [ helios-setup] Feb 21 07:58:27.956 INFO E| Downloaded proc-macro-error v1.0.4 |
2543 | 2025-02-21T07:58:29.345Z | [ helios-setup] Feb 21 07:58:27.960 INFO E| Downloaded version_check v0.9.5 |
2544 | 2025-02-21T07:58:29.347Z | [ helios-setup] Feb 21 07:58:27.962 INFO E| Downloaded thiserror v2.0.11 |
2545 | 2025-02-21T07:58:29.354Z | [ helios-setup] Feb 21 07:58:27.969 INFO E| Downloaded sha2 v0.10.8 |
2546 | 2025-02-21T07:58:29.359Z | [ helios-setup] Feb 21 07:58:27.973 INFO E| Downloaded toml v0.5.11 |
2547 | 2025-02-21T07:58:29.361Z | [ helios-setup] Feb 21 07:58:27.977 INFO E| Downloaded num-traits v0.2.19 |
2548 | 2025-02-21T07:58:29.366Z | [ helios-setup] Feb 21 07:58:27.981 INFO E| Downloaded thiserror-impl v2.0.11 |
2549 | 2025-02-21T07:58:29.369Z | [ helios-setup] Feb 21 07:58:27.984 INFO E| Downloaded memchr v2.7.4 |
2550 | 2025-02-21T07:58:29.378Z | [ helios-setup] Feb 21 07:58:27.993 INFO E| Downloaded unicode-segmentation v1.12.0 |
2551 | 2025-02-21T07:58:29.384Z | [ helios-setup] Feb 21 07:58:27.999 INFO E| Downloaded parse_int v0.6.0 |
2552 | 2025-02-21T07:58:29.386Z | [ helios-setup] Feb 21 07:58:28.001 INFO E| Downloaded pest v2.7.15 |
2553 | 2025-02-21T07:58:29.395Z | [ helios-setup] Feb 21 07:58:28.011 INFO E| Downloaded pest_generator v2.7.15 |
2554 | 2025-02-21T07:58:29.399Z | [ helios-setup] Feb 21 07:58:28.013 INFO E| Downloaded proc-macro-crate v0.1.5 |
2555 | 2025-02-21T07:58:29.402Z | [ helios-setup] Feb 21 07:58:28.016 INFO E| Downloaded pest_meta v2.7.15 |
2556 | 2025-02-21T07:58:29.405Z | [ helios-setup] Feb 21 07:58:28.019 INFO E| Downloaded semver-parser v0.7.0 |
2557 | 2025-02-21T07:58:29.405Z | [ helios-setup] Feb 21 07:58:28.020 INFO E| Downloaded rustc_version v0.2.3 |
2558 | 2025-02-21T07:58:29.407Z | [ helios-setup] Feb 21 07:58:28.021 INFO E| Downloaded pest_derive v2.7.15 |
2559 | 2025-02-21T07:58:29.411Z | [ helios-setup] Feb 21 07:58:28.025 INFO E| Downloaded serde_json v1.0.135 |
2560 | 2025-02-21T07:58:29.423Z | [ helios-setup] Feb 21 07:58:28.036 INFO E| Downloaded structopt-derive v0.4.18 |
2561 | 2025-02-21T07:58:29.427Z | [ helios-setup] Feb 21 07:58:28.038 INFO E| Downloaded textwrap v0.11.0 |
2562 | 2025-02-21T07:58:29.427Z | [ helios-setup] Feb 21 07:58:28.040 INFO E| Downloaded strum v0.23.0 |
2563 | 2025-02-21T07:58:29.429Z | [ helios-setup] Feb 21 07:58:28.041 INFO E| Downloaded serde v1.0.217 |
2564 | 2025-02-21T07:58:29.432Z | [ helios-setup] Feb 21 07:58:28.045 INFO E| Downloaded ucd-trie v0.1.7 |
2565 | 2025-02-21T07:58:29.432Z | [ helios-setup] Feb 21 07:58:28.047 INFO E| Downloaded pre-proc-macro v0.2.1 |
2566 | 2025-02-21T07:58:29.434Z | [ helios-setup] Feb 21 07:58:28.050 INFO E| Downloaded structopt v0.3.26 |
2567 | 2025-02-21T07:58:29.447Z | [ helios-setup] Feb 21 07:58:28.062 INFO E| Downloaded unicode-ident v1.0.14 |
2568 | 2025-02-21T07:58:29.450Z | [ helios-setup] Feb 21 07:58:28.066 INFO E| Downloaded crypto-common v0.1.6 |
2569 | 2025-02-21T07:58:29.453Z | [ helios-setup] Feb 21 07:58:28.067 INFO E| Downloaded ansi_term v0.12.1 |
2570 | 2025-02-21T07:58:29.455Z | [ helios-setup] Feb 21 07:58:28.070 INFO E| Downloaded cfg-if v0.1.10 |
2571 | 2025-02-21T07:58:29.458Z | [ helios-setup] Feb 21 07:58:28.072 INFO E| Downloaded bytesize v1.3.0 |
2572 | 2025-02-21T07:58:29.458Z | [ helios-setup] Feb 21 07:58:28.073 INFO E| Downloaded strsim v0.8.0 |
2573 | 2025-02-21T07:58:29.460Z | [ helios-setup] Feb 21 07:58:28.075 INFO E| Downloaded schemars v0.8.21 |
2574 | 2025-02-21T07:58:29.478Z | [ helios-setup] Feb 21 07:58:28.094 INFO E| Downloaded thiserror v1.0.69 |
2575 | 2025-02-21T07:58:29.514Z | [ helios-setup] Feb 21 07:58:28.129 INFO E| Downloaded syn v1.0.109 |
2576 | 2025-02-21T07:58:29.542Z | [ helios-setup] Feb 21 07:58:28.156 INFO E| Downloaded vec_map v0.8.2 |
2577 | 2025-02-21T07:58:29.546Z | [ helios-setup] Feb 21 07:58:28.158 INFO E| Downloaded unic-ucd-ident v0.9.0 |
2578 | 2025-02-21T07:58:29.546Z | [ helios-setup] Feb 21 07:58:28.160 INFO E| Downloaded unic-common v0.9.0 |
2579 | 2025-02-21T07:58:29.548Z | [ helios-setup] Feb 21 07:58:28.161 INFO E| Downloaded unic-char-range v0.9.0 |
2580 | 2025-02-21T07:58:29.548Z | [ helios-setup] Feb 21 07:58:28.163 INFO E| Downloaded unic-char-property v0.9.0 |
2581 | 2025-02-21T07:58:29.551Z | [ helios-setup] Feb 21 07:58:28.164 INFO E| Downloaded typenum v1.17.0 |
2582 | 2025-02-21T07:58:29.553Z | [ helios-setup] Feb 21 07:58:28.168 INFO E| Downloaded scroll v0.10.2 |
2583 | 2025-02-21T07:58:29.556Z | [ helios-setup] Feb 21 07:58:28.170 INFO E| Downloaded clap v2.34.0 |
2584 | 2025-02-21T07:58:29.565Z | [ helios-setup] Feb 21 07:58:28.180 INFO E| Downloaded unicode-width v0.1.14 |
2585 | 2025-02-21T07:58:29.573Z | [ helios-setup] Feb 21 07:58:28.189 INFO E| Downloaded zerocopy v0.6.6 |
2586 | 2025-02-21T07:58:29.576Z | [ helios-setup] Feb 21 07:58:28.192 INFO E| Downloaded strum_macros v0.23.1 |
2587 | 2025-02-21T07:58:29.579Z | [ helios-setup] Feb 21 07:58:28.194 INFO E| Downloaded serde_derive_internals v0.29.1 |
2588 | 2025-02-21T07:58:29.582Z | [ helios-setup] Feb 21 07:58:28.196 INFO E| Downloaded schemars_derive v0.8.21 |
2589 | 2025-02-21T07:58:29.584Z | [ helios-setup] Feb 21 07:58:28.198 INFO E| Downloaded quote v1.0.38 |
2590 | 2025-02-21T07:58:29.587Z | [ helios-setup] Feb 21 07:58:28.202 INFO E| Downloaded proc-macro2 v1.0.93 |
2591 | 2025-02-21T07:58:29.590Z | [ helios-setup] Feb 21 07:58:28.205 INFO E| Downloaded syn v2.0.96 |
2592 | 2025-02-21T07:58:29.608Z | [ helios-setup] Feb 21 07:58:28.223 INFO E| Downloaded goblin v0.4.3 |
2593 | 2025-02-21T07:58:29.615Z | [ helios-setup] Feb 21 07:58:28.231 INFO E| Downloaded num-derive v0.4.2 |
2594 | 2025-02-21T07:58:29.618Z | [ helios-setup] Feb 21 07:58:28.233 INFO E| Downloaded itoa v1.0.14 |
2595 | 2025-02-21T07:58:29.654Z | [ helios-setup] Feb 21 07:58:28.235 INFO E| Downloaded plain v0.2.3 |
2596 | 2025-02-21T07:58:29.654Z | [ helios-setup] Feb 21 07:58:28.236 INFO E| Downloaded libc v0.2.169 |
2597 | 2025-02-21T07:58:29.657Z | [ host-package] Compiling ciborium-io v0.2.2 |
2598 | 2025-02-21T07:58:29.657Z | [ helios-setup] Feb 21 07:58:28.271 INFO E| Downloaded zerocopy-derive v0.6.6 |
2599 | 2025-02-21T07:58:29.667Z | [ helios-setup] Feb 21 07:58:28.282 INFO E| Downloaded static_assertions v1.1.0 |
2600 | 2025-02-21T07:58:29.670Z | [ helios-setup] Feb 21 07:58:28.284 INFO E| Downloaded proc-macro-error-attr v1.0.4 |
2601 | 2025-02-21T07:58:29.672Z | [ helios-setup] Feb 21 07:58:28.285 INFO E| Downloaded pre v0.2.1 |
2602 | 2025-02-21T07:58:29.672Z | [ helios-setup] Feb 21 07:58:28.287 INFO E| Downloaded semver v0.9.0 |
2603 | 2025-02-21T07:58:29.675Z | [ helios-setup] Feb 21 07:58:28.289 INFO E| Downloaded four-cc v0.3.0 |
2604 | 2025-02-21T07:58:29.675Z | [ helios-setup] Feb 21 07:58:28.290 INFO E| Downloaded fletcher v0.1.0 |
2605 | 2025-02-21T07:58:29.678Z | [ helios-setup] Feb 21 07:58:28.291 INFO E| Downloaded once_cell v1.20.2 |
2606 | 2025-02-21T07:58:29.680Z | [ helios-setup] Feb 21 07:58:28.294 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
2607 | 2025-02-21T07:58:29.683Z | [ helios-setup] Feb 21 07:58:28.296 INFO E| Downloaded modular-bitfield v0.11.2 |
2608 | 2025-02-21T07:58:29.697Z | [ helios-setup] Feb 21 07:58:28.312 INFO E| Downloaded memoffset v0.5.6 |
2609 | 2025-02-21T07:58:29.740Z | [ helios-setup] Feb 21 07:58:28.355 INFO E| Downloaded json5 v0.4.1 |
2610 | 2025-02-21T07:58:29.743Z | [ helios-setup] Feb 21 07:58:28.358 INFO E| Downloaded dyn-clone v1.0.17 |
2611 | 2025-02-21T07:58:29.746Z | [ helios-setup] Feb 21 07:58:28.360 INFO E| Downloaded block-buffer v0.10.4 |
2612 | 2025-02-21T07:58:29.748Z | [ helios-setup] Feb 21 07:58:28.362 INFO E| Downloaded serde_derive v1.0.217 |
2613 | 2025-02-21T07:58:29.751Z | [ helios-setup] Feb 21 07:58:28.366 INFO E| Downloaded ryu v1.0.18 |
2614 | 2025-02-21T07:58:29.755Z | [ helios-setup] Feb 21 07:58:28.370 INFO E| Downloaded log v0.4.22 |
2615 | 2025-02-21T07:58:29.758Z | [ helios-setup] Feb 21 07:58:28.373 INFO E| Downloaded byteorder v1.5.0 |
2616 | 2025-02-21T07:58:29.760Z | [ helios-setup] Feb 21 07:58:28.376 INFO E| Downloaded rustversion v1.0.19 |
2617 | 2025-02-21T07:58:29.764Z | [ helios-setup] Feb 21 07:58:28.379 INFO E| Downloaded paste v1.0.15 |
2618 | 2025-02-21T07:58:29.768Z | [ helios-setup] Feb 21 07:58:28.384 INFO E| Downloaded bitflags v1.3.2 |
2619 | 2025-02-21T07:58:29.772Z | [ helios-setup] Feb 21 07:58:28.388 INFO E| Downloaded autocfg v1.4.0 |
2620 | 2025-02-21T07:58:29.775Z | [ helios-setup] Feb 21 07:58:28.391 INFO E| Downloaded lazy_static v1.5.0 |
2621 | 2025-02-21T07:58:29.778Z | [ helios-setup] Feb 21 07:58:28.393 INFO E| Downloaded heck v0.3.3 |
2622 | 2025-02-21T07:58:29.780Z | [ helios-setup] Feb 21 07:58:28.395 INFO E| Downloaded cpufeatures v0.2.16 |
2623 | 2025-02-21T07:58:29.783Z | [ helios-setup] Feb 21 07:58:28.397 INFO E| Downloaded cfg-if v1.0.0 |
2624 | 2025-02-21T07:58:29.783Z | [ helios-setup] Feb 21 07:58:28.398 INFO E| Downloaded atty v0.2.14 |
2625 | 2025-02-21T07:58:29.855Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2626 | 2025-02-21T07:58:29.933Z | [ helios-setup] Feb 21 07:58:28.548 INFO E| Compiling proc-macro2 v1.0.93 |
2627 | 2025-02-21T07:58:29.944Z | [ helios-setup] Feb 21 07:58:28.549 INFO E| Compiling unicode-ident v1.0.14 |
2628 | 2025-02-21T07:58:29.944Z | [ helios-setup] Feb 21 07:58:28.549 INFO E| Compiling syn v1.0.109 |
2629 | 2025-02-21T07:58:29.944Z | [ helios-setup] Feb 21 07:58:28.549 INFO E| Compiling version_check v0.9.5 |
2630 | 2025-02-21T07:58:29.944Z | [ helios-setup] Feb 21 07:58:28.549 INFO E| Compiling memchr v2.7.4 |
2631 | 2025-02-21T07:58:29.944Z | [ helios-setup] Feb 21 07:58:28.549 INFO E| Compiling semver-parser v0.7.0 |
2632 | 2025-02-21T07:58:29.944Z | [ helios-setup] Feb 21 07:58:28.549 INFO E| Compiling autocfg v1.4.0 |
2633 | 2025-02-21T07:58:29.944Z | [ helios-setup] Feb 21 07:58:28.549 INFO E| Compiling serde v1.0.217 |
2634 | 2025-02-21T07:58:30.542Z | [ host-package] Compiling ciborium v0.2.2 |
2635 | 2025-02-21T07:58:31.458Z | [ helios-setup] Feb 21 07:58:30.073 INFO E| Compiling semver v0.9.0 |
2636 | 2025-02-21T07:58:31.717Z | [ helios-setup] Feb 21 07:58:30.332 INFO E| Compiling thiserror v2.0.11 |
2637 | 2025-02-21T07:58:31.889Z | [ helios-setup] Feb 21 07:58:30.504 INFO E| Compiling proc-macro-error-attr v1.0.4 |
2638 | 2025-02-21T07:58:31.965Z | [ helios-setup] Feb 21 07:58:30.580 INFO E| Compiling proc-macro-error v1.0.4 |
2639 | 2025-02-21T07:58:32.118Z | [ helios-setup] Feb 21 07:58:30.734 INFO E| Compiling rustc_version v0.2.3 |
2640 | 2025-02-21T07:58:32.287Z | [ helios-setup] Feb 21 07:58:30.901 INFO E| Compiling serde_json v1.0.135 |
2641 | 2025-02-21T07:58:32.643Z | [ helios-setup] Feb 21 07:58:31.258 INFO E| Compiling num-traits v0.2.19 |
2642 | 2025-02-21T07:58:32.797Z | [ helios-setup] Feb 21 07:58:31.412 INFO E| Compiling unicode-segmentation v1.12.0 |
2643 | 2025-02-21T07:58:32.956Z | [ helios-setup] Feb 21 07:58:31.571 INFO E| Compiling schemars v0.8.21 |
2644 | 2025-02-21T07:58:33.363Z | [ helios-setup] Feb 21 07:58:31.977 INFO E| Compiling quote v1.0.38 |
2645 | 2025-02-21T07:58:33.601Z | [ helios-setup] Feb 21 07:58:32.216 INFO E| Compiling itoa v1.0.14 |
2646 | 2025-02-21T07:58:33.641Z | [ helios-setup] Feb 21 07:58:32.256 INFO E| Compiling ryu v1.0.18 |
2647 | 2025-02-21T07:58:34.044Z | [ helios-setup] Feb 21 07:58:32.659 INFO E| Compiling heck v0.3.3 |
2648 | 2025-02-21T07:58:34.202Z | [ helios-setup] Feb 21 07:58:32.817 INFO E| Compiling syn v2.0.96 |
2649 | 2025-02-21T07:58:34.632Z | [ helios-setup] Feb 21 07:58:33.247 INFO E| Compiling pre-proc-macro v0.2.1 |
2650 | 2025-02-21T07:58:34.672Z | [ helios-setup] Feb 21 07:58:33.287 INFO E| Compiling memoffset v0.5.6 |
2651 | 2025-02-21T07:58:34.702Z | [ helios-setup] Feb 21 07:58:33.317 INFO E| Compiling libc v0.2.169 |
2652 | 2025-02-21T07:58:34.848Z | [ helios-setup] Feb 21 07:58:33.463 INFO E| Compiling ucd-trie v0.1.7 |
2653 | 2025-02-21T07:58:35.343Z | [ helios-setup] Feb 21 07:58:33.958 INFO E| Compiling dyn-clone v1.0.17 |
2654 | 2025-02-21T07:58:35.380Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2655 | 2025-02-21T07:58:35.770Z | [ helios-setup] Feb 21 07:58:34.385 INFO E| Compiling paste v1.0.15 |
2656 | 2025-02-21T07:58:35.879Z | [ helios-setup] Feb 21 07:58:34.494 INFO E| Compiling rustversion v1.0.19 |
2657 | 2025-02-21T07:58:36.278Z | [ helios-setup] Feb 21 07:58:34.893 INFO E| Compiling lazy_static v1.5.0 |
2658 | 2025-02-21T07:58:36.456Z | [ helios-setup] Feb 21 07:58:35.071 INFO E| Compiling thiserror v1.0.69 |
2659 | 2025-02-21T07:58:36.500Z | [ host-package] Compiling display-error-chain v0.2.2 |
2660 | 2025-02-21T07:58:37.012Z | [ helios-setup] Feb 21 07:58:35.627 INFO E| Compiling pre v0.2.1 |
2661 | 2025-02-21T07:58:37.206Z | [ helios-setup] Feb 21 07:58:35.821 INFO E| Compiling cfg-if v0.1.10 |
2662 | 2025-02-21T07:58:37.291Z | [ host-package] Compiling fastrand v2.1.1 |
2663 | 2025-02-21T07:58:37.304Z | [ helios-setup] Feb 21 07:58:35.911 INFO E| Compiling static_assertions v1.1.0 |
2664 | 2025-02-21T07:58:37.441Z | [ helios-setup] Feb 21 07:58:36.055 INFO E| Compiling byteorder v1.5.0 |
2665 | 2025-02-21T07:58:37.524Z | [ helios-setup] Feb 21 07:58:36.139 INFO E| Compiling once_cell v1.20.2 |
2666 | 2025-02-21T07:58:38.385Z | [ host-package] Compiling same-file v1.0.6 |
2667 | 2025-02-21T07:58:38.665Z | [ helios-setup] Feb 21 07:58:37.280 INFO E| Compiling unicode-width v0.1.14 |
2668 | 2025-02-21T07:58:39.091Z | [ host-package] Compiling walkdir v2.5.0 |
2669 | 2025-02-21T07:58:40.180Z | [ helios-setup] Feb 21 07:58:38.795 INFO E| Compiling atty v0.2.14 |
2670 | 2025-02-21T07:58:40.193Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2671 | 2025-02-21T07:58:40.346Z | [ helios-setup] Feb 21 07:58:38.961 INFO E| Compiling textwrap v0.11.0 |
2672 | 2025-02-21T07:58:40.469Z | [ helios-setup] Feb 21 07:58:39.084 INFO E| Compiling strsim v0.8.0 |
2673 | 2025-02-21T07:58:40.557Z | [ host-package] Compiling tempfile v3.13.0 |
2674 | 2025-02-21T07:58:40.579Z | [ helios-setup] Feb 21 07:58:39.194 INFO E| Compiling unic-char-range v0.9.0 |
2675 | 2025-02-21T07:58:40.612Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2676 | 2025-02-21T07:58:40.715Z | [ helios-setup] Feb 21 07:58:39.328 INFO E| Compiling ansi_term v0.12.1 |
2677 | 2025-02-21T07:58:41.126Z | [ helios-setup] Feb 21 07:58:39.741 INFO E| Compiling parse_int v0.6.0 |
2678 | 2025-02-21T07:58:41.263Z | [ helios-setup] Feb 21 07:58:39.878 INFO E| Compiling vec_map v0.8.2 |
2679 | 2025-02-21T07:58:41.361Z | [ helios-setup] Feb 21 07:58:39.976 INFO E| Compiling fletcher v0.1.0 |
2680 | 2025-02-21T07:58:41.559Z | [ helios-setup] Feb 21 07:58:40.174 INFO E| Compiling unic-common v0.9.0 |
2681 | 2025-02-21T07:58:41.835Z | [ helios-setup] Feb 21 07:58:40.450 INFO E| Compiling bitflags v1.3.2 |
2682 | 2025-02-21T07:58:41.835Z | [ helios-setup] Feb 21 07:58:40.450 INFO E| Compiling strum v0.23.0 |
2683 | 2025-02-21T07:58:41.838Z | [ helios-setup] Feb 21 07:58:40.451 INFO E| Compiling unic-ucd-version v0.9.0 |
2684 | 2025-02-21T07:58:41.942Z | [ host-package] Compiling blake3 v1.5.4 |
2685 | 2025-02-21T07:58:42.018Z | [ helios-setup] Feb 21 07:58:40.633 INFO E| Compiling clap v2.34.0 |
2686 | 2025-02-21T07:58:42.021Z | [ helios-setup] Feb 21 07:58:40.633 INFO E| Compiling unic-char-property v0.9.0 |
2687 | 2025-02-21T07:58:42.039Z | [ helios-setup] Feb 21 07:58:40.654 INFO E| Compiling plain v0.2.3 |
2688 | 2025-02-21T07:58:42.132Z | [ helios-setup] Feb 21 07:58:40.747 INFO E| Compiling log v0.4.22 |
2689 | 2025-02-21T07:58:42.266Z | [ helios-setup] Feb 21 07:58:40.881 INFO E| Compiling bytesize v1.3.0 |
2690 | 2025-02-21T07:58:42.317Z | [ helios-setup] Feb 21 07:58:40.932 INFO E| Compiling unic-ucd-ident v0.9.0 |
2691 | 2025-02-21T07:58:42.667Z | [ helios-setup] Feb 21 07:58:41.282 INFO E| Compiling serde_derive_internals v0.29.1 |
2692 | 2025-02-21T07:58:43.076Z | [ host-package] Compiling const_format_proc_macros v0.2.34 |
2693 | 2025-02-21T07:58:45.329Z | [ helios-setup] Feb 21 07:58:43.944 INFO E| Compiling toml v0.5.11 |
2694 | 2025-02-21T07:58:45.750Z | [ host-package] Compiling xattr v1.3.1 |
2695 | 2025-02-21T07:58:46.484Z | [ host-package] Compiling memmap2 v0.9.5 |
2696 | 2025-02-21T07:58:46.607Z | [ host-package] Compiling filetime v0.2.25 |
2697 | 2025-02-21T07:58:47.071Z | [ host-package] Compiling maplit v1.0.2 |
2698 | 2025-02-21T07:58:47.440Z | [ host-package] Compiling arrayvec v0.7.6 |
2699 | 2025-02-21T07:58:47.666Z | [ host-package] Compiling arrayref v0.3.9 |
2700 | 2025-02-21T07:58:47.998Z | [ host-package] Compiling constant_time_eq v0.3.1 |
2701 | 2025-02-21T07:58:48.137Z | [ helios-setup] Feb 21 07:58:46.752 INFO E| Compiling proc-macro-crate v0.1.5 |
2702 | 2025-02-21T07:58:48.145Z | [ helios-setup] Feb 21 07:58:46.760 INFO E| Compiling serde_derive v1.0.217 |
2703 | 2025-02-21T07:58:48.266Z | [ host-package] Compiling crunchy v0.2.2 |
2704 | 2025-02-21T07:58:48.402Z | [ helios-setup] Feb 21 07:58:47.017 INFO E| Compiling thiserror-impl v2.0.11 |
2705 | 2025-02-21T07:58:48.538Z | [ host-package] Compiling keccak v0.1.5 |
2706 | 2025-02-21T07:58:48.545Z | [ helios-setup] Feb 21 07:58:47.160 INFO E| Compiling schemars_derive v0.8.21 |
2707 | 2025-02-21T07:58:48.612Z | [ helios-setup] Feb 21 07:58:47.225 INFO E| Compiling zerocopy-derive v0.6.6 |
2708 | 2025-02-21T07:58:48.847Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2709 | 2025-02-21T07:58:49.435Z | [ helios-setup] Feb 21 07:58:48.050 INFO E| Compiling thiserror-impl v1.0.69 |
2710 | 2025-02-21T07:58:49.653Z | [ host-package] Compiling sha3 v0.10.8 |
2711 | 2025-02-21T07:58:50.664Z | [ host-package] Compiling tar v0.4.42 |
2712 | 2025-02-21T07:58:50.890Z | [ host-package] Compiling const_format v0.2.34 |
2713 | 2025-02-21T07:58:51.096Z | [ helios-setup] Feb 21 07:58:49.711 INFO E| Compiling num-derive v0.4.2 |
2714 | 2025-02-21T07:58:51.667Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2715 | 2025-02-21T07:58:51.945Z | [ host-package] Compiling toolchain_find v0.4.0 |
2716 | 2025-02-21T07:58:52.225Z | [ helios-setup] Feb 21 07:58:50.840 INFO E| Compiling zerocopy v0.6.6 |
2717 | 2025-02-21T07:58:52.746Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2718 | 2025-02-21T07:58:53.248Z | [ host-package] Compiling topological-sort v0.2.2 |
2719 | 2025-02-21T07:58:53.308Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2720 | 2025-02-21T07:58:53.763Z | [ host-package] Compiling omicron-zone-package v0.12.0 |
2721 | 2025-02-21T07:58:54.550Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2722 | 2025-02-21T07:58:54.603Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2723 | 2025-02-21T07:58:54.904Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2724 | 2025-02-21T07:58:55.351Z | [ host-package] Compiling r2d2 v0.8.10 |
2725 | 2025-02-21T07:58:55.526Z | [ helios-setup] Feb 21 07:58:54.141 INFO E| Compiling pest v2.7.15 |
2726 | 2025-02-21T07:58:56.408Z | [ host-package] Compiling phf_generator v0.11.2 |
2727 | 2025-02-21T07:58:56.517Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2728 | 2025-02-21T07:58:56.640Z | [ host-package] Compiling secrecy v0.8.0 |
2729 | 2025-02-21T07:58:56.643Z | [ host-package] Compiling diesel_derives v2.2.3 |
2730 | 2025-02-21T07:58:56.818Z | [ host-package] Compiling ena v0.14.3 |
2731 | 2025-02-21T07:58:57.033Z | [ helios-setup] Feb 21 07:58:55.647 INFO E| Compiling modular-bitfield-impl v0.11.2 |
2732 | 2025-02-21T07:58:57.132Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2733 | 2025-02-21T07:58:57.222Z | [ helios-setup] Feb 21 07:58:55.837 INFO E| Compiling strum_macros v0.23.1 |
2734 | 2025-02-21T07:58:57.549Z | [ host-package] Compiling diff v0.1.13 |
2735 | 2025-02-21T07:58:57.661Z | [ host-package] Compiling regex-syntax v0.6.29 |
2736 | 2025-02-21T07:58:57.998Z | [ host-package] Compiling arc-swap v1.7.1 |
2737 | 2025-02-21T07:58:58.413Z | [ helios-setup] Feb 21 07:58:57.028 INFO E| Compiling scroll_derive v0.10.5 |
2738 | 2025-02-21T07:58:58.770Z | [ host-package] Compiling phf_codegen v0.11.2 |
2739 | 2025-02-21T07:58:59.370Z | [ host-package] Compiling slog-scope v4.4.0 |
2740 | 2025-02-21T07:58:59.556Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2741 | 2025-02-21T07:59:00.016Z | [ helios-setup] Feb 21 07:58:58.630 INFO E| Compiling pest_meta v2.7.15 |
2742 | 2025-02-21T07:59:00.126Z | [ helios-setup] Feb 21 07:58:58.741 INFO E| Compiling structopt-derive v0.4.18 |
2743 | 2025-02-21T07:59:00.942Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2744 | 2025-02-21T07:59:01.279Z | [ helios-setup] Feb 21 07:58:59.894 INFO E| Compiling scroll v0.10.2 |
2745 | 2025-02-21T07:59:01.663Z | [ host-package] Compiling universal-hash v0.5.1 |
2746 | 2025-02-21T07:59:01.749Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2747 | 2025-02-21T07:59:02.205Z | [ host-package] Compiling parse-zoneinfo v0.3.1 |
2748 | 2025-02-21T07:59:02.355Z | [ helios-setup] Feb 21 07:59:00.970 INFO E| Compiling goblin v0.4.3 |
2749 | 2025-02-21T07:59:02.543Z | [ helios-setup] Feb 21 07:59:01.157 INFO E| Compiling modular-bitfield v0.11.2 |
2750 | 2025-02-21T07:59:02.786Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2751 | 2025-02-21T07:59:03.070Z | [ helios-setup] Feb 21 07:59:01.685 INFO E| Compiling pest_generator v2.7.15 |
2752 | 2025-02-21T07:59:04.836Z | [ helios-setup] Feb 21 07:59:03.451 INFO E| Compiling structopt v0.3.26 |
2753 | 2025-02-21T07:59:05.017Z | [ host-package] Compiling lalrpop v0.19.12 |
2754 | 2025-02-21T07:59:05.893Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2755 | 2025-02-21T07:59:06.398Z | [ host-package] Compiling unicase v2.7.0 |
2756 | 2025-02-21T07:59:06.703Z | [ helios-setup] Feb 21 07:59:05.318 INFO E| Compiling pest_derive v2.7.15 |
2757 | 2025-02-21T07:59:06.969Z | [ host-package] Compiling opaque-debug v0.3.1 |
2758 | 2025-02-21T07:59:07.137Z | [ host-package] Compiling ref-cast v1.0.23 |
2759 | 2025-02-21T07:59:07.178Z | [ host-package] Compiling poly1305 v0.8.0 |
2760 | 2025-02-21T07:59:08.086Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2761 | 2025-02-21T07:59:08.330Z | [ host-package] Compiling chrono-tz-build v0.4.0 |
2762 | 2025-02-21T07:59:09.162Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2763 | 2025-02-21T07:59:10.153Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2764 | 2025-02-21T07:59:10.443Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2765 | 2025-02-21T07:59:10.616Z | [ host-package] Compiling derive_builder_core v0.20.2 |
2766 | 2025-02-21T07:59:10.835Z | [ host-package] Compiling chacha20 v0.9.1 |
2767 | 2025-02-21T07:59:11.659Z | [ host-package] Compiling headers-core v0.3.0 |
2768 | 2025-02-21T07:59:12.010Z | [ host-package] Compiling aead v0.5.2 |
2769 | 2025-02-21T07:59:12.205Z | [ helios-setup] Feb 21 07:59:10.820 INFO E| Compiling json5 v0.4.1 |
2770 | 2025-02-21T07:59:12.449Z | [ host-package] Compiling libxml v0.3.3 |
2771 | 2025-02-21T07:59:12.474Z | [ host-package] Compiling diesel v2.2.7 |
2772 | 2025-02-21T07:59:12.901Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2773 | 2025-02-21T07:59:13.095Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
2774 | 2025-02-21T07:59:13.941Z | [ host-package] Compiling vte v0.11.1 |
2775 | 2025-02-21T07:59:15.031Z | [ host-package] Compiling derive_builder_macro v0.20.2 |
2776 | 2025-02-21T07:59:16.491Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2777 | 2025-02-21T07:59:16.644Z | [ host-package] Compiling headers v0.4.0 |
2778 | 2025-02-21T07:59:17.263Z | [ host-package] Compiling chrono-tz v0.10.1 |
2779 | 2025-02-21T07:59:17.685Z | [ helios-setup] Feb 21 07:59:16.300 INFO E| Compiling four-cc v0.3.0 |
2780 | 2025-02-21T07:59:17.685Z | [ helios-setup] Feb 21 07:59:16.300 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0) |
2781 | 2025-02-21T07:59:17.929Z | [ helios-setup] Feb 21 07:59:16.543 INFO E| Compiling amd-apcb v0.4.5 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.5#fb4e63cc) |
2782 | 2025-02-21T07:59:18.131Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2783 | 2025-02-21T07:59:21.559Z | [ host-package] Compiling vsss-rs v3.3.4 |
2784 | 2025-02-21T07:59:22.047Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2785 | 2025-02-21T07:59:25.634Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2786 | 2025-02-21T07:59:26.183Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2787 | 2025-02-21T07:59:26.872Z | [ host-package] Compiling strum_macros v0.24.3 |
2788 | 2025-02-21T07:59:30.376Z | [ host-package] Compiling fxhash v0.2.1 |
2789 | 2025-02-21T07:59:30.517Z | [ host-package] Compiling samael v0.0.17 |
2790 | 2025-02-21T07:59:31.026Z | [ host-package] Compiling indoc v1.0.9 |
2791 | 2025-02-21T07:59:32.002Z | [ host-package] Compiling bytecount v0.6.8 |
2792 | 2025-02-21T07:59:32.456Z | [ host-package] Compiling papergrid v0.11.0 |
2793 | 2025-02-21T07:59:33.387Z | [ host-package] Compiling polar-core v0.27.3 |
2794 | 2025-02-21T07:59:38.209Z | [ host-package] Compiling derive_builder v0.20.2 |
2795 | 2025-02-21T07:59:38.505Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2796 | 2025-02-21T07:59:44.661Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2797 | 2025-02-21T07:59:45.262Z | [ host-package] Compiling tabled_derive v0.7.0 |
2798 | 2025-02-21T07:59:47.310Z | [ host-package] Compiling fd-lock v4.0.2 |
2799 | 2025-02-21T07:59:47.585Z | [ host-package] Compiling peg-macros v0.8.4 |
2800 | 2025-02-21T07:59:47.632Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2801 | 2025-02-21T07:59:48.894Z | [ host-package] Compiling kstat-rs v0.2.4 |
2802 | 2025-02-21T07:59:50.021Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2803 | 2025-02-21T07:59:50.935Z | [ host-package] Compiling oso-derive v0.27.3 |
2804 | 2025-02-21T07:59:52.133Z | [ host-package] Compiling quick-xml v0.33.0 |
2805 | 2025-02-21T07:59:53.525Z | [ host-package] Compiling diesel-dtrace v0.4.2 |
2806 | 2025-02-21T07:59:54.040Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
2807 | 2025-02-21T07:59:55.443Z | [ host-package] Compiling reedline v0.35.0 |
2808 | 2025-02-21T07:59:56.408Z | [ host-package] Compiling peg v0.8.4 |
2809 | 2025-02-21T07:59:56.472Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2810 | 2025-02-21T07:59:56.617Z | [ host-package] Compiling tabled v0.15.0 |
2811 | 2025-02-21T08:00:01.560Z | [ helios-setup] Feb 21 08:00:00.175 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
2812 | 2025-02-21T08:00:07.289Z | [ host-package] Compiling oso v0.27.3 |
2813 | 2025-02-21T08:00:18.821Z | [ helios-setup] Feb 21 08:00:17.435 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
2814 | 2025-02-21T08:00:19.466Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2815 | 2025-02-21T08:00:22.858Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2816 | 2025-02-21T08:00:26.332Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2817 | 2025-02-21T08:00:28.065Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2818 | 2025-02-21T08:00:33.320Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2819 | 2025-02-21T08:00:33.806Z | [ host-package] Compiling bb8 v0.8.5 |
2820 | 2025-02-21T08:00:33.995Z | [ host-package] Compiling bcs v0.1.6 |
2821 | 2025-02-21T08:00:34.544Z | [ host-package] Compiling libz-sys v1.1.20 |
2822 | 2025-02-21T08:00:34.890Z | [ host-package] Compiling nanorand v0.7.0 |
2823 | 2025-02-21T08:00:35.379Z | [ host-package] Compiling termtree v0.5.1 |
2824 | 2025-02-21T08:00:35.642Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2825 | 2025-02-21T08:00:36.446Z | [ host-package] Compiling flume v0.11.1 |
2826 | 2025-02-21T08:00:37.297Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
2827 | 2025-02-21T08:00:38.619Z | [ host-package] Compiling mime_guess v2.0.5 |
2828 | 2025-02-21T08:00:39.813Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2829 | 2025-02-21T08:00:39.914Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2830 | 2025-02-21T08:00:45.153Z | [ host-package] Compiling nibble_vec v0.1.0 |
2831 | 2025-02-21T08:00:45.277Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
2832 | 2025-02-21T08:00:45.506Z | [ host-package] Compiling atty v0.2.14 |
2833 | 2025-02-21T08:00:45.772Z | [ host-package] Compiling salty v0.3.0 |
2834 | 2025-02-21T08:00:46.149Z | [ host-package] Compiling endian-type v0.1.2 |
2835 | 2025-02-21T08:00:46.440Z | [ host-package] Compiling http-range v0.1.5 |
2836 | 2025-02-21T08:00:46.532Z | [ host-package] Compiling radix_trie v0.2.1 |
2837 | 2025-02-21T08:00:47.759Z | [ host-package] Compiling parking_lot v0.11.2 |
2838 | 2025-02-21T08:00:52.587Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2839 | 2025-02-21T08:01:02.072Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2840 | 2025-02-21T08:01:02.815Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
2841 | 2025-02-21T08:01:05.638Z | [ host-package] Compiling sled v0.34.7 |
2842 | 2025-02-21T08:01:06.038Z | [ helios-setup] Feb 21 08:01:04.652 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 40s |
2843 | 2025-02-21T08:01:06.123Z | [ helios-setup] Feb 21 08:01:04.737 INFO building project "amd-host-image-builder" ok (189 seconds) |
2844 | 2025-02-21T08:01:06.126Z | [ helios-setup] Feb 21 08:01:04.737 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
2845 | 2025-02-21T08:01:06.126Z | [ helios-setup] Feb 21 08:01:04.737 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
2846 | 2025-02-21T08:01:06.377Z | [ helios-setup] Feb 21 08:01:04.990 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
2847 | 2025-02-21T08:01:06.745Z | [ helios-setup] Feb 21 08:01:05.359 INFO E| From https://github.com/jclulow/rust-jmclib |
2848 | 2025-02-21T08:01:06.745Z | [ helios-setup] Feb 21 08:01:05.359 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
2849 | 2025-02-21T08:01:06.769Z | [ helios-setup] Feb 21 08:01:05.379 INFO E| Updating crates.io index |
2850 | 2025-02-21T08:01:06.862Z | [ helios-setup] Feb 21 08:01:05.476 INFO E| Downloading crates ... |
2851 | 2025-02-21T08:01:06.939Z | [ helios-setup] Feb 21 08:01:05.553 INFO E| Downloaded digest v0.9.0 |
2852 | 2025-02-21T08:01:06.953Z | [ helios-setup] Feb 21 08:01:05.559 INFO E| Downloaded bitflags v2.3.3 |
2853 | 2025-02-21T08:01:06.953Z | [ helios-setup] Feb 21 08:01:05.565 INFO E| Downloaded glob v0.3.1 |
2854 | 2025-02-21T08:01:06.959Z | [ helios-setup] Feb 21 08:01:05.573 INFO E| Downloaded block-buffer v0.9.0 |
2855 | 2025-02-21T08:01:06.962Z | [ helios-setup] Feb 21 08:01:05.576 INFO E| Downloaded opaque-debug v0.3.0 |
2856 | 2025-02-21T08:01:06.966Z | [ helios-setup] Feb 21 08:01:05.580 INFO E| Downloaded libdevinfo-sys v1.0.0 |
2857 | 2025-02-21T08:01:06.970Z | [ helios-setup] Feb 21 08:01:05.583 INFO E| Downloaded itoa v1.0.9 |
2858 | 2025-02-21T08:01:06.972Z | [ helios-setup] Feb 21 08:01:05.585 INFO E| Downloaded walkdir v2.3.3 |
2859 | 2025-02-21T08:01:06.976Z | [ helios-setup] Feb 21 08:01:05.588 INFO E| Downloaded md-5 v0.9.1 |
2860 | 2025-02-21T08:01:06.979Z | [ helios-setup] Feb 21 08:01:05.591 INFO E| Downloaded serde_derive v1.0.193 |
2861 | 2025-02-21T08:01:06.984Z | [ helios-setup] Feb 21 08:01:05.596 INFO E| Downloaded sha-1 v0.9.8 |
2862 | 2025-02-21T08:01:06.989Z | [ helios-setup] Feb 21 08:01:05.599 INFO E| Downloaded getrandom v0.2.10 |
2863 | 2025-02-21T08:01:06.992Z | [ helios-setup] Feb 21 08:01:05.604 INFO E| Downloaded once_cell v1.18.0 |
2864 | 2025-02-21T08:01:06.997Z | [ helios-setup] Feb 21 08:01:05.610 INFO E| Downloaded uuid v0.8.2 |
2865 | 2025-02-21T08:01:07.002Z | [ helios-setup] Feb 21 08:01:05.616 INFO E| Downloaded toml v0.5.11 |
2866 | 2025-02-21T08:01:07.007Z | [ helios-setup] Feb 21 08:01:05.621 INFO E| Downloaded unicode-ident v1.0.11 |
2867 | 2025-02-21T08:01:07.012Z | [ helios-setup] Feb 21 08:01:05.626 INFO E| Downloaded serde v1.0.193 |
2868 | 2025-02-21T08:01:07.017Z | [ helios-setup] Feb 21 08:01:05.632 INFO E| Downloaded anyhow v1.0.72 |
2869 | 2025-02-21T08:01:07.024Z | [ helios-setup] Feb 21 08:01:05.638 INFO E| Downloaded ryu v1.0.15 |
2870 | 2025-02-21T08:01:07.029Z | [ helios-setup] Feb 21 08:01:05.642 INFO E| Downloaded proc-macro2 v1.0.66 |
2871 | 2025-02-21T08:01:07.033Z | [ helios-setup] Feb 21 08:01:05.647 INFO E| Downloaded typenum v1.16.0 |
2872 | 2025-02-21T08:01:07.038Z | [ helios-setup] Feb 21 08:01:05.651 INFO E| Downloaded serde_json v1.0.103 |
2873 | 2025-02-21T08:01:07.050Z | [ helios-setup] Feb 21 08:01:05.664 INFO E| Downloaded tempfile v3.7.0 |
2874 | 2025-02-21T08:01:07.053Z | [ helios-setup] Feb 21 08:01:05.667 INFO E| Downloaded quote v1.0.31 |
2875 | 2025-02-21T08:01:07.058Z | [ helios-setup] Feb 21 08:01:05.672 INFO E| Downloaded cpufeatures v0.2.9 |
2876 | 2025-02-21T08:01:07.060Z | [ helios-setup] Feb 21 08:01:05.674 INFO E| Downloaded syn v2.0.32 |
2877 | 2025-02-21T08:01:07.076Z | [ helios-setup] Feb 21 08:01:05.691 INFO E| Downloaded fastrand v2.0.0 |
2878 | 2025-02-21T08:01:07.080Z | [ helios-setup] Feb 21 08:01:05.693 INFO E| Downloaded errno v0.3.1 |
2879 | 2025-02-21T08:01:07.083Z | [ helios-setup] Feb 21 08:01:05.695 INFO E| Downloaded unicode-width v0.1.10 |
2880 | 2025-02-21T08:01:07.093Z | [ helios-setup] Feb 21 08:01:05.707 INFO E| Downloaded rustix v0.38.4 |
2881 | 2025-02-21T08:01:07.152Z | [ helios-setup] Feb 21 08:01:05.765 INFO E| Downloaded libc v0.2.147 |
2882 | 2025-02-21T08:01:07.282Z | [ helios-setup] Feb 21 08:01:05.896 INFO E| Compiling libc v0.2.147 |
2883 | 2025-02-21T08:01:07.282Z | [ helios-setup] Feb 21 08:01:05.896 INFO E| Compiling proc-macro2 v1.0.66 |
2884 | 2025-02-21T08:01:07.282Z | [ helios-setup] Feb 21 08:01:05.896 INFO E| Compiling unicode-ident v1.0.11 |
2885 | 2025-02-21T08:01:07.282Z | [ helios-setup] Feb 21 08:01:05.896 INFO E| Compiling cfg-if v1.0.0 |
2886 | 2025-02-21T08:01:07.285Z | [ helios-setup] Feb 21 08:01:05.896 INFO E| Compiling typenum v1.16.0 |
2887 | 2025-02-21T08:01:07.285Z | [ helios-setup] Feb 21 08:01:05.896 INFO E| Compiling version_check v0.9.4 |
2888 | 2025-02-21T08:01:07.285Z | [ helios-setup] Feb 21 08:01:05.896 INFO E| Compiling serde v1.0.193 |
2889 | 2025-02-21T08:01:07.285Z | [ helios-setup] Feb 21 08:01:05.896 INFO E| Compiling time-core v0.1.2 |
2890 | 2025-02-21T08:01:07.629Z | [ helios-setup] Feb 21 08:01:06.243 INFO E| Compiling powerfmt v0.2.0 |
2891 | 2025-02-21T08:01:07.819Z | [ helios-setup] Feb 21 08:01:06.433 INFO E| Compiling num-conv v0.1.0 |
2892 | 2025-02-21T08:01:08.121Z | [ helios-setup] Feb 21 08:01:06.735 INFO E| Compiling rustix v0.38.4 |
2893 | 2025-02-21T08:01:08.484Z | [ helios-setup] Feb 21 08:01:07.098 INFO E| Compiling itoa v1.0.9 |
2894 | 2025-02-21T08:01:08.549Z | [ helios-setup] Feb 21 08:01:07.163 INFO E| Compiling slog v2.7.0 |
2895 | 2025-02-21T08:01:08.664Z | [ helios-setup] Feb 21 08:01:07.278 INFO E| Compiling generic-array v0.14.7 |
2896 | 2025-02-21T08:01:08.769Z | [ helios-setup] Feb 21 08:01:07.383 INFO E| Compiling time-macros v0.2.18 |
2897 | 2025-02-21T08:01:09.020Z | [ helios-setup] Feb 21 08:01:07.634 INFO E| Compiling deranged v0.3.11 |
2898 | 2025-02-21T08:01:09.533Z | [ helios-setup] Feb 21 08:01:08.147 INFO E| Compiling once_cell v1.18.0 |
2899 | 2025-02-21T08:01:09.887Z | [ helios-setup] Feb 21 08:01:08.501 INFO E| Compiling num_threads v0.1.6 |
2900 | 2025-02-21T08:01:10.009Z | [ helios-setup] Feb 21 08:01:08.623 INFO E| Compiling quote v1.0.31 |
2901 | 2025-02-21T08:01:10.072Z | [ helios-setup] Feb 21 08:01:08.686 INFO E| Compiling bitflags v2.3.3 |
2902 | 2025-02-21T08:01:10.361Z | [ host-package] Compiling hickory-client v0.24.3 |
2903 | 2025-02-21T08:01:10.396Z | [ helios-setup] Feb 21 08:01:09.008 INFO E| Compiling thread_local v1.1.7 |
2904 | 2025-02-21T08:01:10.977Z | [ helios-setup] Feb 21 08:01:09.591 INFO E| Compiling syn v2.0.32 |
2905 | 2025-02-21T08:01:11.256Z | [ helios-setup] Feb 21 08:01:09.870 INFO E| Compiling serde_json v1.0.103 |
2906 | 2025-02-21T08:01:11.318Z | [ helios-setup] Feb 21 08:01:09.932 INFO E| Compiling fastrand v2.0.0 |
2907 | 2025-02-21T08:01:11.895Z | [ helios-setup] Feb 21 08:01:10.509 INFO E| Compiling dirs-sys-next v0.1.2 |
2908 | 2025-02-21T08:01:11.995Z | [ helios-setup] Feb 21 08:01:10.609 INFO E| Compiling errno v0.3.1 |
2909 | 2025-02-21T08:01:12.437Z | [ helios-setup] Feb 21 08:01:11.051 INFO E| Compiling dirs-next v2.0.0 |
2910 | 2025-02-21T08:01:12.608Z | [ helios-setup] Feb 21 08:01:11.222 INFO E| Compiling term v0.7.0 |
2911 | 2025-02-21T08:01:12.622Z | [ helios-setup] Feb 21 08:01:11.236 INFO E| Compiling atty v0.2.14 |
2912 | 2025-02-21T08:01:12.816Z | [ helios-setup] Feb 21 08:01:11.429 INFO E| Compiling opaque-debug v0.3.0 |
2913 | 2025-02-21T08:01:12.935Z | [ helios-setup] Feb 21 08:01:11.546 INFO E| Compiling anyhow v1.0.72 |
2914 | 2025-02-21T08:01:13.025Z | [ helios-setup] Feb 21 08:01:11.639 INFO E| Compiling getrandom v0.2.10 |
2915 | 2025-02-21T08:01:13.095Z | [ helios-setup] Feb 21 08:01:11.708 INFO E| Compiling ryu v1.0.15 |
2916 | 2025-02-21T08:01:13.646Z | [ helios-setup] Feb 21 08:01:12.260 INFO E| Compiling digest v0.9.0 |
2917 | 2025-02-21T08:01:13.730Z | [ helios-setup] Feb 21 08:01:12.305 INFO E| Compiling block-buffer v0.9.0 |
2918 | 2025-02-21T08:01:13.740Z | [ helios-setup] Feb 21 08:01:12.354 INFO E| Compiling cpufeatures v0.2.9 |
2919 | 2025-02-21T08:01:13.848Z | [ helios-setup] Feb 21 08:01:12.458 INFO E| Compiling same-file v1.0.6 |
2920 | 2025-02-21T08:01:13.987Z | [ helios-setup] Feb 21 08:01:12.601 INFO E| Compiling time v0.3.36 |
2921 | 2025-02-21T08:01:14.010Z | [ helios-setup] Feb 21 08:01:12.622 INFO E| Compiling unicode-width v0.1.10 |
2922 | 2025-02-21T08:01:14.143Z | [ helios-setup] Feb 21 08:01:12.757 INFO E| Compiling walkdir v2.3.3 |
2923 | 2025-02-21T08:01:14.271Z | [ helios-setup] Feb 21 08:01:12.879 INFO E| Compiling getopts v0.2.21 |
2924 | 2025-02-21T08:01:14.308Z | [ helios-setup] Feb 21 08:01:12.922 INFO E| Compiling md-5 v0.9.1 |
2925 | 2025-02-21T08:01:14.999Z | [ helios-setup] Feb 21 08:01:13.613 INFO E| Compiling sha-1 v0.9.8 |
2926 | 2025-02-21T08:01:15.632Z | [ helios-setup] Feb 21 08:01:14.246 INFO E| Compiling tempfile v3.7.0 |
2927 | 2025-02-21T08:01:15.841Z | [ helios-setup] Feb 21 08:01:14.454 INFO E| Compiling libdevinfo-sys v1.0.0 |
2928 | 2025-02-21T08:01:15.869Z | [ helios-setup] Feb 21 08:01:14.483 INFO E| Compiling glob v0.3.1 |
2929 | 2025-02-21T08:01:17.496Z | [ helios-setup] Feb 21 08:01:16.109 INFO E| Compiling slog-term v2.9.0 |
2930 | 2025-02-21T08:01:17.799Z | [ helios-setup] Feb 21 08:01:16.413 INFO E| Compiling serde_derive v1.0.193 |
2931 | 2025-02-21T08:01:18.183Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2932 | 2025-02-21T08:01:19.417Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2933 | 2025-02-21T08:01:19.717Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2934 | 2025-02-21T08:01:21.735Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2935 | 2025-02-21T08:01:26.623Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2936 | 2025-02-21T08:01:29.211Z | [ helios-setup] Feb 21 08:01:27.825 INFO E| Compiling toml v0.5.11 |
2937 | 2025-02-21T08:01:29.211Z | [ helios-setup] Feb 21 08:01:27.825 INFO E| Compiling uuid v0.8.2 |
2938 | 2025-02-21T08:01:31.351Z | [ helios-setup] Feb 21 08:01:29.965 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
2939 | 2025-02-21T08:01:31.941Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2940 | 2025-02-21T08:01:32.839Z | [ host-package] Compiling hickory-server v0.24.3 |
2941 | 2025-02-21T08:01:32.839Z | [ helios-setup] Feb 21 08:01:31.453 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
2942 | 2025-02-21T08:01:33.400Z | [ host-package] Compiling primeorder v0.13.6 |
2943 | 2025-02-21T08:01:33.917Z | [ host-package] Compiling vergen v8.3.2 |
2944 | 2025-02-21T08:01:34.005Z | [ host-package] Compiling castaway v0.2.3 |
2945 | 2025-02-21T08:01:34.238Z | [ host-package] Compiling env_filter v0.1.2 |
2946 | 2025-02-21T08:01:34.346Z | [ host-package] Compiling cargo-platform v0.1.8 |
2947 | 2025-02-21T08:01:34.877Z | [ host-package] Compiling cargo_metadata v0.18.1 |
2948 | 2025-02-21T08:01:35.907Z | [ host-package] Compiling env_logger v0.11.5 |
2949 | 2025-02-21T08:01:37.449Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2950 | 2025-02-21T08:01:38.132Z | [ host-package] Compiling compact_str v0.8.0 |
2951 | 2025-02-21T08:01:41.123Z | [ host-package] Compiling p384 v0.13.0 |
2952 | 2025-02-21T08:01:41.720Z | [ helios-setup] Feb 21 08:01:40.334 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.49s |
2953 | 2025-02-21T08:01:41.753Z | [ helios-setup] Feb 21 08:01:40.367 INFO building project "image-builder" ok (35 seconds) |
2954 | 2025-02-21T08:01:41.754Z | [ helios-setup] Feb 21 08:01:40.368 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2955 | 2025-02-21T08:01:41.754Z | [ helios-setup] Feb 21 08:01:40.368 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2956 | 2025-02-21T08:01:42.047Z | [ helios-setup] Feb 21 08:01:40.661 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
2957 | 2025-02-21T08:01:42.873Z | [ helios-setup] Feb 21 08:01:41.487 INFO E| From https://github.com/oxidecomputer/progenitor |
2958 | 2025-02-21T08:01:42.873Z | [ helios-setup] Feb 21 08:01:41.487 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149 |
2959 | 2025-02-21T08:01:42.983Z | [ helios-setup] Feb 21 08:01:41.597 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2960 | 2025-02-21T08:01:43.410Z | [ helios-setup] Feb 21 08:01:42.024 INFO E| From https://github.com/jclulow/hiercmd |
2961 | 2025-02-21T08:01:43.410Z | [ helios-setup] Feb 21 08:01:42.024 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2962 | 2025-02-21T08:01:43.429Z | [ helios-setup] Feb 21 08:01:42.043 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2963 | 2025-02-21T08:01:43.778Z | [ helios-setup] Feb 21 08:01:42.392 INFO E| From https://github.com/jclulow/network-interface |
2964 | 2025-02-21T08:01:43.778Z | [ helios-setup] Feb 21 08:01:42.392 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2965 | 2025-02-21T08:01:43.797Z | [ helios-setup] Feb 21 08:01:42.411 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2966 | 2025-02-21T08:01:44.265Z | [ helios-setup] Feb 21 08:01:42.879 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2967 | 2025-02-21T08:01:44.265Z | [ helios-setup] Feb 21 08:01:42.879 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2968 | 2025-02-21T08:01:44.300Z | [ helios-setup] Feb 21 08:01:42.914 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2969 | 2025-02-21T08:01:44.908Z | [ helios-setup] Feb 21 08:01:43.522 INFO E| From https://github.com/oxidecomputer/facade |
2970 | 2025-02-21T08:01:44.908Z | [ helios-setup] Feb 21 08:01:43.522 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2971 | 2025-02-21T08:01:44.952Z | [ helios-setup] Feb 21 08:01:43.566 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git` |
2972 | 2025-02-21T08:01:45.522Z | [ host-package] Compiling git2 v0.19.0 |
2973 | 2025-02-21T08:01:45.647Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2974 | 2025-02-21T08:01:45.688Z | [ helios-setup] Feb 21 08:01:44.300 INFO E| From https://github.com/oxidecomputer/dropshot |
2975 | 2025-02-21T08:01:45.688Z | [ helios-setup] Feb 21 08:01:44.300 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230 |
2976 | 2025-02-21T08:01:45.727Z | [ helios-setup] Feb 21 08:01:44.341 INFO E| Updating crates.io index |
2977 | 2025-02-21T08:01:45.813Z | [ helios-setup] Feb 21 08:01:44.427 INFO E| Updating git repository `https://github.com/oxidecomputer/typify` |
2978 | 2025-02-21T08:01:46.667Z | [ helios-setup] Feb 21 08:01:45.280 INFO E| From https://github.com/oxidecomputer/typify |
2979 | 2025-02-21T08:01:46.667Z | [ helios-setup] Feb 21 08:01:45.281 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4 |
2980 | 2025-02-21T08:01:46.933Z | [ helios-setup] Feb 21 08:01:45.547 INFO E| Downloading crates ... |
2981 | 2025-02-21T08:01:47.107Z | [ helios-setup] Feb 21 08:01:45.719 INFO E| Downloaded const-random-macro v0.1.15 |
2982 | 2025-02-21T08:01:47.109Z | [ helios-setup] Feb 21 08:01:45.721 INFO E| Downloaded anstyle v0.3.5 |
2983 | 2025-02-21T08:01:47.112Z | [ helios-setup] Feb 21 08:01:45.724 INFO E| Downloaded async-stream v0.3.5 |
2984 | 2025-02-21T08:01:47.120Z | [ helios-setup] Feb 21 08:01:45.735 INFO E| Downloaded anstream v0.2.6 |
2985 | 2025-02-21T08:01:47.124Z | [ helios-setup] Feb 21 08:01:45.739 INFO E| Downloaded concolor-override v1.0.0 |
2986 | 2025-02-21T08:01:47.127Z | [ helios-setup] Feb 21 08:01:45.740 INFO E| Downloaded async-stream-impl v0.3.5 |
2987 | 2025-02-21T08:01:47.159Z | [ helios-setup] Feb 21 08:01:45.773 INFO E| Downloaded const-random v0.1.15 |
2988 | 2025-02-21T08:01:47.199Z | [ helios-setup] Feb 21 08:01:45.813 INFO E| Downloaded project-root v0.2.2 |
2989 | 2025-02-21T08:01:47.202Z | [ helios-setup] Feb 21 08:01:45.815 INFO E| Downloaded serde_path_to_error v0.1.11 |
2990 | 2025-02-21T08:01:47.205Z | [ helios-setup] Feb 21 08:01:45.818 INFO E| Downloaded serde_derive_internals v0.26.0 |
2991 | 2025-02-21T08:01:47.241Z | [ helios-setup] Feb 21 08:01:45.855 INFO E| Downloaded thiserror-impl v1.0.38 |
2992 | 2025-02-21T08:01:47.243Z | [ helios-setup] Feb 21 08:01:45.857 INFO E| Downloaded block-buffer v0.10.3 |
2993 | 2025-02-21T08:01:47.246Z | [ helios-setup] Feb 21 08:01:45.859 INFO E| Downloaded ahash v0.7.6 |
2994 | 2025-02-21T08:01:47.249Z | [ helios-setup] Feb 21 08:01:45.863 INFO E| Downloaded futures-io v0.3.28 |
2995 | 2025-02-21T08:01:47.252Z | [ helios-setup] Feb 21 08:01:45.865 INFO E| Downloaded either v1.8.0 |
2996 | 2025-02-21T08:01:47.255Z | [ helios-setup] Feb 21 08:01:45.869 INFO E| Downloaded smawk v0.3.1 |
2997 | 2025-02-21T08:01:47.258Z | [ helios-setup] Feb 21 08:01:45.872 INFO E| Downloaded num_enum_derive v0.5.7 |
2998 | 2025-02-21T08:01:47.260Z | [ helios-setup] Feb 21 08:01:45.873 INFO E| Downloaded cpufeatures v0.2.5 |
2999 | 2025-02-21T08:01:47.263Z | [ helios-setup] Feb 21 08:01:45.876 INFO E| Downloaded memoffset v0.7.1 |
3000 | 2025-02-21T08:01:47.266Z | [ helios-setup] Feb 21 08:01:45.879 INFO E| Downloaded futures-executor v0.3.28 |
3001 | 2025-02-21T08:01:47.268Z | [ helios-setup] Feb 21 08:01:45.881 INFO E| Downloaded fastrand v1.9.0 |
3002 | 2025-02-21T08:01:47.271Z | [ helios-setup] Feb 21 08:01:45.884 INFO E| Downloaded want v0.3.0 |
3003 | 2025-02-21T08:01:47.271Z | [ helios-setup] Feb 21 08:01:45.885 INFO E| Downloaded tower-service v0.3.2 |
3004 | 2025-02-21T08:01:47.274Z | [ helios-setup] Feb 21 08:01:45.887 INFO E| Downloaded try-lock v0.2.4 |
3005 | 2025-02-21T08:01:47.274Z | [ helios-setup] Feb 21 08:01:45.888 INFO E| Downloaded toolchain_find v0.2.0 |
3006 | 2025-02-21T08:01:47.277Z | [ helios-setup] Feb 21 08:01:45.890 INFO E| Downloaded is-terminal v0.4.7 |
3007 | 2025-02-21T08:01:47.308Z | [ helios-setup] Feb 21 08:01:45.922 INFO E| Downloaded thiserror v1.0.38 |
3008 | 2025-02-21T08:01:47.314Z | [ helios-setup] Feb 21 08:01:45.928 INFO E| Downloaded bincode v1.3.3 |
3009 | 2025-02-21T08:01:47.317Z | [ helios-setup] Feb 21 08:01:45.931 INFO E| Downloaded rustls-pemfile v1.0.2 |
3010 | 2025-02-21T08:01:47.320Z | [ helios-setup] Feb 21 08:01:45.934 INFO E| Downloaded cargo-lock v8.0.3 |
3011 | 2025-02-21T08:01:47.324Z | [ helios-setup] Feb 21 08:01:45.938 INFO E| Downloaded signal-hook-registry v1.4.0 |
3012 | 2025-02-21T08:01:47.327Z | [ helios-setup] Feb 21 08:01:45.940 INFO E| Downloaded slog-async v2.7.0 |
3013 | 2025-02-21T08:01:47.329Z | [ helios-setup] Feb 21 08:01:45.942 INFO E| Downloaded io-lifetimes v1.0.10 |
3014 | 2025-02-21T08:01:47.332Z | [ helios-setup] Feb 21 08:01:45.946 INFO E| Downloaded slab v0.4.7 |
3015 | 2025-02-21T08:01:47.335Z | [ helios-setup] Feb 21 08:01:45.948 INFO E| Downloaded num-integer v0.1.45 |
3016 | 2025-02-21T08:01:47.337Z | [ helios-setup] Feb 21 08:01:45.950 INFO E| Downloaded scopeguard v1.1.0 |
3017 | 2025-02-21T08:01:47.340Z | [ helios-setup] Feb 21 08:01:45.953 INFO E| Downloaded quote v1.0.36 |
3018 | 2025-02-21T08:01:47.343Z | [ helios-setup] Feb 21 08:01:45.957 INFO E| Downloaded toml_datetime v0.6.1 |
3019 | 2025-02-21T08:01:47.346Z | [ helios-setup] Feb 21 08:01:45.959 INFO E| Downloaded tempfile v3.5.0 |
3020 | 2025-02-21T08:01:47.349Z | [ helios-setup] Feb 21 08:01:45.963 INFO E| Downloaded semver-parser v0.10.2 |
3021 | 2025-02-21T08:01:47.352Z | [ helios-setup] Feb 21 08:01:45.966 INFO E| Downloaded crossbeam-utils v0.8.14 |
3022 | 2025-02-21T08:01:47.356Z | [ helios-setup] Feb 21 08:01:45.971 INFO E| Downloaded sct v0.7.0 |
3023 | 2025-02-21T08:01:47.362Z | [ helios-setup] Feb 21 08:01:45.977 INFO E| Downloaded utf8parse v0.2.1 |
3024 | 2025-02-21T08:01:47.365Z | [ helios-setup] Feb 21 08:01:45.978 INFO E| Downloaded parking_lot v0.12.1 |
3025 | 2025-02-21T08:01:47.368Z | [ helios-setup] Feb 21 08:01:45.982 INFO E| Downloaded num-traits v0.2.15 |
3026 | 2025-02-21T08:01:47.372Z | [ helios-setup] Feb 21 08:01:45.987 INFO E| Downloaded getrandom v0.2.8 |
3027 | 2025-02-21T08:01:47.377Z | [ helios-setup] Feb 21 08:01:45.991 INFO E| Downloaded smallvec v1.10.0 |
3028 | 2025-02-21T08:01:47.380Z | [ helios-setup] Feb 21 08:01:45.995 INFO E| Downloaded schemars_derive v0.8.12 |
3029 | 2025-02-21T08:01:47.383Z | [ helios-setup] Feb 21 08:01:45.997 INFO E| Downloaded proc-macro2 v1.0.86 |
3030 | 2025-02-21T08:01:47.387Z | [ helios-setup] Feb 21 08:01:46.001 INFO E| Downloaded rhai_codegen v1.5.0 |
3031 | 2025-02-21T08:01:47.403Z | [ helios-setup] Feb 21 08:01:46.016 INFO E| Downloaded semver v1.0.17 |
3032 | 2025-02-21T08:01:47.406Z | [ helios-setup] Feb 21 08:01:46.020 INFO E| Downloaded time v0.1.45 |
3033 | 2025-02-21T08:01:47.408Z | [ helios-setup] Feb 21 08:01:46.022 INFO E| Downloaded smartstring v1.0.1 |
3034 | 2025-02-21T08:01:47.413Z | [ helios-setup] Feb 21 08:01:46.026 INFO E| Downloaded flate2 v1.0.25 |
3035 | 2025-02-21T08:01:47.420Z | [ helios-setup] Feb 21 08:01:46.034 INFO E| Downloaded ryu v1.0.13 |
3036 | 2025-02-21T08:01:47.426Z | [ helios-setup] Feb 21 08:01:46.040 INFO E| Downloaded uuid v1.3.0 |
3037 | 2025-02-21T08:01:47.454Z | [ helios-setup] Feb 21 08:01:46.068 INFO E| Downloaded toml v0.7.3 |
3038 | 2025-02-21T08:01:47.462Z | [ helios-setup] Feb 21 08:01:46.074 INFO E| Downloaded serde_derive v1.0.204 |
3039 | 2025-02-21T08:01:47.466Z | [ helios-setup] Feb 21 08:01:46.078 INFO E| Downloaded mio v0.8.5 |
3040 | 2025-02-21T08:01:47.477Z | [ helios-setup] Feb 21 08:01:46.087 INFO E| Downloaded schemars v0.8.12 |
3041 | 2025-02-21T08:01:47.492Z | [ helios-setup] Feb 21 08:01:46.106 INFO E| Downloaded crossbeam-channel v0.5.6 |
3042 | 2025-02-21T08:01:47.498Z | [ helios-setup] Feb 21 08:01:46.112 INFO E| Downloaded rustls-webpki v0.100.1 |
3043 | 2025-02-21T08:01:47.508Z | [ helios-setup] Feb 21 08:01:46.122 INFO E| Downloaded unicode-linebreak v0.1.4 |
3044 | 2025-02-21T08:01:47.511Z | [ helios-setup] Feb 21 08:01:46.125 INFO E| Downloaded serde v1.0.204 |
3045 | 2025-02-21T08:01:47.515Z | [ helios-setup] Feb 21 08:01:46.129 INFO E| Downloaded url v2.3.1 |
3046 | 2025-02-21T08:01:47.520Z | [ helios-setup] Feb 21 08:01:46.134 INFO E| Downloaded tungstenite v0.18.0 |
3047 | 2025-02-21T08:01:47.524Z | [ helios-setup] Feb 21 08:01:46.138 INFO E| Downloaded reqwest v0.11.16 |
3048 | 2025-02-21T08:01:47.535Z | [ helios-setup] Feb 21 08:01:46.149 INFO E| Downloaded rayon v1.6.1 |
3049 | 2025-02-21T08:01:47.549Z | [ helios-setup] Feb 21 08:01:46.163 INFO E| Downloaded unicode-normalization v0.1.22 |
3050 | 2025-02-21T08:01:47.555Z | [ helios-setup] Feb 21 08:01:46.169 INFO E| Downloaded serde_json v1.0.95 |
3051 | 2025-02-21T08:01:47.567Z | [ helios-setup] Feb 21 08:01:46.181 INFO E| Downloaded winnow v0.4.1 |
3052 | 2025-02-21T08:01:47.579Z | [ helios-setup] Feb 21 08:01:46.194 INFO E| Downloaded syn v1.0.107 |
3053 | 2025-02-21T08:01:47.596Z | [ helios-setup] Feb 21 08:01:46.210 INFO E| Downloaded hyper v0.14.25 |
3054 | 2025-02-21T08:01:47.610Z | [ helios-setup] Feb 21 08:01:46.224 INFO E| Downloaded regex v1.7.3 |
3055 | 2025-02-21T08:01:47.623Z | [ helios-setup] Feb 21 08:01:46.237 INFO E| Downloaded git2 v0.16.1 |
3056 | 2025-02-21T08:01:47.636Z | [ helios-setup] Feb 21 08:01:46.250 INFO E| Downloaded syn v2.0.72 |
3057 | 2025-02-21T08:01:47.653Z | [ helios-setup] Feb 21 08:01:46.267 INFO E| Downloaded rustix v0.37.3 |
3058 | 2025-02-21T08:01:47.682Z | [ helios-setup] Feb 21 08:01:46.296 INFO E| Downloaded idna v0.3.0 |
3059 | 2025-02-21T08:01:47.692Z | [ helios-setup] Feb 21 08:01:46.306 INFO E| Downloaded chrono v0.4.24 |
3060 | 2025-02-21T08:01:47.704Z | [ helios-setup] Feb 21 08:01:46.318 INFO E| Downloaded rustls v0.21.0 |
3061 | 2025-02-21T08:01:47.748Z | [ helios-setup] Feb 21 08:01:46.362 INFO E| Downloaded openapiv3 v1.0.2 |
3062 | 2025-02-21T08:01:47.776Z | [ helios-setup] Feb 21 08:01:46.390 INFO E| Downloaded tokio-util v0.7.7 |
3063 | 2025-02-21T08:01:47.785Z | [ helios-setup] Feb 21 08:01:46.400 INFO E| Downloaded rhai v1.14.0 |
3064 | 2025-02-21T08:01:47.804Z | [ helios-setup] Feb 21 08:01:46.419 INFO E| Downloaded h2 v0.3.16 |
3065 | 2025-02-21T08:01:47.814Z | [ helios-setup] Feb 21 08:01:46.429 INFO E| Downloaded futures-util v0.3.28 |
3066 | 2025-02-21T08:01:47.831Z | [ helios-setup] Feb 21 08:01:46.445 INFO E| Downloaded clap_builder v4.2.1 |
3067 | 2025-02-21T08:01:47.841Z | [ helios-setup] Feb 21 08:01:46.456 INFO E| Downloaded toml_edit v0.19.8 |
3068 | 2025-02-21T08:01:47.867Z | [ helios-setup] Feb 21 08:01:46.481 INFO E| Downloaded tracing-core v0.1.30 |
3069 | 2025-02-21T08:01:47.871Z | [ helios-setup] Feb 21 08:01:46.485 INFO E| Downloaded tracing v0.1.37 |
3070 | 2025-02-21T08:01:47.877Z | [ helios-setup] Feb 21 08:01:46.492 INFO E| Downloaded serde_yaml v0.9.21 |
3071 | 2025-02-21T08:01:47.883Z | [ helios-setup] Feb 21 08:01:46.497 INFO E| Downloaded unsafe-libyaml v0.2.8 |
3072 | 2025-02-21T08:01:47.888Z | [ helios-setup] Feb 21 08:01:46.502 INFO E| Downloaded pest v2.5.7 |
3073 | 2025-02-21T08:01:47.896Z | [ helios-setup] Feb 21 08:01:46.510 INFO E| Downloaded http v0.2.9 |
3074 | 2025-02-21T08:01:47.901Z | [ helios-setup] Feb 21 08:01:46.516 INFO E| Downloaded aho-corasick v0.7.20 |
3075 | 2025-02-21T08:01:47.907Z | [ helios-setup] Feb 21 08:01:46.521 INFO E| Downloaded tokio-tungstenite v0.18.0 |
3076 | 2025-02-21T08:01:47.910Z | [ helios-setup] Feb 21 08:01:46.524 INFO E| Downloaded tinyvec v1.6.0 |
3077 | 2025-02-21T08:01:47.914Z | [ helios-setup] Feb 21 08:01:46.528 INFO E| Downloaded ucd-trie v0.1.5 |
3078 | 2025-02-21T08:01:47.916Z | [ helios-setup] Feb 21 08:01:46.531 INFO E| Downloaded rayon-core v1.10.2 |
3079 | 2025-02-21T08:01:47.921Z | [ helios-setup] Feb 21 08:01:46.535 INFO E| Downloaded base64 v0.21.0 |
3080 | 2025-02-21T08:01:47.926Z | [ helios-setup] Feb 21 08:01:46.540 INFO E| Downloaded unicode-bidi v0.3.13 |
3081 | 2025-02-21T08:01:47.929Z | [ helios-setup] Feb 21 08:01:46.543 INFO E| Downloaded libc v0.2.139 |
3082 | 2025-02-21T08:01:47.967Z | [ helios-setup] Feb 21 08:01:46.580 INFO E| Downloaded unicode-ident v1.0.8 |
3083 | 2025-02-21T08:01:47.975Z | [ helios-setup] Feb 21 08:01:46.589 INFO E| Downloaded tokio-rustls v0.24.0 |
3084 | 2025-02-21T08:01:47.981Z | [ helios-setup] Feb 21 08:01:46.593 INFO E| Downloaded memchr v2.5.0 |
3085 | 2025-02-21T08:01:47.986Z | [ helios-setup] Feb 21 08:01:46.600 INFO E| Downloaded tokio v1.27.0 |
3086 | 2025-02-21T08:01:48.041Z | [ helios-setup] Feb 21 08:01:46.654 INFO E| Downloaded bytes v1.4.0 |
3087 | 2025-02-21T08:01:48.047Z | [ helios-setup] Feb 21 08:01:46.661 INFO E| Downloaded cc v1.0.78 |
3088 | 2025-02-21T08:01:48.051Z | [ helios-setup] Feb 21 08:01:46.665 INFO E| Downloaded futures v0.3.28 |
3089 | 2025-02-21T08:01:48.060Z | [ helios-setup] Feb 21 08:01:46.674 INFO E| Downloaded miniz_oxide v0.6.2 |
3090 | 2025-02-21T08:01:48.063Z | [ helios-setup] Feb 21 08:01:46.677 INFO E| Downloaded ahash v0.8.3 |
3091 | 2025-02-21T08:01:48.067Z | [ helios-setup] Feb 21 08:01:46.681 INFO E| Downloaded crossbeam-epoch v0.9.13 |
3092 | 2025-02-21T08:01:48.071Z | [ helios-setup] Feb 21 08:01:46.685 INFO E| Downloaded semver v0.11.0 |
3093 | 2025-02-21T08:01:48.074Z | [ helios-setup] Feb 21 08:01:46.688 INFO E| Downloaded slog-bunyan v2.4.0 |
3094 | 2025-02-21T08:01:48.076Z | [ helios-setup] Feb 21 08:01:46.690 INFO E| Downloaded lock_api v0.4.9 |
3095 | 2025-02-21T08:01:48.079Z | [ helios-setup] Feb 21 08:01:46.693 INFO E| Downloaded clap v4.2.1 |
3096 | 2025-02-21T08:01:48.094Z | [ helios-setup] Feb 21 08:01:46.708 INFO E| Downloaded parking_lot_core v0.9.6 |
3097 | 2025-02-21T08:01:48.099Z | [ helios-setup] Feb 21 08:01:46.712 INFO E| Downloaded ipnet v2.7.2 |
3098 | 2025-02-21T08:01:48.102Z | [ helios-setup] Feb 21 08:01:46.714 INFO E| Downloaded once_cell v1.17.0 |
3099 | 2025-02-21T08:01:48.107Z | [ helios-setup] Feb 21 08:01:46.718 INFO E| Downloaded log v0.4.17 |
3100 | 2025-02-21T08:01:48.114Z | [ helios-setup] Feb 21 08:01:46.721 INFO E| Downloaded sha1 v0.10.5 |
3101 | 2025-02-21T08:01:48.117Z | [ helios-setup] Feb 21 08:01:46.726 INFO E| Downloaded serde_tokenstream v0.2.0 |
3102 | 2025-02-21T08:01:48.117Z | [ helios-setup] Feb 21 08:01:46.729 INFO E| Downloaded pin-project-lite v0.2.9 |
3103 | 2025-02-21T08:01:48.123Z | [ helios-setup] Feb 21 08:01:46.737 INFO E| Downloaded paste v1.0.12 |
3104 | 2025-02-21T08:01:48.129Z | [ helios-setup] Feb 21 08:01:46.744 INFO E| Downloaded futures-channel v0.3.28 |
3105 | 2025-02-21T08:01:48.134Z | [ helios-setup] Feb 21 08:01:46.748 INFO E| Downloaded sha2 v0.10.6 |
3106 | 2025-02-21T08:01:48.149Z | [ helios-setup] Feb 21 08:01:46.763 INFO E| Downloaded httparse v1.8.0 |
3107 | 2025-02-21T08:01:48.152Z | [ helios-setup] Feb 21 08:01:46.767 INFO E| Downloaded futures-task v0.3.28 |
3108 | 2025-02-21T08:01:48.155Z | [ helios-setup] Feb 21 08:01:46.769 INFO E| Downloaded camino v1.1.4 |
3109 | 2025-02-21T08:01:48.158Z | [ helios-setup] Feb 21 08:01:46.771 INFO E| Downloaded built v0.6.0 |
3110 | 2025-02-21T08:01:48.160Z | [ helios-setup] Feb 21 08:01:46.773 INFO E| Downloaded tokio-macros v2.0.0 |
3111 | 2025-02-21T08:01:48.163Z | [ helios-setup] Feb 21 08:01:46.775 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
3112 | 2025-02-21T08:01:48.163Z | [ helios-setup] Feb 21 08:01:46.777 INFO E| Downloaded digest v0.10.6 |
3113 | 2025-02-21T08:01:48.165Z | [ helios-setup] Feb 21 08:01:46.779 INFO E| Downloaded async-trait v0.1.68 |
3114 | 2025-02-21T08:01:48.170Z | [ helios-setup] Feb 21 08:01:46.784 INFO E| Downloaded anyhow v1.0.68 |
3115 | 2025-02-21T08:01:48.176Z | [ helios-setup] Feb 21 08:01:46.790 INFO E| Downloaded serde_spanned v0.6.1 |
3116 | 2025-02-21T08:01:48.179Z | [ helios-setup] Feb 21 08:01:46.792 INFO E| Downloaded proc-macro-crate v1.2.1 |
3117 | 2025-02-21T08:01:48.181Z | [ helios-setup] Feb 21 08:01:46.794 INFO E| Downloaded pkg-config v0.3.26 |
3118 | 2025-02-21T08:01:48.184Z | [ helios-setup] Feb 21 08:01:46.796 INFO E| Downloaded percent-encoding v2.2.0 |
3119 | 2025-02-21T08:01:48.184Z | [ helios-setup] Feb 21 08:01:46.797 INFO E| Downloaded num_enum v0.5.7 |
3120 | 2025-02-21T08:01:48.189Z | [ helios-setup] Feb 21 08:01:46.803 INFO E| Downloaded lazy_static v1.4.0 |
3121 | 2025-02-21T08:01:48.191Z | [ helios-setup] Feb 21 08:01:46.805 INFO E| Downloaded jobserver v0.1.26 |
3122 | 2025-02-21T08:01:48.194Z | [ helios-setup] Feb 21 08:01:46.808 INFO E| Downloaded encoding_rs v0.8.32 |
3123 | 2025-02-21T08:01:48.228Z | [ helios-setup] Feb 21 08:01:46.842 INFO E| Downloaded iana-time-zone v0.1.56 |
3124 | 2025-02-21T08:01:48.231Z | [ helios-setup] Feb 21 08:01:46.845 INFO E| Downloaded generic-array v0.14.6 |
3125 | 2025-02-21T08:01:48.234Z | [ helios-setup] Feb 21 08:01:46.848 INFO E| Downloaded futures-core v0.3.28 |
3126 | 2025-02-21T08:01:48.236Z | [ helios-setup] Feb 21 08:01:46.850 INFO E| Downloaded dyn-clone v1.0.11 |
3127 | 2025-02-21T08:01:48.239Z | [ helios-setup] Feb 21 08:01:46.852 INFO E| Downloaded clap_derive v4.2.0 |
3128 | 2025-02-21T08:01:48.242Z | [ helios-setup] Feb 21 08:01:46.856 INFO E| Downloaded http-body v0.4.5 |
3129 | 2025-02-21T08:01:48.245Z | [ helios-setup] Feb 21 08:01:46.858 INFO E| Downloaded itoa v1.0.6 |
3130 | 2025-02-21T08:01:48.247Z | [ helios-setup] Feb 21 08:01:46.860 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
3131 | 2025-02-21T08:01:48.250Z | [ helios-setup] Feb 21 08:01:46.863 INFO E| Downloaded num_cpus v1.15.0 |
3132 | 2025-02-21T08:01:48.253Z | [ helios-setup] Feb 21 08:01:46.868 INFO E| Downloaded httpdate v1.0.2 |
3133 | 2025-02-21T08:01:48.256Z | [ helios-setup] Feb 21 08:01:46.870 INFO E| Downloaded ppv-lite86 v0.2.17 |
3134 | 2025-02-21T08:01:48.259Z | [ helios-setup] Feb 21 08:01:46.872 INFO E| Downloaded home v0.5.4 |
3135 | 2025-02-21T08:01:48.261Z | [ helios-setup] Feb 21 08:01:46.873 INFO E| Downloaded byteorder v1.4.3 |
3136 | 2025-02-21T08:01:48.264Z | [ helios-setup] Feb 21 08:01:46.876 INFO E| Downloaded futures-sink v0.3.28 |
3137 | 2025-02-21T08:01:48.267Z | [ helios-setup] Feb 21 08:01:46.881 INFO E| Downloaded futures-macro v0.3.28 |
3138 | 2025-02-21T08:01:48.267Z | [ helios-setup] Feb 21 08:01:46.881 INFO E| Downloaded crossbeam-deque v0.8.2 |
3139 | 2025-02-21T08:01:48.270Z | [ helios-setup] Feb 21 08:01:46.881 INFO E| Downloaded concolor-query v0.3.3 |
3140 | 2025-02-21T08:01:48.270Z | [ helios-setup] Feb 21 08:01:46.882 INFO E| Downloaded textwrap v0.16.0 |
3141 | 2025-02-21T08:01:48.272Z | [ helios-setup] Feb 21 08:01:46.886 INFO E| Downloaded terminal_size v0.2.6 |
3142 | 2025-02-21T08:01:48.275Z | [ helios-setup] Feb 21 08:01:46.888 INFO E| Downloaded strsim v0.10.0 |
3143 | 2025-02-21T08:01:48.278Z | [ helios-setup] Feb 21 08:01:46.891 INFO E| Downloaded spin v0.5.2 |
3144 | 2025-02-21T08:01:48.280Z | [ helios-setup] Feb 21 08:01:46.893 INFO E| Downloaded socket2 v0.4.9 |
3145 | 2025-02-21T08:01:48.283Z | [ helios-setup] Feb 21 08:01:46.896 INFO E| Downloaded regress v0.5.0 |
3146 | 2025-02-21T08:01:48.294Z | [ helios-setup] Feb 21 08:01:46.908 INFO E| Downloaded form_urlencoded v1.1.0 |
3147 | 2025-02-21T08:01:48.297Z | [ helios-setup] Feb 21 08:01:46.909 INFO E| Downloaded clap_lex v0.4.1 |
3148 | 2025-02-21T08:01:48.300Z | [ helios-setup] Feb 21 08:01:46.911 INFO E| Downloaded autocfg v1.1.0 |
3149 | 2025-02-21T08:01:48.300Z | [ helios-setup] Feb 21 08:01:46.914 INFO E| Downloaded anstyle-parse v0.1.1 |
3150 | 2025-02-21T08:01:48.302Z | [ helios-setup] Feb 21 08:01:46.917 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
3151 | 2025-02-21T08:01:48.516Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3152 | 2025-02-21T08:01:48.519Z | [ helios-setup] Feb 21 08:01:47.132 INFO E| Downloaded libz-sys v1.1.8 |
3153 | 2025-02-21T08:01:48.767Z | [ helios-setup] Feb 21 08:01:47.381 INFO E| Downloaded ring v0.16.20 |
3154 | 2025-02-21T08:01:49.156Z | [ helios-setup] Feb 21 08:01:47.770 INFO E| Compiling proc-macro2 v1.0.86 |
3155 | 2025-02-21T08:01:49.159Z | [ helios-setup] Feb 21 08:01:47.771 INFO E| Compiling libc v0.2.139 |
3156 | 2025-02-21T08:01:49.159Z | [ helios-setup] Feb 21 08:01:47.771 INFO E| Compiling unicode-ident v1.0.8 |
3157 | 2025-02-21T08:01:49.159Z | [ helios-setup] Feb 21 08:01:47.771 INFO E| Compiling autocfg v1.1.0 |
3158 | 2025-02-21T08:01:49.159Z | [ helios-setup] Feb 21 08:01:47.771 INFO E| Compiling cfg-if v1.0.0 |
3159 | 2025-02-21T08:01:49.159Z | [ helios-setup] Feb 21 08:01:47.771 INFO E| Compiling version_check v0.9.4 |
3160 | 2025-02-21T08:01:49.159Z | [ helios-setup] Feb 21 08:01:47.771 INFO E| Compiling serde v1.0.204 |
3161 | 2025-02-21T08:01:49.159Z | [ helios-setup] Feb 21 08:01:47.771 INFO E| Compiling syn v1.0.107 |
3162 | 2025-02-21T08:01:49.558Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3163 | 2025-02-21T08:01:49.903Z | [ helios-setup] Feb 21 08:01:48.517 INFO E| Compiling memchr v2.5.0 |
3164 | 2025-02-21T08:01:50.399Z | [ helios-setup] Feb 21 08:01:49.013 INFO E| Compiling once_cell v1.17.0 |
3165 | 2025-02-21T08:01:50.768Z | [ helios-setup] Feb 21 08:01:49.382 INFO E| Compiling thiserror v1.0.38 |
3166 | 2025-02-21T08:01:51.024Z | [ helios-setup] Feb 21 08:01:49.637 INFO E| Compiling log v0.4.17 |
3167 | 2025-02-21T08:01:51.678Z | [ helios-setup] Feb 21 08:01:50.292 INFO E| Compiling itoa v1.0.6 |
3168 | 2025-02-21T08:01:51.959Z | [ helios-setup] Feb 21 08:01:50.573 INFO E| Compiling serde_json v1.0.95 |
3169 | 2025-02-21T08:01:53.103Z | [ helios-setup] Feb 21 08:01:51.717 INFO E| Compiling getrandom v0.2.8 |
3170 | 2025-02-21T08:01:53.169Z | [ helios-setup] Feb 21 08:01:51.783 INFO E| Compiling jobserver v0.1.26 |
3171 | 2025-02-21T08:01:53.525Z | [ helios-setup] Feb 21 08:01:52.139 INFO E| Compiling quote v1.0.36 |
3172 | 2025-02-21T08:01:53.716Z | [ helios-setup] Feb 21 08:01:52.330 INFO E| Compiling scopeguard v1.1.0 |
3173 | 2025-02-21T08:01:53.822Z | [ helios-setup] Feb 21 08:01:52.436 INFO E| Compiling pin-project-lite v0.2.9 |
3174 | 2025-02-21T08:01:53.898Z | [ helios-setup] Feb 21 08:01:52.512 INFO E| Compiling indexmap v1.9.3 |
3175 | 2025-02-21T08:01:54.277Z | [ helios-setup] Feb 21 08:01:52.891 INFO E| Compiling syn v2.0.72 |
3176 | 2025-02-21T08:01:54.431Z | [ helios-setup] Feb 21 08:01:53.045 INFO E| Compiling cc v1.0.78 |
3177 | 2025-02-21T08:01:54.544Z | [ helios-setup] Feb 21 08:01:53.158 INFO E| Compiling bytes v1.4.0 |
3178 | 2025-02-21T08:01:54.594Z | [ helios-setup] Feb 21 08:01:53.206 INFO E| Compiling futures-core v0.3.28 |
3179 | 2025-02-21T08:01:54.774Z | [ helios-setup] Feb 21 08:01:53.388 INFO E| Compiling num-integer v0.1.45 |
3180 | 2025-02-21T08:01:55.013Z | [ helios-setup] Feb 21 08:01:53.627 INFO E| Compiling ryu v1.0.13 |
3181 | 2025-02-21T08:01:56.600Z | [ helios-setup] Feb 21 08:01:55.214 INFO E| Compiling lock_api v0.4.9 |
3182 | 2025-02-21T08:01:56.645Z | [ helios-setup] Feb 21 08:01:55.259 INFO E| Compiling parking_lot_core v0.9.6 |
3183 | 2025-02-21T08:01:57.243Z | [ helios-setup] Feb 21 08:01:55.857 INFO E| Compiling bitflags v1.3.2 |
3184 | 2025-02-21T08:01:57.361Z | [ helios-setup] Feb 21 08:01:55.975 INFO E| Compiling typenum v1.16.0 |
3185 | 2025-02-21T08:01:57.730Z | [ helios-setup] Feb 21 08:01:56.344 INFO E| Compiling num_cpus v1.15.0 |
3186 | 2025-02-21T08:01:57.735Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3187 | 2025-02-21T08:01:57.852Z | [ host-package] Compiling unicode-truncate v1.1.0 |
3188 | 2025-02-21T08:01:57.855Z | [ helios-setup] Feb 21 08:01:56.468 INFO E| Compiling generic-array v0.14.6 |
3189 | 2025-02-21T08:01:57.961Z | [ helios-setup] Feb 21 08:01:56.576 INFO E| Compiling slab v0.4.7 |
3190 | 2025-02-21T08:01:58.052Z | [ helios-setup] Feb 21 08:01:56.661 INFO E| Compiling futures-sink v0.3.28 |
3191 | 2025-02-21T08:01:58.130Z | [ helios-setup] Feb 21 08:01:56.744 INFO E| Compiling futures-channel v0.3.28 |
3192 | 2025-02-21T08:01:58.380Z | [ helios-setup] Feb 21 08:01:56.994 INFO E| Compiling futures-task v0.3.28 |
3193 | 2025-02-21T08:01:58.567Z | [ host-package] Compiling lru v0.12.5 |
3194 | 2025-02-21T08:01:58.902Z | [ helios-setup] Feb 21 08:01:57.516 INFO E| Compiling tokio v1.27.0 |
3195 | 2025-02-21T08:01:59.363Z | [ host-package] Compiling rand_seeder v0.3.0 |
3196 | 2025-02-21T08:01:59.616Z | [ helios-setup] Feb 21 08:01:58.230 INFO E| Compiling futures-util v0.3.28 |
3197 | 2025-02-21T08:02:00.228Z | [ host-package] Compiling libsqlite3-sys v0.30.1 |
3198 | 2025-02-21T08:02:00.395Z | [ helios-setup] Feb 21 08:01:59.009 INFO E| Compiling mio v0.8.5 |
3199 | 2025-02-21T08:02:00.500Z | [ helios-setup] Feb 21 08:01:59.114 INFO E| Compiling socket2 v0.4.9 |
3200 | 2025-02-21T08:02:00.639Z | [ helios-setup] Feb 21 08:01:59.253 INFO E| Compiling signal-hook-registry v1.4.0 |
3201 | 2025-02-21T08:02:00.642Z | [ helios-setup] Feb 21 08:01:59.254 INFO E| Compiling pin-utils v0.1.0 |
3202 | 2025-02-21T08:02:00.742Z | [ helios-setup] Feb 21 08:01:59.356 INFO E| Compiling schemars v0.8.12 |
3203 | 2025-02-21T08:02:01.148Z | [ helios-setup] Feb 21 08:01:59.762 INFO E| Compiling futures-io v0.3.28 |
3204 | 2025-02-21T08:02:01.402Z | [ host-package] Compiling lzma-sys v0.1.20 |
3205 | 2025-02-21T08:02:02.287Z | [ helios-setup] Feb 21 08:02:00.901 INFO E| Compiling ahash v0.7.6 |
3206 | 2025-02-21T08:02:02.397Z | [ helios-setup] Feb 21 08:02:00.994 INFO E| Compiling num-traits v0.2.15 |
3207 | 2025-02-21T08:02:03.093Z | [ host-package] Compiling instability v0.3.2 |
3208 | 2025-02-21T08:02:03.126Z | [ helios-setup] Feb 21 08:02:01.740 INFO E| Compiling crunchy v0.2.2 |
3209 | 2025-02-21T08:02:03.287Z | [ helios-setup] Feb 21 08:02:01.901 INFO E| Compiling io-lifetimes v1.0.10 |
3210 | 2025-02-21T08:02:04.267Z | [ helios-setup] Feb 21 08:02:02.881 INFO E| Compiling ahash v0.8.3 |
3211 | 2025-02-21T08:02:04.460Z | [ helios-setup] Feb 21 08:02:03.073 INFO E| Compiling slog v2.7.0 |
3212 | 2025-02-21T08:02:04.840Z | [ helios-setup] Feb 21 08:02:03.454 INFO E| Compiling block-buffer v0.10.3 |
3213 | 2025-02-21T08:02:05.014Z | [ helios-setup] Feb 21 08:02:03.628 INFO E| Compiling crypto-common v0.1.6 |
3214 | 2025-02-21T08:02:05.052Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3215 | 2025-02-21T08:02:05.174Z | [ helios-setup] Feb 21 08:02:03.787 INFO E| Compiling crossbeam-utils v0.8.14 |
3216 | 2025-02-21T08:02:05.466Z | [ helios-setup] Feb 21 08:02:04.080 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
3217 | 2025-02-21T08:02:05.929Z | [ helios-setup] Feb 21 08:02:04.543 INFO E| Compiling tiny-keccak v2.0.2 |
3218 | 2025-02-21T08:02:05.929Z | [ helios-setup] Feb 21 08:02:04.543 INFO E| Compiling rustix v0.37.3 |
3219 | 2025-02-21T08:02:05.956Z | [ helios-setup] Feb 21 08:02:04.568 INFO E| Compiling serde_derive_internals v0.26.0 |
3220 | 2025-02-21T08:02:06.049Z | [ host-package] Compiling cassowary v0.3.0 |
3221 | 2025-02-21T08:02:06.171Z | [ host-package] Compiling rustls v0.21.12 |
3222 | 2025-02-21T08:02:06.629Z | [ helios-setup] Feb 21 08:02:05.243 INFO E| Compiling hashbrown v0.12.3 |
3223 | 2025-02-21T08:02:06.924Z | [ host-package] Compiling indoc v2.0.5 |
3224 | 2025-02-21T08:02:07.122Z | [ helios-setup] Feb 21 08:02:05.736 INFO E| Compiling digest v0.10.6 |
3225 | 2025-02-21T08:02:08.587Z | [ host-package] Compiling ratatui v0.29.0 |
3226 | 2025-02-21T08:02:08.691Z | [ helios-setup] Feb 21 08:02:07.305 INFO E| Compiling errno v0.3.1 |
3227 | 2025-02-21T08:02:09.254Z | [ helios-setup] Feb 21 08:02:07.868 INFO E| Compiling cpufeatures v0.2.5 |
3228 | 2025-02-21T08:02:09.438Z | [ helios-setup] Feb 21 08:02:08.052 INFO E| Compiling fnv v1.0.7 |
3229 | 2025-02-21T08:02:09.540Z | [ helios-setup] Feb 21 08:02:08.154 INFO E| Compiling pkg-config v0.3.26 |
3230 | 2025-02-21T08:02:09.585Z | [ helios-setup] Feb 21 08:02:08.199 INFO E| Compiling unicode-width v0.1.10 |
3231 | 2025-02-21T08:02:09.991Z | [ helios-setup] Feb 21 08:02:08.605 INFO E| Compiling anyhow v1.0.68 |
3232 | 2025-02-21T08:02:10.269Z | [ helios-setup] Feb 21 08:02:08.883 INFO E| Compiling http v0.2.9 |
3233 | 2025-02-21T08:02:11.824Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3234 | 2025-02-21T08:02:12.351Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3235 | 2025-02-21T08:02:12.808Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3236 | 2025-02-21T08:02:12.862Z | [ helios-setup] Feb 21 08:02:11.476 INFO E| Compiling thiserror-impl v1.0.38 |
3237 | 2025-02-21T08:02:12.916Z | [ helios-setup] Feb 21 08:02:11.529 INFO E| Compiling schemars_derive v0.8.12 |
3238 | 2025-02-21T08:02:13.470Z | [ helios-setup] Feb 21 08:02:12.084 INFO E| Compiling serde_derive v1.0.204 |
3239 | 2025-02-21T08:02:14.925Z | [ helios-setup] Feb 21 08:02:13.539 INFO E| Compiling tokio-macros v2.0.0 |
3240 | 2025-02-21T08:02:15.143Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3241 | 2025-02-21T08:02:15.249Z | [ helios-setup] Feb 21 08:02:13.863 INFO E| Compiling futures-macro v0.3.28 |
3242 | 2025-02-21T08:02:15.768Z | [ helios-setup] Feb 21 08:02:14.381 INFO E| Compiling aho-corasick v0.7.20 |
3243 | 2025-02-21T08:02:16.825Z | [ helios-setup] Feb 21 08:02:15.438 INFO E| Compiling regex-syntax v0.6.29 |
3244 | 2025-02-21T08:02:16.969Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3245 | 2025-02-21T08:02:17.938Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3246 | 2025-02-21T08:02:18.194Z | [ helios-setup] Feb 21 08:02:16.807 INFO E| Compiling heck v0.4.1 |
3247 | 2025-02-21T08:02:18.256Z | [ helios-setup] Feb 21 08:02:16.869 INFO E| Compiling httparse v1.8.0 |
3248 | 2025-02-21T08:02:18.500Z | [ helios-setup] Feb 21 08:02:17.114 INFO E| Compiling tinyvec_macros v0.1.1 |
3249 | 2025-02-21T08:02:18.730Z | [ helios-setup] Feb 21 08:02:17.343 INFO E| Compiling percent-encoding v2.2.0 |
3250 | 2025-02-21T08:02:18.835Z | [ helios-setup] Feb 21 08:02:17.449 INFO E| Compiling tinyvec v1.6.0 |
3251 | 2025-02-21T08:02:19.112Z | [ helios-setup] Feb 21 08:02:17.725 INFO E| Compiling form_urlencoded v1.1.0 |
3252 | 2025-02-21T08:02:19.614Z | [ helios-setup] Feb 21 08:02:18.227 INFO E| Compiling const-random-macro v0.1.15 |
3253 | 2025-02-21T08:02:19.668Z | [ helios-setup] Feb 21 08:02:18.281 INFO E| Compiling hashbrown v0.13.2 |
3254 | 2025-02-21T08:02:21.757Z | [ helios-setup] Feb 21 08:02:20.370 INFO E| Compiling chrono v0.4.24 |
3255 | 2025-02-21T08:02:21.806Z | [ helios-setup] Feb 21 08:02:20.419 INFO E| Compiling libz-sys v1.1.8 |
3256 | 2025-02-21T08:02:22.734Z | [ helios-setup] Feb 21 08:02:21.281 INFO E| Compiling getopts v0.2.21 |
3257 | 2025-02-21T08:02:23.661Z | [ helios-setup] Feb 21 08:02:22.274 INFO E| Compiling regex v1.7.3 |
3258 | 2025-02-21T08:02:23.953Z | [ host-package] Compiling sct v0.7.1 |
3259 | 2025-02-21T08:02:24.148Z | [ host-package] Compiling rustls-webpki v0.101.7 |
3260 | 2025-02-21T08:02:24.249Z | [ helios-setup] Feb 21 08:02:22.863 INFO E| Compiling memoffset v0.7.1 |
3261 | 2025-02-21T08:02:24.690Z | [ helios-setup] Feb 21 08:02:23.304 INFO E| Compiling uuid v1.3.0 |
3262 | 2025-02-21T08:02:24.952Z | [ host-package] Compiling heck v0.3.3 |
3263 | 2025-02-21T08:02:25.061Z | [ helios-setup] Feb 21 08:02:23.674 INFO E| Compiling time-core v0.1.2 |
3264 | 2025-02-21T08:02:25.541Z | [ helios-setup] Feb 21 08:02:24.153 INFO E| Compiling powerfmt v0.2.0 |
3265 | 2025-02-21T08:02:25.541Z | [ host-package] Compiling csv-core v0.1.11 |
3266 | 2025-02-21T08:02:25.893Z | [ helios-setup] Feb 21 08:02:24.506 INFO E| Compiling num-conv v0.1.0 |
3267 | 2025-02-21T08:02:26.110Z | [ helios-setup] Feb 21 08:02:24.723 INFO E| Compiling dyn-clone v1.0.11 |
3268 | 2025-02-21T08:02:26.407Z | [ helios-setup] Feb 21 08:02:25.020 INFO E| Compiling deranged v0.3.11 |
3269 | 2025-02-21T08:02:26.581Z | [ helios-setup] Feb 21 08:02:25.195 INFO E| Compiling time-macros v0.2.18 |
3270 | 2025-02-21T08:02:27.319Z | [ helios-setup] Feb 21 08:02:25.933 INFO E| Compiling unicode-normalization v0.1.22 |
3271 | 2025-02-21T08:02:27.503Z | [ helios-setup] Feb 21 08:02:26.116 INFO E| Compiling regress v0.5.0 |
3272 | 2025-02-21T08:02:27.543Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
3273 | 2025-02-21T08:02:28.688Z | [ host-package] Compiling glob v0.3.2 |
3274 | 2025-02-21T08:02:29.437Z | [ host-package] Compiling csv v1.3.1 |
3275 | 2025-02-21T08:02:29.651Z | [ helios-setup] Feb 21 08:02:28.265 INFO E| Compiling const-random v0.1.15 |
3276 | 2025-02-21T08:02:31.669Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3277 | 2025-02-21T08:02:32.037Z | [ helios-setup] Feb 21 08:02:30.651 INFO E| Compiling tracing-core v0.1.30 |
3278 | 2025-02-21T08:02:32.164Z | [ helios-setup] Feb 21 08:02:30.774 INFO E| Compiling crossbeam-epoch v0.9.13 |
3279 | 2025-02-21T08:02:32.647Z | [ helios-setup] Feb 21 08:02:31.259 INFO E| Compiling ucd-trie v0.1.5 |
3280 | 2025-02-21T08:02:32.699Z | [ helios-setup] Feb 21 08:02:31.313 INFO E| Compiling num_threads v0.1.6 |
3281 | 2025-02-21T08:02:32.821Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
3282 | 2025-02-21T08:02:33.104Z | [ helios-setup] Feb 21 08:02:31.718 INFO E| Compiling unicode-bidi v0.3.13 |
3283 | 2025-02-21T08:02:34.178Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3284 | 2025-02-21T08:02:35.782Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3285 | 2025-02-21T08:02:35.840Z | [ helios-setup] Feb 21 08:02:34.449 INFO E| Compiling idna v0.3.0 |
3286 | 2025-02-21T08:02:37.000Z | [ helios-setup] Feb 21 08:02:35.613 INFO E| Compiling tracing v0.1.37 |
3287 | 2025-02-21T08:02:37.542Z | [ helios-setup] Feb 21 08:02:36.156 INFO E| Compiling toml v0.5.11 |
3288 | 2025-02-21T08:02:37.899Z | [ helios-setup] Feb 21 08:02:36.513 INFO E| Compiling smallvec v1.10.0 |
3289 | 2025-02-21T08:02:40.988Z | [ helios-setup] Feb 21 08:02:39.601 INFO E| Compiling parking_lot v0.12.1 |
3290 | 2025-02-21T08:02:41.562Z | [ helios-setup] Feb 21 08:02:40.176 INFO E| Compiling serde_tokenstream v0.2.0 |
3291 | 2025-02-21T08:02:42.830Z | [ helios-setup] Feb 21 08:02:41.443 INFO E| Compiling time v0.3.36 |
3292 | 2025-02-21T08:02:43.510Z | [ helios-setup] Feb 21 08:02:42.123 INFO E| Compiling pest v2.5.7 |
3293 | 2025-02-21T08:02:44.118Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3294 | 2025-02-21T08:02:46.864Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3295 | 2025-02-21T08:02:46.982Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3296 | 2025-02-21T08:02:47.172Z | [ helios-setup] Feb 21 08:02:45.785 INFO E| Compiling crossbeam-channel v0.5.6 |
3297 | 2025-02-21T08:02:47.391Z | [ helios-setup] Feb 21 08:02:46.005 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
3298 | 2025-02-21T08:02:49.472Z | [ helios-setup] Feb 21 08:02:48.055 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3299 | 2025-02-21T08:02:49.663Z | [ helios-setup] Feb 21 08:02:48.272 INFO E| Compiling dirs-sys-next v0.1.2 |
3300 | 2025-02-21T08:02:49.698Z | [ helios-setup] Feb 21 08:02:48.305 INFO E| Compiling time v0.1.45 |
3301 | 2025-02-21T08:02:49.844Z | [ helios-setup] Feb 21 08:02:48.452 INFO E| Compiling crc32fast v1.3.2 |
3302 | 2025-02-21T08:02:51.337Z | [ helios-setup] Feb 21 08:02:49.944 INFO E| Compiling iana-time-zone v0.1.56 |
3303 | 2025-02-21T08:02:52.946Z | [ helios-setup] Feb 21 08:02:51.521 INFO E| Compiling semver v1.0.17 |
3304 | 2025-02-21T08:02:54.435Z | [ helios-setup] Feb 21 08:02:53.049 INFO E| Compiling dirs-next v2.0.0 |
3305 | 2025-02-21T08:02:54.870Z | [ helios-setup] Feb 21 08:02:53.483 INFO E| Compiling semver-parser v0.10.2 |
3306 | 2025-02-21T08:02:57.479Z | [ helios-setup] Feb 21 08:02:56.093 INFO E| Compiling proc-macro-crate v1.2.1 |
3307 | 2025-02-21T08:02:57.945Z | [ helios-setup] Feb 21 08:02:56.558 INFO E| Compiling url v2.3.1 |
3308 | 2025-02-21T08:02:58.650Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3309 | 2025-02-21T08:02:58.936Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3310 | 2025-02-21T08:02:59.685Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3311 | 2025-02-21T08:03:00.029Z | [ helios-setup] Feb 21 08:02:58.643 INFO E| Compiling futures-executor v0.3.28 |
3312 | 2025-02-21T08:03:00.367Z | [ helios-setup] Feb 21 08:02:58.980 INFO E| Compiling tokio-util v0.7.7 |
3313 | 2025-02-21T08:03:01.673Z | [ helios-setup] Feb 21 08:03:00.286 INFO E| Compiling thread_local v1.1.7 |
3314 | 2025-02-21T08:03:01.890Z | [ helios-setup] Feb 21 08:03:00.502 INFO E| Compiling try-lock v0.2.4 |
3315 | 2025-02-21T08:03:02.510Z | [ helios-setup] Feb 21 08:03:01.124 INFO E| Compiling rayon-core v1.10.2 |
3316 | 2025-02-21T08:03:02.661Z | [ helios-setup] Feb 21 08:03:01.274 INFO E| Compiling adler v1.0.2 |
3317 | 2025-02-21T08:03:03.162Z | [ helios-setup] Feb 21 08:03:01.775 INFO E| Compiling same-file v1.0.6 |
3318 | 2025-02-21T08:03:03.207Z | [ helios-setup] Feb 21 08:03:01.821 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3319 | 2025-02-21T08:03:03.386Z | [ helios-setup] Feb 21 08:03:01.993 INFO E| Compiling miniz_oxide v0.6.2 |
3320 | 2025-02-21T08:03:03.644Z | [ helios-setup] Feb 21 08:03:02.257 INFO E| Compiling walkdir v2.3.3 |
3321 | 2025-02-21T08:03:04.439Z | [ helios-setup] Feb 21 08:03:02.854 INFO E| Compiling want v0.3.0 |
3322 | 2025-02-21T08:03:04.797Z | [ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3323 | 2025-02-21T08:03:04.822Z | [ helios-setup] Feb 21 08:03:03.436 INFO E| Compiling h2 v0.3.16 |
3324 | 2025-02-21T08:03:05.717Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3325 | 2025-02-21T08:03:05.831Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3326 | 2025-02-21T08:03:06.730Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3327 | 2025-02-21T08:03:06.873Z | [ host-package] Compiling nix v0.27.1 |
3328 | 2025-02-21T08:03:08.524Z | [ helios-setup] Feb 21 08:03:07.137 INFO E| Compiling futures v0.3.28 |
3329 | 2025-02-21T08:03:08.925Z | [ helios-setup] Feb 21 08:03:07.538 INFO E| Compiling num_enum_derive v0.5.7 |
3330 | 2025-02-21T08:03:09.060Z | [ helios-setup] Feb 21 08:03:07.673 INFO E| Compiling semver v0.11.0 |
3331 | 2025-02-21T08:03:09.273Z | [ helios-setup] Feb 21 08:03:07.887 INFO E| Compiling crossbeam-deque v0.8.2 |
3332 | 2025-02-21T08:03:10.184Z | [ helios-setup] Feb 21 08:03:08.798 INFO E| Compiling term v0.7.0 |
3333 | 2025-02-21T08:03:11.524Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3334 | 2025-02-21T08:03:12.098Z | [ host-package] Compiling tungstenite v0.23.0 |
3335 | 2025-02-21T08:03:12.454Z | [ host-package] Compiling hashlink v0.9.1 |
3336 | 2025-02-21T08:03:12.755Z | [ helios-setup] Feb 21 08:03:11.367 INFO E| Compiling http-body v0.4.5 |
3337 | 2025-02-21T08:03:12.972Z | [ host-package] Compiling fallible-iterator v0.3.0 |
3338 | 2025-02-21T08:03:13.684Z | [ helios-setup] Feb 21 08:03:12.297 INFO E| Compiling sha2 v0.10.6 |
3339 | 2025-02-21T08:03:14.168Z | [ host-package] Compiling base64 v0.13.1 |
3340 | 2025-02-21T08:03:14.666Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
3341 | 2025-02-21T08:03:14.896Z | [ helios-setup] Feb 21 08:03:13.509 INFO E| Compiling ring v0.16.20 |
3342 | 2025-02-21T08:03:15.653Z | [ host-package] Compiling rusqlite v0.32.1 |
3343 | 2025-02-21T08:03:15.872Z | [ host-package] Compiling ron v0.7.1 |
3344 | 2025-02-21T08:03:17.481Z | [ helios-setup] Feb 21 08:03:16.094 INFO E| Compiling rand_core v0.6.4 |
3345 | 2025-02-21T08:03:18.606Z | [ helios-setup] Feb 21 08:03:17.220 INFO E| Compiling atty v0.2.14 |
3346 | 2025-02-21T08:03:18.840Z | [ helios-setup] Feb 21 08:03:17.453 INFO E| Compiling home v0.5.4 |
3347 | 2025-02-21T08:03:19.117Z | [ helios-setup] Feb 21 08:03:17.730 INFO E| Compiling lazy_static v1.4.0 |
3348 | 2025-02-21T08:03:19.564Z | [ helios-setup] Feb 21 08:03:18.177 INFO E| Compiling tower-service v0.3.2 |
3349 | 2025-02-21T08:03:19.641Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
3350 | 2025-02-21T08:03:19.854Z | [ helios-setup] Feb 21 08:03:18.467 INFO E| Compiling utf8parse v0.2.1 |
3351 | 2025-02-21T08:03:20.337Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3352 | 2025-02-21T08:03:20.977Z | [ helios-setup] Feb 21 08:03:19.591 INFO E| Compiling fastrand v1.9.0 |
3353 | 2025-02-21T08:03:21.426Z | [ helios-setup] Feb 21 08:03:20.039 INFO E| Compiling ppv-lite86 v0.2.17 |
3354 | 2025-02-21T08:03:21.622Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3355 | 2025-02-21T08:03:21.883Z | [ helios-setup] Feb 21 08:03:20.497 INFO E| Compiling httpdate v1.0.2 |
3356 | 2025-02-21T08:03:22.180Z | [ helios-setup] Feb 21 08:03:20.794 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
3357 | 2025-02-21T08:03:22.656Z | [ host-package] Compiling xz2 v0.1.7 |
3358 | 2025-02-21T08:03:23.292Z | [ helios-setup] Feb 21 08:03:21.903 INFO E| Compiling base64 v0.21.0 |
3359 | 2025-02-21T08:03:23.306Z | [ host-package] Compiling tokio-rustls v0.24.1 |
3360 | 2025-02-21T08:03:23.543Z | [ helios-setup] Feb 21 08:03:22.156 INFO E| Compiling rand_chacha v0.3.1 |
3361 | 2025-02-21T08:03:23.732Z | [ helios-setup] Feb 21 08:03:22.346 INFO E| Compiling hyper v0.14.25 |
3362 | 2025-02-21T08:03:24.633Z | [ host-package] Compiling zone v0.1.8 |
3363 | 2025-02-21T08:03:24.810Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3364 | 2025-02-21T08:03:25.158Z | [ helios-setup] Feb 21 08:03:23.772 INFO E| Compiling tempfile v3.5.0 |
3365 | 2025-02-21T08:03:25.745Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3366 | 2025-02-21T08:03:26.477Z | [ helios-setup] Feb 21 08:03:25.090 INFO E| Compiling anstyle-parse v0.1.1 |
3367 | 2025-02-21T08:03:27.617Z | [ helios-setup] Feb 21 08:03:26.055 INFO E| Compiling toolchain_find v0.2.0 |
3368 | 2025-02-21T08:03:28.382Z | [ helios-setup] Feb 21 08:03:26.996 INFO E| Compiling slog-term v2.9.0 |
3369 | 2025-02-21T08:03:30.907Z | [ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3370 | 2025-02-21T08:03:33.726Z | [ helios-setup] Feb 21 08:03:32.339 INFO E| Compiling num_enum v0.5.7 |
3371 | 2025-02-21T08:03:34.510Z | [ helios-setup] Feb 21 08:03:33.123 INFO E| Compiling flate2 v1.0.25 |
3372 | 2025-02-21T08:03:37.515Z | [ helios-setup] Feb 21 08:03:36.113 INFO E| Compiling cargo-lock v8.0.3 |
3373 | 2025-02-21T08:03:43.008Z | [ helios-setup] Feb 21 08:03:41.621 INFO E| Compiling serde_urlencoded v0.7.1 |
3374 | 2025-02-21T08:03:44.621Z | [ helios-setup] Feb 21 08:03:43.228 INFO E| Compiling is-terminal v0.4.7 |
3375 | 2025-02-21T08:03:45.001Z | [ helios-setup] Feb 21 08:03:43.612 INFO E| Compiling sha1 v0.10.5 |
3376 | 2025-02-21T08:03:47.367Z | [ helios-setup] Feb 21 08:03:45.980 INFO E| Compiling concolor-query v0.3.3 |
3377 | 2025-02-21T08:03:47.861Z | [ helios-setup] Feb 21 08:03:46.474 INFO E| Compiling either v1.8.0 |
3378 | 2025-02-21T08:03:48.555Z | [ helios-setup] Feb 21 08:03:47.168 INFO E| Compiling concolor-override v1.0.0 |
3379 | 2025-02-21T08:03:49.546Z | [ helios-setup] Feb 21 08:03:48.158 INFO E| Compiling anstyle v0.3.5 |
3380 | 2025-02-21T08:03:50.888Z | [ helios-setup] Feb 21 08:03:49.501 INFO E| Compiling anstream v0.2.6 |
3381 | 2025-02-21T08:03:52.269Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3382 | 2025-02-21T08:03:52.845Z | [ helios-setup] Feb 21 08:03:51.458 INFO E| Compiling rayon v1.6.1 |
3383 | 2025-02-21T08:03:54.187Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3384 | 2025-02-21T08:03:54.958Z | [ helios-setup] Feb 21 08:03:53.571 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
3385 | 2025-02-21T08:03:55.137Z | [ helios-setup] Feb 21 08:03:53.746 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
3386 | 2025-02-21T08:03:55.750Z | [ helios-setup] Feb 21 08:03:54.363 INFO E| Compiling rustfmt-wrapper v0.2.0 |
3387 | 2025-02-21T08:03:56.145Z | [ helios-setup] Feb 21 08:03:54.758 INFO E| Compiling rand v0.8.5 |
3388 | 2025-02-21T08:03:56.463Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3389 | 2025-02-21T08:03:57.677Z | [ helios-setup] Feb 21 08:03:56.291 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
3390 | 2025-02-21T08:03:57.820Z | [ helios-setup] Feb 21 08:03:56.433 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3391 | 2025-02-21T08:03:58.204Z | [ helios-setup] Feb 21 08:03:56.817 INFO E| Compiling openapiv3 v1.0.2 |
3392 | 2025-02-21T08:03:59.749Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3393 | 2025-02-21T08:03:59.879Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3394 | 2025-02-21T08:03:59.957Z | [ helios-setup] Feb 21 08:03:58.570 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
3395 | 2025-02-21T08:04:00.042Z | [ helios-setup] Feb 21 08:03:58.655 INFO E| Compiling encoding_rs v0.8.32 |
3396 | 2025-02-21T08:04:03.894Z | [ helios-setup] Feb 21 08:04:02.507 INFO E| Compiling mime v0.3.17 |
3397 | 2025-02-21T08:04:05.151Z | [ helios-setup] Feb 21 08:04:03.763 INFO E| Compiling strsim v0.10.0 |
3398 | 2025-02-21T08:04:05.210Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3399 | 2025-02-21T08:04:05.707Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3400 | 2025-02-21T08:04:06.329Z | [ helios-setup] Feb 21 08:04:04.942 INFO E| Compiling utf-8 v0.7.6 |
3401 | 2025-02-21T08:04:06.410Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
3402 | 2025-02-21T08:04:06.583Z | [ helios-setup] Feb 21 08:04:05.196 INFO E| Compiling byteorder v1.4.3 |
3403 | 2025-02-21T08:04:06.772Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3404 | 2025-02-21T08:04:07.324Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
3405 | 2025-02-21T08:04:07.546Z | [ helios-setup] Feb 21 08:04:06.159 INFO E| Compiling base64 v0.13.1 |
3406 | 2025-02-21T08:04:07.590Z | [ helios-setup] Feb 21 08:04:06.203 INFO E| Compiling clap_lex v0.4.1 |
3407 | 2025-02-21T08:04:07.948Z | [ helios-setup] Feb 21 08:04:06.560 INFO E| Compiling spin v0.5.2 |
3408 | 2025-02-21T08:04:08.255Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3409 | 2025-02-21T08:04:08.553Z | [ host-package] Compiling yasna v0.5.2 |
3410 | 2025-02-21T08:04:08.592Z | [ helios-setup] Feb 21 08:04:07.205 INFO E| Compiling project-root v0.2.2 |
3411 | 2025-02-21T08:04:08.636Z | [ helios-setup] Feb 21 08:04:07.248 INFO E| Compiling unsafe-libyaml v0.2.8 |
3412 | 2025-02-21T08:04:09.139Z | [ helios-setup] Feb 21 08:04:07.752 INFO E| Compiling ipnet v2.7.2 |
3413 | 2025-02-21T08:04:09.144Z | [ helios-setup] Feb 21 08:04:07.752 INFO E| Compiling untrusted v0.7.1 |
3414 | 2025-02-21T08:04:09.544Z | [ helios-setup] Feb 21 08:04:08.157 INFO E| Compiling tungstenite v0.18.0 |
3415 | 2025-02-21T08:04:10.082Z | [ helios-setup] Feb 21 08:04:08.695 INFO E| Compiling clap_builder v4.2.1 |
3416 | 2025-02-21T08:04:11.175Z | [ helios-setup] Feb 21 08:04:09.789 INFO E| Compiling reqwest v0.11.16 |
3417 | 2025-02-21T08:04:12.035Z | [ helios-setup] Feb 21 08:04:10.648 INFO E| Compiling serde_yaml v0.9.21 |
3418 | 2025-02-21T08:04:14.528Z | [ helios-setup] Feb 21 08:04:13.141 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3419 | 2025-02-21T08:04:15.282Z | [ host-package] Compiling twox-hash v2.1.0 |
3420 | 2025-02-21T08:04:17.575Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
3421 | 2025-02-21T08:04:18.025Z | [ helios-setup] Feb 21 08:04:16.637 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
3422 | 2025-02-21T08:04:22.082Z | [ host-package] Compiling is_ci v1.2.0 |
3423 | 2025-02-21T08:04:22.106Z | [ host-package] Compiling smawk v0.3.2 |
3424 | 2025-02-21T08:04:22.106Z | [ host-package] Compiling textwrap v0.16.1 |
3425 | 2025-02-21T08:04:22.106Z | [ host-package] Compiling supports-color v3.0.1 |
3426 | 2025-02-21T08:04:22.363Z | [ helios-setup] Feb 21 08:04:20.976 INFO E| Compiling clap_derive v4.2.0 |
3427 | 2025-02-21T08:04:23.402Z | [ helios-setup] Feb 21 08:04:22.015 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3428 | 2025-02-21T08:04:25.518Z | [ host-package] Compiling rcgen v0.12.1 |
3429 | 2025-02-21T08:04:26.685Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
3430 | 2025-02-21T08:04:29.006Z | [ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3431 | 2025-02-21T08:04:31.273Z | [ helios-setup] Feb 21 08:04:29.886 INFO E| Compiling clap v4.2.1 |
3432 | 2025-02-21T08:04:32.137Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3433 | 2025-02-21T08:04:42.461Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3434 | 2025-02-21T08:04:47.142Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3435 | 2025-02-21T08:04:49.873Z | [ helios-setup] Feb 21 08:04:48.486 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3436 | 2025-02-21T08:04:50.783Z | [ helios-setup] Feb 21 08:04:49.396 INFO E| Compiling tokio-tungstenite v0.18.0 |
3437 | 2025-02-21T08:04:51.648Z | [ helios-setup] Feb 21 08:04:50.261 INFO E| Compiling smartstring v1.0.1 |
3438 | 2025-02-21T08:04:51.847Z | [ helios-setup] Feb 21 08:04:50.459 INFO E| Compiling rustls v0.21.0 |
3439 | 2025-02-21T08:04:52.581Z | [ helios-setup] Feb 21 08:04:51.194 INFO E| Compiling toml_datetime v0.6.1 |
3440 | 2025-02-21T08:04:53.898Z | [ helios-setup] Feb 21 08:04:52.511 INFO E| Compiling serde_spanned v0.6.1 |
3441 | 2025-02-21T08:04:54.272Z | [ helios-setup] Feb 21 08:04:52.884 INFO E| Compiling camino v1.1.4 |
3442 | 2025-02-21T08:04:54.592Z | [ helios-setup] Feb 21 08:04:53.203 INFO E| Compiling static_assertions v1.1.0 |
3443 | 2025-02-21T08:04:54.871Z | [ helios-setup] Feb 21 08:04:53.484 INFO E| Compiling paste v1.0.12 |
3444 | 2025-02-21T08:04:55.973Z | [ helios-setup] Feb 21 08:04:54.586 INFO E| Compiling slog-async v2.7.0 |
3445 | 2025-02-21T08:04:56.235Z | [ helios-setup] Feb 21 08:04:54.848 INFO E| Compiling match_cfg v0.1.0 |
3446 | 2025-02-21T08:04:56.543Z | [ helios-setup] Feb 21 08:04:55.156 INFO E| Compiling winnow v0.4.1 |
3447 | 2025-02-21T08:04:57.350Z | [ helios-setup] Feb 21 08:04:55.963 INFO E| Compiling async-trait v0.1.68 |
3448 | 2025-02-21T08:04:59.200Z | [ helios-setup] Feb 21 08:04:57.813 INFO E| Compiling hostname v0.3.1 |
3449 | 2025-02-21T08:05:01.457Z | [ helios-setup] Feb 21 08:05:00.069 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
3450 | 2025-02-21T08:05:01.618Z | [ helios-setup] Feb 21 08:05:00.230 INFO E| Compiling slog-json v2.6.1 |
3451 | 2025-02-21T08:05:02.727Z | [ helios-setup] Feb 21 08:05:01.340 INFO E| Compiling bincode v1.3.3 |
3452 | 2025-02-21T08:05:03.817Z | [ helios-setup] Feb 21 08:05:02.429 INFO E| Compiling toml_edit v0.19.8 |
3453 | 2025-02-21T08:05:04.371Z | [ helios-setup] Feb 21 08:05:02.983 INFO E| Compiling unicode-linebreak v0.1.4 |
3454 | 2025-02-21T08:05:05.703Z | [ helios-setup] Feb 21 08:05:04.315 INFO E| Compiling async-stream-impl v0.3.5 |
3455 | 2025-02-21T08:05:08.632Z | [ helios-setup] Feb 21 08:05:07.245 INFO E| Compiling rhai_codegen v1.5.0 |
3456 | 2025-02-21T08:05:09.204Z | [ helios-setup] Feb 21 08:05:07.816 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3457 | 2025-02-21T08:05:10.214Z | [ helios-setup] Feb 21 08:05:08.825 INFO E| Compiling take_mut v0.2.2 |
3458 | 2025-02-21T08:05:10.843Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3459 | 2025-02-21T08:05:13.430Z | [ helios-setup] Feb 21 08:05:12.042 INFO E| Compiling rhai v1.14.0 |
3460 | 2025-02-21T08:05:15.348Z | [ helios-setup] Feb 21 08:05:13.960 INFO E| Compiling toml v0.7.3 |
3461 | 2025-02-21T08:05:17.201Z | [ helios-setup] Feb 21 08:05:15.813 INFO E| Compiling async-stream v0.3.5 |
3462 | 2025-02-21T08:05:18.254Z | [ helios-setup] Feb 21 08:05:16.866 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
3463 | 2025-02-21T08:05:18.618Z | [ helios-setup] Feb 21 08:05:17.229 INFO E| Compiling slog-bunyan v2.4.0 |
3464 | 2025-02-21T08:05:20.224Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3465 | 2025-02-21T08:05:25.766Z | [ helios-setup] Feb 21 08:05:24.379 INFO E| Compiling rustls-pemfile v1.0.2 |
3466 | 2025-02-21T08:05:26.899Z | [ helios-setup] Feb 21 08:05:25.511 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3467 | 2025-02-21T08:05:28.271Z | [ helios-setup] Feb 21 08:05:26.883 INFO E| Compiling serde_path_to_error v0.1.11 |
3468 | 2025-02-21T08:05:29.054Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3469 | 2025-02-21T08:05:29.241Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3470 | 2025-02-21T08:05:30.072Z | [ helios-setup] Feb 21 08:05:28.685 INFO E| Compiling terminal_size v0.2.6 |
3471 | 2025-02-21T08:05:30.384Z | [ helios-setup] Feb 21 08:05:28.997 INFO E| Compiling smawk v0.3.1 |
3472 | 2025-02-21T08:05:30.476Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3473 | 2025-02-21T08:05:30.544Z | [ helios-setup] Feb 21 08:05:29.155 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client) |
3474 | 2025-02-21T08:05:31.063Z | [ helios-setup] Feb 21 08:05:29.675 INFO E| Compiling textwrap v0.16.0 |
3475 | 2025-02-21T08:05:37.007Z | [ helios-setup] Feb 21 08:05:35.619 INFO E| Compiling rustls-webpki v0.100.1 |
3476 | 2025-02-21T08:05:37.857Z | [ helios-setup] Feb 21 08:05:36.470 INFO E| Compiling sct v0.7.0 |
3477 | 2025-02-21T08:05:48.647Z | [ helios-setup] Feb 21 08:05:47.260 INFO E| Compiling tokio-rustls v0.24.0 |
3478 | 2025-02-21T08:05:49.111Z | [ helios-setup] Feb 21 08:05:47.724 INFO E| Compiling git2 v0.16.1 |
3479 | 2025-02-21T08:05:49.145Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3480 | 2025-02-21T08:05:59.069Z | [ helios-setup] Feb 21 08:05:57.681 INFO E| Compiling built v0.6.0 |
3481 | 2025-02-21T08:06:00.203Z | [ helios-setup] Feb 21 08:05:58.815 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3482 | 2025-02-21T08:06:00.477Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3483 | 2025-02-21T08:06:01.550Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3484 | 2025-02-21T08:06:02.569Z | [ helios-setup] Feb 21 08:06:01.177 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
3485 | 2025-02-21T08:06:03.806Z | [ helios-setup] Feb 21 08:06:02.418 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
3486 | 2025-02-21T08:06:05.800Z | [ host-package] Compiling fatfs v0.3.6 |
3487 | 2025-02-21T08:06:09.616Z | [ host-package] Compiling subprocess v0.2.9 |
3488 | 2025-02-21T08:06:10.887Z | [ host-package] Compiling rtoolbox v0.0.2 |
3489 | 2025-02-21T08:06:12.422Z | [ host-package] Compiling assert_matches v1.5.0 |
3490 | 2025-02-21T08:06:17.186Z | [ host-package] Compiling rpassword v7.3.1 |
3491 | 2025-02-21T08:06:17.975Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3492 | 2025-02-21T08:06:18.637Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3493 | 2025-02-21T08:06:25.493Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3494 | 2025-02-21T08:06:26.473Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3495 | 2025-02-21T08:06:33.065Z | [ host-package] Compiling tui-tree-widget v0.23.0 |
3496 | 2025-02-21T08:06:33.645Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3497 | 2025-02-21T08:06:35.972Z | [ helios-setup] Feb 21 08:06:34.584 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
3498 | 2025-02-21T08:06:38.208Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3499 | 2025-02-21T08:06:38.718Z | [ host-package] Compiling uzers v0.12.1 |
3500 | 2025-02-21T08:06:43.700Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3501 | 2025-02-21T08:06:48.647Z | [ helios-setup] Feb 21 08:06:47.260 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
3502 | 2025-02-21T08:06:54.249Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3503 | 2025-02-21T08:06:58.084Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3504 | 2025-02-21T08:07:15.117Z | [ helios-setup] Feb 21 08:07:13.729 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
3505 | 2025-02-21T08:07:33.903Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3506 | 2025-02-21T08:07:39.132Z | [ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3507 | 2025-02-21T08:07:45.902Z | [ host-package] Compiling multimap v0.10.0 |
3508 | 2025-02-21T08:08:09.882Z | [ helios-setup] Feb 21 08:08:08.473 INFO E| Finished `release` profile [optimized] target(s) in 6m 28s |
3509 | 2025-02-21T08:08:10.018Z | [ helios-setup] Feb 21 08:08:08.618 INFO building project "pilot" ok (388 seconds) |
3510 | 2025-02-21T08:08:10.027Z | [ helios-setup] Feb 21 08:08:08.618 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
3511 | 2025-02-21T08:08:10.027Z | [ helios-setup] Feb 21 08:08:08.619 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
3512 | 2025-02-21T08:08:10.294Z | [ helios-setup] Feb 21 08:08:08.903 INFO E| Downloading crates ... |
3513 | 2025-02-21T08:08:10.474Z | [ helios-setup] Feb 21 08:08:09.086 INFO E| Downloaded sha2 v0.10.5 |
3514 | 2025-02-21T08:08:10.478Z | [ helios-setup] Feb 21 08:08:09.090 INFO E| Downloaded typenum v1.15.0 |
3515 | 2025-02-21T08:08:10.482Z | [ helios-setup] Feb 21 08:08:09.094 INFO E| Downloaded anyhow v1.0.62 |
3516 | 2025-02-21T08:08:10.489Z | [ helios-setup] Feb 21 08:08:09.099 INFO E| Downloaded digest v0.10.3 |
3517 | 2025-02-21T08:08:10.492Z | [ helios-setup] Feb 21 08:08:09.102 INFO E| Downloaded bytes v1.2.1 |
3518 | 2025-02-21T08:08:10.624Z | [ helios-setup] Feb 21 08:08:09.236 INFO E| Compiling typenum v1.15.0 |
3519 | 2025-02-21T08:08:10.624Z | [ helios-setup] Feb 21 08:08:09.236 INFO E| Compiling version_check v0.9.4 |
3520 | 2025-02-21T08:08:10.628Z | [ helios-setup] Feb 21 08:08:09.236 INFO E| Compiling cfg-if v1.0.0 |
3521 | 2025-02-21T08:08:10.628Z | [ helios-setup] Feb 21 08:08:09.236 INFO E| Compiling crc32fast v1.3.2 |
3522 | 2025-02-21T08:08:10.628Z | [ helios-setup] Feb 21 08:08:09.236 INFO E| Compiling anyhow v1.0.62 |
3523 | 2025-02-21T08:08:10.628Z | [ helios-setup] Feb 21 08:08:09.236 INFO E| Compiling adler v1.0.2 |
3524 | 2025-02-21T08:08:10.628Z | [ helios-setup] Feb 21 08:08:09.236 INFO E| Compiling unicode-width v0.1.10 |
3525 | 2025-02-21T08:08:10.628Z | [ helios-setup] Feb 21 08:08:09.236 INFO E| Compiling cpufeatures v0.2.5 |
3526 | 2025-02-21T08:08:11.607Z | [ helios-setup] Feb 21 08:08:10.219 INFO E| Compiling bytes v1.2.1 |
3527 | 2025-02-21T08:08:11.804Z | [ helios-setup] Feb 21 08:08:10.415 INFO E| Compiling generic-array v0.14.6 |
3528 | 2025-02-21T08:08:11.847Z | [ helios-setup] Feb 21 08:08:10.436 INFO E| Compiling getopts v0.2.21 |
3529 | 2025-02-21T08:08:11.909Z | [ helios-setup] Feb 21 08:08:10.518 INFO E| Compiling bitflags v1.3.2 |
3530 | 2025-02-21T08:08:12.042Z | [ helios-setup] Feb 21 08:08:10.653 INFO E| Compiling miniz_oxide v0.6.2 |
3531 | 2025-02-21T08:08:13.628Z | [ helios-setup] Feb 21 08:08:12.240 INFO E| Compiling flate2 v1.0.25 |
3532 | 2025-02-21T08:08:16.516Z | [ helios-setup] Feb 21 08:08:15.128 INFO E| Compiling block-buffer v0.10.3 |
3533 | 2025-02-21T08:08:16.516Z | [ helios-setup] Feb 21 08:08:15.128 INFO E| Compiling crypto-common v0.1.6 |
3534 | 2025-02-21T08:08:16.768Z | [ helios-setup] Feb 21 08:08:15.380 INFO E| Compiling digest v0.10.3 |
3535 | 2025-02-21T08:08:17.166Z | [ helios-setup] Feb 21 08:08:15.778 INFO E| Compiling sha2 v0.10.5 |
3536 | 2025-02-21T08:08:17.777Z | [ helios-setup] Feb 21 08:08:16.377 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
3537 | 2025-02-21T08:08:22.861Z | [ helios-setup] Feb 21 08:08:21.469 INFO E| Finished `release` profile [optimized] target(s) in 12.74s |
3538 | 2025-02-21T08:08:22.879Z | [ helios-setup] Feb 21 08:08:21.486 INFO building project "bootserver" ok (12 seconds) |
3539 | 2025-02-21T08:08:22.895Z | [ helios-setup] rm -f helios-build |
3540 | 2025-02-21T08:08:22.895Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3541 | 2025-02-21T08:08:22.895Z | [ helios-setup] |
3542 | 2025-02-21T08:08:22.899Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3543 | 2025-02-21T08:08:22.900Z | [ helios-setup] |
3544 | 2025-02-21T08:08:22.900Z | [ helios-setup] |
3545 | 2025-02-21T08:08:22.900Z | [ helios-setup] real 11:32.834553102 |
3546 | 2025-02-21T08:08:22.900Z | [ helios-setup] user 28:03.004628029 |
3547 | 2025-02-21T08:08:22.900Z | [ helios-setup] sys 2:48.449862658 |
3548 | 2025-02-21T08:08:22.900Z | [ helios-setup] trap 1.789731369 |
3549 | 2025-02-21T08:08:22.901Z | [ helios-setup] tflt 5.051662048 |
3550 | 2025-02-21T08:08:22.901Z | [ helios-setup] dflt 22.870918096 |
3551 | 2025-02-21T08:08:22.901Z | [ helios-setup] kflt 0.000247730 |
3552 | 2025-02-21T08:08:22.901Z | [ helios-setup] lock 1:53:50.531836853 |
3553 | 2025-02-21T08:08:22.901Z | [ helios-setup] slp 3:32:06.286863088 |
3554 | 2025-02-21T08:08:22.901Z | [ helios-setup] lat 31:45.237195543 |
3555 | 2025-02-21T08:08:22.901Z | [ helios-setup] stop 5:08.494710012 |
3556 | 2025-02-21T08:08:22.901Z | Feb 21 08:08:21.500 INFO [helios-setup] process exited with exit status: 0 (692.840582704s) |
3557 | 2025-02-21T08:08:22.901Z | Feb 21 08:08:21.500 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3558 | 2025-02-21T08:08:22.953Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos' |
3559 | 2025-02-21T08:08:23.211Z | [ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26) |
3560 | 2025-02-21T08:08:23.211Z | [ phbl-toolchain] info: downloading component 'cargo' |
3561 | 2025-02-21T08:08:24.381Z | [ phbl-toolchain] info: downloading component 'clippy' |
3562 | 2025-02-21T08:08:24.753Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3563 | 2025-02-21T08:08:29.526Z | [ phbl-toolchain] info: downloading component 'miri' |
3564 | 2025-02-21T08:08:29.704Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3565 | 2025-02-21T08:08:30.935Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3566 | 2025-02-21T08:08:31.179Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3567 | 2025-02-21T08:08:33.042Z | [ phbl-toolchain] info: downloading component 'rustc' |
3568 | 2025-02-21T08:08:40.734Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3569 | 2025-02-21T08:08:40.950Z | [ phbl-toolchain] info: installing component 'cargo' |
3570 | 2025-02-21T08:08:42.233Z | [ phbl-toolchain] info: installing component 'clippy' |
3571 | 2025-02-21T08:08:42.891Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3572 | 2025-02-21T08:08:48.391Z | [ phbl-toolchain] info: installing component 'miri' |
3573 | 2025-02-21T08:08:48.818Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3574 | 2025-02-21T08:08:57.395Z | [ phbl-toolchain] info: installing component 'rust-src' |
3575 | 2025-02-21T08:08:57.453Z | [ phbl-toolchain] info: installing component 'rust-std' |
3576 | 2025-02-21T08:08:58.457Z | [ phbl-toolchain] info: installing component 'rustc' |
3577 | 2025-02-21T08:09:08.079Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3578 | 2025-02-21T08:09:08.183Z | [ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25) |
3579 | 2025-02-21T08:09:08.194Z | Feb 21 08:09:06.765 INFO [phbl-toolchain] process exited with exit status: 0 (45.265182563s) |
3580 | 2025-02-21T08:10:25.638Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3581 | 2025-02-21T08:10:27.763Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3582 | 2025-02-21T08:17:21.535Z | [ host-package] Finished `release` profile [optimized] target(s) in 19m 43s |
3583 | 2025-02-21T08:18:34.216Z | Feb 21 08:18:32.824 INFO [host-package] process exited with exit status: 0 (1256.504101505s) |
3584 | 2025-02-21T08:18:34.219Z | Feb 21 08:18:32.825 INFO [host-stamp] running task |
3585 | 2025-02-21T08:18:34.219Z | Feb 21 08:18:32.825 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3586 | 2025-02-21T08:18:34.226Z | Feb 21 08:18:32.834 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+git903e27dbec3 |
3587 | 2025-02-21T08:18:34.237Z | Feb 21 08:18:32.845 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 13.0.0-0.ci+git903e27dbec3 |
3588 | 2025-02-21T08:18:34.244Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3589 | 2025-02-21T08:18:34.246Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3590 | 2025-02-21T08:18:34.246Z | Feb 21 08:18:32.855 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+git903e27dbec3 |
3591 | 2025-02-21T08:18:34.253Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3592 | 2025-02-21T08:18:34.256Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3593 | 2025-02-21T08:18:34.256Z | Feb 21 08:18:32.865 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+git903e27dbec3 |
3594 | 2025-02-21T08:18:34.267Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3595 | 2025-02-21T08:18:34.267Z | Feb 21 08:18:32.876 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+git903e27dbec3 |
3596 | 2025-02-21T08:18:34.277Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3597 | 2025-02-21T08:18:34.280Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3598 | 2025-02-21T08:18:34.285Z | Feb 21 08:18:32.889 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+git903e27dbec3 |
3599 | 2025-02-21T08:18:34.293Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3600 | 2025-02-21T08:18:34.296Z | Feb 21 08:18:32.900 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+git903e27dbec3 |
3601 | 2025-02-21T08:18:34.308Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3602 | 2025-02-21T08:18:34.320Z | Feb 21 08:18:32.917 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+git903e27dbec3 |
3603 | 2025-02-21T08:18:34.324Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3604 | 2025-02-21T08:18:34.328Z | Feb 21 08:18:32.936 INFO [stamp-overlay] process exited with exit status: 0 (101.909697ms) |
3605 | 2025-02-21T08:18:34.331Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3606 | 2025-02-21T08:18:34.331Z | Feb 21 08:18:32.937 INFO [stamp-oxlog] process exited with exit status: 0 (81.755434ms) |
3607 | 2025-02-21T08:18:34.331Z | Feb 21 08:18:32.937 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (36.755863ms) |
3608 | 2025-02-21T08:18:34.338Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3609 | 2025-02-21T08:18:34.375Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3610 | 2025-02-21T08:18:34.381Z | Feb 21 08:18:32.988 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (123.574708ms) |
3611 | 2025-02-21T08:18:34.533Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3612 | 2025-02-21T08:18:34.537Z | Feb 21 08:18:33.146 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (269.731027ms) |
3613 | 2025-02-21T08:18:34.729Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3614 | 2025-02-21T08:18:34.734Z | Feb 21 08:18:33.339 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (449.551372ms) |
3615 | 2025-02-21T08:18:35.535Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3616 | 2025-02-21T08:18:35.539Z | Feb 21 08:18:34.144 INFO [stamp-propolis-server] process exited with exit status: 0 (1.227479397s) |
3617 | 2025-02-21T08:18:35.542Z | [recovery-package] Compiling newtype-uuid v1.2.1 |
3618 | 2025-02-21T08:18:36.081Z | [recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
3619 | 2025-02-21T08:18:36.400Z | [recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3620 | 2025-02-21T08:18:36.400Z | [recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3621 | 2025-02-21T08:18:36.404Z | [recovery-package] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
3622 | 2025-02-21T08:18:36.444Z | [recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
3623 | 2025-02-21T08:18:37.067Z | [recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
3624 | 2025-02-21T08:18:44.889Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3625 | 2025-02-21T08:18:44.892Z | Feb 21 08:18:43.501 INFO [stamp-switch-asic] process exited with exit status: 0 (10.655630177s) |
3626 | 2025-02-21T08:18:44.892Z | Feb 21 08:18:43.501 INFO [host-stamp] task succeeded (10.676443237s) |
3627 | 2025-02-21T08:18:44.893Z | Feb 21 08:18:43.501 INFO [host-proto] running task |
3628 | 2025-02-21T08:18:45.376Z | Feb 21 08:18:43.984 INFO [host-proto] task succeeded (482.926273ms) |
3629 | 2025-02-21T08:18:45.376Z | Feb 21 08:18:43.984 INFO [host-profile] running task |
3630 | 2025-02-21T08:18:45.385Z | Feb 21 08:18:43.984 INFO [host-profile] task succeeded (216.632µs) |
3631 | 2025-02-21T08:18:45.385Z | Feb 21 08:18:43.985 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/.tmpDANt3T/proto/host/root -N 'ci 903e27d/${os_short_commit} 2025-02-21 07:56' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3632 | 2025-02-21T08:18:45.396Z | [ host-image] Feb 21 08:18:44.004 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3633 | 2025-02-21T08:18:45.396Z | [ host-image] Feb 21 08:18:44.005 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3634 | 2025-02-21T08:18:45.413Z | [ host-image] Feb 21 08:18:44.019 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpDANt3T/proto/host/root" |
3635 | 2025-02-21T08:18:45.416Z | [ host-image] Feb 21 08:18:44.019 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3636 | 2025-02-21T08:18:45.416Z | [ host-image] Feb 21 08:18:44.019 INFO image builder template: ramdisk-01-os... |
3637 | 2025-02-21T08:18:45.416Z | [ host-image] Feb 21 08:18:44.019 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/.tmpDANt3T/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 |
3638 | 2025-02-21T08:18:45.432Z | [ host-image] Feb 21 08:18:44.040 INFO O| Feb 21 08:18:44.039 INFO CREATE DATASET: rpool/images/build/host/output |
3639 | 2025-02-21T08:18:45.479Z | [recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
3640 | 2025-02-21T08:18:45.479Z | [recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3641 | 2025-02-21T08:18:45.479Z | [recovery-package] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3642 | 2025-02-21T08:18:45.482Z | [recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3643 | 2025-02-21T08:18:45.748Z | [ host-image] Feb 21 08:18:44.357 INFO O| Feb 21 08:18:44.356 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3644 | 2025-02-21T08:18:45.758Z | [ host-image] Feb 21 08:18:44.364 INFO O| Feb 21 08:18:44.364 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3645 | 2025-02-21T08:18:46.016Z | [ host-image] Feb 21 08:18:44.611 INFO O| Feb 21 08:18:44.611 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3646 | 2025-02-21T08:18:46.095Z | [ host-image] Feb 21 08:18:44.694 INFO O| Feb 21 08:18:44.694 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3647 | 2025-02-21T08:18:46.112Z | [ host-image] Feb 21 08:18:44.695 INFO O| Feb 21 08:18:44.694 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3648 | 2025-02-21T08:18:46.112Z | [ host-image] Feb 21 08:18:44.695 INFO O| Feb 21 08:18:44.695 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3649 | 2025-02-21T08:18:46.112Z | [ host-image] Feb 21 08:18:44.695 INFO O| Feb 21 08:18:44.695 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3650 | 2025-02-21T08:18:46.159Z | [ host-image] Feb 21 08:18:44.741 INFO O| Feb 21 08:18:44.737 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3651 | 2025-02-21T08:18:46.539Z | [ host-image] Feb 21 08:18:45.147 INFO O| Feb 21 08:18:45.146 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3652 | 2025-02-21T08:18:46.556Z | [ host-image] Feb 21 08:18:45.164 INFO O| Feb 21 08:18:45.164 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3653 | 2025-02-21T08:18:47.357Z | [ host-image] Feb 21 08:18:45.957 INFO O| Feb 21 08:18:45.957 INFO O| Caching catalogs ... Done |
3654 | 2025-02-21T08:18:47.491Z | [ host-image] Feb 21 08:18:46.100 INFO O| Feb 21 08:18:46.099 INFO STEP 0 (pkg_image_create) COMPLETE |
3655 | 2025-02-21T08:18:47.491Z | [ host-image] Feb 21 08:18:46.100 INFO O| Feb 21 08:18:46.100 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3656 | 2025-02-21T08:18:47.498Z | [ host-image] Feb 21 08:18:46.100 INFO O| Feb 21 08:18:46.100 INFO skip step because feature "repo_redist" is not enabled |
3657 | 2025-02-21T08:18:47.498Z | [ host-image] Feb 21 08:18:46.100 INFO O| Feb 21 08:18:46.100 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3658 | 2025-02-21T08:18:47.515Z | [ host-image] Feb 21 08:18:46.120 INFO O| Feb 21 08:18:46.120 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"] |
3659 | 2025-02-21T08:18:48.157Z | [ host-image] Feb 21 08:18:46.765 INFO O| Feb 21 08:18:46.765 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3660 | 2025-02-21T08:18:48.157Z | [ host-image] Feb 21 08:18:46.765 INFO O| Feb 21 08:18:46.765 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3661 | 2025-02-21T08:18:48.175Z | [ host-image] Feb 21 08:18:46.783 INFO O| Feb 21 08:18:46.783 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"] |
3662 | 2025-02-21T08:18:48.724Z | [ host-image] Feb 21 08:18:47.333 INFO O| Feb 21 08:18:47.332 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3663 | 2025-02-21T08:18:48.724Z | [ host-image] Feb 21 08:18:47.333 INFO O| Feb 21 08:18:47.333 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3664 | 2025-02-21T08:18:48.724Z | [ host-image] Feb 21 08:18:47.333 INFO O| Feb 21 08:18:47.333 INFO skip step because feature "repo_redist" is not enabled |
3665 | 2025-02-21T08:18:48.729Z | [ host-image] Feb 21 08:18:47.333 INFO O| Feb 21 08:18:47.333 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3666 | 2025-02-21T08:18:49.361Z | [ host-image] Feb 21 08:18:47.965 INFO O| Feb 21 08:18:47.964 INFO variant opensolaris.zone is already global |
3667 | 2025-02-21T08:18:49.361Z | [ host-image] Feb 21 08:18:47.965 INFO O| Feb 21 08:18:47.965 INFO STEP 5 (pkg_change_variant) COMPLETE |
3668 | 2025-02-21T08:18:49.361Z | [ host-image] Feb 21 08:18:47.965 INFO O| Feb 21 08:18:47.965 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3669 | 2025-02-21T08:18:49.950Z | [ host-image] Feb 21 08:18:48.558 INFO O| Feb 21 08:18:48.558 INFO variant opensolaris.imagetype is full; changing to partial |
3670 | 2025-02-21T08:18:49.950Z | [ host-image] Feb 21 08:18:48.558 INFO O| Feb 21 08:18:48.558 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3671 | 2025-02-21T08:18:50.778Z | [recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3672 | 2025-02-21T08:18:53.291Z | [recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3673 | 2025-02-21T08:18:55.368Z | [recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3674 | 2025-02-21T08:18:57.551Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3675 | 2025-02-21T08:19:00.140Z | [recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3676 | 2025-02-21T08:19:00.450Z | [recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3677 | 2025-02-21T08:19:01.909Z | [ host-image] Feb 21 08:19:00.515 INFO O| Feb 21 08:19:00.515 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3678 | 2025-02-21T08:19:02.707Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3679 | 2025-02-21T08:19:08.733Z | [ host-image] Feb 21 08:19:07.332 INFO O| Feb 21 08:19:07.332 INFO O| Startup: Caching catalogs ... Done |
3680 | 2025-02-21T08:19:08.801Z | [ host-image] Feb 21 08:19:07.409 INFO O| Feb 21 08:19:07.409 INFO O| Planning: Planning completed in 0.00 seconds |
3681 | 2025-02-21T08:19:08.810Z | [ host-image] Feb 21 08:19:07.410 INFO O| Feb 21 08:19:07.410 INFO O| Planning: Consolidating action changes ... Done |
3682 | 2025-02-21T08:19:08.811Z | [ host-image] Feb 21 08:19:07.410 INFO O| Feb 21 08:19:07.410 INFO O| Planning: Evaluating mediators ... Done |
3683 | 2025-02-21T08:19:08.811Z | [ host-image] Feb 21 08:19:07.410 INFO O| Feb 21 08:19:07.410 INFO O| Planning: Planning completed in 0.00 seconds |
3684 | 2025-02-21T08:19:08.811Z | [ host-image] Feb 21 08:19:07.411 INFO O| Feb 21 08:19:07.411 INFO O| Variants/Facets to change: 1 |
3685 | 2025-02-21T08:19:08.821Z | [ host-image] Feb 21 08:19:07.429 INFO O| Feb 21 08:19:07.429 INFO O| Done |
3686 | 2025-02-21T08:19:08.827Z | [ host-image] Feb 21 08:19:07.429 INFO O| Feb 21 08:19:07.429 INFO O| Done |
3687 | 2025-02-21T08:19:09.390Z | [ host-image] Feb 21 08:19:07.998 INFO O| Feb 21 08:19:07.998 INFO O| Done |
3688 | 2025-02-21T08:19:09.441Z | [ host-image] Feb 21 08:19:08.049 INFO O| Feb 21 08:19:08.049 INFO O| Done |
3689 | 2025-02-21T08:19:09.443Z | [ host-image] Feb 21 08:19:08.050 INFO O| Feb 21 08:19:08.050 INFO O| Done |
3690 | 2025-02-21T08:19:09.443Z | [ host-image] Feb 21 08:19:08.050 INFO O| Feb 21 08:19:08.050 INFO O| Done |
3691 | 2025-02-21T08:19:09.443Z | [ host-image] Feb 21 08:19:08.051 INFO O| Feb 21 08:19:08.051 INFO O| Done |
3692 | 2025-02-21T08:19:09.879Z | [ host-image] Feb 21 08:19:08.486 INFO O| Feb 21 08:19:08.486 INFO STEP 6 (pkg_change_variant) COMPLETE |
3693 | 2025-02-21T08:19:09.879Z | [ host-image] Feb 21 08:19:08.486 INFO O| Feb 21 08:19:08.486 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3694 | 2025-02-21T08:19:09.884Z | [ host-image] Feb 21 08:19:08.486 INFO O| Feb 21 08:19:08.486 INFO skip step because feature "debug_variant" is not enabled |
3695 | 2025-02-21T08:19:09.884Z | [ host-image] Feb 21 08:19:08.486 INFO O| Feb 21 08:19:08.486 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3696 | 2025-02-21T08:19:10.226Z | [ host-image] Feb 21 08:19:08.835 INFO O| Feb 21 08:19:08.834 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3697 | 2025-02-21T08:19:11.097Z | [ host-image] Feb 21 08:19:09.704 INFO O| Feb 21 08:19:09.704 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3698 | 2025-02-21T08:19:11.147Z | [ host-image] Feb 21 08:19:09.706 INFO O| Feb 21 08:19:09.706 INFO O| Planning: Planning completed in 0.00 seconds |
3699 | 2025-02-21T08:19:11.147Z | [ host-image] Feb 21 08:19:09.707 INFO O| Feb 21 08:19:09.707 INFO O| Planning: Consolidating action changes ... Done |
3700 | 2025-02-21T08:19:11.147Z | [ host-image] Feb 21 08:19:09.707 INFO O| Feb 21 08:19:09.707 INFO O| Planning: Evaluating mediators ... Done |
3701 | 2025-02-21T08:19:11.147Z | [ host-image] Feb 21 08:19:09.708 INFO O| Feb 21 08:19:09.708 INFO O| Planning: Planning completed in 0.00 seconds |
3702 | 2025-02-21T08:19:11.147Z | [ host-image] Feb 21 08:19:09.708 INFO O| Feb 21 08:19:09.708 INFO O| Variants/Facets to change: 1 |
3703 | 2025-02-21T08:19:11.202Z | [ host-image] Feb 21 08:19:09.808 INFO O| Feb 21 08:19:09.808 INFO O| Done |
3704 | 2025-02-21T08:19:11.202Z | [ host-image] Feb 21 08:19:09.808 INFO O| Feb 21 08:19:09.808 INFO O| Done |
3705 | 2025-02-21T08:19:11.987Z | [ host-image] Feb 21 08:19:10.577 INFO O| Feb 21 08:19:10.577 INFO O| Done |
3706 | 2025-02-21T08:19:12.086Z | [ host-image] Feb 21 08:19:10.656 INFO O| Feb 21 08:19:10.656 INFO O| Done |
3707 | 2025-02-21T08:19:12.141Z | [ host-image] Feb 21 08:19:10.657 INFO O| Feb 21 08:19:10.657 INFO O| Done |
3708 | 2025-02-21T08:19:12.141Z | [ host-image] Feb 21 08:19:10.658 INFO O| Feb 21 08:19:10.657 INFO O| Done |
3709 | 2025-02-21T08:19:12.141Z | [ host-image] Feb 21 08:19:10.659 INFO O| Feb 21 08:19:10.659 INFO O| Done |
3710 | 2025-02-21T08:19:12.185Z | [ host-image] Feb 21 08:19:10.753 INFO O| Feb 21 08:19:10.753 INFO STEP 8 (pkg_change_facet) COMPLETE |
3711 | 2025-02-21T08:19:12.185Z | [ host-image] Feb 21 08:19:10.753 INFO O| Feb 21 08:19:10.753 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3712 | 2025-02-21T08:19:12.185Z | [ host-image] Feb 21 08:19:10.753 INFO O| Feb 21 08:19:10.753 INFO skip step because feature "recovery" is not enabled |
3713 | 2025-02-21T08:19:12.185Z | [ host-image] Feb 21 08:19:10.754 INFO O| Feb 21 08:19:10.753 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3714 | 2025-02-21T08:19:12.185Z | [ host-image] Feb 21 08:19:10.754 INFO O| Feb 21 08:19:10.753 INFO skip step because feature "recovery" is not enabled |
3715 | 2025-02-21T08:19:12.185Z | [ host-image] Feb 21 08:19:10.754 INFO O| Feb 21 08:19:10.753 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3716 | 2025-02-21T08:19:12.263Z | [ host-image] Feb 21 08:19:10.771 INFO O| Feb 21 08:19:10.771 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"] |
3717 | 2025-02-21T08:19:13.546Z | [ host-image] Feb 21 08:19:12.115 INFO O| Feb 21 08:19:12.115 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3718 | 2025-02-21T08:19:20.821Z | [recovery-package] Finished `release` profile [optimized] target(s) in 46.31s |
3719 | 2025-02-21T08:19:22.221Z | Feb 21 08:19:20.829 INFO [recovery-package] process exited with exit status: 0 (48.004109348s) |
3720 | 2025-02-21T08:19:22.221Z | Feb 21 08:19:20.829 INFO [recovery-stamp] running task |
3721 | 2025-02-21T08:19:22.224Z | Feb 21 08:19:20.830 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3722 | 2025-02-21T08:19:22.230Z | Feb 21 08:19:20.839 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+git903e27dbec3 |
3723 | 2025-02-21T08:19:22.242Z | Feb 21 08:19:20.850 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 13.0.0-0.ci+git903e27dbec3 |
3724 | 2025-02-21T08:19:22.254Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3725 | 2025-02-21T08:19:22.264Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3726 | 2025-02-21T08:19:22.348Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3727 | 2025-02-21T08:19:22.352Z | Feb 21 08:19:20.960 INFO [stamp-installinator] process exited with exit status: 0 (109.924173ms) |
3728 | 2025-02-21T08:19:22.356Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3729 | 2025-02-21T08:19:22.359Z | Feb 21 08:19:20.968 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (129.126314ms) |
3730 | 2025-02-21T08:19:22.364Z | Feb 21 08:19:20.968 INFO [recovery-stamp] task succeeded (138.547388ms) |
3731 | 2025-02-21T08:19:22.364Z | Feb 21 08:19:20.968 INFO [recovery-proto] running task |
3732 | 2025-02-21T08:19:22.364Z | Feb 21 08:19:20.968 INFO [tuf-stamp] running task |
3733 | 2025-02-21T08:19:22.364Z | Feb 21 08:19:20.969 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+git903e27dbec3 |
3734 | 2025-02-21T08:19:22.378Z | Feb 21 08:19:20.986 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+git903e27dbec3 |
3735 | 2025-02-21T08:19:22.393Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3736 | 2025-02-21T08:19:22.396Z | Feb 21 08:19:21.002 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+git903e27dbec3 |
3737 | 2025-02-21T08:19:22.407Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3738 | 2025-02-21T08:19:22.410Z | Feb 21 08:19:21.016 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+git903e27dbec3 |
3739 | 2025-02-21T08:19:22.426Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3740 | 2025-02-21T08:19:22.429Z | Feb 21 08:19:21.035 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+git903e27dbec3 |
3741 | 2025-02-21T08:19:22.450Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3742 | 2025-02-21T08:19:22.453Z | Feb 21 08:19:21.058 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+git903e27dbec3 |
3743 | 2025-02-21T08:19:22.486Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3744 | 2025-02-21T08:19:22.512Z | Feb 21 08:19:21.121 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+git903e27dbec3 |
3745 | 2025-02-21T08:19:22.601Z | Feb 21 08:19:21.208 INFO [recovery-proto] task succeeded (240.196211ms) |
3746 | 2025-02-21T08:19:22.604Z | Feb 21 08:19:21.209 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/.tmpDANt3T/proto/recovery/root -N 'recovery 903e27d/${os_short_commit} 2025-02-21 07:56' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3747 | 2025-02-21T08:19:22.604Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3748 | 2025-02-21T08:19:22.647Z | Feb 21 08:19:21.255 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+git903e27dbec3 |
3749 | 2025-02-21T08:19:22.672Z | [ recovery-image] Feb 21 08:19:21.266 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3750 | 2025-02-21T08:19:22.672Z | [ recovery-image] Feb 21 08:19:21.266 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3751 | 2025-02-21T08:19:22.677Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3752 | 2025-02-21T08:19:22.677Z | Feb 21 08:19:21.281 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+git903e27dbec3 |
3753 | 2025-02-21T08:19:22.704Z | [ recovery-image] Feb 21 08:19:21.293 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpDANt3T/proto/recovery/root" |
3754 | 2025-02-21T08:19:22.707Z | [ recovery-image] Feb 21 08:19:21.293 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3755 | 2025-02-21T08:19:22.707Z | [ recovery-image] Feb 21 08:19:21.293 INFO image builder template: ramdisk-01-os... |
3756 | 2025-02-21T08:19:22.707Z | [ recovery-image] Feb 21 08:19:21.293 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/.tmpDANt3T/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 |
3757 | 2025-02-21T08:19:22.707Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3758 | 2025-02-21T08:19:22.707Z | Feb 21 08:19:21.313 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+git903e27dbec3 |
3759 | 2025-02-21T08:19:22.767Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3760 | 2025-02-21T08:19:22.770Z | Feb 21 08:19:21.376 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+git903e27dbec3 |
3761 | 2025-02-21T08:19:22.814Z | [ recovery-image] Feb 21 08:19:21.382 INFO O| Feb 21 08:19:21.373 INFO CREATE DATASET: rpool/images/build/recovery/output |
3762 | 2025-02-21T08:19:22.844Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3763 | 2025-02-21T08:19:22.903Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3764 | 2025-02-21T08:19:23.097Z | [ recovery-image] Feb 21 08:19:21.706 INFO O| Feb 21 08:19:21.696 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3765 | 2025-02-21T08:19:23.097Z | [ recovery-image] Feb 21 08:19:21.706 INFO O| Feb 21 08:19:21.703 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3766 | 2025-02-21T08:19:23.148Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3767 | 2025-02-21T08:19:23.240Z | Feb 21 08:19:21.848 INFO [stamp-probe] process exited with exit status: 0 (534.657585ms) |
3768 | 2025-02-21T08:19:23.276Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
3769 | 2025-02-21T08:19:23.363Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3770 | 2025-02-21T08:19:23.553Z | [ recovery-image] Feb 21 08:19:22.162 INFO O| Feb 21 08:19:22.162 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3771 | 2025-02-21T08:19:23.712Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3772 | 2025-02-21T08:19:23.722Z | [ recovery-image] Feb 21 08:19:22.329 INFO O| Feb 21 08:19:22.329 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3773 | 2025-02-21T08:19:23.725Z | [ recovery-image] Feb 21 08:19:22.329 INFO O| Feb 21 08:19:22.329 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3774 | 2025-02-21T08:19:23.725Z | [ recovery-image] Feb 21 08:19:22.330 INFO O| Feb 21 08:19:22.329 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3775 | 2025-02-21T08:19:23.725Z | [ recovery-image] Feb 21 08:19:22.330 INFO O| Feb 21 08:19:22.330 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3776 | 2025-02-21T08:19:23.732Z | [ recovery-image] Feb 21 08:19:22.340 INFO O| Feb 21 08:19:22.340 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3777 | 2025-02-21T08:19:23.755Z | Feb 21 08:19:22.363 INFO [stamp-ntp] process exited with exit status: 0 (1.107653074s) |
3778 | 2025-02-21T08:19:24.166Z | [ recovery-image] Feb 21 08:19:22.774 INFO O| Feb 21 08:19:22.774 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3779 | 2025-02-21T08:19:24.208Z | [ recovery-image] Feb 21 08:19:22.815 INFO O| Feb 21 08:19:22.815 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3780 | 2025-02-21T08:19:24.389Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3781 | 2025-02-21T08:19:24.423Z | Feb 21 08:19:23.032 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.973212555s) |
3782 | 2025-02-21T08:19:24.908Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3783 | 2025-02-21T08:19:24.911Z | Feb 21 08:19:23.520 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.143638326s) |
3784 | 2025-02-21T08:19:25.086Z | [ recovery-image] Feb 21 08:19:23.695 INFO O| Feb 21 08:19:23.694 INFO O| Caching catalogs ... Done |
3785 | 2025-02-21T08:19:25.137Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3786 | 2025-02-21T08:19:25.173Z | Feb 21 08:19:23.782 INFO [stamp-internal-dns] process exited with exit status: 0 (2.661004724s) |
3787 | 2025-02-21T08:19:25.227Z | [ recovery-image] Feb 21 08:19:23.831 INFO O| Feb 21 08:19:23.829 INFO STEP 0 (pkg_image_create) COMPLETE |
3788 | 2025-02-21T08:19:25.227Z | [ recovery-image] Feb 21 08:19:23.831 INFO O| Feb 21 08:19:23.829 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3789 | 2025-02-21T08:19:25.227Z | [ recovery-image] Feb 21 08:19:23.831 INFO O| Feb 21 08:19:23.829 INFO skip step because feature "repo_redist" is not enabled |
3790 | 2025-02-21T08:19:25.227Z | [ recovery-image] Feb 21 08:19:23.831 INFO O| Feb 21 08:19:23.829 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3791 | 2025-02-21T08:19:25.233Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3792 | 2025-02-21T08:19:25.237Z | [ recovery-image] Feb 21 08:19:23.844 INFO O| Feb 21 08:19:23.844 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"] |
3793 | 2025-02-21T08:19:25.240Z | Feb 21 08:19:23.845 INFO [stamp-external-dns] process exited with exit status: 0 (2.564054557s) |
3794 | 2025-02-21T08:19:25.391Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3795 | 2025-02-21T08:19:25.396Z | Feb 21 08:19:24.004 INFO [stamp-oximeter] process exited with exit status: 0 (3.002403194s) |
3796 | 2025-02-21T08:19:25.702Z | [ recovery-image] Feb 21 08:19:24.311 INFO O| Feb 21 08:19:24.310 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3797 | 2025-02-21T08:19:25.703Z | [ recovery-image] Feb 21 08:19:24.311 INFO O| Feb 21 08:19:24.311 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3798 | 2025-02-21T08:19:25.716Z | [ recovery-image] Feb 21 08:19:24.325 INFO O| Feb 21 08:19:24.325 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"] |
3799 | 2025-02-21T08:19:26.106Z | [ recovery-image] Feb 21 08:19:24.713 INFO O| Feb 21 08:19:24.713 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3800 | 2025-02-21T08:19:26.106Z | [ recovery-image] Feb 21 08:19:24.713 INFO O| Feb 21 08:19:24.713 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3801 | 2025-02-21T08:19:26.109Z | [ recovery-image] Feb 21 08:19:24.713 INFO O| Feb 21 08:19:24.713 INFO skip step because feature "repo_redist" is not enabled |
3802 | 2025-02-21T08:19:26.109Z | [ recovery-image] Feb 21 08:19:24.713 INFO O| Feb 21 08:19:24.713 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3803 | 2025-02-21T08:19:26.484Z | [ recovery-image] Feb 21 08:19:25.091 INFO O| Feb 21 08:19:25.091 INFO variant opensolaris.zone is already global |
3804 | 2025-02-21T08:19:26.484Z | [ recovery-image] Feb 21 08:19:25.091 INFO O| Feb 21 08:19:25.091 INFO STEP 5 (pkg_change_variant) COMPLETE |
3805 | 2025-02-21T08:19:26.484Z | [ recovery-image] Feb 21 08:19:25.091 INFO O| Feb 21 08:19:25.091 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3806 | 2025-02-21T08:19:26.953Z | [ recovery-image] Feb 21 08:19:25.562 INFO O| Feb 21 08:19:25.562 INFO variant opensolaris.imagetype is full; changing to partial |
3807 | 2025-02-21T08:19:26.953Z | [ recovery-image] Feb 21 08:19:25.562 INFO O| Feb 21 08:19:25.562 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3808 | 2025-02-21T08:19:27.231Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3809 | 2025-02-21T08:19:27.235Z | Feb 21 08:19:25.844 INFO [stamp-nexus] process exited with exit status: 0 (4.874894405s) |
3810 | 2025-02-21T08:19:27.807Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3811 | 2025-02-21T08:19:27.994Z | [verify-libraries] Compiling home v0.5.9 |
3812 | 2025-02-21T08:19:28.012Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
3813 | 2025-02-21T08:19:28.051Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3814 | 2025-02-21T08:19:28.055Z | [verify-libraries] Compiling sqlparser_derive v0.2.2 |
3815 | 2025-02-21T08:19:28.056Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
3816 | 2025-02-21T08:19:28.187Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3817 | 2025-02-21T08:19:28.190Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3818 | 2025-02-21T08:19:28.395Z | [verify-libraries] Compiling nix v0.28.0 |
3819 | 2025-02-21T08:19:28.560Z | [verify-libraries] Compiling sqlformat v0.2.6 |
3820 | 2025-02-21T08:19:28.713Z | [verify-libraries] Compiling polyval v0.6.2 |
3821 | 2025-02-21T08:19:28.756Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3822 | 2025-02-21T08:19:28.785Z | Feb 21 08:19:27.394 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.377845047s) |
3823 | 2025-02-21T08:19:28.996Z | [verify-libraries] Compiling ctr v0.9.2 |
3824 | 2025-02-21T08:19:29.401Z | [verify-libraries] Compiling ghash v0.5.1 |
3825 | 2025-02-21T08:19:29.495Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
3826 | 2025-02-21T08:19:29.627Z | [verify-libraries] Compiling blowfish v0.9.1 |
3827 | 2025-02-21T08:19:29.683Z | [verify-libraries] Compiling sqlparser v0.45.0 |
3828 | 2025-02-21T08:19:29.748Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
3829 | 2025-02-21T08:19:30.383Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
3830 | 2025-02-21T08:19:31.136Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
3831 | 2025-02-21T08:19:32.414Z | [verify-libraries] Compiling password-hash v0.4.2 |
3832 | 2025-02-21T08:19:35.226Z | [verify-libraries] Compiling rustyline v14.0.0 |
3833 | 2025-02-21T08:19:35.634Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
3834 | 2025-02-21T08:19:36.496Z | [verify-libraries] Compiling ssh-key v0.6.6 |
3835 | 2025-02-21T08:19:36.823Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3836 | 2025-02-21T08:19:36.827Z | Feb 21 08:19:35.434 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (14.448446473s) |
3837 | 2025-02-21T08:19:37.613Z | [verify-libraries] Compiling p256 v0.13.2 |
3838 | 2025-02-21T08:19:38.025Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3839 | 2025-02-21T08:19:38.057Z | Feb 21 08:19:36.665 INFO [stamp-clickhouse] process exited with exit status: 0 (15.62946258s) |
3840 | 2025-02-21T08:19:38.057Z | Feb 21 08:19:36.665 INFO [tuf-stamp] task succeeded (15.696591288s) |
3841 | 2025-02-21T08:19:38.888Z | [verify-libraries] Compiling p521 v0.13.3 |
3842 | 2025-02-21T08:19:40.504Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
3843 | 2025-02-21T08:19:41.095Z | [verify-libraries] Compiling md5 v0.7.0 |
3844 | 2025-02-21T08:19:41.552Z | [ recovery-image] Feb 21 08:19:40.160 INFO O| Feb 21 08:19:40.159 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3845 | 2025-02-21T08:19:41.764Z | [verify-libraries] Compiling russh-keys v0.45.0 |
3846 | 2025-02-21T08:19:44.057Z | [verify-libraries] Compiling num-bigint v0.4.6 |
3847 | 2025-02-21T08:19:51.400Z | [ recovery-image] Feb 21 08:19:49.997 INFO O| Feb 21 08:19:49.997 INFO O| Startup: Caching catalogs ... Done |
3848 | 2025-02-21T08:19:51.505Z | [ recovery-image] Feb 21 08:19:50.105 INFO O| Feb 21 08:19:50.105 INFO O| Planning: Planning completed in 0.00 seconds |
3849 | 2025-02-21T08:19:51.509Z | [ recovery-image] Feb 21 08:19:50.106 INFO O| Feb 21 08:19:50.106 INFO O| Planning: Consolidating action changes ... Done |
3850 | 2025-02-21T08:19:51.509Z | [ recovery-image] Feb 21 08:19:50.106 INFO O| Feb 21 08:19:50.106 INFO O| Planning: Evaluating mediators ... Done |
3851 | 2025-02-21T08:19:51.509Z | [ recovery-image] Feb 21 08:19:50.106 INFO O| Feb 21 08:19:50.106 INFO O| Planning: Planning completed in 0.00 seconds |
3852 | 2025-02-21T08:19:51.509Z | [ recovery-image] Feb 21 08:19:50.107 INFO O| Feb 21 08:19:50.107 INFO O| Variants/Facets to change: 1 |
3853 | 2025-02-21T08:19:51.551Z | [ recovery-image] Feb 21 08:19:50.159 INFO O| Feb 21 08:19:50.158 INFO O| Done |
3854 | 2025-02-21T08:19:51.551Z | [ recovery-image] Feb 21 08:19:50.159 INFO O| Feb 21 08:19:50.159 INFO O| Done |
3855 | 2025-02-21T08:19:52.718Z | [verify-libraries] Compiling des v0.8.1 |
3856 | 2025-02-21T08:19:52.787Z | [ recovery-image] Feb 21 08:19:51.395 INFO O| Feb 21 08:19:51.395 INFO O| Done |
3857 | 2025-02-21T08:19:52.950Z | [ recovery-image] Feb 21 08:19:51.558 INFO O| Feb 21 08:19:51.558 INFO O| Done |
3858 | 2025-02-21T08:19:52.954Z | [ recovery-image] Feb 21 08:19:51.560 INFO O| Feb 21 08:19:51.560 INFO O| Done |
3859 | 2025-02-21T08:19:52.954Z | [ recovery-image] Feb 21 08:19:51.560 INFO O| Feb 21 08:19:51.560 INFO O| Done |
3860 | 2025-02-21T08:19:52.958Z | [ recovery-image] Feb 21 08:19:51.562 INFO O| Feb 21 08:19:51.562 INFO O| Done |
3861 | 2025-02-21T08:19:53.451Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3862 | 2025-02-21T08:19:53.766Z | [ recovery-image] Feb 21 08:19:52.372 INFO O| Feb 21 08:19:52.372 INFO STEP 6 (pkg_change_variant) COMPLETE |
3863 | 2025-02-21T08:19:53.766Z | [ recovery-image] Feb 21 08:19:52.372 INFO O| Feb 21 08:19:52.372 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3864 | 2025-02-21T08:19:53.769Z | [ recovery-image] Feb 21 08:19:52.372 INFO O| Feb 21 08:19:52.372 INFO skip step because feature "debug_variant" is not enabled |
3865 | 2025-02-21T08:19:53.769Z | [ recovery-image] Feb 21 08:19:52.372 INFO O| Feb 21 08:19:52.372 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3866 | 2025-02-21T08:19:54.265Z | [verify-libraries] Compiling hex-literal v0.4.1 |
3867 | 2025-02-21T08:19:54.464Z | [ recovery-image] Feb 21 08:19:53.071 INFO O| Feb 21 08:19:53.071 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3868 | 2025-02-21T08:19:54.563Z | [verify-libraries] Compiling russh v0.45.0 |
3869 | 2025-02-21T08:19:54.708Z | [verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3870 | 2025-02-21T08:19:55.586Z | [ recovery-image] Feb 21 08:19:54.193 INFO O| Feb 21 08:19:54.193 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3871 | 2025-02-21T08:19:55.589Z | [ recovery-image] Feb 21 08:19:54.195 INFO O| Feb 21 08:19:54.195 INFO O| Planning: Planning completed in 0.00 seconds |
3872 | 2025-02-21T08:19:55.589Z | [ recovery-image] Feb 21 08:19:54.196 INFO O| Feb 21 08:19:54.196 INFO O| Planning: Consolidating action changes ... Done |
3873 | 2025-02-21T08:19:55.589Z | [ recovery-image] Feb 21 08:19:54.197 INFO O| Feb 21 08:19:54.197 INFO O| Planning: Evaluating mediators ... Done |
3874 | 2025-02-21T08:19:55.600Z | [ recovery-image] Feb 21 08:19:54.207 INFO O| Feb 21 08:19:54.207 INFO O| Planning: Planning completed in 0.01 seconds |
3875 | 2025-02-21T08:19:55.603Z | [ recovery-image] Feb 21 08:19:54.208 INFO O| Feb 21 08:19:54.208 INFO O| Variants/Facets to change: 1 |
3876 | 2025-02-21T08:19:55.692Z | [ recovery-image] Feb 21 08:19:54.299 INFO O| Feb 21 08:19:54.299 INFO O| Done |
3877 | 2025-02-21T08:19:55.692Z | [ recovery-image] Feb 21 08:19:54.299 INFO O| Feb 21 08:19:54.299 INFO O| Done |
3878 | 2025-02-21T08:19:56.543Z | [ recovery-image] Feb 21 08:19:55.152 INFO O| Feb 21 08:19:55.151 INFO O| Done |
3879 | 2025-02-21T08:19:56.661Z | [ recovery-image] Feb 21 08:19:55.266 INFO O| Feb 21 08:19:55.266 INFO O| Done |
3880 | 2025-02-21T08:19:56.665Z | [ recovery-image] Feb 21 08:19:55.267 INFO O| Feb 21 08:19:55.267 INFO O| Done |
3881 | 2025-02-21T08:19:56.665Z | [ recovery-image] Feb 21 08:19:55.267 INFO O| Feb 21 08:19:55.267 INFO O| Done |
3882 | 2025-02-21T08:19:56.665Z | [ recovery-image] Feb 21 08:19:55.268 INFO O| Feb 21 08:19:55.268 INFO O| Done |
3883 | 2025-02-21T08:19:56.758Z | [ recovery-image] Feb 21 08:19:55.366 INFO O| Feb 21 08:19:55.366 INFO STEP 8 (pkg_change_facet) COMPLETE |
3884 | 2025-02-21T08:19:56.758Z | [ recovery-image] Feb 21 08:19:55.366 INFO O| Feb 21 08:19:55.366 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3885 | 2025-02-21T08:19:57.530Z | [ recovery-image] Feb 21 08:19:56.138 INFO O| Feb 21 08:19:56.138 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3886 | 2025-02-21T08:19:57.866Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3887 | 2025-02-21T08:19:58.683Z | [ recovery-image] Feb 21 08:19:57.288 INFO O| Feb 21 08:19:57.288 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3888 | 2025-02-21T08:19:58.687Z | [ recovery-image] Feb 21 08:19:57.290 INFO O| Feb 21 08:19:57.290 INFO O| Planning: Planning completed in 0.00 seconds |
3889 | 2025-02-21T08:19:58.687Z | [ recovery-image] Feb 21 08:19:57.291 INFO O| Feb 21 08:19:57.291 INFO O| Planning: Consolidating action changes ... Done |
3890 | 2025-02-21T08:19:58.687Z | [ recovery-image] Feb 21 08:19:57.291 INFO O| Feb 21 08:19:57.291 INFO O| Planning: Evaluating mediators ... Done |
3891 | 2025-02-21T08:19:58.687Z | [ recovery-image] Feb 21 08:19:57.292 INFO O| Feb 21 08:19:57.292 INFO O| Planning: Planning completed in 0.00 seconds |
3892 | 2025-02-21T08:19:58.687Z | [ recovery-image] Feb 21 08:19:57.292 INFO O| Feb 21 08:19:57.292 INFO O| Variants/Facets to change: 1 |
3893 | 2025-02-21T08:19:58.780Z | [ recovery-image] Feb 21 08:19:57.388 INFO O| Feb 21 08:19:57.387 INFO O| Done |
3894 | 2025-02-21T08:19:58.780Z | [ recovery-image] Feb 21 08:19:57.388 INFO O| Feb 21 08:19:57.387 INFO O| Done |
3895 | 2025-02-21T08:19:59.637Z | [ recovery-image] Feb 21 08:19:58.240 INFO O| Feb 21 08:19:58.240 INFO O| Done |
3896 | 2025-02-21T08:19:59.724Z | [ recovery-image] Feb 21 08:19:58.330 INFO O| Feb 21 08:19:58.330 INFO O| Done |
3897 | 2025-02-21T08:19:59.732Z | [ recovery-image] Feb 21 08:19:58.331 INFO O| Feb 21 08:19:58.331 INFO O| Done |
3898 | 2025-02-21T08:19:59.732Z | [ recovery-image] Feb 21 08:19:58.331 INFO O| Feb 21 08:19:58.331 INFO O| Done |
3899 | 2025-02-21T08:19:59.732Z | [ recovery-image] Feb 21 08:19:58.333 INFO O| Feb 21 08:19:58.333 INFO O| Done |
3900 | 2025-02-21T08:19:59.833Z | [ recovery-image] Feb 21 08:19:58.436 INFO O| Feb 21 08:19:58.436 INFO STEP 9 (pkg_change_facet) COMPLETE |
3901 | 2025-02-21T08:19:59.834Z | [ recovery-image] Feb 21 08:19:58.436 INFO O| Feb 21 08:19:58.436 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3902 | 2025-02-21T08:20:00.457Z | [ recovery-image] Feb 21 08:19:59.065 INFO O| Feb 21 08:19:59.065 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3903 | 2025-02-21T08:20:01.490Z | [ recovery-image] Feb 21 08:20:00.098 INFO O| Feb 21 08:20:00.098 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3904 | 2025-02-21T08:20:01.493Z | [ recovery-image] Feb 21 08:20:00.100 INFO O| Feb 21 08:20:00.100 INFO O| Planning: Planning completed in 0.00 seconds |
3905 | 2025-02-21T08:20:01.493Z | [ recovery-image] Feb 21 08:20:00.100 INFO O| Feb 21 08:20:00.100 INFO O| Planning: Consolidating action changes ... Done |
3906 | 2025-02-21T08:20:01.493Z | [ recovery-image] Feb 21 08:20:00.101 INFO O| Feb 21 08:20:00.101 INFO O| Planning: Evaluating mediators ... Done |
3907 | 2025-02-21T08:20:01.496Z | [ recovery-image] Feb 21 08:20:00.101 INFO O| Feb 21 08:20:00.101 INFO O| Planning: Planning completed in 0.00 seconds |
3908 | 2025-02-21T08:20:01.496Z | [ recovery-image] Feb 21 08:20:00.102 INFO O| Feb 21 08:20:00.101 INFO O| Variants/Facets to change: 1 |
3909 | 2025-02-21T08:20:01.539Z | [ recovery-image] Feb 21 08:20:00.145 INFO O| Feb 21 08:20:00.145 INFO O| Done |
3910 | 2025-02-21T08:20:01.539Z | [ recovery-image] Feb 21 08:20:00.146 INFO O| Feb 21 08:20:00.145 INFO O| Done |
3911 | 2025-02-21T08:20:02.603Z | [ recovery-image] Feb 21 08:20:01.211 INFO O| Feb 21 08:20:01.211 INFO O| Done |
3912 | 2025-02-21T08:20:02.729Z | [ recovery-image] Feb 21 08:20:01.335 INFO O| Feb 21 08:20:01.335 INFO O| Done |
3913 | 2025-02-21T08:20:02.732Z | [ recovery-image] Feb 21 08:20:01.336 INFO O| Feb 21 08:20:01.336 INFO O| Done |
3914 | 2025-02-21T08:20:02.732Z | [ recovery-image] Feb 21 08:20:01.337 INFO O| Feb 21 08:20:01.337 INFO O| Done |
3915 | 2025-02-21T08:20:02.732Z | [ recovery-image] Feb 21 08:20:01.338 INFO O| Feb 21 08:20:01.338 INFO O| Done |
3916 | 2025-02-21T08:20:02.845Z | [ recovery-image] Feb 21 08:20:01.453 INFO O| Feb 21 08:20:01.453 INFO STEP 10 (pkg_change_facet) COMPLETE |
3917 | 2025-02-21T08:20:02.845Z | [ recovery-image] Feb 21 08:20:01.453 INFO O| Feb 21 08:20:01.453 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3918 | 2025-02-21T08:20:02.865Z | [ recovery-image] Feb 21 08:20:01.472 INFO O| Feb 21 08:20:01.471 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"] |
3919 | 2025-02-21T08:20:03.873Z | [ recovery-image] Feb 21 08:20:02.481 INFO O| Feb 21 08:20:02.481 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3920 | 2025-02-21T08:20:04.995Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3921 | 2025-02-21T08:20:07.794Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3922 | 2025-02-21T08:20:11.466Z | [verify-libraries] Compiling petname v2.0.2 |
3923 | 2025-02-21T08:20:12.745Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3924 | 2025-02-21T08:20:13.343Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
3925 | 2025-02-21T08:20:14.531Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3926 | 2025-02-21T08:20:18.250Z | [ host-image] Feb 21 08:20:16.858 INFO O| Feb 21 08:20:16.858 INFO O| Planning: Solver setup ... Done |
3927 | 2025-02-21T08:20:22.047Z | [verify-libraries] Compiling heck v0.4.1 |
3928 | 2025-02-21T08:20:23.523Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3929 | 2025-02-21T08:20:41.792Z | [verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3930 | 2025-02-21T08:20:48.494Z | [verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3931 | 2025-02-21T08:20:52.482Z | [verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3932 | 2025-02-21T08:20:55.049Z | [verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3933 | 2025-02-21T08:21:05.487Z | [verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3934 | 2025-02-21T08:21:07.086Z | [verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3935 | 2025-02-21T08:21:07.698Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3936 | 2025-02-21T08:21:08.897Z | [verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3937 | 2025-02-21T08:21:17.808Z | [ recovery-image] Feb 21 08:21:16.415 INFO O| Feb 21 08:21:16.415 INFO O| Planning: Solver setup ... Done |
3938 | 2025-02-21T08:21:36.901Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3939 | 2025-02-21T08:21:40.996Z | [verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3940 | 2025-02-21T08:21:50.687Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3941 | 2025-02-21T08:21:51.324Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3942 | 2025-02-21T08:21:51.914Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3943 | 2025-02-21T08:21:52.633Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3944 | 2025-02-21T08:21:53.173Z | [verify-libraries] Compiling sync-ptr v0.1.1 |
3945 | 2025-02-21T08:21:53.543Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3946 | 2025-02-21T08:21:54.102Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3947 | 2025-02-21T08:21:56.616Z | [verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3948 | 2025-02-21T08:21:56.654Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3949 | 2025-02-21T08:21:59.231Z | [ host-image] Feb 21 08:21:57.838 INFO O| Feb 21 08:21:57.838 INFO O| Planning: Running solver ... Done |
3950 | 2025-02-21T08:21:59.869Z | [ host-image] Feb 21 08:21:58.475 INFO O| Feb 21 08:21:58.475 INFO O| Planning: Finding local manifests ... Done |
3951 | 2025-02-21T08:21:59.908Z | [ host-image] Feb 21 08:21:58.515 INFO O| Feb 21 08:21:58.515 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3952 | 2025-02-21T08:22:05.106Z | [ host-image] Feb 21 08:22:03.714 INFO O| Feb 21 08:22:03.714 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3953 | 2025-02-21T08:22:06.559Z | [ host-image] Feb 21 08:22:05.167 INFO O| Feb 21 08:22:05.167 INFO O| Planning: Package planning ... Done |
3954 | 2025-02-21T08:22:08.360Z | [ host-image] Feb 21 08:22:06.968 INFO O| Feb 21 08:22:06.968 INFO O| Planning: Merging actions ... Done |
3955 | 2025-02-21T08:22:08.678Z | [ host-image] Feb 21 08:22:07.285 INFO O| Feb 21 08:22:07.285 INFO O| Planning: Checking for conflicting actions ... Done |
3956 | 2025-02-21T08:22:08.970Z | [ host-image] Feb 21 08:22:07.577 INFO O| Feb 21 08:22:07.577 INFO O| Planning: Consolidating action changes ... Done |
3957 | 2025-02-21T08:22:09.568Z | [ host-image] Feb 21 08:22:08.175 INFO O| Feb 21 08:22:08.175 INFO O| Planning: Evaluating mediators ... Done |
3958 | 2025-02-21T08:22:11.108Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3959 | 2025-02-21T08:22:16.040Z | [ host-image] Feb 21 08:22:14.647 INFO O| Feb 21 08:22:14.647 INFO O| Planning: Planning completed in 182.53 seconds |
3960 | 2025-02-21T08:22:16.047Z | [ host-image] Feb 21 08:22:14.654 INFO O| Feb 21 08:22:14.654 INFO O| Packages to install: 124 |
3961 | 2025-02-21T08:22:16.050Z | [ host-image] Feb 21 08:22:14.654 INFO O| Feb 21 08:22:14.654 INFO O| Mediators to change: 4 |
3962 | 2025-02-21T08:22:16.050Z | [ host-image] Feb 21 08:22:14.654 INFO O| Feb 21 08:22:14.654 INFO O| Services to change: 6 |
3963 | 2025-02-21T08:22:16.163Z | [ host-image] Feb 21 08:22:14.771 INFO O| Feb 21 08:22:14.771 INFO O| Download: 0/22794 items 0.0/199.7MB 0% complete |
3964 | 2025-02-21T08:22:20.661Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3965 | 2025-02-21T08:22:21.168Z | [ host-image] Feb 21 08:22:19.776 INFO O| Feb 21 08:22:19.776 INFO O| Download: 1169/22794 items 7.4/199.7MB 3% complete (1.5M/s) |
3966 | 2025-02-21T08:22:25.352Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3967 | 2025-02-21T08:22:26.169Z | [ host-image] Feb 21 08:22:24.776 INFO O| Feb 21 08:22:24.776 INFO O| Download: 1797/22794 items 13.4/199.7MB 6% complete (1.3M/s) |
3968 | 2025-02-21T08:22:31.169Z | [ host-image] Feb 21 08:22:29.776 INFO O| Feb 21 08:22:29.776 INFO O| Download: 2231/22794 items 24.4/199.7MB 12% complete (1.7M/s) |
3969 | 2025-02-21T08:22:31.936Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3970 | 2025-02-21T08:22:36.180Z | [ host-image] Feb 21 08:22:34.786 INFO O| Feb 21 08:22:34.786 INFO O| Download: 3273/22794 items 34.1/199.7MB 17% complete (2.1M/s) |
3971 | 2025-02-21T08:22:38.994Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3972 | 2025-02-21T08:22:40.652Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3973 | 2025-02-21T08:22:41.200Z | [ host-image] Feb 21 08:22:39.807 INFO O| Feb 21 08:22:39.807 INFO O| Download: 4446/22794 items 41.4/199.7MB 20% complete (1.7M/s) |
3974 | 2025-02-21T08:22:44.404Z | [verify-libraries] Compiling termios v0.3.3 |
3975 | 2025-02-21T08:22:44.966Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3976 | 2025-02-21T08:22:46.207Z | [ host-image] Feb 21 08:22:44.814 INFO O| Feb 21 08:22:44.814 INFO O| Download: 4659/22794 items 43.2/199.7MB 21% complete (929k/s) |
3977 | 2025-02-21T08:22:51.208Z | [ host-image] Feb 21 08:22:49.815 INFO O| Feb 21 08:22:49.815 INFO O| Download: 5388/22794 items 46.1/199.7MB 23% complete (495k/s) |
3978 | 2025-02-21T08:22:52.830Z | [ recovery-image] Feb 21 08:22:51.437 INFO O| Feb 21 08:22:51.437 INFO O| Planning: Running solver ... Done |
3979 | 2025-02-21T08:22:53.488Z | [ recovery-image] Feb 21 08:22:52.096 INFO O| Feb 21 08:22:52.096 INFO O| Planning: Finding local manifests ... Done |
3980 | 2025-02-21T08:22:53.505Z | [ recovery-image] Feb 21 08:22:52.112 INFO O| Feb 21 08:22:52.112 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3981 | 2025-02-21T08:22:56.212Z | [ host-image] Feb 21 08:22:54.820 INFO O| Feb 21 08:22:54.820 INFO O| Download: 6123/22794 items 46.5/199.7MB 23% complete (343k/s) |
3982 | 2025-02-21T08:22:58.624Z | [ recovery-image] Feb 21 08:22:57.231 INFO O| Feb 21 08:22:57.231 INFO O| Planning: Fetching manifests: 121/124 97% complete |
3983 | 2025-02-21T08:23:03.626Z | [ recovery-image] Feb 21 08:23:02.233 INFO O| Feb 21 08:23:02.233 INFO O| Planning: Fetching manifests: 122/124 98% complete |
3984 | 2025-02-21T08:23:06.074Z | [verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3985 | 2025-02-21T08:23:06.091Z | [ host-image] Feb 21 08:23:04.685 INFO O| Feb 21 08:23:04.685 INFO O| Download: 6769/22794 items 47.9/199.7MB 23% complete (158k/s) |
3986 | 2025-02-21T08:23:09.601Z | [ recovery-image] Feb 21 08:23:08.208 INFO O| Feb 21 08:23:08.208 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3987 | 2025-02-21T08:23:10.493Z | [ recovery-image] Feb 21 08:23:09.101 INFO O| Feb 21 08:23:09.101 INFO O| Planning: Package planning ... Done |
3988 | 2025-02-21T08:23:11.079Z | [ host-image] Feb 21 08:23:09.686 INFO O| Feb 21 08:23:09.686 INFO O| Download: 7506/22794 items 58.1/199.7MB 29% complete (2.1M/s) |
3989 | 2025-02-21T08:23:11.503Z | [ recovery-image] Feb 21 08:23:10.110 INFO O| Feb 21 08:23:10.110 INFO O| Planning: Merging actions ... Done |
3990 | 2025-02-21T08:23:11.704Z | [ recovery-image] Feb 21 08:23:10.312 INFO O| Feb 21 08:23:10.311 INFO O| Planning: Checking for conflicting actions ... Done |
3991 | 2025-02-21T08:23:11.833Z | [ recovery-image] Feb 21 08:23:10.440 INFO O| Feb 21 08:23:10.440 INFO O| Planning: Consolidating action changes ... Done |
3992 | 2025-02-21T08:23:12.188Z | [ recovery-image] Feb 21 08:23:10.795 INFO O| Feb 21 08:23:10.795 INFO O| Planning: Evaluating mediators ... Done |
3993 | 2025-02-21T08:23:16.087Z | [ host-image] Feb 21 08:23:14.693 INFO O| Feb 21 08:23:14.693 INFO O| Download: 8245/22794 items 63.5/199.7MB 31% complete (1.5M/s) |
3994 | 2025-02-21T08:23:18.108Z | [ recovery-image] Feb 21 08:23:16.716 INFO O| Feb 21 08:23:16.715 INFO O| Planning: Planning completed in 194.23 seconds |
3995 | 2025-02-21T08:23:18.116Z | [ recovery-image] Feb 21 08:23:16.723 INFO O| Feb 21 08:23:16.723 INFO O| Packages to install: 124 |
3996 | 2025-02-21T08:23:18.116Z | [ recovery-image] Feb 21 08:23:16.723 INFO O| Feb 21 08:23:16.723 INFO O| Mediators to change: 4 |
3997 | 2025-02-21T08:23:18.119Z | [ recovery-image] Feb 21 08:23:16.723 INFO O| Feb 21 08:23:16.723 INFO O| Services to change: 5 |
3998 | 2025-02-21T08:23:18.211Z | [ recovery-image] Feb 21 08:23:16.818 INFO O| Feb 21 08:23:16.818 INFO O| Download: 0/15865 items 0.0/176.5MB 0% complete |
3999 | 2025-02-21T08:23:21.108Z | [ host-image] Feb 21 08:23:19.715 INFO O| Feb 21 08:23:19.715 INFO O| Download: 8988/22794 items 72.5/199.7MB 36% complete (1.4M/s) |
4000 | 2025-02-21T08:23:23.225Z | [ recovery-image] Feb 21 08:23:21.832 INFO O| Feb 21 08:23:21.832 INFO O| Download: 771/15865 items 5.7/176.5MB 3% complete (1.2M/s) |
4001 | 2025-02-21T08:23:26.125Z | [ host-image] Feb 21 08:23:24.732 INFO O| Feb 21 08:23:24.732 INFO O| Download: 9851/22794 items 83.6/199.7MB 41% complete (2.0M/s) |
4002 | 2025-02-21T08:23:28.235Z | [ recovery-image] Feb 21 08:23:26.842 INFO O| Feb 21 08:23:26.842 INFO O| Download: 1151/15865 items 10.0/176.5MB 5% complete (1.1M/s) |
4003 | 2025-02-21T08:23:31.141Z | [ host-image] Feb 21 08:23:29.748 INFO O| Feb 21 08:23:29.748 INFO O| Download: 10523/22794 items 88.7/199.7MB 44% complete (1.6M/s) |
4004 | 2025-02-21T08:23:33.405Z | [ recovery-image] Feb 21 08:23:32.012 INFO O| Feb 21 08:23:32.012 INFO O| Download: 1525/15865 items 22.0/176.5MB 12% complete (1.7M/s) |
4005 | 2025-02-21T08:23:36.147Z | [ host-image] Feb 21 08:23:34.754 INFO O| Feb 21 08:23:34.754 INFO O| Download: 11141/22794 items 93.1/199.7MB 46% complete (969k/s) |
4006 | 2025-02-21T08:23:36.704Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
4007 | 2025-02-21T08:23:38.405Z | [ recovery-image] Feb 21 08:23:37.012 INFO O| Feb 21 08:23:37.012 INFO O| Download: 2170/15865 items 31.2/176.5MB 17% complete (2.0M/s) |
4008 | 2025-02-21T08:23:41.147Z | [ host-image] Feb 21 08:23:39.754 INFO O| Feb 21 08:23:39.754 INFO O| Download: 11291/22794 items 95.5/199.7MB 47% complete (748k/s) |
4009 | 2025-02-21T08:23:43.423Z | [ recovery-image] Feb 21 08:23:42.029 INFO O| Feb 21 08:23:42.029 INFO O| Download: 3089/15865 items 37.3/176.5MB 21% complete (1.5M/s) |
4010 | 2025-02-21T08:23:46.147Z | [ host-image] Feb 21 08:23:44.754 INFO O| Feb 21 08:23:44.754 INFO O| Download: 11983/22794 items 98.2/199.7MB 49% complete (532k/s) |
4011 | 2025-02-21T08:23:48.536Z | [ recovery-image] Feb 21 08:23:47.142 INFO O| Feb 21 08:23:47.142 INFO O| Download: 3783/15865 items 42.2/176.5MB 23% complete (1.1M/s) |
4012 | 2025-02-21T08:23:51.177Z | [ host-image] Feb 21 08:23:49.783 INFO O| Feb 21 08:23:49.783 INFO O| Download: 12294/22794 items 109.5/199.7MB 54% complete (1.4M/s) |
4013 | 2025-02-21T08:23:53.546Z | [ recovery-image] Feb 21 08:23:52.153 INFO O| Feb 21 08:23:52.153 INFO O| Download: 4787/15865 items 43.0/176.5MB 24% complete (583k/s) |
4014 | 2025-02-21T08:23:56.204Z | [ host-image] Feb 21 08:23:54.811 INFO O| Feb 21 08:23:54.811 INFO O| Download: 13309/22794 items 110.0/199.7MB 55% complete (1.2M/s) |
4015 | 2025-02-21T08:23:58.687Z | [ recovery-image] Feb 21 08:23:57.294 INFO O| Feb 21 08:23:57.294 INFO O| Download: 5662/15865 items 44.5/176.5MB 25% complete (184k/s) |
4016 | 2025-02-21T08:24:01.217Z | [ host-image] Feb 21 08:23:59.824 INFO O| Feb 21 08:23:59.823 INFO O| Download: 14053/22794 items 110.6/199.7MB 55% complete (116k/s) |
4017 | 2025-02-21T08:24:03.856Z | [ recovery-image] Feb 21 08:24:02.463 INFO O| Feb 21 08:24:02.463 INFO O| Download: 5954/15865 items 53.6/176.5MB 30% complete (1.1M/s) |
4018 | 2025-02-21T08:24:06.416Z | [ host-image] Feb 21 08:24:05.023 INFO O| Feb 21 08:24:05.023 INFO O| Download: 14507/22794 items 116.5/199.7MB 58% complete (581k/s) |
4019 | 2025-02-21T08:24:08.870Z | [ recovery-image] Feb 21 08:24:07.477 INFO O| Feb 21 08:24:07.477 INFO O| Download: 6275/15865 items 62.6/176.5MB 35% complete (1.8M/s) |
4020 | 2025-02-21T08:24:11.419Z | [ host-image] Feb 21 08:24:10.023 INFO O| Feb 21 08:24:10.023 INFO O| Download: 15363/22794 items 121.2/199.7MB 60% complete (1.1M/s) |
4021 | 2025-02-21T08:24:13.890Z | [ recovery-image] Feb 21 08:24:12.497 INFO O| Feb 21 08:24:12.497 INFO O| Download: 7154/15865 items 73.2/176.5MB 41% complete (1.9M/s) |
4022 | 2025-02-21T08:24:16.417Z | [ host-image] Feb 21 08:24:15.024 INFO O| Feb 21 08:24:15.024 INFO O| Download: 16135/22794 items 132.1/199.7MB 66% complete (1.6M/s) |
4023 | 2025-02-21T08:24:18.992Z | [ recovery-image] Feb 21 08:24:17.599 INFO O| Feb 21 08:24:17.599 INFO O| Download: 7625/15865 items 73.7/176.5MB 41% complete (1.2M/s) |
4024 | 2025-02-21T08:24:21.433Z | [ host-image] Feb 21 08:24:20.040 INFO O| Feb 21 08:24:20.039 INFO O| Download: 17042/22794 items 140.5/199.7MB 70% complete (1.9M/s) |
4025 | 2025-02-21T08:24:25.363Z | [ recovery-image] Feb 21 08:24:23.970 INFO O| Feb 21 08:24:23.970 INFO O| Download: 7900/15865 items 76.6/176.5MB 43% complete (693k/s) |
4026 | 2025-02-21T08:24:26.433Z | [ host-image] Feb 21 08:24:25.040 INFO O| Feb 21 08:24:25.040 INFO O| Download: 17947/22794 items 160.8/199.7MB 80% complete (2.7M/s) |
4027 | 2025-02-21T08:24:30.387Z | [ recovery-image] Feb 21 08:24:28.990 INFO O| Feb 21 08:24:28.989 INFO O| Download: 8557/15865 items 79.9/176.5MB 45% complete (639k/s) |
4028 | 2025-02-21T08:24:31.458Z | [ host-image] Feb 21 08:24:30.065 INFO O| Feb 21 08:24:30.065 INFO O| Download: 18800/22794 items 164.9/199.7MB 82% complete (2.5M/s) |
4029 | 2025-02-21T08:24:35.377Z | [ recovery-image] Feb 21 08:24:33.983 INFO O| Feb 21 08:24:33.983 INFO O| Download: 8989/15865 items 92.7/176.5MB 52% complete (1.7M/s) |
4030 | 2025-02-21T08:24:36.461Z | [ host-image] Feb 21 08:24:35.068 INFO O| Feb 21 08:24:35.067 INFO O| Download: 19820/22794 items 168.2/199.7MB 84% complete (969k/s) |
4031 | 2025-02-21T08:24:40.389Z | [ recovery-image] Feb 21 08:24:38.996 INFO O| Feb 21 08:24:38.996 INFO O| Download: 10019/15865 items 93.2/176.5MB 52% complete (1.3M/s) |
4032 | 2025-02-21T08:24:41.466Z | [ host-image] Feb 21 08:24:40.073 INFO O| Feb 21 08:24:40.073 INFO O| Download: 20499/22794 items 172.0/199.7MB 86% complete (732k/s) |
4033 | 2025-02-21T08:24:45.464Z | [ recovery-image] Feb 21 08:24:44.071 INFO O| Feb 21 08:24:44.071 INFO O| Download: 10944/15865 items 94.1/176.5MB 53% complete (130k/s) |
4034 | 2025-02-21T08:24:46.650Z | [ host-image] Feb 21 08:24:45.257 INFO O| Feb 21 08:24:45.257 INFO O| Download: 20939/22794 items 178.7/199.7MB 89% complete (1.1M/s) |
4035 | 2025-02-21T08:24:50.754Z | [ recovery-image] Feb 21 08:24:49.360 INFO O| Feb 21 08:24:49.360 INFO O| Download: 11459/15865 items 107.6/176.5MB 61% complete (1.4M/s) |
4036 | 2025-02-21T08:24:51.669Z | [ host-image] Feb 21 08:24:50.276 INFO O| Feb 21 08:24:50.276 INFO O| Download: 21520/22794 items 182.5/199.7MB 91% complete (960k/s) |
4037 | 2025-02-21T08:24:55.790Z | [ recovery-image] Feb 21 08:24:54.397 INFO O| Feb 21 08:24:54.396 INFO O| Download: 11921/15865 items 128.3/176.5MB 72% complete (3.4M/s) |
4038 | 2025-02-21T08:24:56.952Z | [ host-image] Feb 21 08:24:55.559 INFO O| Feb 21 08:24:55.559 INFO O| Download: 21982/22794 items 191.9/199.7MB 96% complete (1.3M/s) |
4039 | 2025-02-21T08:25:00.792Z | [ recovery-image] Feb 21 08:24:59.398 INFO O| Feb 21 08:24:59.398 INFO O| Download: 12572/15865 items 142.1/176.5MB 80% complete (3.5M/s) |
4040 | 2025-02-21T08:25:01.974Z | [ host-image] Feb 21 08:25:00.580 INFO O| Feb 21 08:25:00.580 INFO O| Download: 22536/22794 items 199.4/199.7MB 99% complete (1.6M/s) |
4041 | 2025-02-21T08:25:03.553Z | [ host-image] Feb 21 08:25:02.160 INFO O| Feb 21 08:25:02.160 INFO O| Download: Completed 199.74 MB in 167.39 seconds (1.2M/s) |
4042 | 2025-02-21T08:25:05.809Z | [ recovery-image] Feb 21 08:25:04.415 INFO O| Feb 21 08:25:04.415 INFO O| Download: 13612/15865 items 145.5/176.5MB 82% complete (1.7M/s) |
4043 | 2025-02-21T08:25:06.616Z | [ host-image] Feb 21 08:25:05.223 INFO O| Feb 21 08:25:05.222 INFO O| Actions: 1/49494 actions (Installing new actions) |
4044 | 2025-02-21T08:25:10.809Z | [ recovery-image] Feb 21 08:25:09.415 INFO O| Feb 21 08:25:09.415 INFO O| Download: 14676/15865 items 150.7/176.5MB 85% complete (887k/s) |
4045 | 2025-02-21T08:25:11.617Z | [ host-image] Feb 21 08:25:10.223 INFO O| Feb 21 08:25:10.223 INFO O| Actions: 9897/49494 actions (Installing new actions) |
4046 | 2025-02-21T08:25:16.151Z | [ recovery-image] Feb 21 08:25:14.758 INFO O| Feb 21 08:25:14.758 INFO O| Download: 15307/15865 items 161.2/176.5MB 91% complete (1.6M/s) |
4047 | 2025-02-21T08:25:16.618Z | [ host-image] Feb 21 08:25:15.224 INFO O| Feb 21 08:25:15.224 INFO O| Actions: 14886/49494 actions (Installing new actions) |
4048 | 2025-02-21T08:25:21.172Z | [ recovery-image] Feb 21 08:25:19.758 INFO O| Feb 21 08:25:19.758 INFO O| Download: 15829/15865 items 174.9/176.5MB 99% complete (2.4M/s) |
4049 | 2025-02-21T08:25:21.619Z | [ host-image] Feb 21 08:25:20.225 INFO O| Feb 21 08:25:20.225 INFO O| Actions: 19617/49494 actions (Installing new actions) |
4050 | 2025-02-21T08:25:22.049Z | [ recovery-image] Feb 21 08:25:20.656 INFO O| Feb 21 08:25:20.655 INFO O| Download: Completed 176.45 MB in 123.84 seconds (1.4M/s) |
4051 | 2025-02-21T08:25:23.214Z | [ recovery-image] Feb 21 08:25:21.820 INFO O| Feb 21 08:25:21.820 INFO O| Actions: 1/25031 actions (Installing new actions) |
4052 | 2025-02-21T08:25:26.619Z | [ host-image] Feb 21 08:25:25.225 INFO O| Feb 21 08:25:25.225 INFO O| Actions: 25701/49494 actions (Installing new actions) |
4053 | 2025-02-21T08:25:27.657Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
4054 | 2025-02-21T08:25:28.227Z | [ recovery-image] Feb 21 08:25:26.833 INFO O| Feb 21 08:25:26.833 INFO O| Actions: 7285/25031 actions (Installing new actions) |
4055 | 2025-02-21T08:25:31.623Z | [ host-image] Feb 21 08:25:30.229 INFO O| Feb 21 08:25:30.229 INFO O| Actions: 49019/49494 actions (Installing new actions) |
4056 | 2025-02-21T08:25:32.437Z | [ host-image] Feb 21 08:25:31.043 INFO O| Feb 21 08:25:31.043 INFO O| Actions: Completed 49494 actions in 25.82 seconds. |
4057 | 2025-02-21T08:25:33.331Z | [ host-image] Feb 21 08:25:31.938 INFO O| Feb 21 08:25:31.938 INFO O| Done |
4058 | 2025-02-21T08:25:33.334Z | [ host-image] Feb 21 08:25:31.938 INFO O| Feb 21 08:25:31.938 INFO O| Done |
4059 | 2025-02-21T08:25:33.513Z | [ recovery-image] Feb 21 08:25:32.120 INFO O| Feb 21 08:25:32.120 INFO O| Actions: 13130/25031 actions (Installing new actions) |
4060 | 2025-02-21T08:25:35.877Z | [ host-image] Feb 21 08:25:34.483 INFO O| Feb 21 08:25:34.483 INFO O| Done |
4061 | 2025-02-21T08:25:38.493Z | [ host-image] Feb 21 08:25:37.100 INFO O| Feb 21 08:25:37.100 INFO O| Done |
4062 | 2025-02-21T08:25:38.515Z | [ recovery-image] Feb 21 08:25:37.120 INFO O| Feb 21 08:25:37.120 INFO O| Actions: 18000/25031 actions (Installing new actions) |
4063 | 2025-02-21T08:25:38.530Z | [ host-image] Feb 21 08:25:37.136 INFO O| Feb 21 08:25:37.136 INFO O| Done |
4064 | 2025-02-21T08:25:41.663Z | [ recovery-image] Feb 21 08:25:40.270 INFO O| Feb 21 08:25:40.270 INFO O| Actions: Completed 25031 actions in 18.45 seconds. |
4065 | 2025-02-21T08:25:42.438Z | [ recovery-image] Feb 21 08:25:41.044 INFO O| Feb 21 08:25:41.044 INFO O| Done |
4066 | 2025-02-21T08:25:42.438Z | [ recovery-image] Feb 21 08:25:41.044 INFO O| Feb 21 08:25:41.044 INFO O| Done |
4067 | 2025-02-21T08:25:44.515Z | [ recovery-image] Feb 21 08:25:43.117 INFO O| Feb 21 08:25:43.117 INFO O| Done |
4068 | 2025-02-21T08:25:47.163Z | [ recovery-image] Feb 21 08:25:45.769 INFO O| Feb 21 08:25:45.769 INFO O| Done |
4069 | 2025-02-21T08:25:47.184Z | [ recovery-image] Feb 21 08:25:45.790 INFO O| Feb 21 08:25:45.790 INFO O| Done |
4070 | 2025-02-21T08:25:47.328Z | [ host-image] Feb 21 08:25:45.934 INFO O| Feb 21 08:25:45.934 INFO O| Done |
4071 | 2025-02-21T08:25:48.294Z | [ host-image] Feb 21 08:25:46.900 INFO O| Feb 21 08:25:46.900 INFO O| Done |
4072 | 2025-02-21T08:25:49.261Z | [ host-image] Feb 21 08:25:47.868 INFO O| Feb 21 08:25:47.868 INFO STEP 11 (pkg_install) COMPLETE |
4073 | 2025-02-21T08:25:49.261Z | [ host-image] Feb 21 08:25:47.868 INFO O| Feb 21 08:25:47.868 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4074 | 2025-02-21T08:25:49.291Z | [ host-image] Feb 21 08:25:47.897 INFO O| Feb 21 08:25:47.897 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"] |
4075 | 2025-02-21T08:25:52.466Z | [ host-image] Feb 21 08:25:51.072 INFO O| Feb 21 08:25:51.072 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4076 | 2025-02-21T08:25:52.872Z | [ recovery-image] Feb 21 08:25:51.478 INFO O| Feb 21 08:25:51.478 INFO O| Done |
4077 | 2025-02-21T08:25:53.761Z | [ recovery-image] Feb 21 08:25:52.367 INFO O| Feb 21 08:25:52.367 INFO O| Done |
4078 | 2025-02-21T08:25:54.337Z | [ recovery-image] Feb 21 08:25:52.943 INFO O| Feb 21 08:25:52.942 INFO STEP 11 (pkg_install) COMPLETE |
4079 | 2025-02-21T08:25:54.337Z | [ recovery-image] Feb 21 08:25:52.943 INFO O| Feb 21 08:25:52.943 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4080 | 2025-02-21T08:25:54.337Z | [ recovery-image] Feb 21 08:25:52.943 INFO O| Feb 21 08:25:52.943 INFO skip step because feature "recovery" is enabled |
4081 | 2025-02-21T08:25:54.337Z | [ recovery-image] Feb 21 08:25:52.943 INFO O| Feb 21 08:25:52.943 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4082 | 2025-02-21T08:25:54.337Z | [ recovery-image] Feb 21 08:25:52.943 INFO O| Feb 21 08:25:52.943 INFO skip step because feature "omicron1" is not enabled |
4083 | 2025-02-21T08:25:54.337Z | [ recovery-image] Feb 21 08:25:52.943 INFO O| Feb 21 08:25:52.943 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4084 | 2025-02-21T08:25:54.355Z | [ recovery-image] Feb 21 08:25:52.961 INFO O| Feb 21 08:25:52.961 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.334"] |
4085 | 2025-02-21T08:25:55.569Z | [ recovery-image] Feb 21 08:25:54.175 INFO O| Feb 21 08:25:54.175 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4086 | 2025-02-21T08:25:58.624Z | [ host-image] Feb 21 08:25:57.230 INFO O| Feb 21 08:25:57.230 INFO O| Planning: Solver setup ... Done |
4087 | 2025-02-21T08:25:58.644Z | [ host-image] Feb 21 08:25:57.250 INFO O| Feb 21 08:25:57.250 INFO O| Planning: Running solver ... Done |
4088 | 2025-02-21T08:25:58.767Z | [ host-image] Feb 21 08:25:57.370 INFO O| Feb 21 08:25:57.370 INFO O| Planning: Finding local manifests ... Done |
4089 | 2025-02-21T08:25:58.771Z | [ host-image] Feb 21 08:25:57.373 INFO O| Feb 21 08:25:57.373 INFO O| Planning: Fetching manifests: 0/5 0% complete |
4090 | 2025-02-21T08:25:59.117Z | [ host-image] Feb 21 08:25:57.723 INFO O| Feb 21 08:25:57.723 INFO O| Planning: Fetching manifests: 5/5 100% complete |
4091 | 2025-02-21T08:25:59.197Z | [ host-image] Feb 21 08:25:57.803 INFO O| Feb 21 08:25:57.802 INFO O| Planning: Package planning ... Done |
4092 | 2025-02-21T08:25:59.204Z | [ host-image] Feb 21 08:25:57.809 INFO O| Feb 21 08:25:57.809 INFO O| Planning: Merging actions ... Done |
4093 | 2025-02-21T08:25:59.382Z | [ host-image] Feb 21 08:25:57.988 INFO O| Feb 21 08:25:57.988 INFO O| Planning: Checking for conflicting actions ... Done |
4094 | 2025-02-21T08:25:59.387Z | [ host-image] Feb 21 08:25:57.994 INFO O| Feb 21 08:25:57.994 INFO O| Planning: Consolidating action changes ... Done |
4095 | 2025-02-21T08:25:59.978Z | [ host-image] Feb 21 08:25:58.585 INFO O| Feb 21 08:25:58.584 INFO O| Planning: Evaluating mediators ... Done |
4096 | 2025-02-21T08:25:59.982Z | [ host-image] Feb 21 08:25:58.587 INFO O| Feb 21 08:25:58.587 INFO O| Planning: Planning completed in 7.51 seconds |
4097 | 2025-02-21T08:25:59.985Z | [ host-image] Feb 21 08:25:58.590 INFO O| Feb 21 08:25:58.589 INFO O| Packages to install: 5 |
4098 | 2025-02-21T08:25:59.985Z | [ host-image] Feb 21 08:25:58.590 INFO O| Feb 21 08:25:58.590 INFO O| Services to change: 2 |
4099 | 2025-02-21T08:26:00.011Z | [ host-image] Feb 21 08:25:58.617 INFO O| Feb 21 08:25:58.617 INFO O| Download: 0/117 items 0.0/1.5MB 0% complete |
4100 | 2025-02-21T08:26:00.348Z | [ recovery-image] Feb 21 08:25:58.955 INFO O| Feb 21 08:25:58.954 INFO O| Planning: Solver setup ... Done |
4101 | 2025-02-21T08:26:00.355Z | [ recovery-image] Feb 21 08:25:58.962 INFO O| Feb 21 08:25:58.961 INFO O| Planning: Running solver ... Done |
4102 | 2025-02-21T08:26:00.448Z | [ recovery-image] Feb 21 08:25:59.054 INFO O| Feb 21 08:25:59.054 INFO O| Planning: Finding local manifests ... Done |
4103 | 2025-02-21T08:26:00.450Z | [ recovery-image] Feb 21 08:25:59.055 INFO O| Feb 21 08:25:59.055 INFO O| Planning: Fetching manifests: 0/1 0% complete |
4104 | 2025-02-21T08:26:00.616Z | [ recovery-image] Feb 21 08:25:59.222 INFO O| Feb 21 08:25:59.222 INFO O| Planning: Fetching manifests: 1/1 100% complete |
4105 | 2025-02-21T08:26:00.648Z | [ recovery-image] Feb 21 08:25:59.254 INFO O| Feb 21 08:25:59.254 INFO O| Planning: Package planning ... Done |
4106 | 2025-02-21T08:26:00.650Z | [ recovery-image] Feb 21 08:25:59.255 INFO O| Feb 21 08:25:59.255 INFO O| Planning: Merging actions ... Done |
4107 | 2025-02-21T08:26:00.713Z | [ recovery-image] Feb 21 08:25:59.319 INFO O| Feb 21 08:25:59.319 INFO O| Planning: Checking for conflicting actions ... Done |
4108 | 2025-02-21T08:26:00.716Z | [ recovery-image] Feb 21 08:25:59.319 INFO O| Feb 21 08:25:59.319 INFO O| Planning: Consolidating action changes ... Done |
4109 | 2025-02-21T08:26:00.951Z | [ recovery-image] Feb 21 08:25:59.557 INFO O| Feb 21 08:25:59.557 INFO O| Planning: Evaluating mediators ... Done |
4110 | 2025-02-21T08:26:00.955Z | [ recovery-image] Feb 21 08:25:59.557 INFO O| Feb 21 08:25:59.557 INFO O| Planning: Planning completed in 5.38 seconds |
4111 | 2025-02-21T08:26:00.955Z | [ recovery-image] Feb 21 08:25:59.560 INFO O| Feb 21 08:25:59.559 INFO O| Packages to install: 1 |
4112 | 2025-02-21T08:26:00.971Z | [ recovery-image] Feb 21 08:25:59.577 INFO O| Feb 21 08:25:59.577 INFO O| Download: 0/4 items 0.0/10.3MB 0% complete |
4113 | 2025-02-21T08:26:01.548Z | [ host-image] Feb 21 08:26:00.153 INFO O| Feb 21 08:26:00.153 INFO O| Download: Completed 1.46 MB in 1.54 seconds (969k/s) |
4114 | 2025-02-21T08:26:01.601Z | [ host-image] Feb 21 08:26:00.208 INFO O| Feb 21 08:26:00.208 INFO O| Actions: 1/306 actions (Installing new actions) |
4115 | 2025-02-21T08:26:01.770Z | [ recovery-image] Feb 21 08:26:00.376 INFO O| Feb 21 08:26:00.376 INFO O| Download: Completed 10.27 MB in 0.80 seconds (12.9M/s) |
4116 | 2025-02-21T08:26:01.793Z | [ host-image] Feb 21 08:26:00.398 INFO O| Feb 21 08:26:00.398 INFO O| Actions: Completed 306 actions in 0.19 seconds. |
4117 | 2025-02-21T08:26:01.863Z | [ recovery-image] Feb 21 08:26:00.469 INFO O| Feb 21 08:26:00.469 INFO O| Actions: 1/22 actions (Installing new actions) |
4118 | 2025-02-21T08:26:02.304Z | [ recovery-image] Feb 21 08:26:00.910 INFO O| Feb 21 08:26:00.910 INFO O| Actions: Completed 22 actions in 0.44 seconds. |
4119 | 2025-02-21T08:26:02.570Z | [ host-image] Feb 21 08:26:01.175 INFO O| Feb 21 08:26:01.174 INFO O| Done |
4120 | 2025-02-21T08:26:02.570Z | [ host-image] Feb 21 08:26:01.175 INFO O| Feb 21 08:26:01.175 INFO O| Done |
4121 | 2025-02-21T08:26:02.983Z | [ recovery-image] Feb 21 08:26:01.589 INFO O| Feb 21 08:26:01.589 INFO O| Done |
4122 | 2025-02-21T08:26:02.984Z | [ recovery-image] Feb 21 08:26:01.589 INFO O| Feb 21 08:26:01.589 INFO O| Done |
4123 | 2025-02-21T08:26:04.040Z | [ host-image] Feb 21 08:26:02.643 INFO O| Feb 21 08:26:02.643 INFO O| Done |
4124 | 2025-02-21T08:26:04.553Z | [ recovery-image] Feb 21 08:26:03.159 INFO O| Feb 21 08:26:03.159 INFO O| Done |
4125 | 2025-02-21T08:26:05.410Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
4126 | 2025-02-21T08:26:06.600Z | [ recovery-image] Feb 21 08:26:05.206 INFO O| Feb 21 08:26:05.206 INFO O| Done |
4127 | 2025-02-21T08:26:06.627Z | [ recovery-image] Feb 21 08:26:05.233 INFO O| Feb 21 08:26:05.233 INFO O| Done |
4128 | 2025-02-21T08:26:06.627Z | [ recovery-image] Feb 21 08:26:05.233 INFO O| Feb 21 08:26:05.233 INFO O| Done |
4129 | 2025-02-21T08:26:06.647Z | [ recovery-image] Feb 21 08:26:05.252 INFO O| Feb 21 08:26:05.252 INFO O| Done |
4130 | 2025-02-21T08:26:06.840Z | [ host-image] Feb 21 08:26:05.446 INFO O| Feb 21 08:26:05.446 INFO O| Done |
4131 | 2025-02-21T08:26:06.856Z | [ recovery-image] Feb 21 08:26:05.462 INFO O| Feb 21 08:26:05.462 INFO STEP 14 (pkg_install) COMPLETE |
4132 | 2025-02-21T08:26:06.856Z | [ recovery-image] Feb 21 08:26:05.462 INFO O| Feb 21 08:26:05.462 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4133 | 2025-02-21T08:26:06.856Z | [ recovery-image] Feb 21 08:26:05.462 INFO O| Feb 21 08:26:05.462 INFO skip step because feature "mfg" is not enabled |
4134 | 2025-02-21T08:26:06.859Z | [ recovery-image] Feb 21 08:26:05.462 INFO O| Feb 21 08:26:05.462 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4135 | 2025-02-21T08:26:06.859Z | [ recovery-image] Feb 21 08:26:05.462 INFO O| Feb 21 08:26:05.462 INFO skip step because feature "compliance" is not enabled |
4136 | 2025-02-21T08:26:06.859Z | [ recovery-image] Feb 21 08:26:05.462 INFO O| Feb 21 08:26:05.462 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4137 | 2025-02-21T08:26:06.859Z | [ recovery-image] Feb 21 08:26:05.462 INFO O| Feb 21 08:26:05.462 INFO skip step because feature "stress" is not enabled |
4138 | 2025-02-21T08:26:06.859Z | [ recovery-image] Feb 21 08:26:05.462 INFO O| Feb 21 08:26:05.462 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4139 | 2025-02-21T08:26:06.859Z | [ recovery-image] Feb 21 08:26:05.462 INFO O| Feb 21 08:26:05.462 INFO skip step because feature "nfs" is not enabled |
4140 | 2025-02-21T08:26:06.859Z | [ recovery-image] Feb 21 08:26:05.462 INFO O| Feb 21 08:26:05.462 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4141 | 2025-02-21T08:26:06.859Z | [ recovery-image] Feb 21 08:26:05.462 INFO O| Feb 21 08:26:05.462 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4142 | 2025-02-21T08:26:06.893Z | [ host-image] Feb 21 08:26:05.498 INFO O| Feb 21 08:26:05.497 INFO O| Done |
4143 | 2025-02-21T08:26:06.893Z | [ host-image] Feb 21 08:26:05.498 INFO O| Feb 21 08:26:05.498 INFO O| Done |
4144 | 2025-02-21T08:26:06.921Z | [ host-image] Feb 21 08:26:05.528 INFO O| Feb 21 08:26:05.527 INFO O| Done |
4145 | 2025-02-21T08:26:07.124Z | [ recovery-image] Feb 21 08:26:05.730 INFO O| Feb 21 08:26:05.730 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
4146 | 2025-02-21T08:26:07.173Z | [ host-image] Feb 21 08:26:05.767 INFO O| Feb 21 08:26:05.767 INFO STEP 12 (pkg_install) COMPLETE |
4147 | 2025-02-21T08:26:07.173Z | [ host-image] Feb 21 08:26:05.767 INFO O| Feb 21 08:26:05.767 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4148 | 2025-02-21T08:26:07.187Z | [ host-image] Feb 21 08:26:05.788 INFO O| Feb 21 08:26:05.788 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
4149 | 2025-02-21T08:26:07.229Z | [ recovery-image] Feb 21 08:26:05.834 INFO O| Feb 21 08:26:05.834 INFO completed processing gimlet/ramdisk-01-os |
4150 | 2025-02-21T08:26:07.232Z | [ recovery-image] Feb 21 08:26:05.838 INFO image builder template: ramdisk-02-trim... |
4151 | 2025-02-21T08:26:07.233Z | [ recovery-image] Feb 21 08:26:05.838 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/.tmpDANt3T/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 |
4152 | 2025-02-21T08:26:07.278Z | [ recovery-image] Feb 21 08:26:05.880 INFO O| Feb 21 08:26:05.880 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4153 | 2025-02-21T08:26:07.285Z | [ recovery-image] Feb 21 08:26:05.891 INFO O| Feb 21 08:26:05.891 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4154 | 2025-02-21T08:26:07.478Z | [ recovery-image] Feb 21 08:26:06.083 INFO O| Feb 21 08:26:06.083 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
4155 | 2025-02-21T08:26:07.561Z | [ recovery-image] Feb 21 08:26:06.167 INFO O| Feb 21 08:26:06.167 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4156 | 2025-02-21T08:26:07.570Z | [ recovery-image] Feb 21 08:26:06.168 INFO O| Feb 21 08:26:06.168 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4157 | 2025-02-21T08:26:07.574Z | [ recovery-image] Feb 21 08:26:06.178 INFO O| Feb 21 08:26:06.178 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4158 | 2025-02-21T08:26:07.579Z | [ recovery-image] Feb 21 08:26:06.185 INFO O| Feb 21 08:26:06.185 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4159 | 2025-02-21T08:26:07.602Z | [ recovery-image] Feb 21 08:26:06.208 INFO O| Feb 21 08:26:06.208 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4160 | 2025-02-21T08:26:08.150Z | [ recovery-image] Feb 21 08:26:06.756 INFO O| Feb 21 08:26:06.756 INFO rolled back to input snapshot; work may begin |
4161 | 2025-02-21T08:26:08.150Z | [ recovery-image] Feb 21 08:26:06.756 INFO O| Feb 21 08:26:06.756 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4162 | 2025-02-21T08:26:08.195Z | [ recovery-image] Feb 21 08:26:06.801 INFO O| Feb 21 08:26:06.801 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4163 | 2025-02-21T08:26:08.217Z | [ recovery-image] Feb 21 08:26:06.823 INFO O| Feb 21 08:26:06.822 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
4164 | 2025-02-21T08:26:08.359Z | [ host-image] Feb 21 08:26:06.964 INFO O| Feb 21 08:26:06.964 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4165 | 2025-02-21T08:26:08.446Z | [ recovery-image] Feb 21 08:26:07.052 INFO O| Feb 21 08:26:07.052 INFO STEP 0 (remove_files) COMPLETE |
4166 | 2025-02-21T08:26:08.446Z | [ recovery-image] Feb 21 08:26:07.052 INFO O| Feb 21 08:26:07.052 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4167 | 2025-02-21T08:26:08.482Z | [ recovery-image] Feb 21 08:26:07.088 INFO O| Feb 21 08:26:07.088 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
4168 | 2025-02-21T08:26:08.486Z | [ recovery-image] Feb 21 08:26:07.091 INFO O| Feb 21 08:26:07.091 INFO STEP 1 (remove_files) COMPLETE |
4169 | 2025-02-21T08:26:08.486Z | [ recovery-image] Feb 21 08:26:07.091 INFO O| Feb 21 08:26:07.091 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4170 | 2025-02-21T08:26:08.513Z | [ recovery-image] Feb 21 08:26:07.119 INFO O| Feb 21 08:26:07.119 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
4171 | 2025-02-21T08:26:08.550Z | [ recovery-image] Feb 21 08:26:07.156 INFO O| Feb 21 08:26:07.156 INFO STEP 2 (remove_files) COMPLETE |
4172 | 2025-02-21T08:26:08.550Z | [ recovery-image] Feb 21 08:26:07.156 INFO O| Feb 21 08:26:07.156 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4173 | 2025-02-21T08:26:08.581Z | [ recovery-image] Feb 21 08:26:07.185 INFO O| Feb 21 08:26:07.185 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
4174 | 2025-02-21T08:26:08.583Z | [ recovery-image] Feb 21 08:26:07.188 INFO O| Feb 21 08:26:07.188 INFO STEP 3 (remove_files) COMPLETE |
4175 | 2025-02-21T08:26:08.583Z | [ recovery-image] Feb 21 08:26:07.188 INFO O| Feb 21 08:26:07.188 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4176 | 2025-02-21T08:26:08.603Z | [ recovery-image] Feb 21 08:26:07.209 INFO O| Feb 21 08:26:07.209 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
4177 | 2025-02-21T08:26:08.611Z | [ recovery-image] Feb 21 08:26:07.215 INFO O| Feb 21 08:26:07.215 INFO STEP 4 (remove_files) COMPLETE |
4178 | 2025-02-21T08:26:08.611Z | [ recovery-image] Feb 21 08:26:07.215 INFO O| Feb 21 08:26:07.215 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4179 | 2025-02-21T08:26:08.638Z | [ recovery-image] Feb 21 08:26:07.244 INFO O| Feb 21 08:26:07.244 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
4180 | 2025-02-21T08:26:08.641Z | [ recovery-image] Feb 21 08:26:07.244 INFO O| Feb 21 08:26:07.244 INFO STEP 5 (remove_files) COMPLETE |
4181 | 2025-02-21T08:26:08.641Z | [ recovery-image] Feb 21 08:26:07.244 INFO O| Feb 21 08:26:07.244 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4182 | 2025-02-21T08:26:08.708Z | [ recovery-image] Feb 21 08:26:07.314 INFO O| Feb 21 08:26:07.314 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
4183 | 2025-02-21T08:26:08.725Z | [ recovery-image] Feb 21 08:26:07.330 INFO O| Feb 21 08:26:07.330 INFO STEP 6 (remove_files) COMPLETE |
4184 | 2025-02-21T08:26:08.725Z | [ recovery-image] Feb 21 08:26:07.331 INFO O| Feb 21 08:26:07.330 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4185 | 2025-02-21T08:26:08.725Z | [ recovery-image] Feb 21 08:26:07.331 INFO O| Feb 21 08:26:07.330 INFO skip step because feature "recovery" is enabled |
4186 | 2025-02-21T08:26:08.725Z | [ recovery-image] Feb 21 08:26:07.331 INFO O| Feb 21 08:26:07.330 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4187 | 2025-02-21T08:26:08.725Z | [ recovery-image] Feb 21 08:26:07.331 INFO O| Feb 21 08:26:07.330 INFO skip step because feature "recovery" is enabled |
4188 | 2025-02-21T08:26:08.725Z | [ recovery-image] Feb 21 08:26:07.331 INFO O| Feb 21 08:26:07.330 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4189 | 2025-02-21T08:26:08.729Z | [ recovery-image] Feb 21 08:26:07.331 INFO O| Feb 21 08:26:07.330 INFO skip step because feature "recovery" is enabled |
4190 | 2025-02-21T08:26:08.730Z | [ recovery-image] Feb 21 08:26:07.331 INFO O| Feb 21 08:26:07.330 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4191 | 2025-02-21T08:26:08.747Z | [ recovery-image] Feb 21 08:26:07.353 INFO O| Feb 21 08:26:07.353 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
4192 | 2025-02-21T08:26:08.755Z | [ recovery-image] Feb 21 08:26:07.360 INFO O| Feb 21 08:26:07.360 INFO STEP 10 (remove_files) COMPLETE |
4193 | 2025-02-21T08:26:08.755Z | [ recovery-image] Feb 21 08:26:07.360 INFO O| Feb 21 08:26:07.360 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4194 | 2025-02-21T08:26:08.776Z | [ recovery-image] Feb 21 08:26:07.382 INFO O| Feb 21 08:26:07.382 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
4195 | 2025-02-21T08:26:08.801Z | [ recovery-image] Feb 21 08:26:07.407 INFO O| Feb 21 08:26:07.406 INFO STEP 11 (remove_files) COMPLETE |
4196 | 2025-02-21T08:26:08.801Z | [ recovery-image] Feb 21 08:26:07.407 INFO O| Feb 21 08:26:07.406 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4197 | 2025-02-21T08:26:08.838Z | [ recovery-image] Feb 21 08:26:07.443 INFO O| Feb 21 08:26:07.443 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
4198 | 2025-02-21T08:26:08.842Z | [ recovery-image] Feb 21 08:26:07.446 INFO O| Feb 21 08:26:07.446 INFO STEP 12 (remove_files) COMPLETE |
4199 | 2025-02-21T08:26:08.842Z | [ recovery-image] Feb 21 08:26:07.446 INFO O| Feb 21 08:26:07.446 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4200 | 2025-02-21T08:26:09.128Z | [ recovery-image] Feb 21 08:26:07.734 INFO O| Feb 21 08:26:07.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
4201 | 2025-02-21T08:26:09.131Z | [ recovery-image] Feb 21 08:26:07.735 INFO O| Feb 21 08:26:07.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
4202 | 2025-02-21T08:26:09.141Z | [ recovery-image] Feb 21 08:26:07.748 INFO O| Feb 21 08:26:07.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
4203 | 2025-02-21T08:26:09.144Z | [ recovery-image] Feb 21 08:26:07.750 INFO O| Feb 21 08:26:07.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
4204 | 2025-02-21T08:26:09.381Z | [ recovery-image] Feb 21 08:26:07.987 INFO O| Feb 21 08:26:07.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
4205 | 2025-02-21T08:26:09.403Z | [ recovery-image] Feb 21 08:26:08.010 INFO O| Feb 21 08:26:08.009 INFO STEP 13 (remove_files) COMPLETE |
4206 | 2025-02-21T08:26:09.403Z | [ recovery-image] Feb 21 08:26:08.010 INFO O| Feb 21 08:26:08.010 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4207 | 2025-02-21T08:26:09.455Z | [ recovery-image] Feb 21 08:26:08.056 INFO O| Feb 21 08:26:08.056 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
4208 | 2025-02-21T08:26:09.468Z | [ recovery-image] Feb 21 08:26:08.058 INFO O| Feb 21 08:26:08.058 INFO STEP 14 (remove_files) COMPLETE |
4209 | 2025-02-21T08:26:09.468Z | [ recovery-image] Feb 21 08:26:08.058 INFO O| Feb 21 08:26:08.058 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4210 | 2025-02-21T08:26:09.484Z | [ recovery-image] Feb 21 08:26:08.090 INFO O| Feb 21 08:26:08.089 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
4211 | 2025-02-21T08:26:09.494Z | [ recovery-image] Feb 21 08:26:08.100 INFO O| Feb 21 08:26:08.100 INFO STEP 15 (remove_files) COMPLETE |
4212 | 2025-02-21T08:26:09.494Z | [ recovery-image] Feb 21 08:26:08.100 INFO O| Feb 21 08:26:08.100 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4213 | 2025-02-21T08:26:09.515Z | [ recovery-image] Feb 21 08:26:08.121 INFO O| Feb 21 08:26:08.121 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
4214 | 2025-02-21T08:26:09.518Z | [ recovery-image] Feb 21 08:26:08.122 INFO O| Feb 21 08:26:08.122 INFO STEP 16 (remove_files) COMPLETE |
4215 | 2025-02-21T08:26:09.518Z | [ recovery-image] Feb 21 08:26:08.122 INFO O| Feb 21 08:26:08.122 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4216 | 2025-02-21T08:26:09.542Z | [ recovery-image] Feb 21 08:26:08.146 INFO O| Feb 21 08:26:08.146 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
4217 | 2025-02-21T08:26:09.545Z | [ recovery-image] Feb 21 08:26:08.149 INFO O| Feb 21 08:26:08.149 INFO STEP 17 (remove_files) COMPLETE |
4218 | 2025-02-21T08:26:09.545Z | [ recovery-image] Feb 21 08:26:08.149 INFO O| Feb 21 08:26:08.149 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4219 | 2025-02-21T08:26:09.579Z | [ recovery-image] Feb 21 08:26:08.185 INFO O| Feb 21 08:26:08.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
4220 | 2025-02-21T08:26:09.579Z | [ recovery-image] Feb 21 08:26:08.185 INFO O| Feb 21 08:26:08.185 INFO STEP 18 (remove_files) COMPLETE |
4221 | 2025-02-21T08:26:09.582Z | [ recovery-image] Feb 21 08:26:08.185 INFO O| Feb 21 08:26:08.185 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4222 | 2025-02-21T08:26:09.624Z | [ recovery-image] Feb 21 08:26:08.229 INFO O| Feb 21 08:26:08.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
4223 | 2025-02-21T08:26:09.624Z | [ recovery-image] Feb 21 08:26:08.230 INFO O| Feb 21 08:26:08.229 INFO STEP 19 (remove_files) COMPLETE |
4224 | 2025-02-21T08:26:09.628Z | [ recovery-image] Feb 21 08:26:08.230 INFO O| Feb 21 08:26:08.230 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4225 | 2025-02-21T08:26:09.659Z | [ recovery-image] Feb 21 08:26:08.250 INFO O| Feb 21 08:26:08.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
4226 | 2025-02-21T08:26:09.659Z | [ recovery-image] Feb 21 08:26:08.250 INFO O| Feb 21 08:26:08.250 INFO STEP 20 (remove_files) COMPLETE |
4227 | 2025-02-21T08:26:09.659Z | [ recovery-image] Feb 21 08:26:08.250 INFO O| Feb 21 08:26:08.250 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4228 | 2025-02-21T08:26:09.679Z | [ recovery-image] Feb 21 08:26:08.285 INFO O| Feb 21 08:26:08.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
4229 | 2025-02-21T08:26:09.682Z | [ recovery-image] Feb 21 08:26:08.285 INFO O| Feb 21 08:26:08.285 INFO STEP 21 (remove_files) COMPLETE |
4230 | 2025-02-21T08:26:09.682Z | [ recovery-image] Feb 21 08:26:08.285 INFO O| Feb 21 08:26:08.285 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4231 | 2025-02-21T08:26:09.716Z | [ recovery-image] Feb 21 08:26:08.322 INFO O| Feb 21 08:26:08.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
4232 | 2025-02-21T08:26:09.716Z | [ recovery-image] Feb 21 08:26:08.322 INFO O| Feb 21 08:26:08.322 INFO STEP 22 (remove_files) COMPLETE |
4233 | 2025-02-21T08:26:09.719Z | [ recovery-image] Feb 21 08:26:08.322 INFO O| Feb 21 08:26:08.322 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4234 | 2025-02-21T08:26:09.734Z | [ recovery-image] Feb 21 08:26:08.340 INFO O| Feb 21 08:26:08.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
4235 | 2025-02-21T08:26:09.749Z | [ recovery-image] Feb 21 08:26:08.341 INFO O| Feb 21 08:26:08.341 INFO STEP 23 (remove_files) COMPLETE |
4236 | 2025-02-21T08:26:09.749Z | [ recovery-image] Feb 21 08:26:08.341 INFO O| Feb 21 08:26:08.341 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4237 | 2025-02-21T08:26:09.754Z | [ recovery-image] Feb 21 08:26:08.360 INFO O| Feb 21 08:26:08.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
4238 | 2025-02-21T08:26:09.754Z | [ recovery-image] Feb 21 08:26:08.360 INFO O| Feb 21 08:26:08.360 INFO STEP 24 (remove_files) COMPLETE |
4239 | 2025-02-21T08:26:09.757Z | [ recovery-image] Feb 21 08:26:08.360 INFO O| Feb 21 08:26:08.360 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4240 | 2025-02-21T08:26:09.774Z | [ recovery-image] Feb 21 08:26:08.380 INFO O| Feb 21 08:26:08.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
4241 | 2025-02-21T08:26:09.778Z | [ recovery-image] Feb 21 08:26:08.380 INFO O| Feb 21 08:26:08.380 INFO STEP 25 (remove_files) COMPLETE |
4242 | 2025-02-21T08:26:09.778Z | [ recovery-image] Feb 21 08:26:08.380 INFO O| Feb 21 08:26:08.380 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4243 | 2025-02-21T08:26:09.795Z | [ recovery-image] Feb 21 08:26:08.400 INFO O| Feb 21 08:26:08.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
4244 | 2025-02-21T08:26:09.811Z | [ recovery-image] Feb 21 08:26:08.401 INFO O| Feb 21 08:26:08.401 INFO STEP 26 (remove_files) COMPLETE |
4245 | 2025-02-21T08:26:09.811Z | [ recovery-image] Feb 21 08:26:08.401 INFO O| Feb 21 08:26:08.401 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4246 | 2025-02-21T08:26:09.815Z | [ recovery-image] Feb 21 08:26:08.421 INFO O| Feb 21 08:26:08.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
4247 | 2025-02-21T08:26:09.818Z | [ recovery-image] Feb 21 08:26:08.421 INFO O| Feb 21 08:26:08.421 INFO STEP 27 (remove_files) COMPLETE |
4248 | 2025-02-21T08:26:09.818Z | [ recovery-image] Feb 21 08:26:08.421 INFO O| Feb 21 08:26:08.421 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4249 | 2025-02-21T08:26:09.835Z | [ recovery-image] Feb 21 08:26:08.441 INFO O| Feb 21 08:26:08.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
4250 | 2025-02-21T08:26:09.836Z | [ recovery-image] Feb 21 08:26:08.441 INFO O| Feb 21 08:26:08.441 INFO STEP 28 (remove_files) COMPLETE |
4251 | 2025-02-21T08:26:09.836Z | [ recovery-image] Feb 21 08:26:08.441 INFO O| Feb 21 08:26:08.441 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4252 | 2025-02-21T08:26:09.873Z | [ recovery-image] Feb 21 08:26:08.478 INFO O| Feb 21 08:26:08.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
4253 | 2025-02-21T08:26:09.873Z | [ recovery-image] Feb 21 08:26:08.479 INFO O| Feb 21 08:26:08.478 INFO STEP 29 (remove_files) COMPLETE |
4254 | 2025-02-21T08:26:09.889Z | [ recovery-image] Feb 21 08:26:08.479 INFO O| Feb 21 08:26:08.479 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4255 | 2025-02-21T08:26:09.894Z | [ recovery-image] Feb 21 08:26:08.498 INFO O| Feb 21 08:26:08.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
4256 | 2025-02-21T08:26:09.894Z | [ recovery-image] Feb 21 08:26:08.498 INFO O| Feb 21 08:26:08.498 INFO STEP 30 (remove_files) COMPLETE |
4257 | 2025-02-21T08:26:09.894Z | [ recovery-image] Feb 21 08:26:08.498 INFO O| Feb 21 08:26:08.498 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4258 | 2025-02-21T08:26:09.926Z | [ recovery-image] Feb 21 08:26:08.532 INFO O| Feb 21 08:26:08.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
4259 | 2025-02-21T08:26:09.926Z | [ recovery-image] Feb 21 08:26:08.532 INFO O| Feb 21 08:26:08.532 INFO STEP 31 (remove_files) COMPLETE |
4260 | 2025-02-21T08:26:09.942Z | [ recovery-image] Feb 21 08:26:08.532 INFO O| Feb 21 08:26:08.532 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4261 | 2025-02-21T08:26:09.948Z | [ recovery-image] Feb 21 08:26:08.553 INFO O| Feb 21 08:26:08.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
4262 | 2025-02-21T08:26:09.948Z | [ recovery-image] Feb 21 08:26:08.553 INFO O| Feb 21 08:26:08.553 INFO STEP 32 (remove_files) COMPLETE |
4263 | 2025-02-21T08:26:09.948Z | [ recovery-image] Feb 21 08:26:08.553 INFO O| Feb 21 08:26:08.553 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4264 | 2025-02-21T08:26:09.980Z | [ recovery-image] Feb 21 08:26:08.586 INFO O| Feb 21 08:26:08.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
4265 | 2025-02-21T08:26:09.980Z | [ recovery-image] Feb 21 08:26:08.586 INFO O| Feb 21 08:26:08.586 INFO STEP 33 (remove_files) COMPLETE |
4266 | 2025-02-21T08:26:09.986Z | [ recovery-image] Feb 21 08:26:08.586 INFO O| Feb 21 08:26:08.586 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4267 | 2025-02-21T08:26:10.033Z | [ recovery-image] Feb 21 08:26:08.638 INFO O| Feb 21 08:26:08.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
4268 | 2025-02-21T08:26:10.038Z | [ recovery-image] Feb 21 08:26:08.638 INFO O| Feb 21 08:26:08.638 INFO STEP 34 (remove_files) COMPLETE |
4269 | 2025-02-21T08:26:10.038Z | [ recovery-image] Feb 21 08:26:08.638 INFO O| Feb 21 08:26:08.638 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4270 | 2025-02-21T08:26:10.056Z | [ recovery-image] Feb 21 08:26:08.661 INFO O| Feb 21 08:26:08.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
4271 | 2025-02-21T08:26:10.056Z | [ recovery-image] Feb 21 08:26:08.661 INFO O| Feb 21 08:26:08.661 INFO STEP 35 (remove_files) COMPLETE |
4272 | 2025-02-21T08:26:10.056Z | [ recovery-image] Feb 21 08:26:08.661 INFO O| Feb 21 08:26:08.661 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4273 | 2025-02-21T08:26:10.075Z | [ recovery-image] Feb 21 08:26:08.681 INFO O| Feb 21 08:26:08.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
4274 | 2025-02-21T08:26:10.080Z | [ recovery-image] Feb 21 08:26:08.681 INFO O| Feb 21 08:26:08.681 INFO STEP 36 (remove_files) COMPLETE |
4275 | 2025-02-21T08:26:10.080Z | [ recovery-image] Feb 21 08:26:08.681 INFO O| Feb 21 08:26:08.681 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4276 | 2025-02-21T08:26:10.094Z | [ recovery-image] Feb 21 08:26:08.700 INFO O| Feb 21 08:26:08.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
4277 | 2025-02-21T08:26:10.094Z | [ recovery-image] Feb 21 08:26:08.701 INFO O| Feb 21 08:26:08.700 INFO STEP 37 (remove_files) COMPLETE |
4278 | 2025-02-21T08:26:10.097Z | [ recovery-image] Feb 21 08:26:08.701 INFO O| Feb 21 08:26:08.701 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4279 | 2025-02-21T08:26:10.119Z | [ recovery-image] Feb 21 08:26:08.725 INFO O| Feb 21 08:26:08.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
4280 | 2025-02-21T08:26:10.119Z | [ recovery-image] Feb 21 08:26:08.725 INFO O| Feb 21 08:26:08.725 INFO STEP 38 (remove_files) COMPLETE |
4281 | 2025-02-21T08:26:10.122Z | [ recovery-image] Feb 21 08:26:08.725 INFO O| Feb 21 08:26:08.725 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4282 | 2025-02-21T08:26:10.151Z | [ recovery-image] Feb 21 08:26:08.757 INFO O| Feb 21 08:26:08.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
4283 | 2025-02-21T08:26:10.151Z | [ recovery-image] Feb 21 08:26:08.757 INFO O| Feb 21 08:26:08.757 INFO STEP 39 (remove_files) COMPLETE |
4284 | 2025-02-21T08:26:10.151Z | [ recovery-image] Feb 21 08:26:08.757 INFO O| Feb 21 08:26:08.757 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4285 | 2025-02-21T08:26:10.193Z | [ recovery-image] Feb 21 08:26:08.798 INFO O| Feb 21 08:26:08.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
4286 | 2025-02-21T08:26:10.193Z | [ recovery-image] Feb 21 08:26:08.798 INFO O| Feb 21 08:26:08.798 INFO STEP 40 (remove_files) COMPLETE |
4287 | 2025-02-21T08:26:10.193Z | [ recovery-image] Feb 21 08:26:08.798 INFO O| Feb 21 08:26:08.798 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4288 | 2025-02-21T08:26:10.244Z | [ recovery-image] Feb 21 08:26:08.850 INFO O| Feb 21 08:26:08.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
4289 | 2025-02-21T08:26:10.244Z | [ recovery-image] Feb 21 08:26:08.850 INFO O| Feb 21 08:26:08.850 INFO STEP 41 (remove_files) COMPLETE |
4290 | 2025-02-21T08:26:10.249Z | [ recovery-image] Feb 21 08:26:08.850 INFO O| Feb 21 08:26:08.850 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4291 | 2025-02-21T08:26:10.266Z | [ recovery-image] Feb 21 08:26:08.872 INFO O| Feb 21 08:26:08.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
4292 | 2025-02-21T08:26:10.268Z | [ recovery-image] Feb 21 08:26:08.872 INFO O| Feb 21 08:26:08.872 INFO STEP 42 (remove_files) COMPLETE |
4293 | 2025-02-21T08:26:10.269Z | [ recovery-image] Feb 21 08:26:08.872 INFO O| Feb 21 08:26:08.872 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4294 | 2025-02-21T08:26:10.312Z | [ recovery-image] Feb 21 08:26:08.892 INFO O| Feb 21 08:26:08.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
4295 | 2025-02-21T08:26:10.312Z | [ recovery-image] Feb 21 08:26:08.893 INFO O| Feb 21 08:26:08.893 INFO STEP 43 (remove_files) COMPLETE |
4296 | 2025-02-21T08:26:10.322Z | [ recovery-image] Feb 21 08:26:08.893 INFO O| Feb 21 08:26:08.893 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4297 | 2025-02-21T08:26:10.322Z | [ recovery-image] Feb 21 08:26:08.913 INFO O| Feb 21 08:26:08.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
4298 | 2025-02-21T08:26:10.322Z | [ recovery-image] Feb 21 08:26:08.914 INFO O| Feb 21 08:26:08.914 INFO STEP 44 (remove_files) COMPLETE |
4299 | 2025-02-21T08:26:10.322Z | [ recovery-image] Feb 21 08:26:08.914 INFO O| Feb 21 08:26:08.914 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4300 | 2025-02-21T08:26:10.330Z | [ recovery-image] Feb 21 08:26:08.936 INFO O| Feb 21 08:26:08.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
4301 | 2025-02-21T08:26:10.336Z | [ recovery-image] Feb 21 08:26:08.936 INFO O| Feb 21 08:26:08.936 INFO STEP 45 (remove_files) COMPLETE |
4302 | 2025-02-21T08:26:10.336Z | [ recovery-image] Feb 21 08:26:08.936 INFO O| Feb 21 08:26:08.936 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4303 | 2025-02-21T08:26:10.354Z | [ recovery-image] Feb 21 08:26:08.960 INFO O| Feb 21 08:26:08.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
4304 | 2025-02-21T08:26:10.357Z | [ recovery-image] Feb 21 08:26:08.960 INFO O| Feb 21 08:26:08.960 INFO STEP 46 (remove_files) COMPLETE |
4305 | 2025-02-21T08:26:10.357Z | [ recovery-image] Feb 21 08:26:08.960 INFO O| Feb 21 08:26:08.960 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4306 | 2025-02-21T08:26:10.375Z | [ recovery-image] Feb 21 08:26:08.981 INFO O| Feb 21 08:26:08.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
4307 | 2025-02-21T08:26:10.379Z | [ recovery-image] Feb 21 08:26:08.981 INFO O| Feb 21 08:26:08.981 INFO STEP 47 (remove_files) COMPLETE |
4308 | 2025-02-21T08:26:10.379Z | [ recovery-image] Feb 21 08:26:08.982 INFO O| Feb 21 08:26:08.982 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4309 | 2025-02-21T08:26:10.420Z | [ recovery-image] Feb 21 08:26:09.026 INFO O| Feb 21 08:26:09.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
4310 | 2025-02-21T08:26:10.420Z | [ recovery-image] Feb 21 08:26:09.026 INFO O| Feb 21 08:26:09.026 INFO STEP 48 (remove_files) COMPLETE |
4311 | 2025-02-21T08:26:10.420Z | [ recovery-image] Feb 21 08:26:09.026 INFO O| Feb 21 08:26:09.026 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4312 | 2025-02-21T08:26:10.482Z | [ recovery-image] Feb 21 08:26:09.088 INFO O| Feb 21 08:26:09.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
4313 | 2025-02-21T08:26:10.488Z | [ recovery-image] Feb 21 08:26:09.088 INFO O| Feb 21 08:26:09.088 INFO STEP 49 (remove_files) COMPLETE |
4314 | 2025-02-21T08:26:10.488Z | [ recovery-image] Feb 21 08:26:09.088 INFO O| Feb 21 08:26:09.088 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4315 | 2025-02-21T08:26:10.539Z | [ recovery-image] Feb 21 08:26:09.145 INFO O| Feb 21 08:26:09.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
4316 | 2025-02-21T08:26:10.539Z | [ recovery-image] Feb 21 08:26:09.145 INFO O| Feb 21 08:26:09.145 INFO STEP 50 (remove_files) COMPLETE |
4317 | 2025-02-21T08:26:10.543Z | [ recovery-image] Feb 21 08:26:09.145 INFO O| Feb 21 08:26:09.145 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4318 | 2025-02-21T08:26:10.560Z | [ recovery-image] Feb 21 08:26:09.166 INFO O| Feb 21 08:26:09.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
4319 | 2025-02-21T08:26:10.560Z | [ recovery-image] Feb 21 08:26:09.166 INFO O| Feb 21 08:26:09.166 INFO STEP 51 (remove_files) COMPLETE |
4320 | 2025-02-21T08:26:10.564Z | [ recovery-image] Feb 21 08:26:09.166 INFO O| Feb 21 08:26:09.166 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4321 | 2025-02-21T08:26:10.601Z | [ recovery-image] Feb 21 08:26:09.206 INFO O| Feb 21 08:26:09.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
4322 | 2025-02-21T08:26:10.601Z | [ recovery-image] Feb 21 08:26:09.206 INFO O| Feb 21 08:26:09.206 INFO STEP 52 (remove_files) COMPLETE |
4323 | 2025-02-21T08:26:10.601Z | [ recovery-image] Feb 21 08:26:09.206 INFO O| Feb 21 08:26:09.206 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4324 | 2025-02-21T08:26:10.673Z | [ recovery-image] Feb 21 08:26:09.279 INFO O| Feb 21 08:26:09.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
4325 | 2025-02-21T08:26:10.673Z | [ recovery-image] Feb 21 08:26:09.279 INFO O| Feb 21 08:26:09.279 INFO STEP 53 (remove_files) COMPLETE |
4326 | 2025-02-21T08:26:10.677Z | [ recovery-image] Feb 21 08:26:09.279 INFO O| Feb 21 08:26:09.279 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4327 | 2025-02-21T08:26:10.696Z | [ recovery-image] Feb 21 08:26:09.301 INFO O| Feb 21 08:26:09.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
4328 | 2025-02-21T08:26:10.696Z | [ recovery-image] Feb 21 08:26:09.301 INFO O| Feb 21 08:26:09.301 INFO STEP 54 (remove_files) COMPLETE |
4329 | 2025-02-21T08:26:10.696Z | [ recovery-image] Feb 21 08:26:09.301 INFO O| Feb 21 08:26:09.301 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4330 | 2025-02-21T08:26:10.715Z | [ recovery-image] Feb 21 08:26:09.321 INFO O| Feb 21 08:26:09.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
4331 | 2025-02-21T08:26:10.715Z | [ recovery-image] Feb 21 08:26:09.321 INFO O| Feb 21 08:26:09.321 INFO STEP 55 (remove_files) COMPLETE |
4332 | 2025-02-21T08:26:10.719Z | [ recovery-image] Feb 21 08:26:09.321 INFO O| Feb 21 08:26:09.321 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4333 | 2025-02-21T08:26:10.737Z | [ recovery-image] Feb 21 08:26:09.342 INFO O| Feb 21 08:26:09.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
4334 | 2025-02-21T08:26:10.741Z | [ recovery-image] Feb 21 08:26:09.342 INFO O| Feb 21 08:26:09.342 INFO STEP 56 (remove_files) COMPLETE |
4335 | 2025-02-21T08:26:10.741Z | [ recovery-image] Feb 21 08:26:09.343 INFO O| Feb 21 08:26:09.342 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4336 | 2025-02-21T08:26:10.757Z | [ recovery-image] Feb 21 08:26:09.363 INFO O| Feb 21 08:26:09.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
4337 | 2025-02-21T08:26:10.762Z | [ recovery-image] Feb 21 08:26:09.363 INFO O| Feb 21 08:26:09.363 INFO STEP 57 (remove_files) COMPLETE |
4338 | 2025-02-21T08:26:10.763Z | [ recovery-image] Feb 21 08:26:09.363 INFO O| Feb 21 08:26:09.363 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4339 | 2025-02-21T08:26:10.778Z | [ recovery-image] Feb 21 08:26:09.384 INFO O| Feb 21 08:26:09.384 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
4340 | 2025-02-21T08:26:10.778Z | [ recovery-image] Feb 21 08:26:09.384 INFO O| Feb 21 08:26:09.384 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
4341 | 2025-02-21T08:26:10.784Z | [ recovery-image] Feb 21 08:26:09.384 INFO O| Feb 21 08:26:09.384 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4342 | 2025-02-21T08:26:10.784Z | [ recovery-image] Feb 21 08:26:09.384 INFO O| Feb 21 08:26:09.384 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4343 | 2025-02-21T08:26:10.784Z | [ recovery-image] Feb 21 08:26:09.384 INFO O| Feb 21 08:26:09.384 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4344 | 2025-02-21T08:26:10.784Z | [ recovery-image] Feb 21 08:26:09.384 INFO O| Feb 21 08:26:09.384 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4345 | 2025-02-21T08:26:10.784Z | [ recovery-image] Feb 21 08:26:09.384 INFO O| Feb 21 08:26:09.384 INFO ok! |
4346 | 2025-02-21T08:26:10.784Z | [ recovery-image] Feb 21 08:26:09.384 INFO O| Feb 21 08:26:09.384 INFO STEP 58 (ensure_file) COMPLETE |
4347 | 2025-02-21T08:26:10.784Z | [ recovery-image] Feb 21 08:26:09.384 INFO O| Feb 21 08:26:09.384 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4348 | 2025-02-21T08:26:10.800Z | [ recovery-image] Feb 21 08:26:09.406 INFO O| Feb 21 08:26:09.406 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
4349 | 2025-02-21T08:26:10.800Z | [ recovery-image] Feb 21 08:26:09.406 INFO O| Feb 21 08:26:09.406 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
4350 | 2025-02-21T08:26:10.803Z | [ recovery-image] Feb 21 08:26:09.406 INFO O| Feb 21 08:26:09.406 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4351 | 2025-02-21T08:26:10.803Z | [ recovery-image] Feb 21 08:26:09.406 INFO O| Feb 21 08:26:09.406 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4352 | 2025-02-21T08:26:10.803Z | [ recovery-image] Feb 21 08:26:09.406 INFO O| Feb 21 08:26:09.406 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4353 | 2025-02-21T08:26:10.803Z | [ recovery-image] Feb 21 08:26:09.406 INFO O| Feb 21 08:26:09.406 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4354 | 2025-02-21T08:26:10.803Z | [ recovery-image] Feb 21 08:26:09.406 INFO O| Feb 21 08:26:09.406 INFO ok! |
4355 | 2025-02-21T08:26:10.803Z | [ recovery-image] Feb 21 08:26:09.406 INFO O| Feb 21 08:26:09.406 INFO STEP 59 (ensure_file) COMPLETE |
4356 | 2025-02-21T08:26:10.803Z | [ recovery-image] Feb 21 08:26:09.406 INFO O| Feb 21 08:26:09.406 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4357 | 2025-02-21T08:26:10.840Z | [ recovery-image] Feb 21 08:26:09.426 INFO O| Feb 21 08:26:09.426 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
4358 | 2025-02-21T08:26:10.840Z | [ recovery-image] Feb 21 08:26:09.426 INFO O| Feb 21 08:26:09.426 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
4359 | 2025-02-21T08:26:10.840Z | [ recovery-image] Feb 21 08:26:09.426 INFO O| Feb 21 08:26:09.426 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
4360 | 2025-02-21T08:26:10.840Z | [ recovery-image] Feb 21 08:26:09.426 INFO O| Feb 21 08:26:09.426 INFO ok! |
4361 | 2025-02-21T08:26:10.840Z | [ recovery-image] Feb 21 08:26:09.426 INFO O| Feb 21 08:26:09.426 INFO STEP 60 (ensure_file) COMPLETE |
4362 | 2025-02-21T08:26:10.840Z | [ recovery-image] Feb 21 08:26:09.426 INFO O| Feb 21 08:26:09.426 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4363 | 2025-02-21T08:26:10.862Z | [ recovery-image] Feb 21 08:26:09.468 INFO O| Feb 21 08:26:09.468 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
4364 | 2025-02-21T08:26:10.869Z | [ recovery-image] Feb 21 08:26:09.468 INFO O| Feb 21 08:26:09.468 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
4365 | 2025-02-21T08:26:10.869Z | [ recovery-image] Feb 21 08:26:09.469 INFO O| Feb 21 08:26:09.469 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
4366 | 2025-02-21T08:26:10.869Z | [ recovery-image] Feb 21 08:26:09.469 INFO O| Feb 21 08:26:09.469 INFO ok! |
4367 | 2025-02-21T08:26:10.869Z | [ recovery-image] Feb 21 08:26:09.469 INFO O| Feb 21 08:26:09.469 INFO STEP 61 (ensure_file) COMPLETE |
4368 | 2025-02-21T08:26:10.869Z | [ recovery-image] Feb 21 08:26:09.469 INFO O| Feb 21 08:26:09.469 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4369 | 2025-02-21T08:26:10.931Z | [ recovery-image] Feb 21 08:26:09.536 INFO O| Feb 21 08:26:09.535 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
4370 | 2025-02-21T08:26:10.931Z | [ recovery-image] Feb 21 08:26:09.536 INFO O| Feb 21 08:26:09.536 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
4371 | 2025-02-21T08:26:10.935Z | [ recovery-image] Feb 21 08:26:09.536 INFO O| Feb 21 08:26:09.536 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4372 | 2025-02-21T08:26:10.935Z | [ recovery-image] Feb 21 08:26:09.536 INFO O| Feb 21 08:26:09.536 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4373 | 2025-02-21T08:26:10.935Z | [ recovery-image] Feb 21 08:26:09.536 INFO O| Feb 21 08:26:09.536 INFO ok! |
4374 | 2025-02-21T08:26:10.935Z | [ recovery-image] Feb 21 08:26:09.536 INFO O| Feb 21 08:26:09.536 INFO STEP 62 (ensure_file) COMPLETE |
4375 | 2025-02-21T08:26:10.935Z | [ recovery-image] Feb 21 08:26:09.536 INFO O| Feb 21 08:26:09.536 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4376 | 2025-02-21T08:26:10.973Z | [ recovery-image] Feb 21 08:26:09.579 INFO O| Feb 21 08:26:09.579 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
4377 | 2025-02-21T08:26:10.973Z | [ recovery-image] Feb 21 08:26:09.579 INFO O| Feb 21 08:26:09.579 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
4378 | 2025-02-21T08:26:10.974Z | [ recovery-image] Feb 21 08:26:09.579 INFO O| Feb 21 08:26:09.579 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4379 | 2025-02-21T08:26:10.977Z | [ recovery-image] Feb 21 08:26:09.579 INFO O| Feb 21 08:26:09.579 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4380 | 2025-02-21T08:26:10.977Z | [ recovery-image] Feb 21 08:26:09.579 INFO O| Feb 21 08:26:09.579 INFO ok! |
4381 | 2025-02-21T08:26:10.977Z | [ recovery-image] Feb 21 08:26:09.579 INFO O| Feb 21 08:26:09.579 INFO STEP 63 (ensure_file) COMPLETE |
4382 | 2025-02-21T08:26:10.977Z | [ recovery-image] Feb 21 08:26:09.579 INFO O| Feb 21 08:26:09.579 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4383 | 2025-02-21T08:26:11.143Z | [ recovery-image] Feb 21 08:26:09.748 INFO O| Feb 21 08:26:09.748 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
4384 | 2025-02-21T08:26:11.143Z | [ recovery-image] Feb 21 08:26:09.749 INFO O| Feb 21 08:26:09.748 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
4385 | 2025-02-21T08:26:11.147Z | [ recovery-image] Feb 21 08:26:09.749 INFO O| Feb 21 08:26:09.749 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
4386 | 2025-02-21T08:26:11.147Z | [ recovery-image] Feb 21 08:26:09.749 INFO O| Feb 21 08:26:09.749 INFO ok! |
4387 | 2025-02-21T08:26:11.147Z | [ recovery-image] Feb 21 08:26:09.749 INFO O| Feb 21 08:26:09.749 INFO STEP 64 (assemble_files) COMPLETE |
4388 | 2025-02-21T08:26:11.147Z | [ recovery-image] Feb 21 08:26:09.749 INFO O| Feb 21 08:26:09.749 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4389 | 2025-02-21T08:26:11.178Z | [ recovery-image] Feb 21 08:26:09.784 INFO O| Feb 21 08:26:09.784 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
4390 | 2025-02-21T08:26:11.178Z | [ recovery-image] Feb 21 08:26:09.784 INFO O| Feb 21 08:26:09.784 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
4391 | 2025-02-21T08:26:11.178Z | [ recovery-image] Feb 21 08:26:09.784 INFO O| Feb 21 08:26:09.784 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4392 | 2025-02-21T08:26:11.182Z | [ recovery-image] Feb 21 08:26:09.784 INFO O| Feb 21 08:26:09.784 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4393 | 2025-02-21T08:26:11.182Z | [ recovery-image] Feb 21 08:26:09.784 INFO O| Feb 21 08:26:09.784 INFO ok! |
4394 | 2025-02-21T08:26:11.182Z | [ recovery-image] Feb 21 08:26:09.784 INFO O| Feb 21 08:26:09.784 INFO STEP 65 (ensure_file) COMPLETE |
4395 | 2025-02-21T08:26:11.182Z | [ recovery-image] Feb 21 08:26:09.784 INFO O| Feb 21 08:26:09.784 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4396 | 2025-02-21T08:26:11.182Z | [ recovery-image] Feb 21 08:26:09.784 INFO O| Feb 21 08:26:09.784 INFO skip step because feature "omicron1" is not enabled |
4397 | 2025-02-21T08:26:11.182Z | [ recovery-image] Feb 21 08:26:09.784 INFO O| Feb 21 08:26:09.784 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4398 | 2025-02-21T08:26:11.182Z | [ recovery-image] Feb 21 08:26:09.785 INFO O| Feb 21 08:26:09.784 INFO skip step because feature "omicron1" is not enabled |
4399 | 2025-02-21T08:26:11.182Z | [ recovery-image] Feb 21 08:26:09.785 INFO O| Feb 21 08:26:09.785 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4400 | 2025-02-21T08:26:11.182Z | [ recovery-image] Feb 21 08:26:09.785 INFO O| Feb 21 08:26:09.785 INFO skip step because feature "omicron1" is not enabled |
4401 | 2025-02-21T08:26:11.182Z | [ recovery-image] Feb 21 08:26:09.785 INFO O| Feb 21 08:26:09.785 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4402 | 2025-02-21T08:26:11.211Z | [ recovery-image] Feb 21 08:26:09.817 INFO O| Feb 21 08:26:09.816 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
4403 | 2025-02-21T08:26:11.211Z | [ recovery-image] Feb 21 08:26:09.817 INFO O| Feb 21 08:26:09.817 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
4404 | 2025-02-21T08:26:13.393Z | [ host-image] Feb 21 08:26:11.998 INFO O| Feb 21 08:26:11.998 INFO O| Planning: Solver setup ... Done |
4405 | 2025-02-21T08:26:13.400Z | [ host-image] Feb 21 08:26:12.005 INFO O| Feb 21 08:26:12.005 INFO O| Planning: Running solver ... Done |
4406 | 2025-02-21T08:26:13.540Z | [ host-image] Feb 21 08:26:12.145 INFO O| Feb 21 08:26:12.145 INFO O| Planning: Finding local manifests ... Done |
4407 | 2025-02-21T08:26:13.543Z | [ host-image] Feb 21 08:26:12.148 INFO O| Feb 21 08:26:12.147 INFO O| Planning: Fetching manifests: 0/6 0% complete |
4408 | 2025-02-21T08:26:14.034Z | [ host-image] Feb 21 08:26:12.635 INFO O| Feb 21 08:26:12.635 INFO O| Planning: Fetching manifests: 6/6 100% complete |
4409 | 2025-02-21T08:26:14.089Z | [ host-image] Feb 21 08:26:12.695 INFO O| Feb 21 08:26:12.694 INFO O| Planning: Package planning ... Done |
4410 | 2025-02-21T08:26:14.125Z | [ host-image] Feb 21 08:26:12.731 INFO O| Feb 21 08:26:12.731 INFO O| Planning: Merging actions ... Done |
4411 | 2025-02-21T08:26:14.212Z | [ recovery-image] Feb 21 08:26:12.817 INFO O| Feb 21 08:26:12.817 INFO STEP 69 (pack_tar) COMPLETE |
4412 | 2025-02-21T08:26:14.213Z | [ recovery-image] Feb 21 08:26:12.817 INFO O| Feb 21 08:26:12.817 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4413 | 2025-02-21T08:26:14.215Z | [ recovery-image] Feb 21 08:26:12.817 INFO O| Feb 21 08:26:12.817 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4414 | 2025-02-21T08:26:14.353Z | [ host-image] Feb 21 08:26:12.950 INFO O| Feb 21 08:26:12.950 INFO O| Planning: Checking for conflicting actions ... Done |
4415 | 2025-02-21T08:26:14.357Z | [ host-image] Feb 21 08:26:12.960 INFO O| Feb 21 08:26:12.960 INFO O| Planning: Consolidating action changes ... Done |
4416 | 2025-02-21T08:26:14.521Z | [ recovery-image] Feb 21 08:26:13.127 INFO O| Feb 21 08:26:13.127 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4417 | 2025-02-21T08:26:14.676Z | [ recovery-image] Feb 21 08:26:13.281 INFO O| Feb 21 08:26:13.281 INFO completed processing gimlet/ramdisk-02-trim |
4418 | 2025-02-21T08:26:14.679Z | [ recovery-image] Feb 21 08:26:13.285 INFO image builder template: ramdisk-03-recovery-trim... |
4419 | 2025-02-21T08:26:14.682Z | [ recovery-image] Feb 21 08:26:13.285 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/.tmpDANt3T/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 |
4420 | 2025-02-21T08:26:14.789Z | [ host-image] Feb 21 08:26:13.394 INFO O| Feb 21 08:26:13.394 INFO O| Planning: Evaluating mediators ... Done |
4421 | 2025-02-21T08:26:14.794Z | [ host-image] Feb 21 08:26:13.400 INFO O| Feb 21 08:26:13.400 INFO O| Planning: Planning completed in 6.44 seconds |
4422 | 2025-02-21T08:26:14.811Z | [ host-image] Feb 21 08:26:13.403 INFO O| Feb 21 08:26:13.403 INFO O| Packages to install: 6 |
4423 | 2025-02-21T08:26:14.811Z | [ host-image] Feb 21 08:26:13.404 INFO O| Feb 21 08:26:13.403 INFO O| Mediators to change: 1 |
4424 | 2025-02-21T08:26:14.811Z | [ host-image] Feb 21 08:26:13.404 INFO O| Feb 21 08:26:13.404 INFO O| Services to change: 1 |
4425 | 2025-02-21T08:26:14.859Z | [ host-image] Feb 21 08:26:13.465 INFO O| Feb 21 08:26:13.464 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
4426 | 2025-02-21T08:26:14.904Z | [ recovery-image] Feb 21 08:26:13.508 INFO O| Feb 21 08:26:13.508 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4427 | 2025-02-21T08:26:14.927Z | [ recovery-image] Feb 21 08:26:13.532 INFO O| Feb 21 08:26:13.532 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4428 | 2025-02-21T08:26:15.047Z | [ recovery-image] Feb 21 08:26:13.652 INFO O| Feb 21 08:26:13.652 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
4429 | 2025-02-21T08:26:15.146Z | [ recovery-image] Feb 21 08:26:13.752 INFO O| Feb 21 08:26:13.752 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4430 | 2025-02-21T08:26:15.149Z | [ recovery-image] Feb 21 08:26:13.753 INFO O| Feb 21 08:26:13.752 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4431 | 2025-02-21T08:26:15.163Z | [ recovery-image] Feb 21 08:26:13.768 INFO O| Feb 21 08:26:13.768 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
4432 | 2025-02-21T08:26:15.189Z | [ recovery-image] Feb 21 08:26:13.793 INFO O| Feb 21 08:26:13.793 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4433 | 2025-02-21T08:26:15.234Z | [ recovery-image] Feb 21 08:26:13.839 INFO O| Feb 21 08:26:13.839 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4434 | 2025-02-21T08:26:15.695Z | [ recovery-image] Feb 21 08:26:14.298 INFO O| Feb 21 08:26:14.298 INFO rolled back to input snapshot; work may begin |
4435 | 2025-02-21T08:26:15.695Z | [ recovery-image] Feb 21 08:26:14.298 INFO O| Feb 21 08:26:14.298 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4436 | 2025-02-21T08:26:15.701Z | [ recovery-image] Feb 21 08:26:14.307 INFO O| Feb 21 08:26:14.307 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4437 | 2025-02-21T08:26:15.720Z | [ recovery-image] Feb 21 08:26:14.326 INFO O| Feb 21 08:26:14.326 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
4438 | 2025-02-21T08:26:15.736Z | [ recovery-image] Feb 21 08:26:14.340 INFO O| Feb 21 08:26:14.340 INFO STEP 0 (remove_files) COMPLETE |
4439 | 2025-02-21T08:26:15.736Z | [ recovery-image] Feb 21 08:26:14.340 INFO O| Feb 21 08:26:14.340 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4440 | 2025-02-21T08:26:15.756Z | [ recovery-image] Feb 21 08:26:14.362 INFO O| Feb 21 08:26:14.362 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
4441 | 2025-02-21T08:26:16.271Z | [ recovery-image] Feb 21 08:26:14.876 INFO O| Feb 21 08:26:14.876 INFO STEP 1 (remove_files) COMPLETE |
4442 | 2025-02-21T08:26:16.271Z | [ recovery-image] Feb 21 08:26:14.876 INFO O| Feb 21 08:26:14.876 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4443 | 2025-02-21T08:26:16.401Z | [ recovery-image] Feb 21 08:26:14.998 INFO O| Feb 21 08:26:14.998 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
4444 | 2025-02-21T08:26:16.456Z | [ recovery-image] Feb 21 08:26:15.061 INFO O| Feb 21 08:26:15.060 INFO STEP 2 (remove_files) COMPLETE |
4445 | 2025-02-21T08:26:16.456Z | [ recovery-image] Feb 21 08:26:15.061 INFO O| Feb 21 08:26:15.060 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4446 | 2025-02-21T08:26:16.498Z | [ recovery-image] Feb 21 08:26:15.103 INFO O| Feb 21 08:26:15.103 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
4447 | 2025-02-21T08:26:16.621Z | [ recovery-image] Feb 21 08:26:15.214 INFO O| Feb 21 08:26:15.214 INFO STEP 3 (remove_files) COMPLETE |
4448 | 2025-02-21T08:26:16.621Z | [ recovery-image] Feb 21 08:26:15.214 INFO O| Feb 21 08:26:15.214 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4449 | 2025-02-21T08:26:16.629Z | [ recovery-image] Feb 21 08:26:15.234 INFO O| Feb 21 08:26:15.234 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
4450 | 2025-02-21T08:26:16.987Z | [ recovery-image] Feb 21 08:26:15.592 INFO O| Feb 21 08:26:15.592 INFO STEP 4 (remove_files) COMPLETE |
4451 | 2025-02-21T08:26:16.987Z | [ recovery-image] Feb 21 08:26:15.592 INFO O| Feb 21 08:26:15.592 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4452 | 2025-02-21T08:26:17.006Z | [ recovery-image] Feb 21 08:26:15.612 INFO O| Feb 21 08:26:15.612 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
4453 | 2025-02-21T08:26:17.029Z | [ recovery-image] Feb 21 08:26:15.635 INFO O| Feb 21 08:26:15.635 INFO STEP 5 (remove_files) COMPLETE |
4454 | 2025-02-21T08:26:17.029Z | [ recovery-image] Feb 21 08:26:15.635 INFO O| Feb 21 08:26:15.635 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4455 | 2025-02-21T08:26:17.064Z | [ recovery-image] Feb 21 08:26:15.670 INFO O| Feb 21 08:26:15.670 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
4456 | 2025-02-21T08:26:17.067Z | [ recovery-image] Feb 21 08:26:15.674 INFO O| Feb 21 08:26:15.674 INFO STEP 6 (remove_files) COMPLETE |
4457 | 2025-02-21T08:26:17.070Z | [ recovery-image] Feb 21 08:26:15.674 INFO O| Feb 21 08:26:15.674 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4458 | 2025-02-21T08:26:17.129Z | [ recovery-image] Feb 21 08:26:15.735 INFO O| Feb 21 08:26:15.735 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
4459 | 2025-02-21T08:26:17.300Z | [ recovery-image] Feb 21 08:26:15.906 INFO O| Feb 21 08:26:15.906 INFO STEP 7 (remove_files) COMPLETE |
4460 | 2025-02-21T08:26:17.300Z | [ recovery-image] Feb 21 08:26:15.906 INFO O| Feb 21 08:26:15.906 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4461 | 2025-02-21T08:26:17.380Z | [ recovery-image] Feb 21 08:26:15.985 INFO O| Feb 21 08:26:15.985 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
4462 | 2025-02-21T08:26:17.409Z | [ recovery-image] Feb 21 08:26:16.013 INFO O| Feb 21 08:26:16.013 INFO STEP 8 (remove_files) COMPLETE |
4463 | 2025-02-21T08:26:17.409Z | [ recovery-image] Feb 21 08:26:16.013 INFO O| Feb 21 08:26:16.013 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4464 | 2025-02-21T08:26:17.429Z | [ recovery-image] Feb 21 08:26:16.035 INFO O| Feb 21 08:26:16.035 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
4465 | 2025-02-21T08:26:17.479Z | [ recovery-image] Feb 21 08:26:16.082 INFO O| Feb 21 08:26:16.082 INFO STEP 9 (remove_files) COMPLETE |
4466 | 2025-02-21T08:26:17.479Z | [ recovery-image] Feb 21 08:26:16.082 INFO O| Feb 21 08:26:16.082 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4467 | 2025-02-21T08:26:17.499Z | [ recovery-image] Feb 21 08:26:16.105 INFO O| Feb 21 08:26:16.104 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
4468 | 2025-02-21T08:26:17.619Z | [ recovery-image] Feb 21 08:26:16.225 INFO O| Feb 21 08:26:16.225 INFO STEP 10 (remove_files) COMPLETE |
4469 | 2025-02-21T08:26:17.619Z | [ recovery-image] Feb 21 08:26:16.225 INFO O| Feb 21 08:26:16.225 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4470 | 2025-02-21T08:26:17.683Z | [ recovery-image] Feb 21 08:26:16.286 INFO O| Feb 21 08:26:16.286 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
4471 | 2025-02-21T08:26:17.729Z | [ recovery-image] Feb 21 08:26:16.334 INFO O| Feb 21 08:26:16.334 INFO STEP 11 (remove_files) COMPLETE |
4472 | 2025-02-21T08:26:17.729Z | [ recovery-image] Feb 21 08:26:16.334 INFO O| Feb 21 08:26:16.334 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4473 | 2025-02-21T08:26:17.788Z | [ recovery-image] Feb 21 08:26:16.394 INFO O| Feb 21 08:26:16.394 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
4474 | 2025-02-21T08:26:17.815Z | [ recovery-image] Feb 21 08:26:16.421 INFO O| Feb 21 08:26:16.420 INFO STEP 12 (remove_files) COMPLETE |
4475 | 2025-02-21T08:26:17.815Z | [ recovery-image] Feb 21 08:26:16.421 INFO O| Feb 21 08:26:16.420 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4476 | 2025-02-21T08:26:17.894Z | [ recovery-image] Feb 21 08:26:16.481 INFO O| Feb 21 08:26:16.481 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
4477 | 2025-02-21T08:26:17.894Z | [ recovery-image] Feb 21 08:26:16.481 INFO O| Feb 21 08:26:16.481 INFO STEP 13 (remove_files) COMPLETE |
4478 | 2025-02-21T08:26:17.894Z | [ recovery-image] Feb 21 08:26:16.481 INFO O| Feb 21 08:26:16.481 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4479 | 2025-02-21T08:26:17.898Z | [ recovery-image] Feb 21 08:26:16.500 INFO O| Feb 21 08:26:16.500 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
4480 | 2025-02-21T08:26:17.947Z | [ recovery-image] Feb 21 08:26:16.552 INFO O| Feb 21 08:26:16.552 INFO STEP 14 (remove_files) COMPLETE |
4481 | 2025-02-21T08:26:17.947Z | [ recovery-image] Feb 21 08:26:16.552 INFO O| Feb 21 08:26:16.552 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4482 | 2025-02-21T08:26:17.986Z | [ recovery-image] Feb 21 08:26:16.592 INFO O| Feb 21 08:26:16.592 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
4483 | 2025-02-21T08:26:18.038Z | [ recovery-image] Feb 21 08:26:16.644 INFO O| Feb 21 08:26:16.644 INFO STEP 15 (remove_files) COMPLETE |
4484 | 2025-02-21T08:26:18.038Z | [ recovery-image] Feb 21 08:26:16.644 INFO O| Feb 21 08:26:16.644 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4485 | 2025-02-21T08:26:18.081Z | [ recovery-image] Feb 21 08:26:16.688 INFO O| Feb 21 08:26:16.687 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
4486 | 2025-02-21T08:26:18.084Z | [ recovery-image] Feb 21 08:26:16.688 INFO O| Feb 21 08:26:16.688 INFO STEP 16 (remove_files) COMPLETE |
4487 | 2025-02-21T08:26:18.084Z | [ recovery-image] Feb 21 08:26:16.688 INFO O| Feb 21 08:26:16.688 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4488 | 2025-02-21T08:26:18.129Z | [ recovery-image] Feb 21 08:26:16.734 INFO O| Feb 21 08:26:16.734 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
4489 | 2025-02-21T08:26:18.130Z | [ recovery-image] Feb 21 08:26:16.735 INFO O| Feb 21 08:26:16.735 INFO STEP 17 (remove_files) COMPLETE |
4490 | 2025-02-21T08:26:18.130Z | [ recovery-image] Feb 21 08:26:16.735 INFO O| Feb 21 08:26:16.735 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4491 | 2025-02-21T08:26:18.154Z | [ recovery-image] Feb 21 08:26:16.760 INFO O| Feb 21 08:26:16.760 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
4492 | 2025-02-21T08:26:18.230Z | [ recovery-image] Feb 21 08:26:16.836 INFO O| Feb 21 08:26:16.836 INFO STEP 18 (remove_files) COMPLETE |
4493 | 2025-02-21T08:26:18.230Z | [ recovery-image] Feb 21 08:26:16.836 INFO O| Feb 21 08:26:16.836 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4494 | 2025-02-21T08:26:18.251Z | [ recovery-image] Feb 21 08:26:16.858 INFO O| Feb 21 08:26:16.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
4495 | 2025-02-21T08:26:18.256Z | [ recovery-image] Feb 21 08:26:16.862 INFO O| Feb 21 08:26:16.862 INFO STEP 19 (remove_files) COMPLETE |
4496 | 2025-02-21T08:26:18.256Z | [ recovery-image] Feb 21 08:26:16.862 INFO O| Feb 21 08:26:16.862 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4497 | 2025-02-21T08:26:18.281Z | [ recovery-image] Feb 21 08:26:16.887 INFO O| Feb 21 08:26:16.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
4498 | 2025-02-21T08:26:18.284Z | [ recovery-image] Feb 21 08:26:16.888 INFO O| Feb 21 08:26:16.888 INFO STEP 20 (remove_files) COMPLETE |
4499 | 2025-02-21T08:26:18.284Z | [ recovery-image] Feb 21 08:26:16.888 INFO O| Feb 21 08:26:16.888 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4500 | 2025-02-21T08:26:18.306Z | [ recovery-image] Feb 21 08:26:16.911 INFO O| Feb 21 08:26:16.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
4501 | 2025-02-21T08:26:18.310Z | [ recovery-image] Feb 21 08:26:16.912 INFO O| Feb 21 08:26:16.912 INFO STEP 21 (remove_files) COMPLETE |
4502 | 2025-02-21T08:26:18.310Z | [ recovery-image] Feb 21 08:26:16.912 INFO O| Feb 21 08:26:16.912 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4503 | 2025-02-21T08:26:18.329Z | [ recovery-image] Feb 21 08:26:16.936 INFO O| Feb 21 08:26:16.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
4504 | 2025-02-21T08:26:18.332Z | [ recovery-image] Feb 21 08:26:16.938 INFO O| Feb 21 08:26:16.938 INFO STEP 22 (remove_files) COMPLETE |
4505 | 2025-02-21T08:26:18.332Z | [ recovery-image] Feb 21 08:26:16.938 INFO O| Feb 21 08:26:16.938 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4506 | 2025-02-21T08:26:18.358Z | [ recovery-image] Feb 21 08:26:16.963 INFO O| Feb 21 08:26:16.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
4507 | 2025-02-21T08:26:18.364Z | [ recovery-image] Feb 21 08:26:16.965 INFO O| Feb 21 08:26:16.965 INFO STEP 23 (remove_files) COMPLETE |
4508 | 2025-02-21T08:26:18.364Z | [ recovery-image] Feb 21 08:26:16.965 INFO O| Feb 21 08:26:16.965 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4509 | 2025-02-21T08:26:18.385Z | [ recovery-image] Feb 21 08:26:16.990 INFO O| Feb 21 08:26:16.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
4510 | 2025-02-21T08:26:19.392Z | [ recovery-image] Feb 21 08:26:16.991 INFO O| Feb 21 08:26:16.990 INFO STEP 24 (remove_files) COMPLETE |
4511 | 2025-02-21T08:26:19.392Z | [ recovery-image] Feb 21 08:26:16.991 INFO O| Feb 21 08:26:16.991 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4512 | 2025-02-21T08:26:19.398Z | [ recovery-image] Feb 21 08:26:17.012 INFO O| Feb 21 08:26:17.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
4513 | 2025-02-21T08:26:19.398Z | [ recovery-image] Feb 21 08:26:17.012 INFO O| Feb 21 08:26:17.012 INFO STEP 25 (remove_files) COMPLETE |
4514 | 2025-02-21T08:26:19.398Z | [ recovery-image] Feb 21 08:26:17.012 INFO O| Feb 21 08:26:17.012 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4515 | 2025-02-21T08:26:19.399Z | [ recovery-image] Feb 21 08:26:17.034 INFO O| Feb 21 08:26:17.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
4516 | 2025-02-21T08:26:19.399Z | [ recovery-image] Feb 21 08:26:17.036 INFO O| Feb 21 08:26:17.036 INFO STEP 26 (remove_files) COMPLETE |
4517 | 2025-02-21T08:26:19.399Z | [ recovery-image] Feb 21 08:26:17.036 INFO O| Feb 21 08:26:17.036 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4518 | 2025-02-21T08:26:19.399Z | [ recovery-image] Feb 21 08:26:17.057 INFO O| Feb 21 08:26:17.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
4519 | 2025-02-21T08:26:19.399Z | [ recovery-image] Feb 21 08:26:17.057 INFO O| Feb 21 08:26:17.057 INFO STEP 27 (remove_files) COMPLETE |
4520 | 2025-02-21T08:26:19.399Z | [ recovery-image] Feb 21 08:26:17.057 INFO O| Feb 21 08:26:17.057 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4521 | 2025-02-21T08:26:19.399Z | [ recovery-image] Feb 21 08:26:17.077 INFO O| Feb 21 08:26:17.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
4522 | 2025-02-21T08:26:19.399Z | [ recovery-image] Feb 21 08:26:17.079 INFO O| Feb 21 08:26:17.079 INFO STEP 28 (remove_files) COMPLETE |
4523 | 2025-02-21T08:26:19.400Z | [ recovery-image] Feb 21 08:26:17.080 INFO O| Feb 21 08:26:17.080 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4524 | 2025-02-21T08:26:19.400Z | [ recovery-image] Feb 21 08:26:17.100 INFO O| Feb 21 08:26:17.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
4525 | 2025-02-21T08:26:19.400Z | [ recovery-image] Feb 21 08:26:17.103 INFO O| Feb 21 08:26:17.103 INFO STEP 29 (remove_files) COMPLETE |
4526 | 2025-02-21T08:26:19.400Z | [ recovery-image] Feb 21 08:26:17.103 INFO O| Feb 21 08:26:17.103 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4527 | 2025-02-21T08:26:19.400Z | [ recovery-image] Feb 21 08:26:17.128 INFO O| Feb 21 08:26:17.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
4528 | 2025-02-21T08:26:19.400Z | [ recovery-image] Feb 21 08:26:17.129 INFO O| Feb 21 08:26:17.129 INFO STEP 30 (remove_files) COMPLETE |
4529 | 2025-02-21T08:26:19.400Z | [ recovery-image] Feb 21 08:26:17.129 INFO O| Feb 21 08:26:17.129 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4530 | 2025-02-21T08:26:19.400Z | [ recovery-image] Feb 21 08:26:17.152 INFO O| Feb 21 08:26:17.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
4531 | 2025-02-21T08:26:19.401Z | [ recovery-image] Feb 21 08:26:17.154 INFO O| Feb 21 08:26:17.154 INFO STEP 31 (remove_files) COMPLETE |
4532 | 2025-02-21T08:26:19.401Z | [ recovery-image] Feb 21 08:26:17.155 INFO O| Feb 21 08:26:17.155 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4533 | 2025-02-21T08:26:19.401Z | [ recovery-image] Feb 21 08:26:17.201 INFO O| Feb 21 08:26:17.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
4534 | 2025-02-21T08:26:19.401Z | [ recovery-image] Feb 21 08:26:17.201 INFO O| Feb 21 08:26:17.201 INFO STEP 32 (remove_files) COMPLETE |
4535 | 2025-02-21T08:26:19.401Z | [ recovery-image] Feb 21 08:26:17.204 INFO O| Feb 21 08:26:17.202 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4536 | 2025-02-21T08:26:19.401Z | [ recovery-image] Feb 21 08:26:17.257 INFO O| Feb 21 08:26:17.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4537 | 2025-02-21T08:26:19.401Z | [ recovery-image] Feb 21 08:26:17.259 INFO O| Feb 21 08:26:17.259 INFO STEP 33 (remove_files) COMPLETE |
4538 | 2025-02-21T08:26:19.401Z | [ recovery-image] Feb 21 08:26:17.259 INFO O| Feb 21 08:26:17.259 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4539 | 2025-02-21T08:26:19.401Z | [ recovery-image] Feb 21 08:26:17.284 INFO O| Feb 21 08:26:17.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4540 | 2025-02-21T08:26:19.401Z | [ recovery-image] Feb 21 08:26:17.284 INFO O| Feb 21 08:26:17.284 INFO STEP 34 (remove_files) COMPLETE |
4541 | 2025-02-21T08:26:19.401Z | [ recovery-image] Feb 21 08:26:17.285 INFO O| Feb 21 08:26:17.285 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4542 | 2025-02-21T08:26:19.401Z | [ recovery-image] Feb 21 08:26:17.306 INFO O| Feb 21 08:26:17.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4543 | 2025-02-21T08:26:19.401Z | [ recovery-image] Feb 21 08:26:17.306 INFO O| Feb 21 08:26:17.306 INFO STEP 35 (remove_files) COMPLETE |
4544 | 2025-02-21T08:26:19.401Z | [ recovery-image] Feb 21 08:26:17.306 INFO O| Feb 21 08:26:17.306 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4545 | 2025-02-21T08:26:19.401Z | [ recovery-image] Feb 21 08:26:17.327 INFO O| Feb 21 08:26:17.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4546 | 2025-02-21T08:26:19.401Z | [ recovery-image] Feb 21 08:26:17.327 INFO O| Feb 21 08:26:17.327 INFO STEP 36 (remove_files) COMPLETE |
4547 | 2025-02-21T08:26:19.401Z | [ recovery-image] Feb 21 08:26:17.327 INFO O| Feb 21 08:26:17.327 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4548 | 2025-02-21T08:26:19.401Z | [ recovery-image] Feb 21 08:26:17.347 INFO O| Feb 21 08:26:17.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4549 | 2025-02-21T08:26:19.401Z | [ recovery-image] Feb 21 08:26:17.347 INFO O| Feb 21 08:26:17.347 INFO STEP 37 (remove_files) COMPLETE |
4550 | 2025-02-21T08:26:19.401Z | [ recovery-image] Feb 21 08:26:17.347 INFO O| Feb 21 08:26:17.347 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4551 | 2025-02-21T08:26:19.401Z | [ recovery-image] Feb 21 08:26:17.388 INFO O| Feb 21 08:26:17.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4552 | 2025-02-21T08:26:19.401Z | [ recovery-image] Feb 21 08:26:17.389 INFO O| Feb 21 08:26:17.389 INFO STEP 38 (remove_files) COMPLETE |
4553 | 2025-02-21T08:26:19.401Z | [ recovery-image] Feb 21 08:26:17.389 INFO O| Feb 21 08:26:17.389 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4554 | 2025-02-21T08:26:19.401Z | [ recovery-image] Feb 21 08:26:17.409 INFO O| Feb 21 08:26:17.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4555 | 2025-02-21T08:26:19.401Z | [ recovery-image] Feb 21 08:26:17.409 INFO O| Feb 21 08:26:17.409 INFO STEP 39 (remove_files) COMPLETE |
4556 | 2025-02-21T08:26:19.402Z | [ recovery-image] Feb 21 08:26:17.409 INFO O| Feb 21 08:26:17.409 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4557 | 2025-02-21T08:26:19.402Z | [ recovery-image] Feb 21 08:26:17.429 INFO O| Feb 21 08:26:17.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4558 | 2025-02-21T08:26:19.402Z | [ recovery-image] Feb 21 08:26:17.430 INFO O| Feb 21 08:26:17.429 INFO STEP 40 (remove_files) COMPLETE |
4559 | 2025-02-21T08:26:19.402Z | [ recovery-image] Feb 21 08:26:17.430 INFO O| Feb 21 08:26:17.430 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4560 | 2025-02-21T08:26:19.402Z | [ recovery-image] Feb 21 08:26:17.449 INFO O| Feb 21 08:26:17.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4561 | 2025-02-21T08:26:19.402Z | [ recovery-image] Feb 21 08:26:17.449 INFO O| Feb 21 08:26:17.449 INFO STEP 41 (remove_files) COMPLETE |
4562 | 2025-02-21T08:26:19.402Z | [ recovery-image] Feb 21 08:26:17.449 INFO O| Feb 21 08:26:17.449 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4563 | 2025-02-21T08:26:19.402Z | [ recovery-image] Feb 21 08:26:17.478 INFO O| Feb 21 08:26:17.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4564 | 2025-02-21T08:26:19.402Z | [ recovery-image] Feb 21 08:26:17.501 INFO O| Feb 21 08:26:17.501 INFO STEP 42 (remove_files) COMPLETE |
4565 | 2025-02-21T08:26:19.402Z | [ recovery-image] Feb 21 08:26:17.501 INFO O| Feb 21 08:26:17.501 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4566 | 2025-02-21T08:26:19.402Z | [ recovery-image] Feb 21 08:26:17.557 INFO O| Feb 21 08:26:17.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4567 | 2025-02-21T08:26:19.402Z | [ recovery-image] Feb 21 08:26:17.557 INFO O| Feb 21 08:26:17.557 INFO STEP 43 (remove_files) COMPLETE |
4568 | 2025-02-21T08:26:19.402Z | [ recovery-image] Feb 21 08:26:17.560 INFO O| Feb 21 08:26:17.558 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4569 | 2025-02-21T08:26:19.402Z | [ recovery-image] Feb 21 08:26:17.586 INFO O| Feb 21 08:26:17.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4570 | 2025-02-21T08:26:19.402Z | [ recovery-image] Feb 21 08:26:17.586 INFO O| Feb 21 08:26:17.586 INFO STEP 44 (remove_files) COMPLETE |
4571 | 2025-02-21T08:26:19.402Z | [ recovery-image] Feb 21 08:26:17.586 INFO O| Feb 21 08:26:17.586 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4572 | 2025-02-21T08:26:19.402Z | [ recovery-image] Feb 21 08:26:17.606 INFO O| Feb 21 08:26:17.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4573 | 2025-02-21T08:26:19.402Z | [ recovery-image] Feb 21 08:26:17.609 INFO O| Feb 21 08:26:17.609 INFO STEP 45 (remove_files) COMPLETE |
4574 | 2025-02-21T08:26:19.402Z | [ recovery-image] Feb 21 08:26:17.609 INFO O| Feb 21 08:26:17.609 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4575 | 2025-02-21T08:26:19.403Z | [ recovery-image] Feb 21 08:26:17.630 INFO O| Feb 21 08:26:17.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4576 | 2025-02-21T08:26:19.403Z | [ recovery-image] Feb 21 08:26:17.639 INFO O| Feb 21 08:26:17.639 INFO STEP 46 (remove_files) COMPLETE |
4577 | 2025-02-21T08:26:19.403Z | [ recovery-image] Feb 21 08:26:17.639 INFO O| Feb 21 08:26:17.639 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4578 | 2025-02-21T08:26:19.403Z | [ recovery-image] Feb 21 08:26:17.667 INFO O| Feb 21 08:26:17.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4579 | 2025-02-21T08:26:19.403Z | [ recovery-image] Feb 21 08:26:17.667 INFO O| Feb 21 08:26:17.667 INFO STEP 47 (remove_files) COMPLETE |
4580 | 2025-02-21T08:26:19.403Z | [ recovery-image] Feb 21 08:26:17.667 INFO O| Feb 21 08:26:17.667 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4581 | 2025-02-21T08:26:19.403Z | [ recovery-image] Feb 21 08:26:17.693 INFO O| Feb 21 08:26:17.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4582 | 2025-02-21T08:26:19.403Z | [ recovery-image] Feb 21 08:26:17.693 INFO O| Feb 21 08:26:17.693 INFO STEP 48 (remove_files) COMPLETE |
4583 | 2025-02-21T08:26:19.403Z | [ recovery-image] Feb 21 08:26:17.693 INFO O| Feb 21 08:26:17.693 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4584 | 2025-02-21T08:26:19.403Z | [ recovery-image] Feb 21 08:26:17.715 INFO O| Feb 21 08:26:17.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4585 | 2025-02-21T08:26:19.403Z | [ recovery-image] Feb 21 08:26:17.715 INFO O| Feb 21 08:26:17.715 INFO STEP 49 (remove_files) COMPLETE |
4586 | 2025-02-21T08:26:19.403Z | [ recovery-image] Feb 21 08:26:17.715 INFO O| Feb 21 08:26:17.715 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4587 | 2025-02-21T08:26:19.404Z | [ recovery-image] Feb 21 08:26:17.735 INFO O| Feb 21 08:26:17.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4588 | 2025-02-21T08:26:19.404Z | [ recovery-image] Feb 21 08:26:17.759 INFO O| Feb 21 08:26:17.759 INFO STEP 50 (remove_files) COMPLETE |
4589 | 2025-02-21T08:26:19.404Z | [ recovery-image] Feb 21 08:26:17.759 INFO O| Feb 21 08:26:17.759 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4590 | 2025-02-21T08:26:19.404Z | [ recovery-image] Feb 21 08:26:17.819 INFO O| Feb 21 08:26:17.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4591 | 2025-02-21T08:26:19.404Z | [ recovery-image] Feb 21 08:26:17.819 INFO O| Feb 21 08:26:17.819 INFO STEP 51 (remove_files) COMPLETE |
4592 | 2025-02-21T08:26:19.404Z | [ recovery-image] Feb 21 08:26:17.819 INFO O| Feb 21 08:26:17.819 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4593 | 2025-02-21T08:26:19.404Z | [ recovery-image] Feb 21 08:26:17.839 INFO O| Feb 21 08:26:17.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4594 | 2025-02-21T08:26:19.404Z | [ recovery-image] Feb 21 08:26:17.840 INFO O| Feb 21 08:26:17.839 INFO STEP 52 (remove_files) COMPLETE |
4595 | 2025-02-21T08:26:19.404Z | [ recovery-image] Feb 21 08:26:17.840 INFO O| Feb 21 08:26:17.839 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4596 | 2025-02-21T08:26:19.404Z | [ recovery-image] Feb 21 08:26:17.865 INFO O| Feb 21 08:26:17.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4597 | 2025-02-21T08:26:19.404Z | [ recovery-image] Feb 21 08:26:17.868 INFO O| Feb 21 08:26:17.868 INFO STEP 53 (remove_files) COMPLETE |
4598 | 2025-02-21T08:26:19.404Z | [ recovery-image] Feb 21 08:26:17.868 INFO O| Feb 21 08:26:17.868 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4599 | 2025-02-21T08:26:19.404Z | [ recovery-image] Feb 21 08:26:17.896 INFO O| Feb 21 08:26:17.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4600 | 2025-02-21T08:26:19.404Z | [ recovery-image] Feb 21 08:26:17.897 INFO O| Feb 21 08:26:17.897 INFO STEP 54 (remove_files) COMPLETE |
4601 | 2025-02-21T08:26:19.404Z | [ recovery-image] Feb 21 08:26:17.897 INFO O| Feb 21 08:26:17.897 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4602 | 2025-02-21T08:26:19.404Z | [ recovery-image] Feb 21 08:26:17.922 INFO O| Feb 21 08:26:17.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4603 | 2025-02-21T08:26:19.404Z | [ recovery-image] Feb 21 08:26:17.922 INFO O| Feb 21 08:26:17.922 INFO STEP 55 (remove_files) COMPLETE |
4604 | 2025-02-21T08:26:19.404Z | [ recovery-image] Feb 21 08:26:17.922 INFO O| Feb 21 08:26:17.922 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4605 | 2025-02-21T08:26:19.404Z | [ recovery-image] Feb 21 08:26:17.947 INFO O| Feb 21 08:26:17.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4606 | 2025-02-21T08:26:19.404Z | [ recovery-image] Feb 21 08:26:17.947 INFO O| Feb 21 08:26:17.947 INFO STEP 56 (remove_files) COMPLETE |
4607 | 2025-02-21T08:26:19.404Z | [ recovery-image] Feb 21 08:26:17.947 INFO O| Feb 21 08:26:17.947 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4608 | 2025-02-21T08:26:19.404Z | [ recovery-image] Feb 21 08:26:17.975 INFO O| Feb 21 08:26:17.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4609 | 2025-02-21T08:26:19.404Z | [ recovery-image] Feb 21 08:26:17.978 INFO O| Feb 21 08:26:17.978 INFO STEP 57 (remove_files) COMPLETE |
4610 | 2025-02-21T08:26:19.404Z | [ recovery-image] Feb 21 08:26:17.978 INFO O| Feb 21 08:26:17.978 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4611 | 2025-02-21T08:26:19.404Z | [ recovery-image] Feb 21 08:26:18.001 INFO O| Feb 21 08:26:18.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4612 | 2025-02-21T08:26:19.419Z | [ recovery-image] Feb 21 08:26:18.001 INFO O| Feb 21 08:26:18.001 INFO STEP 58 (remove_files) COMPLETE |
4613 | 2025-02-21T08:26:19.419Z | [ recovery-image] Feb 21 08:26:18.001 INFO O| Feb 21 08:26:18.001 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4614 | 2025-02-21T08:26:19.489Z | [ recovery-image] Feb 21 08:26:18.093 INFO O| Feb 21 08:26:18.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4615 | 2025-02-21T08:26:19.490Z | [ recovery-image] Feb 21 08:26:18.093 INFO O| Feb 21 08:26:18.093 INFO STEP 59 (remove_files) COMPLETE |
4616 | 2025-02-21T08:26:19.490Z | [ recovery-image] Feb 21 08:26:18.093 INFO O| Feb 21 08:26:18.093 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4617 | 2025-02-21T08:26:19.536Z | [ recovery-image] Feb 21 08:26:18.142 INFO O| Feb 21 08:26:18.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4618 | 2025-02-21T08:26:19.537Z | [ recovery-image] Feb 21 08:26:18.142 INFO O| Feb 21 08:26:18.142 INFO STEP 60 (remove_files) COMPLETE |
4619 | 2025-02-21T08:26:19.540Z | [ recovery-image] Feb 21 08:26:18.142 INFO O| Feb 21 08:26:18.142 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4620 | 2025-02-21T08:26:19.554Z | [ recovery-image] Feb 21 08:26:18.160 INFO O| Feb 21 08:26:18.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4621 | 2025-02-21T08:26:19.554Z | [ recovery-image] Feb 21 08:26:18.160 INFO O| Feb 21 08:26:18.160 INFO STEP 61 (remove_files) COMPLETE |
4622 | 2025-02-21T08:26:19.557Z | [ recovery-image] Feb 21 08:26:18.160 INFO O| Feb 21 08:26:18.160 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4623 | 2025-02-21T08:26:19.599Z | [ recovery-image] Feb 21 08:26:18.204 INFO O| Feb 21 08:26:18.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4624 | 2025-02-21T08:26:19.599Z | [ recovery-image] Feb 21 08:26:18.204 INFO O| Feb 21 08:26:18.204 INFO STEP 62 (remove_files) COMPLETE |
4625 | 2025-02-21T08:26:19.603Z | [ recovery-image] Feb 21 08:26:18.204 INFO O| Feb 21 08:26:18.204 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4626 | 2025-02-21T08:26:19.639Z | [ recovery-image] Feb 21 08:26:18.242 INFO O| Feb 21 08:26:18.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4627 | 2025-02-21T08:26:19.639Z | [ recovery-image] Feb 21 08:26:18.243 INFO O| Feb 21 08:26:18.242 INFO STEP 63 (remove_files) COMPLETE |
4628 | 2025-02-21T08:26:19.642Z | [ recovery-image] Feb 21 08:26:18.243 INFO O| Feb 21 08:26:18.243 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4629 | 2025-02-21T08:26:19.680Z | [ recovery-image] Feb 21 08:26:18.286 INFO O| Feb 21 08:26:18.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4630 | 2025-02-21T08:26:19.680Z | [ recovery-image] Feb 21 08:26:18.286 INFO O| Feb 21 08:26:18.286 INFO STEP 64 (remove_files) COMPLETE |
4631 | 2025-02-21T08:26:19.680Z | [ recovery-image] Feb 21 08:26:18.286 INFO O| Feb 21 08:26:18.286 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4632 | 2025-02-21T08:26:19.702Z | [ recovery-image] Feb 21 08:26:18.308 INFO O| Feb 21 08:26:18.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4633 | 2025-02-21T08:26:19.702Z | [ recovery-image] Feb 21 08:26:18.308 INFO O| Feb 21 08:26:18.308 INFO STEP 65 (remove_files) COMPLETE |
4634 | 2025-02-21T08:26:19.705Z | [ recovery-image] Feb 21 08:26:18.309 INFO O| Feb 21 08:26:18.308 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4635 | 2025-02-21T08:26:19.730Z | [ recovery-image] Feb 21 08:26:18.335 INFO O| Feb 21 08:26:18.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4636 | 2025-02-21T08:26:19.731Z | [ recovery-image] Feb 21 08:26:18.335 INFO O| Feb 21 08:26:18.335 INFO STEP 66 (remove_files) COMPLETE |
4637 | 2025-02-21T08:26:19.731Z | [ recovery-image] Feb 21 08:26:18.335 INFO O| Feb 21 08:26:18.335 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4638 | 2025-02-21T08:26:19.756Z | [ recovery-image] Feb 21 08:26:18.362 INFO O| Feb 21 08:26:18.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4639 | 2025-02-21T08:26:19.756Z | [ recovery-image] Feb 21 08:26:18.362 INFO O| Feb 21 08:26:18.362 INFO STEP 67 (remove_files) COMPLETE |
4640 | 2025-02-21T08:26:19.761Z | [ recovery-image] Feb 21 08:26:18.362 INFO O| Feb 21 08:26:18.362 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4641 | 2025-02-21T08:26:19.780Z | [ recovery-image] Feb 21 08:26:18.384 INFO O| Feb 21 08:26:18.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4642 | 2025-02-21T08:26:19.780Z | [ recovery-image] Feb 21 08:26:18.384 INFO O| Feb 21 08:26:18.384 INFO STEP 68 (remove_files) COMPLETE |
4643 | 2025-02-21T08:26:19.784Z | [ recovery-image] Feb 21 08:26:18.384 INFO O| Feb 21 08:26:18.384 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4644 | 2025-02-21T08:26:19.798Z | [ recovery-image] Feb 21 08:26:18.404 INFO O| Feb 21 08:26:18.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4645 | 2025-02-21T08:26:19.803Z | [ recovery-image] Feb 21 08:26:18.406 INFO O| Feb 21 08:26:18.406 INFO STEP 69 (remove_files) COMPLETE |
4646 | 2025-02-21T08:26:19.804Z | [ recovery-image] Feb 21 08:26:18.406 INFO O| Feb 21 08:26:18.406 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4647 | 2025-02-21T08:26:19.828Z | [ recovery-image] Feb 21 08:26:18.429 INFO O| Feb 21 08:26:18.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4648 | 2025-02-21T08:26:19.828Z | [ recovery-image] Feb 21 08:26:18.429 INFO O| Feb 21 08:26:18.429 INFO STEP 70 (remove_files) COMPLETE |
4649 | 2025-02-21T08:26:19.828Z | [ recovery-image] Feb 21 08:26:18.429 INFO O| Feb 21 08:26:18.429 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4650 | 2025-02-21T08:26:19.850Z | [ recovery-image] Feb 21 08:26:18.454 INFO O| Feb 21 08:26:18.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4651 | 2025-02-21T08:26:19.850Z | [ recovery-image] Feb 21 08:26:18.454 INFO O| Feb 21 08:26:18.454 INFO STEP 71 (remove_files) COMPLETE |
4652 | 2025-02-21T08:26:19.853Z | [ recovery-image] Feb 21 08:26:18.454 INFO O| Feb 21 08:26:18.454 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4653 | 2025-02-21T08:26:19.859Z | [ host-image] Feb 21 08:26:18.465 INFO O| Feb 21 08:26:18.465 INFO O| Download: 1102/1140 items 6.0/8.4MB 71% complete (1.0M/s) |
4654 | 2025-02-21T08:26:19.873Z | [ recovery-image] Feb 21 08:26:18.476 INFO O| Feb 21 08:26:18.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4655 | 2025-02-21T08:26:19.873Z | [ recovery-image] Feb 21 08:26:18.476 INFO O| Feb 21 08:26:18.476 INFO STEP 72 (remove_files) COMPLETE |
4656 | 2025-02-21T08:26:19.873Z | [ recovery-image] Feb 21 08:26:18.476 INFO O| Feb 21 08:26:18.476 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4657 | 2025-02-21T08:26:19.892Z | [ recovery-image] Feb 21 08:26:18.498 INFO O| Feb 21 08:26:18.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4658 | 2025-02-21T08:26:19.893Z | [ recovery-image] Feb 21 08:26:18.498 INFO O| Feb 21 08:26:18.498 INFO STEP 73 (remove_files) COMPLETE |
4659 | 2025-02-21T08:26:19.898Z | [ recovery-image] Feb 21 08:26:18.498 INFO O| Feb 21 08:26:18.498 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4660 | 2025-02-21T08:26:19.913Z | [ recovery-image] Feb 21 08:26:18.519 INFO O| Feb 21 08:26:18.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4661 | 2025-02-21T08:26:19.913Z | [ recovery-image] Feb 21 08:26:18.519 INFO O| Feb 21 08:26:18.519 INFO STEP 74 (remove_files) COMPLETE |
4662 | 2025-02-21T08:26:19.915Z | [ recovery-image] Feb 21 08:26:18.519 INFO O| Feb 21 08:26:18.519 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4663 | 2025-02-21T08:26:19.933Z | [ recovery-image] Feb 21 08:26:18.539 INFO O| Feb 21 08:26:18.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4664 | 2025-02-21T08:26:19.933Z | [ recovery-image] Feb 21 08:26:18.539 INFO O| Feb 21 08:26:18.539 INFO STEP 75 (remove_files) COMPLETE |
4665 | 2025-02-21T08:26:19.933Z | [ recovery-image] Feb 21 08:26:18.539 INFO O| Feb 21 08:26:18.539 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4666 | 2025-02-21T08:26:19.955Z | [ recovery-image] Feb 21 08:26:18.561 INFO O| Feb 21 08:26:18.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4667 | 2025-02-21T08:26:19.955Z | [ recovery-image] Feb 21 08:26:18.561 INFO O| Feb 21 08:26:18.561 INFO STEP 76 (remove_files) COMPLETE |
4668 | 2025-02-21T08:26:19.955Z | [ recovery-image] Feb 21 08:26:18.561 INFO O| Feb 21 08:26:18.561 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4669 | 2025-02-21T08:26:19.976Z | [ recovery-image] Feb 21 08:26:18.581 INFO O| Feb 21 08:26:18.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4670 | 2025-02-21T08:26:19.976Z | [ recovery-image] Feb 21 08:26:18.581 INFO O| Feb 21 08:26:18.581 INFO STEP 77 (remove_files) COMPLETE |
4671 | 2025-02-21T08:26:19.977Z | [ recovery-image] Feb 21 08:26:18.581 INFO O| Feb 21 08:26:18.581 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4672 | 2025-02-21T08:26:20.009Z | [ recovery-image] Feb 21 08:26:18.600 INFO O| Feb 21 08:26:18.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4673 | 2025-02-21T08:26:20.009Z | [ recovery-image] Feb 21 08:26:18.600 INFO O| Feb 21 08:26:18.600 INFO STEP 78 (remove_files) COMPLETE |
4674 | 2025-02-21T08:26:20.009Z | [ recovery-image] Feb 21 08:26:18.600 INFO O| Feb 21 08:26:18.600 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4675 | 2025-02-21T08:26:20.015Z | [ recovery-image] Feb 21 08:26:18.620 INFO O| Feb 21 08:26:18.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4676 | 2025-02-21T08:26:20.015Z | [ recovery-image] Feb 21 08:26:18.620 INFO O| Feb 21 08:26:18.620 INFO STEP 79 (remove_files) COMPLETE |
4677 | 2025-02-21T08:26:20.015Z | [ recovery-image] Feb 21 08:26:18.620 INFO O| Feb 21 08:26:18.620 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4678 | 2025-02-21T08:26:20.038Z | [ recovery-image] Feb 21 08:26:18.642 INFO O| Feb 21 08:26:18.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4679 | 2025-02-21T08:26:20.038Z | [ recovery-image] Feb 21 08:26:18.642 INFO O| Feb 21 08:26:18.642 INFO STEP 80 (remove_files) COMPLETE |
4680 | 2025-02-21T08:26:20.038Z | [ recovery-image] Feb 21 08:26:18.642 INFO O| Feb 21 08:26:18.642 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4681 | 2025-02-21T08:26:20.060Z | [ recovery-image] Feb 21 08:26:18.663 INFO O| Feb 21 08:26:18.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4682 | 2025-02-21T08:26:20.060Z | [ recovery-image] Feb 21 08:26:18.663 INFO O| Feb 21 08:26:18.663 INFO STEP 81 (remove_files) COMPLETE |
4683 | 2025-02-21T08:26:20.060Z | [ recovery-image] Feb 21 08:26:18.663 INFO O| Feb 21 08:26:18.663 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4684 | 2025-02-21T08:26:20.081Z | [ recovery-image] Feb 21 08:26:18.684 INFO O| Feb 21 08:26:18.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4685 | 2025-02-21T08:26:20.090Z | [ recovery-image] Feb 21 08:26:18.685 INFO O| Feb 21 08:26:18.685 INFO STEP 82 (remove_files) COMPLETE |
4686 | 2025-02-21T08:26:20.090Z | [ recovery-image] Feb 21 08:26:18.685 INFO O| Feb 21 08:26:18.685 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4687 | 2025-02-21T08:26:20.106Z | [ recovery-image] Feb 21 08:26:18.707 INFO O| Feb 21 08:26:18.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4688 | 2025-02-21T08:26:20.112Z | [ recovery-image] Feb 21 08:26:18.707 INFO O| Feb 21 08:26:18.707 INFO STEP 83 (remove_files) COMPLETE |
4689 | 2025-02-21T08:26:20.112Z | [ recovery-image] Feb 21 08:26:18.707 INFO O| Feb 21 08:26:18.707 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4690 | 2025-02-21T08:26:20.124Z | [ recovery-image] Feb 21 08:26:18.730 INFO O| Feb 21 08:26:18.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4691 | 2025-02-21T08:26:20.130Z | [ recovery-image] Feb 21 08:26:18.730 INFO O| Feb 21 08:26:18.730 INFO STEP 84 (remove_files) COMPLETE |
4692 | 2025-02-21T08:26:20.130Z | [ recovery-image] Feb 21 08:26:18.730 INFO O| Feb 21 08:26:18.730 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4693 | 2025-02-21T08:26:20.147Z | [ recovery-image] Feb 21 08:26:18.752 INFO O| Feb 21 08:26:18.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4694 | 2025-02-21T08:26:20.159Z | [ recovery-image] Feb 21 08:26:18.765 INFO O| Feb 21 08:26:18.765 INFO STEP 85 (remove_files) COMPLETE |
4695 | 2025-02-21T08:26:20.159Z | [ recovery-image] Feb 21 08:26:18.765 INFO O| Feb 21 08:26:18.765 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4696 | 2025-02-21T08:26:20.196Z | [ recovery-image] Feb 21 08:26:18.802 INFO O| Feb 21 08:26:18.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4697 | 2025-02-21T08:26:20.196Z | [ recovery-image] Feb 21 08:26:18.802 INFO O| Feb 21 08:26:18.802 INFO STEP 86 (remove_files) COMPLETE |
4698 | 2025-02-21T08:26:20.198Z | [ recovery-image] Feb 21 08:26:18.802 INFO O| Feb 21 08:26:18.802 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4699 | 2025-02-21T08:26:20.232Z | [ recovery-image] Feb 21 08:26:18.838 INFO O| Feb 21 08:26:18.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4700 | 2025-02-21T08:26:20.232Z | [ recovery-image] Feb 21 08:26:18.838 INFO O| Feb 21 08:26:18.838 INFO STEP 87 (remove_files) COMPLETE |
4701 | 2025-02-21T08:26:20.237Z | [ recovery-image] Feb 21 08:26:18.838 INFO O| Feb 21 08:26:18.838 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4702 | 2025-02-21T08:26:20.257Z | [ recovery-image] Feb 21 08:26:18.861 INFO O| Feb 21 08:26:18.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4703 | 2025-02-21T08:26:20.257Z | [ recovery-image] Feb 21 08:26:18.861 INFO O| Feb 21 08:26:18.861 INFO STEP 88 (remove_files) COMPLETE |
4704 | 2025-02-21T08:26:20.257Z | [ recovery-image] Feb 21 08:26:18.861 INFO O| Feb 21 08:26:18.861 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4705 | 2025-02-21T08:26:20.275Z | [ recovery-image] Feb 21 08:26:18.881 INFO O| Feb 21 08:26:18.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4706 | 2025-02-21T08:26:20.275Z | [ recovery-image] Feb 21 08:26:18.881 INFO O| Feb 21 08:26:18.881 INFO STEP 89 (remove_files) COMPLETE |
4707 | 2025-02-21T08:26:20.279Z | [ recovery-image] Feb 21 08:26:18.881 INFO O| Feb 21 08:26:18.881 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4708 | 2025-02-21T08:26:20.295Z | [ recovery-image] Feb 21 08:26:18.901 INFO O| Feb 21 08:26:18.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4709 | 2025-02-21T08:26:20.298Z | [ recovery-image] Feb 21 08:26:18.904 INFO O| Feb 21 08:26:18.904 INFO STEP 90 (remove_files) COMPLETE |
4710 | 2025-02-21T08:26:20.298Z | [ recovery-image] Feb 21 08:26:18.904 INFO O| Feb 21 08:26:18.904 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4711 | 2025-02-21T08:26:20.396Z | [ recovery-image] Feb 21 08:26:18.998 INFO O| Feb 21 08:26:18.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4712 | 2025-02-21T08:26:20.414Z | [ recovery-image] Feb 21 08:26:19.020 INFO O| Feb 21 08:26:19.020 INFO STEP 91 (remove_files) COMPLETE |
4713 | 2025-02-21T08:26:20.414Z | [ recovery-image] Feb 21 08:26:19.020 INFO O| Feb 21 08:26:19.020 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4714 | 2025-02-21T08:26:20.437Z | [ recovery-image] Feb 21 08:26:19.043 INFO O| Feb 21 08:26:19.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4715 | 2025-02-21T08:26:20.440Z | [ recovery-image] Feb 21 08:26:19.043 INFO O| Feb 21 08:26:19.043 INFO STEP 92 (remove_files) COMPLETE |
4716 | 2025-02-21T08:26:20.440Z | [ recovery-image] Feb 21 08:26:19.044 INFO O| Feb 21 08:26:19.043 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4717 | 2025-02-21T08:26:20.461Z | [ recovery-image] Feb 21 08:26:19.065 INFO O| Feb 21 08:26:19.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4718 | 2025-02-21T08:26:20.464Z | [ recovery-image] Feb 21 08:26:19.065 INFO O| Feb 21 08:26:19.065 INFO STEP 93 (remove_files) COMPLETE |
4719 | 2025-02-21T08:26:20.464Z | [ recovery-image] Feb 21 08:26:19.065 INFO O| Feb 21 08:26:19.065 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4720 | 2025-02-21T08:26:20.479Z | [ recovery-image] Feb 21 08:26:19.085 INFO O| Feb 21 08:26:19.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4721 | 2025-02-21T08:26:20.479Z | [ recovery-image] Feb 21 08:26:19.086 INFO O| Feb 21 08:26:19.085 INFO STEP 94 (remove_files) COMPLETE |
4722 | 2025-02-21T08:26:20.484Z | [ recovery-image] Feb 21 08:26:19.086 INFO O| Feb 21 08:26:19.086 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4723 | 2025-02-21T08:26:20.499Z | [ recovery-image] Feb 21 08:26:19.105 INFO O| Feb 21 08:26:19.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4724 | 2025-02-21T08:26:20.503Z | [ recovery-image] Feb 21 08:26:19.105 INFO O| Feb 21 08:26:19.105 INFO STEP 95 (remove_files) COMPLETE |
4725 | 2025-02-21T08:26:20.503Z | [ recovery-image] Feb 21 08:26:19.105 INFO O| Feb 21 08:26:19.105 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4726 | 2025-02-21T08:26:20.521Z | [ recovery-image] Feb 21 08:26:19.127 INFO O| Feb 21 08:26:19.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4727 | 2025-02-21T08:26:20.521Z | [ recovery-image] Feb 21 08:26:19.127 INFO O| Feb 21 08:26:19.127 INFO STEP 96 (remove_files) COMPLETE |
4728 | 2025-02-21T08:26:20.521Z | [ recovery-image] Feb 21 08:26:19.127 INFO O| Feb 21 08:26:19.127 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4729 | 2025-02-21T08:26:20.543Z | [ host-image] Feb 21 08:26:19.148 INFO O| Feb 21 08:26:19.147 INFO O| Download: Completed 8.42 MB in 5.68 seconds (1.5M/s) |
4730 | 2025-02-21T08:26:20.546Z | [ recovery-image] Feb 21 08:26:19.148 INFO O| Feb 21 08:26:19.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4731 | 2025-02-21T08:26:20.557Z | [ recovery-image] Feb 21 08:26:19.163 INFO O| Feb 21 08:26:19.163 INFO STEP 97 (remove_files) COMPLETE |
4732 | 2025-02-21T08:26:20.557Z | [ recovery-image] Feb 21 08:26:19.163 INFO O| Feb 21 08:26:19.163 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4733 | 2025-02-21T08:26:20.626Z | [ recovery-image] Feb 21 08:26:19.231 INFO O| Feb 21 08:26:19.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4734 | 2025-02-21T08:26:20.630Z | [ recovery-image] Feb 21 08:26:19.231 INFO O| Feb 21 08:26:19.231 INFO STEP 98 (remove_files) COMPLETE |
4735 | 2025-02-21T08:26:20.630Z | [ recovery-image] Feb 21 08:26:19.231 INFO O| Feb 21 08:26:19.231 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4736 | 2025-02-21T08:26:20.670Z | [ host-image] Feb 21 08:26:19.276 INFO O| Feb 21 08:26:19.275 INFO O| Actions: 1/1361 actions (Installing new actions) |
4737 | 2025-02-21T08:26:20.721Z | [ recovery-image] Feb 21 08:26:19.327 INFO O| Feb 21 08:26:19.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4738 | 2025-02-21T08:26:20.756Z | [ recovery-image] Feb 21 08:26:19.362 INFO O| Feb 21 08:26:19.362 INFO STEP 99 (remove_files) COMPLETE |
4739 | 2025-02-21T08:26:20.757Z | [ recovery-image] Feb 21 08:26:19.362 INFO O| Feb 21 08:26:19.362 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4740 | 2025-02-21T08:26:20.780Z | [ recovery-image] Feb 21 08:26:19.385 INFO O| Feb 21 08:26:19.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4741 | 2025-02-21T08:26:20.780Z | [ recovery-image] Feb 21 08:26:19.386 INFO O| Feb 21 08:26:19.385 INFO STEP 100 (remove_files) COMPLETE |
4742 | 2025-02-21T08:26:20.782Z | [ recovery-image] Feb 21 08:26:19.386 INFO O| Feb 21 08:26:19.386 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4743 | 2025-02-21T08:26:20.800Z | [ recovery-image] Feb 21 08:26:19.406 INFO O| Feb 21 08:26:19.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4744 | 2025-02-21T08:26:20.804Z | [ recovery-image] Feb 21 08:26:19.407 INFO O| Feb 21 08:26:19.407 INFO STEP 101 (remove_files) COMPLETE |
4745 | 2025-02-21T08:26:20.804Z | [ recovery-image] Feb 21 08:26:19.407 INFO O| Feb 21 08:26:19.407 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4746 | 2025-02-21T08:26:20.821Z | [ recovery-image] Feb 21 08:26:19.426 INFO O| Feb 21 08:26:19.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4747 | 2025-02-21T08:26:20.843Z | [ recovery-image] Feb 21 08:26:19.449 INFO O| Feb 21 08:26:19.449 INFO STEP 102 (remove_files) COMPLETE |
4748 | 2025-02-21T08:26:20.843Z | [ recovery-image] Feb 21 08:26:19.449 INFO O| Feb 21 08:26:19.449 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4749 | 2025-02-21T08:26:20.922Z | [ recovery-image] Feb 21 08:26:19.516 INFO O| Feb 21 08:26:19.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4750 | 2025-02-21T08:26:20.922Z | [ recovery-image] Feb 21 08:26:19.516 INFO O| Feb 21 08:26:19.516 INFO STEP 103 (remove_files) COMPLETE |
4751 | 2025-02-21T08:26:20.925Z | [ recovery-image] Feb 21 08:26:19.516 INFO O| Feb 21 08:26:19.516 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4752 | 2025-02-21T08:26:20.933Z | [ recovery-image] Feb 21 08:26:19.537 INFO O| Feb 21 08:26:19.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4753 | 2025-02-21T08:26:20.933Z | [ recovery-image] Feb 21 08:26:19.538 INFO O| Feb 21 08:26:19.537 INFO STEP 104 (remove_files) COMPLETE |
4754 | 2025-02-21T08:26:20.937Z | [ recovery-image] Feb 21 08:26:19.538 INFO O| Feb 21 08:26:19.538 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4755 | 2025-02-21T08:26:20.971Z | [ recovery-image] Feb 21 08:26:19.570 INFO O| Feb 21 08:26:19.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4756 | 2025-02-21T08:26:20.994Z | [ recovery-image] Feb 21 08:26:19.570 INFO O| Feb 21 08:26:19.570 INFO STEP 105 (remove_files) COMPLETE |
4757 | 2025-02-21T08:26:20.994Z | [ recovery-image] Feb 21 08:26:19.570 INFO O| Feb 21 08:26:19.570 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4758 | 2025-02-21T08:26:20.998Z | [ recovery-image] Feb 21 08:26:19.600 INFO O| Feb 21 08:26:19.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4759 | 2025-02-21T08:26:20.998Z | [ recovery-image] Feb 21 08:26:19.601 INFO O| Feb 21 08:26:19.601 INFO STEP 106 (remove_files) COMPLETE |
4760 | 2025-02-21T08:26:20.998Z | [ recovery-image] Feb 21 08:26:19.601 INFO O| Feb 21 08:26:19.601 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4761 | 2025-02-21T08:26:21.013Z | [ recovery-image] Feb 21 08:26:19.620 INFO O| Feb 21 08:26:19.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4762 | 2025-02-21T08:26:21.014Z | [ recovery-image] Feb 21 08:26:19.620 INFO O| Feb 21 08:26:19.620 INFO STEP 107 (remove_files) COMPLETE |
4763 | 2025-02-21T08:26:21.018Z | [ recovery-image] Feb 21 08:26:19.620 INFO O| Feb 21 08:26:19.620 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4764 | 2025-02-21T08:26:21.039Z | [ recovery-image] Feb 21 08:26:19.639 INFO O| Feb 21 08:26:19.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4765 | 2025-02-21T08:26:21.039Z | [ recovery-image] Feb 21 08:26:19.639 INFO O| Feb 21 08:26:19.639 INFO STEP 108 (remove_files) COMPLETE |
4766 | 2025-02-21T08:26:21.039Z | [ recovery-image] Feb 21 08:26:19.639 INFO O| Feb 21 08:26:19.639 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4767 | 2025-02-21T08:26:21.052Z | [ recovery-image] Feb 21 08:26:19.659 INFO O| Feb 21 08:26:19.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4768 | 2025-02-21T08:26:21.052Z | [ recovery-image] Feb 21 08:26:19.659 INFO O| Feb 21 08:26:19.659 INFO STEP 109 (remove_files) COMPLETE |
4769 | 2025-02-21T08:26:21.052Z | [ recovery-image] Feb 21 08:26:19.659 INFO O| Feb 21 08:26:19.659 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4770 | 2025-02-21T08:26:21.070Z | [ recovery-image] Feb 21 08:26:19.676 INFO O| Feb 21 08:26:19.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4771 | 2025-02-21T08:26:21.070Z | [ recovery-image] Feb 21 08:26:19.676 INFO O| Feb 21 08:26:19.676 INFO STEP 110 (remove_files) COMPLETE |
4772 | 2025-02-21T08:26:21.073Z | [ recovery-image] Feb 21 08:26:19.676 INFO O| Feb 21 08:26:19.676 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4773 | 2025-02-21T08:26:21.091Z | [ recovery-image] Feb 21 08:26:19.697 INFO O| Feb 21 08:26:19.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4774 | 2025-02-21T08:26:21.095Z | [ recovery-image] Feb 21 08:26:19.701 INFO O| Feb 21 08:26:19.701 INFO STEP 111 (remove_files) COMPLETE |
4775 | 2025-02-21T08:26:21.095Z | [ recovery-image] Feb 21 08:26:19.701 INFO O| Feb 21 08:26:19.701 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4776 | 2025-02-21T08:26:21.133Z | [ recovery-image] Feb 21 08:26:19.740 INFO O| Feb 21 08:26:19.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4777 | 2025-02-21T08:26:21.134Z | [ recovery-image] Feb 21 08:26:19.740 INFO O| Feb 21 08:26:19.740 INFO STEP 112 (remove_files) COMPLETE |
4778 | 2025-02-21T08:26:21.134Z | [ recovery-image] Feb 21 08:26:19.740 INFO O| Feb 21 08:26:19.740 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4779 | 2025-02-21T08:26:21.193Z | [ recovery-image] Feb 21 08:26:19.800 INFO O| Feb 21 08:26:19.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4780 | 2025-02-21T08:26:21.196Z | [ recovery-image] Feb 21 08:26:19.800 INFO O| Feb 21 08:26:19.800 INFO STEP 113 (remove_files) COMPLETE |
4781 | 2025-02-21T08:26:21.196Z | [ recovery-image] Feb 21 08:26:19.800 INFO O| Feb 21 08:26:19.800 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4782 | 2025-02-21T08:26:21.214Z | [ recovery-image] Feb 21 08:26:19.820 INFO O| Feb 21 08:26:19.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4783 | 2025-02-21T08:26:21.218Z | [ recovery-image] Feb 21 08:26:19.820 INFO O| Feb 21 08:26:19.820 INFO STEP 114 (remove_files) COMPLETE |
4784 | 2025-02-21T08:26:21.218Z | [ recovery-image] Feb 21 08:26:19.820 INFO O| Feb 21 08:26:19.820 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4785 | 2025-02-21T08:26:21.234Z | [ recovery-image] Feb 21 08:26:19.839 INFO O| Feb 21 08:26:19.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4786 | 2025-02-21T08:26:21.236Z | [ recovery-image] Feb 21 08:26:19.840 INFO O| Feb 21 08:26:19.839 INFO STEP 115 (remove_files) COMPLETE |
4787 | 2025-02-21T08:26:21.236Z | [ recovery-image] Feb 21 08:26:19.840 INFO O| Feb 21 08:26:19.840 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4788 | 2025-02-21T08:26:21.254Z | [ recovery-image] Feb 21 08:26:19.861 INFO O| Feb 21 08:26:19.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4789 | 2025-02-21T08:26:21.293Z | [ recovery-image] Feb 21 08:26:19.898 INFO O| Feb 21 08:26:19.898 INFO STEP 116 (remove_files) COMPLETE |
4790 | 2025-02-21T08:26:21.293Z | [ recovery-image] Feb 21 08:26:19.898 INFO O| Feb 21 08:26:19.898 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4791 | 2025-02-21T08:26:21.336Z | [ recovery-image] Feb 21 08:26:19.942 INFO O| Feb 21 08:26:19.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4792 | 2025-02-21T08:26:21.336Z | [ recovery-image] Feb 21 08:26:19.942 INFO O| Feb 21 08:26:19.942 INFO STEP 117 (remove_files) COMPLETE |
4793 | 2025-02-21T08:26:21.336Z | [ recovery-image] Feb 21 08:26:19.942 INFO O| Feb 21 08:26:19.942 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4794 | 2025-02-21T08:26:21.378Z | [ recovery-image] Feb 21 08:26:19.983 INFO O| Feb 21 08:26:19.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4795 | 2025-02-21T08:26:21.381Z | [ recovery-image] Feb 21 08:26:19.983 INFO O| Feb 21 08:26:19.983 INFO STEP 118 (remove_files) COMPLETE |
4796 | 2025-02-21T08:26:21.381Z | [ recovery-image] Feb 21 08:26:19.983 INFO O| Feb 21 08:26:19.983 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4797 | 2025-02-21T08:26:21.397Z | [ host-image] Feb 21 08:26:20.003 INFO O| Feb 21 08:26:20.003 INFO O| Actions: Completed 1361 actions in 0.73 seconds. |
4798 | 2025-02-21T08:26:21.427Z | [ recovery-image] Feb 21 08:26:20.033 INFO O| Feb 21 08:26:20.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4799 | 2025-02-21T08:26:21.428Z | [ recovery-image] Feb 21 08:26:20.033 INFO O| Feb 21 08:26:20.033 INFO STEP 119 (remove_files) COMPLETE |
4800 | 2025-02-21T08:26:21.428Z | [ recovery-image] Feb 21 08:26:20.034 INFO O| Feb 21 08:26:20.033 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4801 | 2025-02-21T08:26:21.449Z | [ recovery-image] Feb 21 08:26:20.055 INFO O| Feb 21 08:26:20.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4802 | 2025-02-21T08:26:21.449Z | [ recovery-image] Feb 21 08:26:20.055 INFO O| Feb 21 08:26:20.055 INFO STEP 120 (remove_files) COMPLETE |
4803 | 2025-02-21T08:26:21.452Z | [ recovery-image] Feb 21 08:26:20.055 INFO O| Feb 21 08:26:20.055 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4804 | 2025-02-21T08:26:21.506Z | [ recovery-image] Feb 21 08:26:20.098 INFO O| Feb 21 08:26:20.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4805 | 2025-02-21T08:26:21.506Z | [ recovery-image] Feb 21 08:26:20.098 INFO O| Feb 21 08:26:20.091 INFO STEP 121 (remove_files) COMPLETE |
4806 | 2025-02-21T08:26:21.506Z | [ recovery-image] Feb 21 08:26:20.098 INFO O| Feb 21 08:26:20.091 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4807 | 2025-02-21T08:26:21.506Z | [ recovery-image] Feb 21 08:26:20.107 INFO O| Feb 21 08:26:20.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4808 | 2025-02-21T08:26:21.506Z | [ recovery-image] Feb 21 08:26:20.107 INFO O| Feb 21 08:26:20.107 INFO STEP 122 (remove_files) COMPLETE |
4809 | 2025-02-21T08:26:21.506Z | [ recovery-image] Feb 21 08:26:20.107 INFO O| Feb 21 08:26:20.107 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4810 | 2025-02-21T08:26:21.517Z | [ recovery-image] Feb 21 08:26:20.124 INFO O| Feb 21 08:26:20.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4811 | 2025-02-21T08:26:21.518Z | [ recovery-image] Feb 21 08:26:20.124 INFO O| Feb 21 08:26:20.124 INFO STEP 123 (remove_files) COMPLETE |
4812 | 2025-02-21T08:26:21.518Z | [ recovery-image] Feb 21 08:26:20.124 INFO O| Feb 21 08:26:20.124 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4813 | 2025-02-21T08:26:21.614Z | [ recovery-image] Feb 21 08:26:20.179 INFO O| Feb 21 08:26:20.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4814 | 2025-02-21T08:26:21.614Z | [ recovery-image] Feb 21 08:26:20.179 INFO O| Feb 21 08:26:20.160 INFO STEP 124 (remove_files) COMPLETE |
4815 | 2025-02-21T08:26:21.614Z | [ recovery-image] Feb 21 08:26:20.179 INFO O| Feb 21 08:26:20.160 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4816 | 2025-02-21T08:26:21.628Z | [ recovery-image] Feb 21 08:26:20.219 INFO O| Feb 21 08:26:20.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4817 | 2025-02-21T08:26:21.629Z | [ recovery-image] Feb 21 08:26:20.219 INFO O| Feb 21 08:26:20.219 INFO STEP 125 (remove_files) COMPLETE |
4818 | 2025-02-21T08:26:21.629Z | [ recovery-image] Feb 21 08:26:20.219 INFO O| Feb 21 08:26:20.219 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4819 | 2025-02-21T08:26:21.661Z | [ recovery-image] Feb 21 08:26:20.266 INFO O| Feb 21 08:26:20.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4820 | 2025-02-21T08:26:21.661Z | [ recovery-image] Feb 21 08:26:20.266 INFO O| Feb 21 08:26:20.266 INFO STEP 126 (remove_files) COMPLETE |
4821 | 2025-02-21T08:26:21.661Z | [ recovery-image] Feb 21 08:26:20.266 INFO O| Feb 21 08:26:20.266 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4822 | 2025-02-21T08:26:21.716Z | [ recovery-image] Feb 21 08:26:20.322 INFO O| Feb 21 08:26:20.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4823 | 2025-02-21T08:26:21.716Z | [ recovery-image] Feb 21 08:26:20.322 INFO O| Feb 21 08:26:20.322 INFO STEP 127 (remove_files) COMPLETE |
4824 | 2025-02-21T08:26:21.716Z | [ recovery-image] Feb 21 08:26:20.322 INFO O| Feb 21 08:26:20.322 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4825 | 2025-02-21T08:26:21.734Z | [ recovery-image] Feb 21 08:26:20.341 INFO O| Feb 21 08:26:20.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4826 | 2025-02-21T08:26:21.734Z | [ recovery-image] Feb 21 08:26:20.341 INFO O| Feb 21 08:26:20.341 INFO STEP 128 (remove_files) COMPLETE |
4827 | 2025-02-21T08:26:21.734Z | [ recovery-image] Feb 21 08:26:20.341 INFO O| Feb 21 08:26:20.341 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4828 | 2025-02-21T08:26:21.754Z | [ recovery-image] Feb 21 08:26:20.360 INFO O| Feb 21 08:26:20.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4829 | 2025-02-21T08:26:21.754Z | [ recovery-image] Feb 21 08:26:20.360 INFO O| Feb 21 08:26:20.360 INFO STEP 129 (remove_files) COMPLETE |
4830 | 2025-02-21T08:26:21.757Z | [ recovery-image] Feb 21 08:26:20.360 INFO O| Feb 21 08:26:20.360 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4831 | 2025-02-21T08:26:21.773Z | [ recovery-image] Feb 21 08:26:20.379 INFO O| Feb 21 08:26:20.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4832 | 2025-02-21T08:26:21.773Z | [ recovery-image] Feb 21 08:26:20.379 INFO O| Feb 21 08:26:20.379 INFO STEP 130 (remove_files) COMPLETE |
4833 | 2025-02-21T08:26:21.773Z | [ recovery-image] Feb 21 08:26:20.379 INFO O| Feb 21 08:26:20.379 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4834 | 2025-02-21T08:26:21.794Z | [ recovery-image] Feb 21 08:26:20.399 INFO O| Feb 21 08:26:20.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4835 | 2025-02-21T08:26:21.794Z | [ recovery-image] Feb 21 08:26:20.399 INFO O| Feb 21 08:26:20.399 INFO STEP 131 (remove_files) COMPLETE |
4836 | 2025-02-21T08:26:21.794Z | [ recovery-image] Feb 21 08:26:20.399 INFO O| Feb 21 08:26:20.399 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4837 | 2025-02-21T08:26:21.826Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
4838 | 2025-02-21T08:26:21.835Z | [ recovery-image] Feb 21 08:26:20.422 INFO O| Feb 21 08:26:20.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4839 | 2025-02-21T08:26:21.836Z | [ recovery-image] Feb 21 08:26:20.422 INFO O| Feb 21 08:26:20.422 INFO STEP 132 (remove_files) COMPLETE |
4840 | 2025-02-21T08:26:21.836Z | [ recovery-image] Feb 21 08:26:20.422 INFO O| Feb 21 08:26:20.422 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4841 | 2025-02-21T08:26:21.902Z | [ recovery-image] Feb 21 08:26:20.507 INFO O| Feb 21 08:26:20.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4842 | 2025-02-21T08:26:21.902Z | [ recovery-image] Feb 21 08:26:20.507 INFO O| Feb 21 08:26:20.507 INFO STEP 133 (remove_files) COMPLETE |
4843 | 2025-02-21T08:26:21.902Z | [ recovery-image] Feb 21 08:26:20.507 INFO O| Feb 21 08:26:20.507 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4844 | 2025-02-21T08:26:21.957Z | [ recovery-image] Feb 21 08:26:20.561 INFO O| Feb 21 08:26:20.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4845 | 2025-02-21T08:26:21.957Z | [ recovery-image] Feb 21 08:26:20.561 INFO O| Feb 21 08:26:20.561 INFO STEP 134 (remove_files) COMPLETE |
4846 | 2025-02-21T08:26:21.957Z | [ recovery-image] Feb 21 08:26:20.561 INFO O| Feb 21 08:26:20.561 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4847 | 2025-02-21T08:26:22.028Z | [ recovery-image] Feb 21 08:26:20.631 INFO O| Feb 21 08:26:20.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4848 | 2025-02-21T08:26:22.028Z | [ recovery-image] Feb 21 08:26:20.631 INFO O| Feb 21 08:26:20.631 INFO STEP 135 (remove_files) COMPLETE |
4849 | 2025-02-21T08:26:22.028Z | [ recovery-image] Feb 21 08:26:20.631 INFO O| Feb 21 08:26:20.631 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4850 | 2025-02-21T08:26:22.050Z | [ recovery-image] Feb 21 08:26:20.656 INFO O| Feb 21 08:26:20.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4851 | 2025-02-21T08:26:22.054Z | [ recovery-image] Feb 21 08:26:20.656 INFO O| Feb 21 08:26:20.656 INFO STEP 136 (remove_files) COMPLETE |
4852 | 2025-02-21T08:26:22.054Z | [ recovery-image] Feb 21 08:26:20.656 INFO O| Feb 21 08:26:20.656 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4853 | 2025-02-21T08:26:22.116Z | [ recovery-image] Feb 21 08:26:20.722 INFO O| Feb 21 08:26:20.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4854 | 2025-02-21T08:26:22.121Z | [ recovery-image] Feb 21 08:26:20.723 INFO O| Feb 21 08:26:20.723 INFO STEP 137 (remove_files) COMPLETE |
4855 | 2025-02-21T08:26:22.121Z | [ recovery-image] Feb 21 08:26:20.723 INFO O| Feb 21 08:26:20.723 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4856 | 2025-02-21T08:26:22.137Z | [ recovery-image] Feb 21 08:26:20.743 INFO O| Feb 21 08:26:20.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4857 | 2025-02-21T08:26:22.139Z | [ recovery-image] Feb 21 08:26:20.745 INFO O| Feb 21 08:26:20.745 INFO STEP 138 (remove_files) COMPLETE |
4858 | 2025-02-21T08:26:22.139Z | [ recovery-image] Feb 21 08:26:20.745 INFO O| Feb 21 08:26:20.745 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4859 | 2025-02-21T08:26:22.156Z | [ recovery-image] Feb 21 08:26:20.762 INFO O| Feb 21 08:26:20.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4860 | 2025-02-21T08:26:22.159Z | [ recovery-image] Feb 21 08:26:20.763 INFO O| Feb 21 08:26:20.762 INFO STEP 139 (remove_files) COMPLETE |
4861 | 2025-02-21T08:26:22.159Z | [ recovery-image] Feb 21 08:26:20.763 INFO O| Feb 21 08:26:20.763 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4862 | 2025-02-21T08:26:22.189Z | [ host-image] Feb 21 08:26:20.795 INFO O| Feb 21 08:26:20.795 INFO O| Done |
4863 | 2025-02-21T08:26:22.189Z | [ host-image] Feb 21 08:26:20.795 INFO O| Feb 21 08:26:20.795 INFO O| Done |
4864 | 2025-02-21T08:26:22.244Z | [ recovery-image] Feb 21 08:26:20.828 INFO O| Feb 21 08:26:20.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4865 | 2025-02-21T08:26:22.249Z | [ recovery-image] Feb 21 08:26:20.828 INFO O| Feb 21 08:26:20.828 INFO STEP 140 (remove_files) COMPLETE |
4866 | 2025-02-21T08:26:22.249Z | [ recovery-image] Feb 21 08:26:20.828 INFO O| Feb 21 08:26:20.828 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4867 | 2025-02-21T08:26:22.250Z | [ recovery-image] Feb 21 08:26:20.852 INFO O| Feb 21 08:26:20.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4868 | 2025-02-21T08:26:22.250Z | [ recovery-image] Feb 21 08:26:20.852 INFO O| Feb 21 08:26:20.852 INFO STEP 141 (remove_files) COMPLETE |
4869 | 2025-02-21T08:26:22.250Z | [ recovery-image] Feb 21 08:26:20.852 INFO O| Feb 21 08:26:20.852 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4870 | 2025-02-21T08:26:22.271Z | [ recovery-image] Feb 21 08:26:20.876 INFO O| Feb 21 08:26:20.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4871 | 2025-02-21T08:26:22.274Z | [ recovery-image] Feb 21 08:26:20.877 INFO O| Feb 21 08:26:20.877 INFO STEP 142 (remove_files) COMPLETE |
4872 | 2025-02-21T08:26:22.274Z | [ recovery-image] Feb 21 08:26:20.877 INFO O| Feb 21 08:26:20.877 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4873 | 2025-02-21T08:26:22.351Z | [ recovery-image] Feb 21 08:26:20.957 INFO O| Feb 21 08:26:20.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4874 | 2025-02-21T08:26:22.353Z | [ recovery-image] Feb 21 08:26:20.957 INFO O| Feb 21 08:26:20.957 INFO STEP 143 (remove_files) COMPLETE |
4875 | 2025-02-21T08:26:22.353Z | [ recovery-image] Feb 21 08:26:20.957 INFO O| Feb 21 08:26:20.957 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4876 | 2025-02-21T08:26:22.374Z | [ recovery-image] Feb 21 08:26:20.979 INFO O| Feb 21 08:26:20.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4877 | 2025-02-21T08:26:22.377Z | [ recovery-image] Feb 21 08:26:20.979 INFO O| Feb 21 08:26:20.979 INFO STEP 144 (remove_files) COMPLETE |
4878 | 2025-02-21T08:26:22.377Z | [ recovery-image] Feb 21 08:26:20.979 INFO O| Feb 21 08:26:20.979 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4879 | 2025-02-21T08:26:22.415Z | [ recovery-image] Feb 21 08:26:21.021 INFO O| Feb 21 08:26:21.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4880 | 2025-02-21T08:26:22.415Z | [ recovery-image] Feb 21 08:26:21.021 INFO O| Feb 21 08:26:21.021 INFO STEP 145 (remove_files) COMPLETE |
4881 | 2025-02-21T08:26:22.418Z | [ recovery-image] Feb 21 08:26:21.021 INFO O| Feb 21 08:26:21.021 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4882 | 2025-02-21T08:26:22.437Z | [ recovery-image] Feb 21 08:26:21.040 INFO O| Feb 21 08:26:21.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4883 | 2025-02-21T08:26:22.440Z | [ recovery-image] Feb 21 08:26:21.040 INFO O| Feb 21 08:26:21.040 INFO STEP 146 (remove_files) COMPLETE |
4884 | 2025-02-21T08:26:22.440Z | [ recovery-image] Feb 21 08:26:21.040 INFO O| Feb 21 08:26:21.040 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4885 | 2025-02-21T08:26:22.464Z | [ recovery-image] Feb 21 08:26:21.070 INFO O| Feb 21 08:26:21.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4886 | 2025-02-21T08:26:22.469Z | [ recovery-image] Feb 21 08:26:21.070 INFO O| Feb 21 08:26:21.070 INFO STEP 147 (remove_files) COMPLETE |
4887 | 2025-02-21T08:26:22.469Z | [ recovery-image] Feb 21 08:26:21.071 INFO O| Feb 21 08:26:21.070 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4888 | 2025-02-21T08:26:22.487Z | [ recovery-image] Feb 21 08:26:21.092 INFO O| Feb 21 08:26:21.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4889 | 2025-02-21T08:26:22.491Z | [ recovery-image] Feb 21 08:26:21.092 INFO O| Feb 21 08:26:21.092 INFO STEP 148 (remove_files) COMPLETE |
4890 | 2025-02-21T08:26:22.491Z | [ recovery-image] Feb 21 08:26:21.092 INFO O| Feb 21 08:26:21.092 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4891 | 2025-02-21T08:26:22.508Z | [ recovery-image] Feb 21 08:26:21.112 INFO O| Feb 21 08:26:21.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4892 | 2025-02-21T08:26:22.509Z | [ recovery-image] Feb 21 08:26:21.113 INFO O| Feb 21 08:26:21.113 INFO STEP 149 (remove_files) COMPLETE |
4893 | 2025-02-21T08:26:22.513Z | [ recovery-image] Feb 21 08:26:21.113 INFO O| Feb 21 08:26:21.113 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4894 | 2025-02-21T08:26:22.547Z | [ recovery-image] Feb 21 08:26:21.152 INFO O| Feb 21 08:26:21.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4895 | 2025-02-21T08:26:22.547Z | [ recovery-image] Feb 21 08:26:21.152 INFO O| Feb 21 08:26:21.152 INFO STEP 150 (remove_files) COMPLETE |
4896 | 2025-02-21T08:26:22.550Z | [ recovery-image] Feb 21 08:26:21.152 INFO O| Feb 21 08:26:21.152 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4897 | 2025-02-21T08:26:22.565Z | [ recovery-image] Feb 21 08:26:21.171 INFO O| Feb 21 08:26:21.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4898 | 2025-02-21T08:26:22.565Z | [ recovery-image] Feb 21 08:26:21.171 INFO O| Feb 21 08:26:21.171 INFO STEP 151 (remove_files) COMPLETE |
4899 | 2025-02-21T08:26:22.570Z | [ recovery-image] Feb 21 08:26:21.171 INFO O| Feb 21 08:26:21.171 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4900 | 2025-02-21T08:26:22.594Z | [ recovery-image] Feb 21 08:26:21.200 INFO O| Feb 21 08:26:21.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4901 | 2025-02-21T08:26:22.594Z | [ recovery-image] Feb 21 08:26:21.200 INFO O| Feb 21 08:26:21.200 INFO STEP 152 (remove_files) COMPLETE |
4902 | 2025-02-21T08:26:22.599Z | [ recovery-image] Feb 21 08:26:21.200 INFO O| Feb 21 08:26:21.200 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4903 | 2025-02-21T08:26:22.662Z | [ recovery-image] Feb 21 08:26:21.268 INFO O| Feb 21 08:26:21.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4904 | 2025-02-21T08:26:22.662Z | [ recovery-image] Feb 21 08:26:21.268 INFO O| Feb 21 08:26:21.268 INFO STEP 153 (remove_files) COMPLETE |
4905 | 2025-02-21T08:26:22.662Z | [ recovery-image] Feb 21 08:26:21.268 INFO O| Feb 21 08:26:21.268 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4906 | 2025-02-21T08:26:22.683Z | [ recovery-image] Feb 21 08:26:21.289 INFO O| Feb 21 08:26:21.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4907 | 2025-02-21T08:26:22.683Z | [ recovery-image] Feb 21 08:26:21.289 INFO O| Feb 21 08:26:21.289 INFO STEP 154 (remove_files) COMPLETE |
4908 | 2025-02-21T08:26:22.683Z | [ recovery-image] Feb 21 08:26:21.289 INFO O| Feb 21 08:26:21.289 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4909 | 2025-02-21T08:26:22.704Z | [ recovery-image] Feb 21 08:26:21.310 INFO O| Feb 21 08:26:21.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4910 | 2025-02-21T08:26:22.704Z | [ recovery-image] Feb 21 08:26:21.310 INFO O| Feb 21 08:26:21.310 INFO STEP 155 (remove_files) COMPLETE |
4911 | 2025-02-21T08:26:22.707Z | [ recovery-image] Feb 21 08:26:21.310 INFO O| Feb 21 08:26:21.310 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4912 | 2025-02-21T08:26:22.736Z | [ recovery-image] Feb 21 08:26:21.341 INFO O| Feb 21 08:26:21.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4913 | 2025-02-21T08:26:22.738Z | [ recovery-image] Feb 21 08:26:21.342 INFO O| Feb 21 08:26:21.342 INFO STEP 156 (remove_files) COMPLETE |
4914 | 2025-02-21T08:26:22.738Z | [ recovery-image] Feb 21 08:26:21.342 INFO O| Feb 21 08:26:21.342 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4915 | 2025-02-21T08:26:22.756Z | [ recovery-image] Feb 21 08:26:21.362 INFO O| Feb 21 08:26:21.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4916 | 2025-02-21T08:26:23.761Z | [ recovery-image] Feb 21 08:26:21.362 INFO O| Feb 21 08:26:21.362 INFO STEP 157 (remove_files) COMPLETE |
4917 | 2025-02-21T08:26:23.761Z | [ recovery-image] Feb 21 08:26:21.363 INFO O| Feb 21 08:26:21.363 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4918 | 2025-02-21T08:26:23.767Z | [ recovery-image] Feb 21 08:26:21.402 INFO O| Feb 21 08:26:21.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4919 | 2025-02-21T08:26:23.767Z | [ recovery-image] Feb 21 08:26:21.402 INFO O| Feb 21 08:26:21.402 INFO STEP 158 (remove_files) COMPLETE |
4920 | 2025-02-21T08:26:23.767Z | [ recovery-image] Feb 21 08:26:21.402 INFO O| Feb 21 08:26:21.402 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4921 | 2025-02-21T08:26:23.767Z | [ recovery-image] Feb 21 08:26:21.424 INFO O| Feb 21 08:26:21.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4922 | 2025-02-21T08:26:23.768Z | [ recovery-image] Feb 21 08:26:21.424 INFO O| Feb 21 08:26:21.424 INFO STEP 159 (remove_files) COMPLETE |
4923 | 2025-02-21T08:26:23.768Z | [ recovery-image] Feb 21 08:26:21.424 INFO O| Feb 21 08:26:21.424 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4924 | 2025-02-21T08:26:23.768Z | [ recovery-image] Feb 21 08:26:21.451 INFO O| Feb 21 08:26:21.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4925 | 2025-02-21T08:26:23.768Z | [ recovery-image] Feb 21 08:26:21.451 INFO O| Feb 21 08:26:21.451 INFO STEP 160 (remove_files) COMPLETE |
4926 | 2025-02-21T08:26:23.768Z | [ recovery-image] Feb 21 08:26:21.451 INFO O| Feb 21 08:26:21.451 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4927 | 2025-02-21T08:26:23.768Z | [ recovery-image] Feb 21 08:26:21.471 INFO O| Feb 21 08:26:21.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4928 | 2025-02-21T08:26:23.768Z | [ recovery-image] Feb 21 08:26:21.471 INFO O| Feb 21 08:26:21.471 INFO STEP 161 (remove_files) COMPLETE |
4929 | 2025-02-21T08:26:23.768Z | [ recovery-image] Feb 21 08:26:21.471 INFO O| Feb 21 08:26:21.471 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4930 | 2025-02-21T08:26:23.768Z | [ recovery-image] Feb 21 08:26:21.492 INFO O| Feb 21 08:26:21.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4931 | 2025-02-21T08:26:23.768Z | [ recovery-image] Feb 21 08:26:21.492 INFO O| Feb 21 08:26:21.492 INFO STEP 162 (remove_files) COMPLETE |
4932 | 2025-02-21T08:26:23.769Z | [ recovery-image] Feb 21 08:26:21.492 INFO O| Feb 21 08:26:21.492 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4933 | 2025-02-21T08:26:23.769Z | [ recovery-image] Feb 21 08:26:21.764 INFO O| Feb 21 08:26:21.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4934 | 2025-02-21T08:26:23.769Z | [ recovery-image] Feb 21 08:26:21.764 INFO O| Feb 21 08:26:21.764 INFO STEP 163 (remove_files) COMPLETE |
4935 | 2025-02-21T08:26:23.769Z | [ recovery-image] Feb 21 08:26:21.764 INFO O| Feb 21 08:26:21.764 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4936 | 2025-02-21T08:26:23.769Z | [ recovery-image] Feb 21 08:26:21.781 INFO O| Feb 21 08:26:21.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4937 | 2025-02-21T08:26:23.769Z | [ recovery-image] Feb 21 08:26:21.781 INFO O| Feb 21 08:26:21.781 INFO STEP 164 (remove_files) COMPLETE |
4938 | 2025-02-21T08:26:23.770Z | [ recovery-image] Feb 21 08:26:21.781 INFO O| Feb 21 08:26:21.781 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4939 | 2025-02-21T08:26:23.770Z | [ recovery-image] Feb 21 08:26:21.797 INFO O| Feb 21 08:26:21.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4940 | 2025-02-21T08:26:23.770Z | [ recovery-image] Feb 21 08:26:21.797 INFO O| Feb 21 08:26:21.797 INFO STEP 165 (remove_files) COMPLETE |
4941 | 2025-02-21T08:26:23.770Z | [ recovery-image] Feb 21 08:26:21.798 INFO O| Feb 21 08:26:21.797 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4942 | 2025-02-21T08:26:23.770Z | [ recovery-image] Feb 21 08:26:21.814 INFO O| Feb 21 08:26:21.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4943 | 2025-02-21T08:26:23.770Z | [ recovery-image] Feb 21 08:26:21.815 INFO O| Feb 21 08:26:21.814 INFO STEP 166 (remove_files) COMPLETE |
4944 | 2025-02-21T08:26:23.770Z | [ recovery-image] Feb 21 08:26:21.815 INFO O| Feb 21 08:26:21.814 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4945 | 2025-02-21T08:26:23.770Z | [ recovery-image] Feb 21 08:26:21.834 INFO O| Feb 21 08:26:21.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4946 | 2025-02-21T08:26:23.770Z | [ recovery-image] Feb 21 08:26:21.834 INFO O| Feb 21 08:26:21.834 INFO STEP 167 (remove_files) COMPLETE |
4947 | 2025-02-21T08:26:23.770Z | [ recovery-image] Feb 21 08:26:21.834 INFO O| Feb 21 08:26:21.834 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4948 | 2025-02-21T08:26:23.770Z | [ recovery-image] Feb 21 08:26:21.902 INFO O| Feb 21 08:26:21.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4949 | 2025-02-21T08:26:23.770Z | [ recovery-image] Feb 21 08:26:21.903 INFO O| Feb 21 08:26:21.902 INFO STEP 168 (remove_files) COMPLETE |
4950 | 2025-02-21T08:26:23.770Z | [ recovery-image] Feb 21 08:26:21.903 INFO O| Feb 21 08:26:21.902 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4951 | 2025-02-21T08:26:23.770Z | [ recovery-image] Feb 21 08:26:21.956 INFO O| Feb 21 08:26:21.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4952 | 2025-02-21T08:26:23.770Z | [ recovery-image] Feb 21 08:26:21.956 INFO O| Feb 21 08:26:21.956 INFO STEP 169 (remove_files) COMPLETE |
4953 | 2025-02-21T08:26:23.770Z | [ recovery-image] Feb 21 08:26:21.956 INFO O| Feb 21 08:26:21.956 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4954 | 2025-02-21T08:26:23.770Z | [ recovery-image] Feb 21 08:26:21.977 INFO O| Feb 21 08:26:21.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4955 | 2025-02-21T08:26:23.770Z | [ recovery-image] Feb 21 08:26:21.977 INFO O| Feb 21 08:26:21.977 INFO STEP 170 (remove_files) COMPLETE |
4956 | 2025-02-21T08:26:23.770Z | [ recovery-image] Feb 21 08:26:21.977 INFO O| Feb 21 08:26:21.977 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4957 | 2025-02-21T08:26:23.770Z | [ recovery-image] Feb 21 08:26:21.996 INFO O| Feb 21 08:26:21.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4958 | 2025-02-21T08:26:23.770Z | [ recovery-image] Feb 21 08:26:21.996 INFO O| Feb 21 08:26:21.996 INFO STEP 171 (remove_files) COMPLETE |
4959 | 2025-02-21T08:26:23.770Z | [ recovery-image] Feb 21 08:26:21.996 INFO O| Feb 21 08:26:21.996 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4960 | 2025-02-21T08:26:23.770Z | [ recovery-image] Feb 21 08:26:22.017 INFO O| Feb 21 08:26:22.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4961 | 2025-02-21T08:26:23.771Z | [ recovery-image] Feb 21 08:26:22.017 INFO O| Feb 21 08:26:22.017 INFO STEP 172 (remove_files) COMPLETE |
4962 | 2025-02-21T08:26:23.771Z | [ recovery-image] Feb 21 08:26:22.017 INFO O| Feb 21 08:26:22.017 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4963 | 2025-02-21T08:26:23.771Z | [ recovery-image] Feb 21 08:26:22.035 INFO O| Feb 21 08:26:22.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4964 | 2025-02-21T08:26:23.771Z | [ recovery-image] Feb 21 08:26:22.035 INFO O| Feb 21 08:26:22.035 INFO STEP 173 (remove_files) COMPLETE |
4965 | 2025-02-21T08:26:23.771Z | [ recovery-image] Feb 21 08:26:22.035 INFO O| Feb 21 08:26:22.035 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4966 | 2025-02-21T08:26:23.771Z | [ recovery-image] Feb 21 08:26:22.052 INFO O| Feb 21 08:26:22.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4967 | 2025-02-21T08:26:23.771Z | [ recovery-image] Feb 21 08:26:22.052 INFO O| Feb 21 08:26:22.052 INFO STEP 174 (remove_files) COMPLETE |
4968 | 2025-02-21T08:26:23.771Z | [ recovery-image] Feb 21 08:26:22.052 INFO O| Feb 21 08:26:22.052 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4969 | 2025-02-21T08:26:23.771Z | [ recovery-image] Feb 21 08:26:22.110 INFO O| Feb 21 08:26:22.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4970 | 2025-02-21T08:26:23.771Z | [ recovery-image] Feb 21 08:26:22.110 INFO O| Feb 21 08:26:22.110 INFO STEP 175 (remove_files) COMPLETE |
4971 | 2025-02-21T08:26:23.771Z | [ recovery-image] Feb 21 08:26:22.110 INFO O| Feb 21 08:26:22.110 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4972 | 2025-02-21T08:26:23.771Z | [ recovery-image] Feb 21 08:26:22.143 INFO O| Feb 21 08:26:22.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4973 | 2025-02-21T08:26:23.771Z | [ recovery-image] Feb 21 08:26:22.143 INFO O| Feb 21 08:26:22.143 INFO STEP 176 (remove_files) COMPLETE |
4974 | 2025-02-21T08:26:23.771Z | [ recovery-image] Feb 21 08:26:22.143 INFO O| Feb 21 08:26:22.143 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4975 | 2025-02-21T08:26:23.771Z | [ recovery-image] Feb 21 08:26:22.163 INFO O| Feb 21 08:26:22.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4976 | 2025-02-21T08:26:23.771Z | [ recovery-image] Feb 21 08:26:22.163 INFO O| Feb 21 08:26:22.163 INFO STEP 177 (remove_files) COMPLETE |
4977 | 2025-02-21T08:26:23.772Z | [ recovery-image] Feb 21 08:26:22.163 INFO O| Feb 21 08:26:22.163 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4978 | 2025-02-21T08:26:23.772Z | [ recovery-image] Feb 21 08:26:22.198 INFO O| Feb 21 08:26:22.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4979 | 2025-02-21T08:26:23.772Z | [ recovery-image] Feb 21 08:26:22.198 INFO O| Feb 21 08:26:22.198 INFO STEP 178 (remove_files) COMPLETE |
4980 | 2025-02-21T08:26:23.772Z | [ recovery-image] Feb 21 08:26:22.198 INFO O| Feb 21 08:26:22.198 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4981 | 2025-02-21T08:26:23.772Z | [ recovery-image] Feb 21 08:26:22.262 INFO O| Feb 21 08:26:22.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4982 | 2025-02-21T08:26:23.772Z | [ recovery-image] Feb 21 08:26:22.262 INFO O| Feb 21 08:26:22.262 INFO STEP 179 (remove_files) COMPLETE |
4983 | 2025-02-21T08:26:23.772Z | [ recovery-image] Feb 21 08:26:22.262 INFO O| Feb 21 08:26:22.262 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4984 | 2025-02-21T08:26:23.772Z | [ recovery-image] Feb 21 08:26:22.282 INFO O| Feb 21 08:26:22.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4985 | 2025-02-21T08:26:23.772Z | [ recovery-image] Feb 21 08:26:22.282 INFO O| Feb 21 08:26:22.282 INFO STEP 180 (remove_files) COMPLETE |
4986 | 2025-02-21T08:26:23.772Z | [ recovery-image] Feb 21 08:26:22.282 INFO O| Feb 21 08:26:22.282 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4987 | 2025-02-21T08:26:23.772Z | [ recovery-image] Feb 21 08:26:22.304 INFO O| Feb 21 08:26:22.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4988 | 2025-02-21T08:26:23.772Z | [ recovery-image] Feb 21 08:26:22.304 INFO O| Feb 21 08:26:22.304 INFO STEP 181 (remove_files) COMPLETE |
4989 | 2025-02-21T08:26:23.772Z | [ recovery-image] Feb 21 08:26:22.305 INFO O| Feb 21 08:26:22.304 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4990 | 2025-02-21T08:26:23.772Z | [ host-image] Feb 21 08:26:22.310 INFO O| Feb 21 08:26:22.310 INFO O| Done |
4991 | 2025-02-21T08:26:23.772Z | [ recovery-image] Feb 21 08:26:22.327 INFO O| Feb 21 08:26:22.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4992 | 2025-02-21T08:26:23.772Z | [ recovery-image] Feb 21 08:26:22.327 INFO O| Feb 21 08:26:22.327 INFO STEP 182 (remove_files) COMPLETE |
4993 | 2025-02-21T08:26:23.772Z | [ recovery-image] Feb 21 08:26:22.327 INFO O| Feb 21 08:26:22.327 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4994 | 2025-02-21T08:26:23.772Z | [ recovery-image] Feb 21 08:26:22.360 INFO O| Feb 21 08:26:22.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4995 | 2025-02-21T08:26:23.772Z | [ recovery-image] Feb 21 08:26:22.360 INFO O| Feb 21 08:26:22.360 INFO STEP 183 (remove_files) COMPLETE |
4996 | 2025-02-21T08:26:23.772Z | [ recovery-image] Feb 21 08:26:22.360 INFO O| Feb 21 08:26:22.360 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4997 | 2025-02-21T08:26:23.777Z | [ recovery-image] Feb 21 08:26:22.383 INFO O| Feb 21 08:26:22.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4998 | 2025-02-21T08:26:23.777Z | [ recovery-image] Feb 21 08:26:22.383 INFO O| Feb 21 08:26:22.383 INFO STEP 184 (remove_files) COMPLETE |
4999 | 2025-02-21T08:26:23.780Z | [ recovery-image] Feb 21 08:26:22.383 INFO O| Feb 21 08:26:22.383 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5000 | 2025-02-21T08:26:23.804Z | [ recovery-image] Feb 21 08:26:22.403 INFO O| Feb 21 08:26:22.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
5001 | 2025-02-21T08:26:23.804Z | [ recovery-image] Feb 21 08:26:22.404 INFO O| Feb 21 08:26:22.403 INFO STEP 185 (remove_files) COMPLETE |
5002 | 2025-02-21T08:26:23.804Z | [ recovery-image] Feb 21 08:26:22.404 INFO O| Feb 21 08:26:22.404 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5003 | 2025-02-21T08:26:23.818Z | [ recovery-image] Feb 21 08:26:22.423 INFO O| Feb 21 08:26:22.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
5004 | 2025-02-21T08:26:23.818Z | [ recovery-image] Feb 21 08:26:22.423 INFO O| Feb 21 08:26:22.423 INFO STEP 186 (remove_files) COMPLETE |
5005 | 2025-02-21T08:26:23.818Z | [ recovery-image] Feb 21 08:26:22.423 INFO O| Feb 21 08:26:22.423 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5006 | 2025-02-21T08:26:23.844Z | [ recovery-image] Feb 21 08:26:22.444 INFO O| Feb 21 08:26:22.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
5007 | 2025-02-21T08:26:23.844Z | [ recovery-image] Feb 21 08:26:22.444 INFO O| Feb 21 08:26:22.444 INFO STEP 187 (remove_files) COMPLETE |
5008 | 2025-02-21T08:26:23.844Z | [ recovery-image] Feb 21 08:26:22.444 INFO O| Feb 21 08:26:22.444 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5009 | 2025-02-21T08:26:23.865Z | [ recovery-image] Feb 21 08:26:22.465 INFO O| Feb 21 08:26:22.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
5010 | 2025-02-21T08:26:23.865Z | [ recovery-image] Feb 21 08:26:22.465 INFO O| Feb 21 08:26:22.465 INFO STEP 188 (remove_files) COMPLETE |
5011 | 2025-02-21T08:26:23.882Z | [ recovery-image] Feb 21 08:26:22.465 INFO O| Feb 21 08:26:22.465 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5012 | 2025-02-21T08:26:23.896Z | [ recovery-image] Feb 21 08:26:22.486 INFO O| Feb 21 08:26:22.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
5013 | 2025-02-21T08:26:23.896Z | [ recovery-image] Feb 21 08:26:22.486 INFO O| Feb 21 08:26:22.486 INFO STEP 189 (remove_files) COMPLETE |
5014 | 2025-02-21T08:26:23.896Z | [ recovery-image] Feb 21 08:26:22.486 INFO O| Feb 21 08:26:22.486 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5015 | 2025-02-21T08:26:23.923Z | [ recovery-image] Feb 21 08:26:22.506 INFO O| Feb 21 08:26:22.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
5016 | 2025-02-21T08:26:23.923Z | [ recovery-image] Feb 21 08:26:22.506 INFO O| Feb 21 08:26:22.506 INFO STEP 190 (remove_files) COMPLETE |
5017 | 2025-02-21T08:26:23.923Z | [ recovery-image] Feb 21 08:26:22.506 INFO O| Feb 21 08:26:22.506 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5018 | 2025-02-21T08:26:23.927Z | [ recovery-image] Feb 21 08:26:22.525 INFO O| Feb 21 08:26:22.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
5019 | 2025-02-21T08:26:23.927Z | [ recovery-image] Feb 21 08:26:22.525 INFO O| Feb 21 08:26:22.525 INFO STEP 191 (remove_files) COMPLETE |
5020 | 2025-02-21T08:26:23.927Z | [ recovery-image] Feb 21 08:26:22.525 INFO O| Feb 21 08:26:22.525 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5021 | 2025-02-21T08:26:23.957Z | [ recovery-image] Feb 21 08:26:22.563 INFO O| Feb 21 08:26:22.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
5022 | 2025-02-21T08:26:23.957Z | [ recovery-image] Feb 21 08:26:22.563 INFO O| Feb 21 08:26:22.563 INFO STEP 192 (remove_files) COMPLETE |
5023 | 2025-02-21T08:26:23.957Z | [ recovery-image] Feb 21 08:26:22.563 INFO O| Feb 21 08:26:22.563 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5024 | 2025-02-21T08:26:23.984Z | [ recovery-image] Feb 21 08:26:22.582 INFO O| Feb 21 08:26:22.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
5025 | 2025-02-21T08:26:23.984Z | [ recovery-image] Feb 21 08:26:22.582 INFO O| Feb 21 08:26:22.582 INFO STEP 193 (remove_files) COMPLETE |
5026 | 2025-02-21T08:26:23.984Z | [ recovery-image] Feb 21 08:26:22.582 INFO O| Feb 21 08:26:22.582 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5027 | 2025-02-21T08:26:23.997Z | [ recovery-image] Feb 21 08:26:22.603 INFO O| Feb 21 08:26:22.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
5028 | 2025-02-21T08:26:23.997Z | [ recovery-image] Feb 21 08:26:22.603 INFO O| Feb 21 08:26:22.603 INFO STEP 194 (remove_files) COMPLETE |
5029 | 2025-02-21T08:26:23.997Z | [ recovery-image] Feb 21 08:26:22.603 INFO O| Feb 21 08:26:22.603 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5030 | 2025-02-21T08:26:24.019Z | [ recovery-image] Feb 21 08:26:22.624 INFO O| Feb 21 08:26:22.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
5031 | 2025-02-21T08:26:24.019Z | [ recovery-image] Feb 21 08:26:22.624 INFO O| Feb 21 08:26:22.624 INFO STEP 195 (remove_files) COMPLETE |
5032 | 2025-02-21T08:26:24.019Z | [ recovery-image] Feb 21 08:26:22.624 INFO O| Feb 21 08:26:22.624 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5033 | 2025-02-21T08:26:24.046Z | [ recovery-image] Feb 21 08:26:22.652 INFO O| Feb 21 08:26:22.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
5034 | 2025-02-21T08:26:24.046Z | [ recovery-image] Feb 21 08:26:22.652 INFO O| Feb 21 08:26:22.652 INFO STEP 196 (remove_files) COMPLETE |
5035 | 2025-02-21T08:26:24.046Z | [ recovery-image] Feb 21 08:26:22.652 INFO O| Feb 21 08:26:22.652 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5036 | 2025-02-21T08:26:24.077Z | [ recovery-image] Feb 21 08:26:22.682 INFO O| Feb 21 08:26:22.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
5037 | 2025-02-21T08:26:24.093Z | [ recovery-image] Feb 21 08:26:22.699 INFO O| Feb 21 08:26:22.699 INFO STEP 197 (remove_files) COMPLETE |
5038 | 2025-02-21T08:26:24.093Z | [ recovery-image] Feb 21 08:26:22.699 INFO O| Feb 21 08:26:22.699 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5039 | 2025-02-21T08:26:24.116Z | [ recovery-image] Feb 21 08:26:22.722 INFO O| Feb 21 08:26:22.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
5040 | 2025-02-21T08:26:24.129Z | [ recovery-image] Feb 21 08:26:22.722 INFO O| Feb 21 08:26:22.722 INFO STEP 198 (remove_files) COMPLETE |
5041 | 2025-02-21T08:26:24.129Z | [ recovery-image] Feb 21 08:26:22.722 INFO O| Feb 21 08:26:22.722 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5042 | 2025-02-21T08:26:24.139Z | [ recovery-image] Feb 21 08:26:22.745 INFO O| Feb 21 08:26:22.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
5043 | 2025-02-21T08:26:24.166Z | [ recovery-image] Feb 21 08:26:22.745 INFO O| Feb 21 08:26:22.745 INFO STEP 199 (remove_files) COMPLETE |
5044 | 2025-02-21T08:26:24.167Z | [ recovery-image] Feb 21 08:26:22.746 INFO O| Feb 21 08:26:22.746 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5045 | 2025-02-21T08:26:24.170Z | [ recovery-image] Feb 21 08:26:22.765 INFO O| Feb 21 08:26:22.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
5046 | 2025-02-21T08:26:24.170Z | [ recovery-image] Feb 21 08:26:22.765 INFO O| Feb 21 08:26:22.765 INFO STEP 200 (remove_files) COMPLETE |
5047 | 2025-02-21T08:26:24.170Z | [ recovery-image] Feb 21 08:26:22.765 INFO O| Feb 21 08:26:22.765 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5048 | 2025-02-21T08:26:24.184Z | [ recovery-image] Feb 21 08:26:22.783 INFO O| Feb 21 08:26:22.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
5049 | 2025-02-21T08:26:24.184Z | [ recovery-image] Feb 21 08:26:22.783 INFO O| Feb 21 08:26:22.783 INFO STEP 201 (remove_files) COMPLETE |
5050 | 2025-02-21T08:26:24.184Z | [ recovery-image] Feb 21 08:26:22.783 INFO O| Feb 21 08:26:22.783 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5051 | 2025-02-21T08:26:24.254Z | [ recovery-image] Feb 21 08:26:22.860 INFO O| Feb 21 08:26:22.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
5052 | 2025-02-21T08:26:24.254Z | [ recovery-image] Feb 21 08:26:22.860 INFO O| Feb 21 08:26:22.860 INFO STEP 202 (remove_files) COMPLETE |
5053 | 2025-02-21T08:26:24.254Z | [ recovery-image] Feb 21 08:26:22.860 INFO O| Feb 21 08:26:22.860 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5054 | 2025-02-21T08:26:24.278Z | [ recovery-image] Feb 21 08:26:22.883 INFO O| Feb 21 08:26:22.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
5055 | 2025-02-21T08:26:24.282Z | [ recovery-image] Feb 21 08:26:22.883 INFO O| Feb 21 08:26:22.883 INFO STEP 203 (remove_files) COMPLETE |
5056 | 2025-02-21T08:26:24.282Z | [ recovery-image] Feb 21 08:26:22.883 INFO O| Feb 21 08:26:22.883 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5057 | 2025-02-21T08:26:24.297Z | [ recovery-image] Feb 21 08:26:22.903 INFO O| Feb 21 08:26:22.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
5058 | 2025-02-21T08:26:24.298Z | [ recovery-image] Feb 21 08:26:22.903 INFO O| Feb 21 08:26:22.903 INFO STEP 204 (remove_files) COMPLETE |
5059 | 2025-02-21T08:26:24.302Z | [ recovery-image] Feb 21 08:26:22.903 INFO O| Feb 21 08:26:22.903 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5060 | 2025-02-21T08:26:24.319Z | [ recovery-image] Feb 21 08:26:22.925 INFO O| Feb 21 08:26:22.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
5061 | 2025-02-21T08:26:24.319Z | [ recovery-image] Feb 21 08:26:22.925 INFO O| Feb 21 08:26:22.925 INFO STEP 205 (remove_files) COMPLETE |
5062 | 2025-02-21T08:26:24.319Z | [ recovery-image] Feb 21 08:26:22.925 INFO O| Feb 21 08:26:22.925 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5063 | 2025-02-21T08:26:24.375Z | [ recovery-image] Feb 21 08:26:22.981 INFO O| Feb 21 08:26:22.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
5064 | 2025-02-21T08:26:24.379Z | [ recovery-image] Feb 21 08:26:22.981 INFO O| Feb 21 08:26:22.981 INFO STEP 206 (remove_files) COMPLETE |
5065 | 2025-02-21T08:26:24.379Z | [ recovery-image] Feb 21 08:26:22.981 INFO O| Feb 21 08:26:22.981 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5066 | 2025-02-21T08:26:24.409Z | [ recovery-image] Feb 21 08:26:23.015 INFO O| Feb 21 08:26:23.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
5067 | 2025-02-21T08:26:24.434Z | [ recovery-image] Feb 21 08:26:23.040 INFO O| Feb 21 08:26:23.040 INFO STEP 207 (remove_files) COMPLETE |
5068 | 2025-02-21T08:26:24.435Z | [ recovery-image] Feb 21 08:26:23.040 INFO O| Feb 21 08:26:23.040 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5069 | 2025-02-21T08:26:24.492Z | [ recovery-image] Feb 21 08:26:23.098 INFO O| Feb 21 08:26:23.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
5070 | 2025-02-21T08:26:24.492Z | [ recovery-image] Feb 21 08:26:23.098 INFO O| Feb 21 08:26:23.098 INFO STEP 208 (remove_files) COMPLETE |
5071 | 2025-02-21T08:26:24.492Z | [ recovery-image] Feb 21 08:26:23.098 INFO O| Feb 21 08:26:23.098 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5072 | 2025-02-21T08:26:24.513Z | [ recovery-image] Feb 21 08:26:23.117 INFO O| Feb 21 08:26:23.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
5073 | 2025-02-21T08:26:24.513Z | [ recovery-image] Feb 21 08:26:23.117 INFO O| Feb 21 08:26:23.117 INFO STEP 209 (remove_files) COMPLETE |
5074 | 2025-02-21T08:26:24.513Z | [ recovery-image] Feb 21 08:26:23.118 INFO O| Feb 21 08:26:23.117 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5075 | 2025-02-21T08:26:24.531Z | [ recovery-image] Feb 21 08:26:23.137 INFO O| Feb 21 08:26:23.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
5076 | 2025-02-21T08:26:24.531Z | [ recovery-image] Feb 21 08:26:23.137 INFO O| Feb 21 08:26:23.137 INFO STEP 210 (remove_files) COMPLETE |
5077 | 2025-02-21T08:26:24.531Z | [ recovery-image] Feb 21 08:26:23.137 INFO O| Feb 21 08:26:23.137 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5078 | 2025-02-21T08:26:24.551Z | [ recovery-image] Feb 21 08:26:23.155 INFO O| Feb 21 08:26:23.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
5079 | 2025-02-21T08:26:24.554Z | [ recovery-image] Feb 21 08:26:23.156 INFO O| Feb 21 08:26:23.156 INFO STEP 211 (remove_files) COMPLETE |
5080 | 2025-02-21T08:26:24.554Z | [ recovery-image] Feb 21 08:26:23.156 INFO O| Feb 21 08:26:23.156 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5081 | 2025-02-21T08:26:24.577Z | [ recovery-image] Feb 21 08:26:23.182 INFO O| Feb 21 08:26:23.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
5082 | 2025-02-21T08:26:24.580Z | [ recovery-image] Feb 21 08:26:23.183 INFO O| Feb 21 08:26:23.182 INFO STEP 212 (remove_files) COMPLETE |
5083 | 2025-02-21T08:26:24.580Z | [ recovery-image] Feb 21 08:26:23.183 INFO O| Feb 21 08:26:23.183 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5084 | 2025-02-21T08:26:24.599Z | [ recovery-image] Feb 21 08:26:23.203 INFO O| Feb 21 08:26:23.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
5085 | 2025-02-21T08:26:24.604Z | [ recovery-image] Feb 21 08:26:23.204 INFO O| Feb 21 08:26:23.204 INFO STEP 213 (remove_files) COMPLETE |
5086 | 2025-02-21T08:26:24.604Z | [ recovery-image] Feb 21 08:26:23.204 INFO O| Feb 21 08:26:23.204 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5087 | 2025-02-21T08:26:24.633Z | [ recovery-image] Feb 21 08:26:23.239 INFO O| Feb 21 08:26:23.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
5088 | 2025-02-21T08:26:24.636Z | [ recovery-image] Feb 21 08:26:23.239 INFO O| Feb 21 08:26:23.239 INFO STEP 214 (remove_files) COMPLETE |
5089 | 2025-02-21T08:26:24.636Z | [ recovery-image] Feb 21 08:26:23.240 INFO O| Feb 21 08:26:23.240 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5090 | 2025-02-21T08:26:24.682Z | [ recovery-image] Feb 21 08:26:23.286 INFO O| Feb 21 08:26:23.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
5091 | 2025-02-21T08:26:24.682Z | [ recovery-image] Feb 21 08:26:23.286 INFO O| Feb 21 08:26:23.286 INFO STEP 215 (remove_files) COMPLETE |
5092 | 2025-02-21T08:26:24.682Z | [ recovery-image] Feb 21 08:26:23.286 INFO O| Feb 21 08:26:23.286 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5093 | 2025-02-21T08:26:24.700Z | [ recovery-image] Feb 21 08:26:23.305 INFO O| Feb 21 08:26:23.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
5094 | 2025-02-21T08:26:24.700Z | [ recovery-image] Feb 21 08:26:23.305 INFO O| Feb 21 08:26:23.305 INFO STEP 216 (remove_files) COMPLETE |
5095 | 2025-02-21T08:26:24.700Z | [ recovery-image] Feb 21 08:26:23.305 INFO O| Feb 21 08:26:23.305 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5096 | 2025-02-21T08:26:24.719Z | [ recovery-image] Feb 21 08:26:23.324 INFO O| Feb 21 08:26:23.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
5097 | 2025-02-21T08:26:24.719Z | [ recovery-image] Feb 21 08:26:23.324 INFO O| Feb 21 08:26:23.324 INFO STEP 217 (remove_files) COMPLETE |
5098 | 2025-02-21T08:26:24.719Z | [ recovery-image] Feb 21 08:26:23.325 INFO O| Feb 21 08:26:23.324 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5099 | 2025-02-21T08:26:24.741Z | [ recovery-image] Feb 21 08:26:23.346 INFO O| Feb 21 08:26:23.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
5100 | 2025-02-21T08:26:24.741Z | [ recovery-image] Feb 21 08:26:23.346 INFO O| Feb 21 08:26:23.346 INFO STEP 218 (remove_files) COMPLETE |
5101 | 2025-02-21T08:26:24.741Z | [ recovery-image] Feb 21 08:26:23.347 INFO O| Feb 21 08:26:23.346 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5102 | 2025-02-21T08:26:24.760Z | [ recovery-image] Feb 21 08:26:23.366 INFO O| Feb 21 08:26:23.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
5103 | 2025-02-21T08:26:24.760Z | [ recovery-image] Feb 21 08:26:23.366 INFO O| Feb 21 08:26:23.366 INFO STEP 219 (remove_files) COMPLETE |
5104 | 2025-02-21T08:26:24.760Z | [ recovery-image] Feb 21 08:26:23.366 INFO O| Feb 21 08:26:23.366 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5105 | 2025-02-21T08:26:24.781Z | [ recovery-image] Feb 21 08:26:23.386 INFO O| Feb 21 08:26:23.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
5106 | 2025-02-21T08:26:24.781Z | [ recovery-image] Feb 21 08:26:23.386 INFO O| Feb 21 08:26:23.386 INFO STEP 220 (remove_files) COMPLETE |
5107 | 2025-02-21T08:26:24.785Z | [ recovery-image] Feb 21 08:26:23.386 INFO O| Feb 21 08:26:23.386 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5108 | 2025-02-21T08:26:24.811Z | [ recovery-image] Feb 21 08:26:23.417 INFO O| Feb 21 08:26:23.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
5109 | 2025-02-21T08:26:24.816Z | [ recovery-image] Feb 21 08:26:23.418 INFO O| Feb 21 08:26:23.418 INFO STEP 221 (remove_files) COMPLETE |
5110 | 2025-02-21T08:26:24.816Z | [ recovery-image] Feb 21 08:26:23.418 INFO O| Feb 21 08:26:23.418 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5111 | 2025-02-21T08:26:24.834Z | [ recovery-image] Feb 21 08:26:23.439 INFO O| Feb 21 08:26:23.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
5112 | 2025-02-21T08:26:24.834Z | [ recovery-image] Feb 21 08:26:23.439 INFO O| Feb 21 08:26:23.439 INFO STEP 222 (remove_files) COMPLETE |
5113 | 2025-02-21T08:26:24.837Z | [ recovery-image] Feb 21 08:26:23.439 INFO O| Feb 21 08:26:23.439 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5114 | 2025-02-21T08:26:24.870Z | [ recovery-image] Feb 21 08:26:23.476 INFO O| Feb 21 08:26:23.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
5115 | 2025-02-21T08:26:24.873Z | [ recovery-image] Feb 21 08:26:23.476 INFO O| Feb 21 08:26:23.476 INFO STEP 223 (remove_files) COMPLETE |
5116 | 2025-02-21T08:26:24.873Z | [ recovery-image] Feb 21 08:26:23.476 INFO O| Feb 21 08:26:23.476 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5117 | 2025-02-21T08:26:24.891Z | [ recovery-image] Feb 21 08:26:23.497 INFO O| Feb 21 08:26:23.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
5118 | 2025-02-21T08:26:24.894Z | [ recovery-image] Feb 21 08:26:23.497 INFO O| Feb 21 08:26:23.497 INFO STEP 224 (remove_files) COMPLETE |
5119 | 2025-02-21T08:26:24.894Z | [ recovery-image] Feb 21 08:26:23.497 INFO O| Feb 21 08:26:23.497 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5120 | 2025-02-21T08:26:24.912Z | [ recovery-image] Feb 21 08:26:23.518 INFO O| Feb 21 08:26:23.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
5121 | 2025-02-21T08:26:24.916Z | [ recovery-image] Feb 21 08:26:23.519 INFO O| Feb 21 08:26:23.519 INFO STEP 225 (remove_files) COMPLETE |
5122 | 2025-02-21T08:26:24.917Z | [ recovery-image] Feb 21 08:26:23.519 INFO O| Feb 21 08:26:23.519 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5123 | 2025-02-21T08:26:24.934Z | [ recovery-image] Feb 21 08:26:23.540 INFO O| Feb 21 08:26:23.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
5124 | 2025-02-21T08:26:24.937Z | [ recovery-image] Feb 21 08:26:23.541 INFO O| Feb 21 08:26:23.541 INFO STEP 226 (remove_files) COMPLETE |
5125 | 2025-02-21T08:26:24.937Z | [ recovery-image] Feb 21 08:26:23.541 INFO O| Feb 21 08:26:23.541 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5126 | 2025-02-21T08:26:24.968Z | [ recovery-image] Feb 21 08:26:23.574 INFO O| Feb 21 08:26:23.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
5127 | 2025-02-21T08:26:24.968Z | [ recovery-image] Feb 21 08:26:23.574 INFO O| Feb 21 08:26:23.574 INFO STEP 227 (remove_files) COMPLETE |
5128 | 2025-02-21T08:26:24.971Z | [ recovery-image] Feb 21 08:26:23.575 INFO O| Feb 21 08:26:23.574 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5129 | 2025-02-21T08:26:24.997Z | [ recovery-image] Feb 21 08:26:23.603 INFO O| Feb 21 08:26:23.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
5130 | 2025-02-21T08:26:25.000Z | [ recovery-image] Feb 21 08:26:23.603 INFO O| Feb 21 08:26:23.603 INFO STEP 228 (remove_files) COMPLETE |
5131 | 2025-02-21T08:26:25.000Z | [ recovery-image] Feb 21 08:26:23.603 INFO O| Feb 21 08:26:23.603 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5132 | 2025-02-21T08:26:25.022Z | [ recovery-image] Feb 21 08:26:23.626 INFO O| Feb 21 08:26:23.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
5133 | 2025-02-21T08:26:25.022Z | [ recovery-image] Feb 21 08:26:23.626 INFO O| Feb 21 08:26:23.626 INFO STEP 229 (remove_files) COMPLETE |
5134 | 2025-02-21T08:26:25.022Z | [ recovery-image] Feb 21 08:26:23.626 INFO O| Feb 21 08:26:23.626 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5135 | 2025-02-21T08:26:25.042Z | [ recovery-image] Feb 21 08:26:23.648 INFO O| Feb 21 08:26:23.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
5136 | 2025-02-21T08:26:25.042Z | [ recovery-image] Feb 21 08:26:23.648 INFO O| Feb 21 08:26:23.648 INFO STEP 230 (remove_files) COMPLETE |
5137 | 2025-02-21T08:26:25.044Z | [ recovery-image] Feb 21 08:26:23.648 INFO O| Feb 21 08:26:23.648 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5138 | 2025-02-21T08:26:25.063Z | [ recovery-image] Feb 21 08:26:23.669 INFO O| Feb 21 08:26:23.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
5139 | 2025-02-21T08:26:25.063Z | [ recovery-image] Feb 21 08:26:23.669 INFO O| Feb 21 08:26:23.669 INFO STEP 231 (remove_files) COMPLETE |
5140 | 2025-02-21T08:26:25.063Z | [ recovery-image] Feb 21 08:26:23.669 INFO O| Feb 21 08:26:23.669 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5141 | 2025-02-21T08:26:25.082Z | [ recovery-image] Feb 21 08:26:23.688 INFO O| Feb 21 08:26:23.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
5142 | 2025-02-21T08:26:25.082Z | [ recovery-image] Feb 21 08:26:23.688 INFO O| Feb 21 08:26:23.688 INFO STEP 232 (remove_files) COMPLETE |
5143 | 2025-02-21T08:26:25.082Z | [ recovery-image] Feb 21 08:26:23.688 INFO O| Feb 21 08:26:23.688 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5144 | 2025-02-21T08:26:25.643Z | [ recovery-image] Feb 21 08:26:23.711 INFO O| Feb 21 08:26:23.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
5145 | 2025-02-21T08:26:25.643Z | [ recovery-image] Feb 21 08:26:23.711 INFO O| Feb 21 08:26:23.711 INFO STEP 233 (remove_files) COMPLETE |
5146 | 2025-02-21T08:26:25.643Z | [ recovery-image] Feb 21 08:26:23.711 INFO O| Feb 21 08:26:23.711 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5147 | 2025-02-21T08:26:25.705Z | [ recovery-image] Feb 21 08:26:23.731 INFO O| Feb 21 08:26:23.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
5148 | 2025-02-21T08:26:25.705Z | [ recovery-image] Feb 21 08:26:23.731 INFO O| Feb 21 08:26:23.731 INFO STEP 234 (remove_files) COMPLETE |
5149 | 2025-02-21T08:26:25.705Z | [ recovery-image] Feb 21 08:26:23.731 INFO O| Feb 21 08:26:23.731 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5150 | 2025-02-21T08:26:25.706Z | [ recovery-image] Feb 21 08:26:23.750 INFO O| Feb 21 08:26:23.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
5151 | 2025-02-21T08:26:25.706Z | [ recovery-image] Feb 21 08:26:23.750 INFO O| Feb 21 08:26:23.750 INFO STEP 235 (remove_files) COMPLETE |
5152 | 2025-02-21T08:26:25.706Z | [ recovery-image] Feb 21 08:26:23.750 INFO O| Feb 21 08:26:23.750 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5153 | 2025-02-21T08:26:25.706Z | [ recovery-image] Feb 21 08:26:23.774 INFO O| Feb 21 08:26:23.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
5154 | 2025-02-21T08:26:25.706Z | [ recovery-image] Feb 21 08:26:23.775 INFO O| Feb 21 08:26:23.775 INFO STEP 236 (remove_files) COMPLETE |
5155 | 2025-02-21T08:26:25.706Z | [ recovery-image] Feb 21 08:26:23.775 INFO O| Feb 21 08:26:23.775 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5156 | 2025-02-21T08:26:25.706Z | [ recovery-image] Feb 21 08:26:23.795 INFO O| Feb 21 08:26:23.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
5157 | 2025-02-21T08:26:25.706Z | [ recovery-image] Feb 21 08:26:23.795 INFO O| Feb 21 08:26:23.795 INFO STEP 237 (remove_files) COMPLETE |
5158 | 2025-02-21T08:26:25.706Z | [ recovery-image] Feb 21 08:26:23.795 INFO O| Feb 21 08:26:23.795 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5159 | 2025-02-21T08:26:25.706Z | [ recovery-image] Feb 21 08:26:23.911 INFO O| Feb 21 08:26:23.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
5160 | 2025-02-21T08:26:25.706Z | [ recovery-image] Feb 21 08:26:23.911 INFO O| Feb 21 08:26:23.911 INFO STEP 238 (remove_files) COMPLETE |
5161 | 2025-02-21T08:26:25.706Z | [ recovery-image] Feb 21 08:26:23.911 INFO O| Feb 21 08:26:23.911 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5162 | 2025-02-21T08:26:25.706Z | [ recovery-image] Feb 21 08:26:23.995 INFO O| Feb 21 08:26:23.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
5163 | 2025-02-21T08:26:25.707Z | [ recovery-image] Feb 21 08:26:23.995 INFO O| Feb 21 08:26:23.995 INFO STEP 239 (remove_files) COMPLETE |
5164 | 2025-02-21T08:26:25.707Z | [ recovery-image] Feb 21 08:26:23.995 INFO O| Feb 21 08:26:23.995 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5165 | 2025-02-21T08:26:25.707Z | [ recovery-image] Feb 21 08:26:24.016 INFO O| Feb 21 08:26:24.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
5166 | 2025-02-21T08:26:25.707Z | [ recovery-image] Feb 21 08:26:24.016 INFO O| Feb 21 08:26:24.016 INFO STEP 240 (remove_files) COMPLETE |
5167 | 2025-02-21T08:26:25.707Z | [ recovery-image] Feb 21 08:26:24.016 INFO O| Feb 21 08:26:24.016 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5168 | 2025-02-21T08:26:25.707Z | [ recovery-image] Feb 21 08:26:24.037 INFO O| Feb 21 08:26:24.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
5169 | 2025-02-21T08:26:25.707Z | [ recovery-image] Feb 21 08:26:24.037 INFO O| Feb 21 08:26:24.037 INFO STEP 241 (remove_files) COMPLETE |
5170 | 2025-02-21T08:26:25.707Z | [ recovery-image] Feb 21 08:26:24.037 INFO O| Feb 21 08:26:24.037 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5171 | 2025-02-21T08:26:25.707Z | [ recovery-image] Feb 21 08:26:24.057 INFO O| Feb 21 08:26:24.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
5172 | 2025-02-21T08:26:25.707Z | [ recovery-image] Feb 21 08:26:24.057 INFO O| Feb 21 08:26:24.057 INFO STEP 242 (remove_files) COMPLETE |
5173 | 2025-02-21T08:26:25.707Z | [ recovery-image] Feb 21 08:26:24.057 INFO O| Feb 21 08:26:24.057 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5174 | 2025-02-21T08:26:25.707Z | [ recovery-image] Feb 21 08:26:24.076 INFO O| Feb 21 08:26:24.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
5175 | 2025-02-21T08:26:25.707Z | [ recovery-image] Feb 21 08:26:24.076 INFO O| Feb 21 08:26:24.076 INFO STEP 243 (remove_files) COMPLETE |
5176 | 2025-02-21T08:26:25.707Z | [ recovery-image] Feb 21 08:26:24.076 INFO O| Feb 21 08:26:24.076 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5177 | 2025-02-21T08:26:25.707Z | [ recovery-image] Feb 21 08:26:24.095 INFO O| Feb 21 08:26:24.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
5178 | 2025-02-21T08:26:25.707Z | [ recovery-image] Feb 21 08:26:24.095 INFO O| Feb 21 08:26:24.095 INFO STEP 244 (remove_files) COMPLETE |
5179 | 2025-02-21T08:26:25.707Z | [ recovery-image] Feb 21 08:26:24.095 INFO O| Feb 21 08:26:24.095 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5180 | 2025-02-21T08:26:25.707Z | [ recovery-image] Feb 21 08:26:24.115 INFO O| Feb 21 08:26:24.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
5181 | 2025-02-21T08:26:25.707Z | [ recovery-image] Feb 21 08:26:24.115 INFO O| Feb 21 08:26:24.115 INFO STEP 245 (remove_files) COMPLETE |
5182 | 2025-02-21T08:26:25.707Z | [ recovery-image] Feb 21 08:26:24.115 INFO O| Feb 21 08:26:24.115 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5183 | 2025-02-21T08:26:25.708Z | [ recovery-image] Feb 21 08:26:24.146 INFO O| Feb 21 08:26:24.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
5184 | 2025-02-21T08:26:25.708Z | [ recovery-image] Feb 21 08:26:24.146 INFO O| Feb 21 08:26:24.146 INFO STEP 246 (remove_files) COMPLETE |
5185 | 2025-02-21T08:26:25.708Z | [ recovery-image] Feb 21 08:26:24.146 INFO O| Feb 21 08:26:24.146 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5186 | 2025-02-21T08:26:25.708Z | [ recovery-image] Feb 21 08:26:24.183 INFO O| Feb 21 08:26:24.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
5187 | 2025-02-21T08:26:25.708Z | [ recovery-image] Feb 21 08:26:24.183 INFO O| Feb 21 08:26:24.183 INFO STEP 247 (remove_files) COMPLETE |
5188 | 2025-02-21T08:26:25.708Z | [ recovery-image] Feb 21 08:26:24.183 INFO O| Feb 21 08:26:24.183 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5189 | 2025-02-21T08:26:25.708Z | [ recovery-image] Feb 21 08:26:24.211 INFO O| Feb 21 08:26:24.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
5190 | 2025-02-21T08:26:25.708Z | [ recovery-image] Feb 21 08:26:24.211 INFO O| Feb 21 08:26:24.211 INFO STEP 248 (remove_files) COMPLETE |
5191 | 2025-02-21T08:26:25.708Z | [ recovery-image] Feb 21 08:26:24.212 INFO O| Feb 21 08:26:24.212 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5192 | 2025-02-21T08:26:25.732Z | [ recovery-image] Feb 21 08:26:24.308 INFO O| Feb 21 08:26:24.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
5193 | 2025-02-21T08:26:25.733Z | [ recovery-image] Feb 21 08:26:24.308 INFO O| Feb 21 08:26:24.308 INFO STEP 249 (remove_files) COMPLETE |
5194 | 2025-02-21T08:26:25.733Z | [ recovery-image] Feb 21 08:26:24.308 INFO O| Feb 21 08:26:24.308 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5195 | 2025-02-21T08:26:25.760Z | [ recovery-image] Feb 21 08:26:24.366 INFO O| Feb 21 08:26:24.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
5196 | 2025-02-21T08:26:25.760Z | [ recovery-image] Feb 21 08:26:24.366 INFO O| Feb 21 08:26:24.366 INFO STEP 250 (remove_files) COMPLETE |
5197 | 2025-02-21T08:26:25.760Z | [ recovery-image] Feb 21 08:26:24.366 INFO O| Feb 21 08:26:24.366 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5198 | 2025-02-21T08:26:25.820Z | [ recovery-image] Feb 21 08:26:24.426 INFO O| Feb 21 08:26:24.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
5199 | 2025-02-21T08:26:25.820Z | [ recovery-image] Feb 21 08:26:24.426 INFO O| Feb 21 08:26:24.426 INFO STEP 251 (remove_files) COMPLETE |
5200 | 2025-02-21T08:26:25.825Z | [ recovery-image] Feb 21 08:26:24.426 INFO O| Feb 21 08:26:24.426 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5201 | 2025-02-21T08:26:25.839Z | [ recovery-image] Feb 21 08:26:24.445 INFO O| Feb 21 08:26:24.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
5202 | 2025-02-21T08:26:25.841Z | [ recovery-image] Feb 21 08:26:24.445 INFO O| Feb 21 08:26:24.445 INFO STEP 252 (remove_files) COMPLETE |
5203 | 2025-02-21T08:26:25.841Z | [ recovery-image] Feb 21 08:26:24.445 INFO O| Feb 21 08:26:24.445 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5204 | 2025-02-21T08:26:25.857Z | [ recovery-image] Feb 21 08:26:24.463 INFO O| Feb 21 08:26:24.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
5205 | 2025-02-21T08:26:25.857Z | [ recovery-image] Feb 21 08:26:24.463 INFO O| Feb 21 08:26:24.463 INFO STEP 253 (remove_files) COMPLETE |
5206 | 2025-02-21T08:26:25.857Z | [ recovery-image] Feb 21 08:26:24.463 INFO O| Feb 21 08:26:24.463 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5207 | 2025-02-21T08:26:25.875Z | [ recovery-image] Feb 21 08:26:24.481 INFO O| Feb 21 08:26:24.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
5208 | 2025-02-21T08:26:25.876Z | [ recovery-image] Feb 21 08:26:24.481 INFO O| Feb 21 08:26:24.481 INFO STEP 254 (remove_files) COMPLETE |
5209 | 2025-02-21T08:26:25.876Z | [ recovery-image] Feb 21 08:26:24.481 INFO O| Feb 21 08:26:24.481 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5210 | 2025-02-21T08:26:25.986Z | [ recovery-image] Feb 21 08:26:24.583 INFO O| Feb 21 08:26:24.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
5211 | 2025-02-21T08:26:25.986Z | [ recovery-image] Feb 21 08:26:24.583 INFO O| Feb 21 08:26:24.583 INFO STEP 255 (remove_files) COMPLETE |
5212 | 2025-02-21T08:26:25.990Z | [ recovery-image] Feb 21 08:26:24.583 INFO O| Feb 21 08:26:24.583 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5213 | 2025-02-21T08:26:25.997Z | [ recovery-image] Feb 21 08:26:24.603 INFO O| Feb 21 08:26:24.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
5214 | 2025-02-21T08:26:25.997Z | [ recovery-image] Feb 21 08:26:24.603 INFO O| Feb 21 08:26:24.603 INFO STEP 256 (remove_files) COMPLETE |
5215 | 2025-02-21T08:26:25.997Z | [ recovery-image] Feb 21 08:26:24.603 INFO O| Feb 21 08:26:24.603 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5216 | 2025-02-21T08:26:26.022Z | [ recovery-image] Feb 21 08:26:24.620 INFO O| Feb 21 08:26:24.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
5217 | 2025-02-21T08:26:26.022Z | [ recovery-image] Feb 21 08:26:24.620 INFO O| Feb 21 08:26:24.620 INFO STEP 257 (remove_files) COMPLETE |
5218 | 2025-02-21T08:26:26.025Z | [ recovery-image] Feb 21 08:26:24.621 INFO O| Feb 21 08:26:24.620 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5219 | 2025-02-21T08:26:26.042Z | [ recovery-image] Feb 21 08:26:24.638 INFO O| Feb 21 08:26:24.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
5220 | 2025-02-21T08:26:26.042Z | [ recovery-image] Feb 21 08:26:24.638 INFO O| Feb 21 08:26:24.638 INFO STEP 258 (remove_files) COMPLETE |
5221 | 2025-02-21T08:26:26.047Z | [ recovery-image] Feb 21 08:26:24.638 INFO O| Feb 21 08:26:24.638 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5222 | 2025-02-21T08:26:26.053Z | [ recovery-image] Feb 21 08:26:24.658 INFO O| Feb 21 08:26:24.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
5223 | 2025-02-21T08:26:26.054Z | [ recovery-image] Feb 21 08:26:24.658 INFO O| Feb 21 08:26:24.658 INFO STEP 259 (remove_files) COMPLETE |
5224 | 2025-02-21T08:26:26.054Z | [ recovery-image] Feb 21 08:26:24.659 INFO O| Feb 21 08:26:24.658 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5225 | 2025-02-21T08:26:26.085Z | [ recovery-image] Feb 21 08:26:24.691 INFO O| Feb 21 08:26:24.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
5226 | 2025-02-21T08:26:26.089Z | [ recovery-image] Feb 21 08:26:24.691 INFO O| Feb 21 08:26:24.691 INFO STEP 260 (remove_files) COMPLETE |
5227 | 2025-02-21T08:26:26.089Z | [ recovery-image] Feb 21 08:26:24.692 INFO O| Feb 21 08:26:24.692 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5228 | 2025-02-21T08:26:26.150Z | [ recovery-image] Feb 21 08:26:24.756 INFO O| Feb 21 08:26:24.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
5229 | 2025-02-21T08:26:26.153Z | [ recovery-image] Feb 21 08:26:24.757 INFO O| Feb 21 08:26:24.756 INFO STEP 261 (remove_files) COMPLETE |
5230 | 2025-02-21T08:26:26.154Z | [ recovery-image] Feb 21 08:26:24.757 INFO O| Feb 21 08:26:24.756 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5231 | 2025-02-21T08:26:26.242Z | [ recovery-image] Feb 21 08:26:24.838 INFO O| Feb 21 08:26:24.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
5232 | 2025-02-21T08:26:26.246Z | [ recovery-image] Feb 21 08:26:24.838 INFO O| Feb 21 08:26:24.838 INFO STEP 262 (remove_files) COMPLETE |
5233 | 2025-02-21T08:26:26.246Z | [ recovery-image] Feb 21 08:26:24.838 INFO O| Feb 21 08:26:24.838 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5234 | 2025-02-21T08:26:26.301Z | [ recovery-image] Feb 21 08:26:24.907 INFO O| Feb 21 08:26:24.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
5235 | 2025-02-21T08:26:26.305Z | [ recovery-image] Feb 21 08:26:24.907 INFO O| Feb 21 08:26:24.907 INFO STEP 263 (remove_files) COMPLETE |
5236 | 2025-02-21T08:26:26.305Z | [ recovery-image] Feb 21 08:26:24.907 INFO O| Feb 21 08:26:24.907 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5237 | 2025-02-21T08:26:26.347Z | [ recovery-image] Feb 21 08:26:24.950 INFO O| Feb 21 08:26:24.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
5238 | 2025-02-21T08:26:26.350Z | [ recovery-image] Feb 21 08:26:24.950 INFO O| Feb 21 08:26:24.950 INFO STEP 264 (remove_files) COMPLETE |
5239 | 2025-02-21T08:26:26.350Z | [ recovery-image] Feb 21 08:26:24.950 INFO O| Feb 21 08:26:24.950 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5240 | 2025-02-21T08:26:26.378Z | [ recovery-image] Feb 21 08:26:24.984 INFO O| Feb 21 08:26:24.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
5241 | 2025-02-21T08:26:26.381Z | [ recovery-image] Feb 21 08:26:24.984 INFO O| Feb 21 08:26:24.984 INFO STEP 265 (remove_files) COMPLETE |
5242 | 2025-02-21T08:26:26.381Z | [ recovery-image] Feb 21 08:26:24.984 INFO O| Feb 21 08:26:24.984 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5243 | 2025-02-21T08:26:26.400Z | [ recovery-image] Feb 21 08:26:25.005 INFO O| Feb 21 08:26:25.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
5244 | 2025-02-21T08:26:26.400Z | [ recovery-image] Feb 21 08:26:25.005 INFO O| Feb 21 08:26:25.005 INFO STEP 266 (remove_files) COMPLETE |
5245 | 2025-02-21T08:26:26.400Z | [ recovery-image] Feb 21 08:26:25.005 INFO O| Feb 21 08:26:25.005 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5246 | 2025-02-21T08:26:26.417Z | [ recovery-image] Feb 21 08:26:25.022 INFO O| Feb 21 08:26:25.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
5247 | 2025-02-21T08:26:26.439Z | [ recovery-image] Feb 21 08:26:25.045 INFO O| Feb 21 08:26:25.045 INFO STEP 267 (remove_files) COMPLETE |
5248 | 2025-02-21T08:26:26.440Z | [ recovery-image] Feb 21 08:26:25.045 INFO O| Feb 21 08:26:25.045 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5249 | 2025-02-21T08:26:26.471Z | [ recovery-image] Feb 21 08:26:25.077 INFO O| Feb 21 08:26:25.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
5250 | 2025-02-21T08:26:26.472Z | [ recovery-image] Feb 21 08:26:25.078 INFO O| Feb 21 08:26:25.077 INFO STEP 268 (remove_files) COMPLETE |
5251 | 2025-02-21T08:26:26.478Z | [ recovery-image] Feb 21 08:26:25.078 INFO O| Feb 21 08:26:25.078 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5252 | 2025-02-21T08:26:26.511Z | [ recovery-image] Feb 21 08:26:25.117 INFO O| Feb 21 08:26:25.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
5253 | 2025-02-21T08:26:26.513Z | [ recovery-image] Feb 21 08:26:25.117 INFO O| Feb 21 08:26:25.117 INFO STEP 269 (remove_files) COMPLETE |
5254 | 2025-02-21T08:26:26.513Z | [ recovery-image] Feb 21 08:26:25.117 INFO O| Feb 21 08:26:25.117 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5255 | 2025-02-21T08:26:26.542Z | [ recovery-image] Feb 21 08:26:25.148 INFO O| Feb 21 08:26:25.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
5256 | 2025-02-21T08:26:26.542Z | [ recovery-image] Feb 21 08:26:25.148 INFO O| Feb 21 08:26:25.148 INFO STEP 270 (remove_files) COMPLETE |
5257 | 2025-02-21T08:26:26.542Z | [ recovery-image] Feb 21 08:26:25.148 INFO O| Feb 21 08:26:25.148 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5258 | 2025-02-21T08:26:26.573Z | [ recovery-image] Feb 21 08:26:25.179 INFO O| Feb 21 08:26:25.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
5259 | 2025-02-21T08:26:26.573Z | [ recovery-image] Feb 21 08:26:25.179 INFO O| Feb 21 08:26:25.179 INFO STEP 271 (remove_files) COMPLETE |
5260 | 2025-02-21T08:26:26.579Z | [ recovery-image] Feb 21 08:26:25.179 INFO O| Feb 21 08:26:25.179 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5261 | 2025-02-21T08:26:26.589Z | [ host-image] Feb 21 08:26:25.195 INFO O| Feb 21 08:26:25.195 INFO O| Done |
5262 | 2025-02-21T08:26:26.604Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
5263 | 2025-02-21T08:26:26.689Z | [ recovery-image] Feb 21 08:26:25.262 INFO O| Feb 21 08:26:25.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
5264 | 2025-02-21T08:26:26.689Z | [ recovery-image] Feb 21 08:26:25.262 INFO O| Feb 21 08:26:25.262 INFO STEP 272 (remove_files) COMPLETE |
5265 | 2025-02-21T08:26:26.704Z | [ recovery-image] Feb 21 08:26:25.262 INFO O| Feb 21 08:26:25.262 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5266 | 2025-02-21T08:26:26.704Z | [ host-image] Feb 21 08:26:25.289 INFO O| Feb 21 08:26:25.289 INFO O| Done |
5267 | 2025-02-21T08:26:26.704Z | [ host-image] Feb 21 08:26:25.289 INFO O| Feb 21 08:26:25.289 INFO O| Done |
5268 | 2025-02-21T08:26:26.755Z | [ host-image] Feb 21 08:26:25.358 INFO O| Feb 21 08:26:25.358 INFO O| Done |
5269 | 2025-02-21T08:26:26.770Z | [ recovery-image] Feb 21 08:26:25.362 INFO O| Feb 21 08:26:25.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
5270 | 2025-02-21T08:26:26.770Z | [ recovery-image] Feb 21 08:26:25.362 INFO O| Feb 21 08:26:25.362 INFO STEP 273 (remove_files) COMPLETE |
5271 | 2025-02-21T08:26:26.770Z | [ recovery-image] Feb 21 08:26:25.362 INFO O| Feb 21 08:26:25.362 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5272 | 2025-02-21T08:26:26.808Z | [ recovery-image] Feb 21 08:26:25.401 INFO O| Feb 21 08:26:25.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
5273 | 2025-02-21T08:26:26.808Z | [ recovery-image] Feb 21 08:26:25.401 INFO O| Feb 21 08:26:25.401 INFO STEP 274 (remove_files) COMPLETE |
5274 | 2025-02-21T08:26:26.808Z | [ recovery-image] Feb 21 08:26:25.401 INFO O| Feb 21 08:26:25.401 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5275 | 2025-02-21T08:26:26.835Z | [ recovery-image] Feb 21 08:26:25.422 INFO O| Feb 21 08:26:25.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
5276 | 2025-02-21T08:26:26.835Z | [ recovery-image] Feb 21 08:26:25.422 INFO O| Feb 21 08:26:25.422 INFO STEP 275 (remove_files) COMPLETE |
5277 | 2025-02-21T08:26:26.835Z | [ recovery-image] Feb 21 08:26:25.422 INFO O| Feb 21 08:26:25.422 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5278 | 2025-02-21T08:26:26.839Z | [ recovery-image] Feb 21 08:26:25.444 INFO O| Feb 21 08:26:25.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
5279 | 2025-02-21T08:26:26.839Z | [ recovery-image] Feb 21 08:26:25.444 INFO O| Feb 21 08:26:25.444 INFO STEP 276 (remove_files) COMPLETE |
5280 | 2025-02-21T08:26:26.839Z | [ recovery-image] Feb 21 08:26:25.444 INFO O| Feb 21 08:26:25.444 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5281 | 2025-02-21T08:26:26.860Z | [ recovery-image] Feb 21 08:26:25.465 INFO O| Feb 21 08:26:25.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
5282 | 2025-02-21T08:26:26.860Z | [ recovery-image] Feb 21 08:26:25.466 INFO O| Feb 21 08:26:25.466 INFO STEP 277 (remove_files) COMPLETE |
5283 | 2025-02-21T08:26:26.860Z | [ recovery-image] Feb 21 08:26:25.466 INFO O| Feb 21 08:26:25.466 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5284 | 2025-02-21T08:26:26.882Z | [ recovery-image] Feb 21 08:26:25.488 INFO O| Feb 21 08:26:25.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
5285 | 2025-02-21T08:26:26.885Z | [ recovery-image] Feb 21 08:26:25.490 INFO O| Feb 21 08:26:25.490 INFO STEP 278 (remove_files) COMPLETE |
5286 | 2025-02-21T08:26:26.885Z | [ recovery-image] Feb 21 08:26:25.490 INFO O| Feb 21 08:26:25.490 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5287 | 2025-02-21T08:26:26.919Z | [ recovery-image] Feb 21 08:26:25.524 INFO O| Feb 21 08:26:25.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
5288 | 2025-02-21T08:26:26.919Z | [ recovery-image] Feb 21 08:26:25.524 INFO O| Feb 21 08:26:25.524 INFO STEP 279 (remove_files) COMPLETE |
5289 | 2025-02-21T08:26:26.922Z | [ recovery-image] Feb 21 08:26:25.524 INFO O| Feb 21 08:26:25.524 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5290 | 2025-02-21T08:26:26.979Z | [ recovery-image] Feb 21 08:26:25.565 INFO O| Feb 21 08:26:25.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
5291 | 2025-02-21T08:26:26.979Z | [ recovery-image] Feb 21 08:26:25.566 INFO O| Feb 21 08:26:25.566 INFO STEP 280 (remove_files) COMPLETE |
5292 | 2025-02-21T08:26:26.979Z | [ recovery-image] Feb 21 08:26:25.566 INFO O| Feb 21 08:26:25.566 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5293 | 2025-02-21T08:26:26.983Z | [ host-image] Feb 21 08:26:25.575 INFO O| Feb 21 08:26:25.575 INFO STEP 13 (pkg_install) COMPLETE |
5294 | 2025-02-21T08:26:26.984Z | [ host-image] Feb 21 08:26:25.575 INFO O| Feb 21 08:26:25.575 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5295 | 2025-02-21T08:26:26.984Z | [ recovery-image] Feb 21 08:26:25.587 INFO O| Feb 21 08:26:25.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
5296 | 2025-02-21T08:26:26.984Z | [ recovery-image] Feb 21 08:26:25.587 INFO O| Feb 21 08:26:25.587 INFO STEP 281 (remove_files) COMPLETE |
5297 | 2025-02-21T08:26:26.984Z | [ recovery-image] Feb 21 08:26:25.587 INFO O| Feb 21 08:26:25.587 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5298 | 2025-02-21T08:26:26.988Z | [ host-image] Feb 21 08:26:25.594 INFO O| Feb 21 08:26:25.593 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.334"] |
5299 | 2025-02-21T08:26:27.002Z | [ recovery-image] Feb 21 08:26:25.605 INFO O| Feb 21 08:26:25.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
5300 | 2025-02-21T08:26:27.002Z | [ recovery-image] Feb 21 08:26:25.605 INFO O| Feb 21 08:26:25.605 INFO STEP 282 (remove_files) COMPLETE |
5301 | 2025-02-21T08:26:27.013Z | [ recovery-image] Feb 21 08:26:25.606 INFO O| Feb 21 08:26:25.605 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5302 | 2025-02-21T08:26:27.018Z | [ recovery-image] Feb 21 08:26:25.624 INFO O| Feb 21 08:26:25.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
5303 | 2025-02-21T08:26:27.018Z | [ recovery-image] Feb 21 08:26:25.624 INFO O| Feb 21 08:26:25.624 INFO STEP 283 (remove_files) COMPLETE |
5304 | 2025-02-21T08:26:27.020Z | [ recovery-image] Feb 21 08:26:25.624 INFO O| Feb 21 08:26:25.624 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5305 | 2025-02-21T08:26:27.037Z | [ recovery-image] Feb 21 08:26:25.643 INFO O| Feb 21 08:26:25.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
5306 | 2025-02-21T08:26:27.040Z | [ recovery-image] Feb 21 08:26:25.643 INFO O| Feb 21 08:26:25.643 INFO STEP 284 (remove_files) COMPLETE |
5307 | 2025-02-21T08:26:27.040Z | [ recovery-image] Feb 21 08:26:25.643 INFO O| Feb 21 08:26:25.643 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5308 | 2025-02-21T08:26:27.056Z | [ recovery-image] Feb 21 08:26:25.662 INFO O| Feb 21 08:26:25.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
5309 | 2025-02-21T08:26:27.059Z | [ recovery-image] Feb 21 08:26:25.662 INFO O| Feb 21 08:26:25.662 INFO STEP 285 (remove_files) COMPLETE |
5310 | 2025-02-21T08:26:27.059Z | [ recovery-image] Feb 21 08:26:25.662 INFO O| Feb 21 08:26:25.662 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5311 | 2025-02-21T08:26:27.082Z | [ recovery-image] Feb 21 08:26:25.688 INFO O| Feb 21 08:26:25.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
5312 | 2025-02-21T08:26:27.082Z | [ recovery-image] Feb 21 08:26:25.688 INFO O| Feb 21 08:26:25.688 INFO STEP 286 (remove_files) COMPLETE |
5313 | 2025-02-21T08:26:27.082Z | [ recovery-image] Feb 21 08:26:25.688 INFO O| Feb 21 08:26:25.688 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5314 | 2025-02-21T08:26:27.128Z | [ recovery-image] Feb 21 08:26:25.733 INFO O| Feb 21 08:26:25.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
5315 | 2025-02-21T08:26:27.129Z | [ recovery-image] Feb 21 08:26:25.734 INFO O| Feb 21 08:26:25.734 INFO STEP 287 (remove_files) COMPLETE |
5316 | 2025-02-21T08:26:27.132Z | [ recovery-image] Feb 21 08:26:25.734 INFO O| Feb 21 08:26:25.734 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5317 | 2025-02-21T08:26:27.159Z | [ recovery-image] Feb 21 08:26:25.765 INFO O| Feb 21 08:26:25.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
5318 | 2025-02-21T08:26:27.159Z | [ recovery-image] Feb 21 08:26:25.765 INFO O| Feb 21 08:26:25.765 INFO STEP 288 (remove_files) COMPLETE |
5319 | 2025-02-21T08:26:27.159Z | [ recovery-image] Feb 21 08:26:25.765 INFO O| Feb 21 08:26:25.765 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5320 | 2025-02-21T08:26:27.182Z | [ recovery-image] Feb 21 08:26:25.787 INFO O| Feb 21 08:26:25.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
5321 | 2025-02-21T08:26:27.182Z | [ recovery-image] Feb 21 08:26:25.787 INFO O| Feb 21 08:26:25.787 INFO STEP 289 (remove_files) COMPLETE |
5322 | 2025-02-21T08:26:27.185Z | [ recovery-image] Feb 21 08:26:25.787 INFO O| Feb 21 08:26:25.787 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5323 | 2025-02-21T08:26:27.201Z | [ recovery-image] Feb 21 08:26:25.807 INFO O| Feb 21 08:26:25.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
5324 | 2025-02-21T08:26:27.201Z | [ recovery-image] Feb 21 08:26:25.807 INFO O| Feb 21 08:26:25.807 INFO STEP 290 (remove_files) COMPLETE |
5325 | 2025-02-21T08:26:27.201Z | [ recovery-image] Feb 21 08:26:25.807 INFO O| Feb 21 08:26:25.807 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5326 | 2025-02-21T08:26:27.222Z | [ recovery-image] Feb 21 08:26:25.828 INFO O| Feb 21 08:26:25.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
5327 | 2025-02-21T08:26:27.222Z | [ recovery-image] Feb 21 08:26:25.828 INFO O| Feb 21 08:26:25.828 INFO STEP 291 (remove_files) COMPLETE |
5328 | 2025-02-21T08:26:27.222Z | [ recovery-image] Feb 21 08:26:25.829 INFO O| Feb 21 08:26:25.828 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5329 | 2025-02-21T08:26:27.245Z | [ recovery-image] Feb 21 08:26:25.849 INFO O| Feb 21 08:26:25.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
5330 | 2025-02-21T08:26:27.245Z | [ recovery-image] Feb 21 08:26:25.849 INFO O| Feb 21 08:26:25.849 INFO STEP 292 (remove_files) COMPLETE |
5331 | 2025-02-21T08:26:27.255Z | [ recovery-image] Feb 21 08:26:25.849 INFO O| Feb 21 08:26:25.849 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5332 | 2025-02-21T08:26:27.264Z | [ recovery-image] Feb 21 08:26:25.870 INFO O| Feb 21 08:26:25.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
5333 | 2025-02-21T08:26:27.265Z | [ recovery-image] Feb 21 08:26:25.870 INFO O| Feb 21 08:26:25.870 INFO STEP 293 (remove_files) COMPLETE |
5334 | 2025-02-21T08:26:27.269Z | [ recovery-image] Feb 21 08:26:25.870 INFO O| Feb 21 08:26:25.870 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5335 | 2025-02-21T08:26:27.285Z | [ recovery-image] Feb 21 08:26:25.891 INFO O| Feb 21 08:26:25.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
5336 | 2025-02-21T08:26:27.285Z | [ recovery-image] Feb 21 08:26:25.891 INFO O| Feb 21 08:26:25.891 INFO STEP 294 (remove_files) COMPLETE |
5337 | 2025-02-21T08:26:27.285Z | [ recovery-image] Feb 21 08:26:25.891 INFO O| Feb 21 08:26:25.891 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5338 | 2025-02-21T08:26:27.324Z | [ recovery-image] Feb 21 08:26:25.927 INFO O| Feb 21 08:26:25.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
5339 | 2025-02-21T08:26:27.324Z | [ recovery-image] Feb 21 08:26:25.927 INFO O| Feb 21 08:26:25.927 INFO STEP 295 (remove_files) COMPLETE |
5340 | 2025-02-21T08:26:27.324Z | [ recovery-image] Feb 21 08:26:25.927 INFO O| Feb 21 08:26:25.927 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5341 | 2025-02-21T08:26:27.378Z | [ recovery-image] Feb 21 08:26:25.983 INFO O| Feb 21 08:26:25.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
5342 | 2025-02-21T08:26:27.378Z | [ recovery-image] Feb 21 08:26:25.983 INFO O| Feb 21 08:26:25.983 INFO STEP 296 (remove_files) COMPLETE |
5343 | 2025-02-21T08:26:27.378Z | [ recovery-image] Feb 21 08:26:25.983 INFO O| Feb 21 08:26:25.983 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5344 | 2025-02-21T08:26:27.398Z | [ recovery-image] Feb 21 08:26:26.004 INFO O| Feb 21 08:26:26.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
5345 | 2025-02-21T08:26:27.398Z | [ recovery-image] Feb 21 08:26:26.004 INFO O| Feb 21 08:26:26.004 INFO STEP 297 (remove_files) COMPLETE |
5346 | 2025-02-21T08:26:27.400Z | [ recovery-image] Feb 21 08:26:26.004 INFO O| Feb 21 08:26:26.004 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5347 | 2025-02-21T08:26:27.417Z | [ recovery-image] Feb 21 08:26:26.023 INFO O| Feb 21 08:26:26.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
5348 | 2025-02-21T08:26:27.417Z | [ recovery-image] Feb 21 08:26:26.023 INFO O| Feb 21 08:26:26.023 INFO STEP 298 (remove_files) COMPLETE |
5349 | 2025-02-21T08:26:27.418Z | [ recovery-image] Feb 21 08:26:26.023 INFO O| Feb 21 08:26:26.023 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5350 | 2025-02-21T08:26:27.437Z | [ recovery-image] Feb 21 08:26:26.042 INFO O| Feb 21 08:26:26.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
5351 | 2025-02-21T08:26:27.437Z | [ recovery-image] Feb 21 08:26:26.042 INFO O| Feb 21 08:26:26.042 INFO STEP 299 (remove_files) COMPLETE |
5352 | 2025-02-21T08:26:27.437Z | [ recovery-image] Feb 21 08:26:26.042 INFO O| Feb 21 08:26:26.042 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5353 | 2025-02-21T08:26:27.455Z | [ recovery-image] Feb 21 08:26:26.061 INFO O| Feb 21 08:26:26.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
5354 | 2025-02-21T08:26:27.455Z | [ recovery-image] Feb 21 08:26:26.061 INFO O| Feb 21 08:26:26.061 INFO STEP 300 (remove_files) COMPLETE |
5355 | 2025-02-21T08:26:27.460Z | [ recovery-image] Feb 21 08:26:26.061 INFO O| Feb 21 08:26:26.061 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5356 | 2025-02-21T08:26:27.474Z | [ recovery-image] Feb 21 08:26:26.080 INFO O| Feb 21 08:26:26.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
5357 | 2025-02-21T08:26:27.477Z | [ recovery-image] Feb 21 08:26:26.081 INFO O| Feb 21 08:26:26.080 INFO STEP 301 (remove_files) COMPLETE |
5358 | 2025-02-21T08:26:27.477Z | [ recovery-image] Feb 21 08:26:26.081 INFO O| Feb 21 08:26:26.081 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5359 | 2025-02-21T08:26:27.520Z | [ recovery-image] Feb 21 08:26:26.126 INFO O| Feb 21 08:26:26.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
5360 | 2025-02-21T08:26:27.520Z | [ recovery-image] Feb 21 08:26:26.126 INFO O| Feb 21 08:26:26.126 INFO STEP 302 (remove_files) COMPLETE |
5361 | 2025-02-21T08:26:27.520Z | [ recovery-image] Feb 21 08:26:26.126 INFO O| Feb 21 08:26:26.126 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5362 | 2025-02-21T08:26:27.556Z | [ recovery-image] Feb 21 08:26:26.161 INFO O| Feb 21 08:26:26.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
5363 | 2025-02-21T08:26:27.556Z | [ recovery-image] Feb 21 08:26:26.161 INFO O| Feb 21 08:26:26.161 INFO STEP 303 (remove_files) COMPLETE |
5364 | 2025-02-21T08:26:27.559Z | [ recovery-image] Feb 21 08:26:26.161 INFO O| Feb 21 08:26:26.161 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5365 | 2025-02-21T08:26:27.575Z | [ recovery-image] Feb 21 08:26:26.181 INFO O| Feb 21 08:26:26.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
5366 | 2025-02-21T08:26:27.575Z | [ recovery-image] Feb 21 08:26:26.181 INFO O| Feb 21 08:26:26.181 INFO STEP 304 (remove_files) COMPLETE |
5367 | 2025-02-21T08:26:27.575Z | [ recovery-image] Feb 21 08:26:26.181 INFO O| Feb 21 08:26:26.181 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5368 | 2025-02-21T08:26:27.605Z | [ recovery-image] Feb 21 08:26:26.201 INFO O| Feb 21 08:26:26.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
5369 | 2025-02-21T08:26:27.605Z | [ recovery-image] Feb 21 08:26:26.201 INFO O| Feb 21 08:26:26.201 INFO STEP 305 (remove_files) COMPLETE |
5370 | 2025-02-21T08:26:27.605Z | [ recovery-image] Feb 21 08:26:26.201 INFO O| Feb 21 08:26:26.201 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5371 | 2025-02-21T08:26:27.616Z | [ recovery-image] Feb 21 08:26:26.222 INFO O| Feb 21 08:26:26.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
5372 | 2025-02-21T08:26:27.617Z | [ recovery-image] Feb 21 08:26:26.222 INFO O| Feb 21 08:26:26.222 INFO STEP 306 (remove_files) COMPLETE |
5373 | 2025-02-21T08:26:27.617Z | [ recovery-image] Feb 21 08:26:26.222 INFO O| Feb 21 08:26:26.222 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5374 | 2025-02-21T08:26:27.638Z | [ recovery-image] Feb 21 08:26:26.242 INFO O| Feb 21 08:26:26.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
5375 | 2025-02-21T08:26:27.638Z | [ recovery-image] Feb 21 08:26:26.242 INFO O| Feb 21 08:26:26.242 INFO STEP 307 (remove_files) COMPLETE |
5376 | 2025-02-21T08:26:27.645Z | [ recovery-image] Feb 21 08:26:26.242 INFO O| Feb 21 08:26:26.242 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5377 | 2025-02-21T08:26:27.654Z | [ recovery-image] Feb 21 08:26:26.260 INFO O| Feb 21 08:26:26.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
5378 | 2025-02-21T08:26:27.654Z | [ recovery-image] Feb 21 08:26:26.260 INFO O| Feb 21 08:26:26.260 INFO STEP 308 (remove_files) COMPLETE |
5379 | 2025-02-21T08:26:27.662Z | [ recovery-image] Feb 21 08:26:26.260 INFO O| Feb 21 08:26:26.260 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5380 | 2025-02-21T08:26:27.678Z | [ recovery-image] Feb 21 08:26:26.279 INFO O| Feb 21 08:26:26.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
5381 | 2025-02-21T08:26:27.679Z | [ recovery-image] Feb 21 08:26:26.279 INFO O| Feb 21 08:26:26.279 INFO STEP 309 (remove_files) COMPLETE |
5382 | 2025-02-21T08:26:27.679Z | [ recovery-image] Feb 21 08:26:26.279 INFO O| Feb 21 08:26:26.279 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5383 | 2025-02-21T08:26:27.691Z | [ recovery-image] Feb 21 08:26:26.296 INFO O| Feb 21 08:26:26.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
5384 | 2025-02-21T08:26:27.691Z | [ recovery-image] Feb 21 08:26:26.297 INFO O| Feb 21 08:26:26.297 INFO STEP 310 (remove_files) COMPLETE |
5385 | 2025-02-21T08:26:27.691Z | [ recovery-image] Feb 21 08:26:26.297 INFO O| Feb 21 08:26:26.297 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5386 | 2025-02-21T08:26:27.709Z | [ recovery-image] Feb 21 08:26:26.314 INFO O| Feb 21 08:26:26.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
5387 | 2025-02-21T08:26:27.709Z | [ recovery-image] Feb 21 08:26:26.314 INFO O| Feb 21 08:26:26.314 INFO STEP 311 (remove_files) COMPLETE |
5388 | 2025-02-21T08:26:27.709Z | [ recovery-image] Feb 21 08:26:26.314 INFO O| Feb 21 08:26:26.314 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5389 | 2025-02-21T08:26:27.727Z | [ recovery-image] Feb 21 08:26:26.331 INFO O| Feb 21 08:26:26.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
5390 | 2025-02-21T08:26:27.727Z | [ recovery-image] Feb 21 08:26:26.331 INFO O| Feb 21 08:26:26.331 INFO STEP 312 (remove_files) COMPLETE |
5391 | 2025-02-21T08:26:27.730Z | [ recovery-image] Feb 21 08:26:26.331 INFO O| Feb 21 08:26:26.331 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5392 | 2025-02-21T08:26:27.743Z | [ recovery-image] Feb 21 08:26:26.348 INFO O| Feb 21 08:26:26.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
5393 | 2025-02-21T08:26:27.743Z | [ recovery-image] Feb 21 08:26:26.348 INFO O| Feb 21 08:26:26.348 INFO STEP 313 (remove_files) COMPLETE |
5394 | 2025-02-21T08:26:27.743Z | [ recovery-image] Feb 21 08:26:26.348 INFO O| Feb 21 08:26:26.348 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5395 | 2025-02-21T08:26:27.760Z | [ recovery-image] Feb 21 08:26:26.366 INFO O| Feb 21 08:26:26.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
5396 | 2025-02-21T08:26:27.760Z | [ recovery-image] Feb 21 08:26:26.366 INFO O| Feb 21 08:26:26.366 INFO STEP 314 (remove_files) COMPLETE |
5397 | 2025-02-21T08:26:27.760Z | [ recovery-image] Feb 21 08:26:26.366 INFO O| Feb 21 08:26:26.366 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5398 | 2025-02-21T08:26:27.778Z | [ recovery-image] Feb 21 08:26:26.383 INFO O| Feb 21 08:26:26.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
5399 | 2025-02-21T08:26:27.779Z | [ recovery-image] Feb 21 08:26:26.384 INFO O| Feb 21 08:26:26.384 INFO STEP 315 (remove_files) COMPLETE |
5400 | 2025-02-21T08:26:27.785Z | [ recovery-image] Feb 21 08:26:26.384 INFO O| Feb 21 08:26:26.384 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5401 | 2025-02-21T08:26:27.796Z | [ recovery-image] Feb 21 08:26:26.401 INFO O| Feb 21 08:26:26.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
5402 | 2025-02-21T08:26:27.799Z | [ recovery-image] Feb 21 08:26:26.401 INFO O| Feb 21 08:26:26.401 INFO STEP 316 (remove_files) COMPLETE |
5403 | 2025-02-21T08:26:27.799Z | [ recovery-image] Feb 21 08:26:26.401 INFO O| Feb 21 08:26:26.401 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5404 | 2025-02-21T08:26:27.819Z | [ recovery-image] Feb 21 08:26:26.420 INFO O| Feb 21 08:26:26.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
5405 | 2025-02-21T08:26:27.819Z | [ recovery-image] Feb 21 08:26:26.420 INFO O| Feb 21 08:26:26.420 INFO STEP 317 (remove_files) COMPLETE |
5406 | 2025-02-21T08:26:27.828Z | [ recovery-image] Feb 21 08:26:26.420 INFO O| Feb 21 08:26:26.420 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5407 | 2025-02-21T08:26:27.851Z | [ recovery-image] Feb 21 08:26:26.438 INFO O| Feb 21 08:26:26.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
5408 | 2025-02-21T08:26:27.851Z | [ recovery-image] Feb 21 08:26:26.438 INFO O| Feb 21 08:26:26.438 INFO STEP 318 (remove_files) COMPLETE |
5409 | 2025-02-21T08:26:27.851Z | [ recovery-image] Feb 21 08:26:26.438 INFO O| Feb 21 08:26:26.438 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5410 | 2025-02-21T08:26:27.859Z | [ host-image] Feb 21 08:26:26.464 INFO O| Feb 21 08:26:26.464 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
5411 | 2025-02-21T08:26:27.880Z | [ recovery-image] Feb 21 08:26:26.474 INFO O| Feb 21 08:26:26.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
5412 | 2025-02-21T08:26:27.880Z | [ recovery-image] Feb 21 08:26:26.474 INFO O| Feb 21 08:26:26.474 INFO STEP 319 (remove_files) COMPLETE |
5413 | 2025-02-21T08:26:27.885Z | [ recovery-image] Feb 21 08:26:26.474 INFO O| Feb 21 08:26:26.474 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5414 | 2025-02-21T08:26:27.905Z | [ recovery-image] Feb 21 08:26:26.511 INFO O| Feb 21 08:26:26.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
5415 | 2025-02-21T08:26:27.931Z | [ recovery-image] Feb 21 08:26:26.535 INFO O| Feb 21 08:26:26.535 INFO STEP 320 (remove_files) COMPLETE |
5416 | 2025-02-21T08:26:27.931Z | [ recovery-image] Feb 21 08:26:26.535 INFO O| Feb 21 08:26:26.535 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5417 | 2025-02-21T08:26:28.012Z | [ recovery-image] Feb 21 08:26:26.588 INFO O| Feb 21 08:26:26.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
5418 | 2025-02-21T08:26:28.012Z | [ recovery-image] Feb 21 08:26:26.588 INFO O| Feb 21 08:26:26.588 INFO STEP 321 (remove_files) COMPLETE |
5419 | 2025-02-21T08:26:28.023Z | [ recovery-image] Feb 21 08:26:26.588 INFO O| Feb 21 08:26:26.588 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5420 | 2025-02-21T08:26:28.023Z | [ recovery-image] Feb 21 08:26:26.608 INFO O| Feb 21 08:26:26.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
5421 | 2025-02-21T08:26:28.042Z | [ recovery-image] Feb 21 08:26:26.629 INFO O| Feb 21 08:26:26.629 INFO STEP 322 (remove_files) COMPLETE |
5422 | 2025-02-21T08:26:28.042Z | [ recovery-image] Feb 21 08:26:26.629 INFO O| Feb 21 08:26:26.629 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5423 | 2025-02-21T08:26:28.069Z | [ recovery-image] Feb 21 08:26:26.665 INFO O| Feb 21 08:26:26.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
5424 | 2025-02-21T08:26:28.069Z | [ recovery-image] Feb 21 08:26:26.666 INFO O| Feb 21 08:26:26.666 INFO STEP 323 (remove_files) COMPLETE |
5425 | 2025-02-21T08:26:28.076Z | [ recovery-image] Feb 21 08:26:26.666 INFO O| Feb 21 08:26:26.666 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5426 | 2025-02-21T08:26:28.100Z | [ recovery-image] Feb 21 08:26:26.706 INFO O| Feb 21 08:26:26.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
5427 | 2025-02-21T08:26:28.101Z | [ recovery-image] Feb 21 08:26:26.706 INFO O| Feb 21 08:26:26.706 INFO STEP 324 (remove_files) COMPLETE |
5428 | 2025-02-21T08:26:28.116Z | [ recovery-image] Feb 21 08:26:26.706 INFO O| Feb 21 08:26:26.706 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5429 | 2025-02-21T08:26:28.125Z | [ recovery-image] Feb 21 08:26:26.725 INFO O| Feb 21 08:26:26.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
5430 | 2025-02-21T08:26:28.125Z | [ recovery-image] Feb 21 08:26:26.725 INFO O| Feb 21 08:26:26.725 INFO STEP 325 (remove_files) COMPLETE |
5431 | 2025-02-21T08:26:28.130Z | [ recovery-image] Feb 21 08:26:26.725 INFO O| Feb 21 08:26:26.725 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5432 | 2025-02-21T08:26:28.141Z | [ recovery-image] Feb 21 08:26:26.746 INFO O| Feb 21 08:26:26.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
5433 | 2025-02-21T08:26:28.141Z | [ recovery-image] Feb 21 08:26:26.746 INFO O| Feb 21 08:26:26.746 INFO STEP 326 (remove_files) COMPLETE |
5434 | 2025-02-21T08:26:28.158Z | [ recovery-image] Feb 21 08:26:26.746 INFO O| Feb 21 08:26:26.746 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5435 | 2025-02-21T08:26:28.165Z | [ recovery-image] Feb 21 08:26:26.766 INFO O| Feb 21 08:26:26.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
5436 | 2025-02-21T08:26:28.166Z | [ recovery-image] Feb 21 08:26:26.766 INFO O| Feb 21 08:26:26.766 INFO STEP 327 (remove_files) COMPLETE |
5437 | 2025-02-21T08:26:28.166Z | [ recovery-image] Feb 21 08:26:26.766 INFO O| Feb 21 08:26:26.766 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5438 | 2025-02-21T08:26:28.178Z | [ recovery-image] Feb 21 08:26:26.784 INFO O| Feb 21 08:26:26.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
5439 | 2025-02-21T08:26:28.183Z | [ recovery-image] Feb 21 08:26:26.784 INFO O| Feb 21 08:26:26.784 INFO STEP 328 (remove_files) COMPLETE |
5440 | 2025-02-21T08:26:28.183Z | [ recovery-image] Feb 21 08:26:26.784 INFO O| Feb 21 08:26:26.784 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5441 | 2025-02-21T08:26:28.196Z | [ recovery-image] Feb 21 08:26:26.802 INFO O| Feb 21 08:26:26.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
5442 | 2025-02-21T08:26:28.214Z | [ recovery-image] Feb 21 08:26:26.802 INFO O| Feb 21 08:26:26.802 INFO STEP 329 (remove_files) COMPLETE |
5443 | 2025-02-21T08:26:28.214Z | [ recovery-image] Feb 21 08:26:26.803 INFO O| Feb 21 08:26:26.802 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5444 | 2025-02-21T08:26:28.228Z | [ recovery-image] Feb 21 08:26:26.821 INFO O| Feb 21 08:26:26.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
5445 | 2025-02-21T08:26:28.228Z | [ recovery-image] Feb 21 08:26:26.823 INFO O| Feb 21 08:26:26.823 INFO STEP 330 (remove_files) COMPLETE |
5446 | 2025-02-21T08:26:28.228Z | [ recovery-image] Feb 21 08:26:26.823 INFO O| Feb 21 08:26:26.823 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5447 | 2025-02-21T08:26:28.282Z | [ recovery-image] Feb 21 08:26:26.881 INFO O| Feb 21 08:26:26.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
5448 | 2025-02-21T08:26:28.286Z | [ recovery-image] Feb 21 08:26:26.881 INFO O| Feb 21 08:26:26.881 INFO STEP 331 (remove_files) COMPLETE |
5449 | 2025-02-21T08:26:28.286Z | [ recovery-image] Feb 21 08:26:26.881 INFO O| Feb 21 08:26:26.881 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5450 | 2025-02-21T08:26:28.296Z | [ recovery-image] Feb 21 08:26:26.901 INFO O| Feb 21 08:26:26.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
5451 | 2025-02-21T08:26:28.298Z | [ recovery-image] Feb 21 08:26:26.901 INFO O| Feb 21 08:26:26.901 INFO STEP 332 (remove_files) COMPLETE |
5452 | 2025-02-21T08:26:28.298Z | [ recovery-image] Feb 21 08:26:26.901 INFO O| Feb 21 08:26:26.901 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5453 | 2025-02-21T08:26:28.315Z | [ recovery-image] Feb 21 08:26:26.919 INFO O| Feb 21 08:26:26.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
5454 | 2025-02-21T08:26:28.323Z | [ recovery-image] Feb 21 08:26:26.920 INFO O| Feb 21 08:26:26.919 INFO STEP 333 (remove_files) COMPLETE |
5455 | 2025-02-21T08:26:28.323Z | [ recovery-image] Feb 21 08:26:26.920 INFO O| Feb 21 08:26:26.920 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5456 | 2025-02-21T08:26:28.335Z | [ recovery-image] Feb 21 08:26:26.940 INFO O| Feb 21 08:26:26.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
5457 | 2025-02-21T08:26:28.339Z | [ recovery-image] Feb 21 08:26:26.940 INFO O| Feb 21 08:26:26.940 INFO STEP 334 (remove_files) COMPLETE |
5458 | 2025-02-21T08:26:28.339Z | [ recovery-image] Feb 21 08:26:26.940 INFO O| Feb 21 08:26:26.940 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5459 | 2025-02-21T08:26:28.354Z | [ recovery-image] Feb 21 08:26:26.959 INFO O| Feb 21 08:26:26.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
5460 | 2025-02-21T08:26:28.357Z | [ recovery-image] Feb 21 08:26:26.960 INFO O| Feb 21 08:26:26.960 INFO STEP 335 (remove_files) COMPLETE |
5461 | 2025-02-21T08:26:28.358Z | [ recovery-image] Feb 21 08:26:26.960 INFO O| Feb 21 08:26:26.960 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5462 | 2025-02-21T08:26:28.373Z | [ recovery-image] Feb 21 08:26:26.979 INFO O| Feb 21 08:26:26.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
5463 | 2025-02-21T08:26:28.376Z | [ recovery-image] Feb 21 08:26:26.979 INFO O| Feb 21 08:26:26.979 INFO STEP 336 (remove_files) COMPLETE |
5464 | 2025-02-21T08:26:28.377Z | [ recovery-image] Feb 21 08:26:26.980 INFO O| Feb 21 08:26:26.979 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5465 | 2025-02-21T08:26:28.395Z | [ recovery-image] Feb 21 08:26:26.997 INFO O| Feb 21 08:26:26.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
5466 | 2025-02-21T08:26:28.401Z | [ recovery-image] Feb 21 08:26:26.997 INFO O| Feb 21 08:26:26.997 INFO STEP 337 (remove_files) COMPLETE |
5467 | 2025-02-21T08:26:28.402Z | [ recovery-image] Feb 21 08:26:26.997 INFO O| Feb 21 08:26:26.997 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5468 | 2025-02-21T08:26:28.418Z | [ recovery-image] Feb 21 08:26:27.021 INFO O| Feb 21 08:26:27.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
5469 | 2025-02-21T08:26:28.427Z | [ recovery-image] Feb 21 08:26:27.021 INFO O| Feb 21 08:26:27.021 INFO STEP 338 (remove_files) COMPLETE |
5470 | 2025-02-21T08:26:28.427Z | [ recovery-image] Feb 21 08:26:27.021 INFO O| Feb 21 08:26:27.021 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5471 | 2025-02-21T08:26:28.473Z | [ recovery-image] Feb 21 08:26:27.043 INFO O| Feb 21 08:26:27.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5472 | 2025-02-21T08:26:28.473Z | [ recovery-image] Feb 21 08:26:27.043 INFO O| Feb 21 08:26:27.043 INFO STEP 339 (remove_files) COMPLETE |
5473 | 2025-02-21T08:26:28.473Z | [ recovery-image] Feb 21 08:26:27.043 INFO O| Feb 21 08:26:27.043 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5474 | 2025-02-21T08:26:28.473Z | [ recovery-image] Feb 21 08:26:27.064 INFO O| Feb 21 08:26:27.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5475 | 2025-02-21T08:26:28.473Z | [ recovery-image] Feb 21 08:26:27.064 INFO O| Feb 21 08:26:27.064 INFO STEP 340 (remove_files) COMPLETE |
5476 | 2025-02-21T08:26:28.473Z | [ recovery-image] Feb 21 08:26:27.064 INFO O| Feb 21 08:26:27.064 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5477 | 2025-02-21T08:26:28.492Z | [ recovery-image] Feb 21 08:26:27.084 INFO O| Feb 21 08:26:27.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5478 | 2025-02-21T08:26:28.493Z | [ recovery-image] Feb 21 08:26:27.084 INFO O| Feb 21 08:26:27.084 INFO STEP 341 (remove_files) COMPLETE |
5479 | 2025-02-21T08:26:28.493Z | [ recovery-image] Feb 21 08:26:27.084 INFO O| Feb 21 08:26:27.084 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5480 | 2025-02-21T08:26:28.529Z | [ recovery-image] Feb 21 08:26:27.102 INFO O| Feb 21 08:26:27.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5481 | 2025-02-21T08:26:28.544Z | [ recovery-image] Feb 21 08:26:27.103 INFO O| Feb 21 08:26:27.103 INFO STEP 342 (remove_files) COMPLETE |
5482 | 2025-02-21T08:26:28.544Z | [ recovery-image] Feb 21 08:26:27.103 INFO O| Feb 21 08:26:27.103 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5483 | 2025-02-21T08:26:28.544Z | [ recovery-image] Feb 21 08:26:27.121 INFO O| Feb 21 08:26:27.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5484 | 2025-02-21T08:26:28.544Z | [ recovery-image] Feb 21 08:26:27.121 INFO O| Feb 21 08:26:27.121 INFO STEP 343 (remove_files) COMPLETE |
5485 | 2025-02-21T08:26:28.544Z | [ recovery-image] Feb 21 08:26:27.121 INFO O| Feb 21 08:26:27.121 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5486 | 2025-02-21T08:26:28.552Z | [ recovery-image] Feb 21 08:26:27.151 INFO O| Feb 21 08:26:27.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5487 | 2025-02-21T08:26:28.572Z | [ recovery-image] Feb 21 08:26:27.151 INFO O| Feb 21 08:26:27.151 INFO STEP 344 (remove_files) COMPLETE |
5488 | 2025-02-21T08:26:28.572Z | [ recovery-image] Feb 21 08:26:27.151 INFO O| Feb 21 08:26:27.151 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5489 | 2025-02-21T08:26:28.587Z | [ recovery-image] Feb 21 08:26:27.180 INFO O| Feb 21 08:26:27.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5490 | 2025-02-21T08:26:28.587Z | [ recovery-image] Feb 21 08:26:27.180 INFO O| Feb 21 08:26:27.179 INFO STEP 345 (remove_files) COMPLETE |
5491 | 2025-02-21T08:26:28.587Z | [ recovery-image] Feb 21 08:26:27.181 INFO O| Feb 21 08:26:27.179 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5492 | 2025-02-21T08:26:28.870Z | [ recovery-image] Feb 21 08:26:27.392 INFO O| Feb 21 08:26:27.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5493 | 2025-02-21T08:26:28.903Z | [ recovery-image] Feb 21 08:26:27.392 INFO O| Feb 21 08:26:27.392 INFO STEP 346 (remove_files) COMPLETE |
5494 | 2025-02-21T08:26:28.903Z | [ recovery-image] Feb 21 08:26:27.392 INFO O| Feb 21 08:26:27.392 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5495 | 2025-02-21T08:26:28.903Z | [ recovery-image] Feb 21 08:26:27.415 INFO O| Feb 21 08:26:27.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5496 | 2025-02-21T08:26:28.903Z | [ recovery-image] Feb 21 08:26:27.415 INFO O| Feb 21 08:26:27.415 INFO STEP 347 (remove_files) COMPLETE |
5497 | 2025-02-21T08:26:28.903Z | [ recovery-image] Feb 21 08:26:27.416 INFO O| Feb 21 08:26:27.415 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5498 | 2025-02-21T08:26:28.904Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
5499 | 2025-02-21T08:26:28.904Z | [ recovery-image] Feb 21 08:26:27.454 INFO O| Feb 21 08:26:27.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5500 | 2025-02-21T08:26:28.904Z | [ recovery-image] Feb 21 08:26:27.454 INFO O| Feb 21 08:26:27.454 INFO STEP 348 (remove_files) COMPLETE |
5501 | 2025-02-21T08:26:28.904Z | [ recovery-image] Feb 21 08:26:27.455 INFO O| Feb 21 08:26:27.454 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5502 | 2025-02-21T08:26:28.980Z | [ recovery-image] Feb 21 08:26:27.559 INFO O| Feb 21 08:26:27.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5503 | 2025-02-21T08:26:28.980Z | [ recovery-image] Feb 21 08:26:27.559 INFO O| Feb 21 08:26:27.559 INFO STEP 349 (remove_files) COMPLETE |
5504 | 2025-02-21T08:26:29.016Z | [ recovery-image] Feb 21 08:26:27.559 INFO O| Feb 21 08:26:27.559 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5505 | 2025-02-21T08:26:29.016Z | [ recovery-image] Feb 21 08:26:27.583 INFO O| Feb 21 08:26:27.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5506 | 2025-02-21T08:26:29.016Z | [ recovery-image] Feb 21 08:26:27.583 INFO O| Feb 21 08:26:27.583 INFO STEP 350 (remove_files) COMPLETE |
5507 | 2025-02-21T08:26:29.016Z | [ recovery-image] Feb 21 08:26:27.583 INFO O| Feb 21 08:26:27.583 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5508 | 2025-02-21T08:26:29.042Z | [ recovery-image] Feb 21 08:26:27.606 INFO O| Feb 21 08:26:27.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5509 | 2025-02-21T08:26:29.042Z | [ recovery-image] Feb 21 08:26:27.606 INFO O| Feb 21 08:26:27.606 INFO STEP 351 (remove_files) COMPLETE |
5510 | 2025-02-21T08:26:29.042Z | [ recovery-image] Feb 21 08:26:27.606 INFO O| Feb 21 08:26:27.606 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5511 | 2025-02-21T08:26:29.042Z | [ recovery-image] Feb 21 08:26:27.627 INFO O| Feb 21 08:26:27.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5512 | 2025-02-21T08:26:29.043Z | [ recovery-image] Feb 21 08:26:27.627 INFO O| Feb 21 08:26:27.627 INFO STEP 352 (remove_files) COMPLETE |
5513 | 2025-02-21T08:26:29.043Z | [ recovery-image] Feb 21 08:26:27.627 INFO O| Feb 21 08:26:27.627 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5514 | 2025-02-21T08:26:29.084Z | [ recovery-image] Feb 21 08:26:27.647 INFO O| Feb 21 08:26:27.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5515 | 2025-02-21T08:26:29.084Z | [ recovery-image] Feb 21 08:26:27.647 INFO O| Feb 21 08:26:27.647 INFO STEP 353 (remove_files) COMPLETE |
5516 | 2025-02-21T08:26:29.084Z | [ recovery-image] Feb 21 08:26:27.647 INFO O| Feb 21 08:26:27.647 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5517 | 2025-02-21T08:26:29.213Z | [ recovery-image] Feb 21 08:26:27.668 INFO O| Feb 21 08:26:27.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5518 | 2025-02-21T08:26:29.214Z | [ recovery-image] Feb 21 08:26:27.668 INFO O| Feb 21 08:26:27.668 INFO STEP 354 (remove_files) COMPLETE |
5519 | 2025-02-21T08:26:29.214Z | [ recovery-image] Feb 21 08:26:27.668 INFO O| Feb 21 08:26:27.668 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5520 | 2025-02-21T08:26:29.214Z | [ recovery-image] Feb 21 08:26:27.688 INFO O| Feb 21 08:26:27.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5521 | 2025-02-21T08:26:29.214Z | [ recovery-image] Feb 21 08:26:27.688 INFO O| Feb 21 08:26:27.688 INFO STEP 355 (remove_files) COMPLETE |
5522 | 2025-02-21T08:26:29.214Z | [ recovery-image] Feb 21 08:26:27.689 INFO O| Feb 21 08:26:27.688 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5523 | 2025-02-21T08:26:29.323Z | [ recovery-image] Feb 21 08:26:27.709 INFO O| Feb 21 08:26:27.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5524 | 2025-02-21T08:26:29.324Z | [ recovery-image] Feb 21 08:26:27.709 INFO O| Feb 21 08:26:27.709 INFO STEP 356 (remove_files) COMPLETE |
5525 | 2025-02-21T08:26:29.324Z | [ recovery-image] Feb 21 08:26:27.709 INFO O| Feb 21 08:26:27.709 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5526 | 2025-02-21T08:26:29.333Z | [ recovery-image] Feb 21 08:26:27.729 INFO O| Feb 21 08:26:27.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5527 | 2025-02-21T08:26:29.333Z | [ recovery-image] Feb 21 08:26:27.730 INFO O| Feb 21 08:26:27.730 INFO STEP 357 (remove_files) COMPLETE |
5528 | 2025-02-21T08:26:29.333Z | [ recovery-image] Feb 21 08:26:27.730 INFO O| Feb 21 08:26:27.730 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5529 | 2025-02-21T08:26:29.333Z | [ recovery-image] Feb 21 08:26:27.748 INFO O| Feb 21 08:26:27.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5530 | 2025-02-21T08:26:29.334Z | [ recovery-image] Feb 21 08:26:27.748 INFO O| Feb 21 08:26:27.748 INFO STEP 358 (remove_files) COMPLETE |
5531 | 2025-02-21T08:26:29.334Z | [ recovery-image] Feb 21 08:26:27.748 INFO O| Feb 21 08:26:27.748 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5532 | 2025-02-21T08:26:29.334Z | [ recovery-image] Feb 21 08:26:27.769 INFO O| Feb 21 08:26:27.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5533 | 2025-02-21T08:26:29.334Z | [ recovery-image] Feb 21 08:26:27.769 INFO O| Feb 21 08:26:27.769 INFO STEP 359 (remove_files) COMPLETE |
5534 | 2025-02-21T08:26:29.334Z | [ recovery-image] Feb 21 08:26:27.769 INFO O| Feb 21 08:26:27.769 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5535 | 2025-02-21T08:26:29.334Z | [ recovery-image] Feb 21 08:26:27.791 INFO O| Feb 21 08:26:27.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5536 | 2025-02-21T08:26:29.334Z | [ recovery-image] Feb 21 08:26:27.791 INFO O| Feb 21 08:26:27.791 INFO STEP 360 (remove_files) COMPLETE |
5537 | 2025-02-21T08:26:29.334Z | [ recovery-image] Feb 21 08:26:27.791 INFO O| Feb 21 08:26:27.791 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5538 | 2025-02-21T08:26:29.334Z | [ recovery-image] Feb 21 08:26:27.811 INFO O| Feb 21 08:26:27.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5539 | 2025-02-21T08:26:29.334Z | [ recovery-image] Feb 21 08:26:27.812 INFO O| Feb 21 08:26:27.811 INFO STEP 361 (remove_files) COMPLETE |
5540 | 2025-02-21T08:26:29.334Z | [ recovery-image] Feb 21 08:26:27.812 INFO O| Feb 21 08:26:27.812 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5541 | 2025-02-21T08:26:29.336Z | [ recovery-image] Feb 21 08:26:27.834 INFO O| Feb 21 08:26:27.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5542 | 2025-02-21T08:26:29.336Z | [ recovery-image] Feb 21 08:26:27.834 INFO O| Feb 21 08:26:27.834 INFO STEP 362 (remove_files) COMPLETE |
5543 | 2025-02-21T08:26:29.336Z | [ recovery-image] Feb 21 08:26:27.834 INFO O| Feb 21 08:26:27.834 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5544 | 2025-02-21T08:26:29.409Z | [ recovery-image] Feb 21 08:26:27.911 INFO O| Feb 21 08:26:27.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5545 | 2025-02-21T08:26:29.409Z | [ recovery-image] Feb 21 08:26:27.911 INFO O| Feb 21 08:26:27.911 INFO STEP 363 (remove_files) COMPLETE |
5546 | 2025-02-21T08:26:29.409Z | [ recovery-image] Feb 21 08:26:27.911 INFO O| Feb 21 08:26:27.911 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5547 | 2025-02-21T08:26:29.481Z | [ recovery-image] Feb 21 08:26:27.968 INFO O| Feb 21 08:26:27.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5548 | 2025-02-21T08:26:29.481Z | [ recovery-image] Feb 21 08:26:27.968 INFO O| Feb 21 08:26:27.968 INFO STEP 364 (remove_files) COMPLETE |
5549 | 2025-02-21T08:26:29.481Z | [ recovery-image] Feb 21 08:26:27.968 INFO O| Feb 21 08:26:27.968 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5550 | 2025-02-21T08:26:29.481Z | [ recovery-image] Feb 21 08:26:28.005 INFO O| Feb 21 08:26:28.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5551 | 2025-02-21T08:26:29.481Z | [ recovery-image] Feb 21 08:26:28.018 INFO O| Feb 21 08:26:28.018 INFO STEP 365 (remove_files) COMPLETE |
5552 | 2025-02-21T08:26:29.481Z | [ recovery-image] Feb 21 08:26:28.018 INFO O| Feb 21 08:26:28.018 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5553 | 2025-02-21T08:26:29.530Z | [ recovery-image] Feb 21 08:26:28.078 INFO O| Feb 21 08:26:28.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5554 | 2025-02-21T08:26:29.531Z | [ recovery-image] Feb 21 08:26:28.078 INFO O| Feb 21 08:26:28.078 INFO STEP 366 (remove_files) COMPLETE |
5555 | 2025-02-21T08:26:29.531Z | [ recovery-image] Feb 21 08:26:28.078 INFO O| Feb 21 08:26:28.078 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5556 | 2025-02-21T08:26:29.621Z | [ recovery-image] Feb 21 08:26:28.132 INFO O| Feb 21 08:26:28.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5557 | 2025-02-21T08:26:29.621Z | [ recovery-image] Feb 21 08:26:28.133 INFO O| Feb 21 08:26:28.132 INFO STEP 367 (remove_files) COMPLETE |
5558 | 2025-02-21T08:26:29.622Z | [ recovery-image] Feb 21 08:26:28.133 INFO O| Feb 21 08:26:28.133 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5559 | 2025-02-21T08:26:29.677Z | [ recovery-image] Feb 21 08:26:28.167 INFO O| Feb 21 08:26:28.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5560 | 2025-02-21T08:26:29.678Z | [ recovery-image] Feb 21 08:26:28.167 INFO O| Feb 21 08:26:28.167 INFO STEP 368 (remove_files) COMPLETE |
5561 | 2025-02-21T08:26:29.678Z | [ recovery-image] Feb 21 08:26:28.167 INFO O| Feb 21 08:26:28.167 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5562 | 2025-02-21T08:26:29.918Z | [ recovery-image] Feb 21 08:26:28.247 INFO O| Feb 21 08:26:28.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5563 | 2025-02-21T08:26:29.918Z | [ recovery-image] Feb 21 08:26:28.247 INFO O| Feb 21 08:26:28.212 INFO STEP 369 (remove_files) COMPLETE |
5564 | 2025-02-21T08:26:29.918Z | [ recovery-image] Feb 21 08:26:28.247 INFO O| Feb 21 08:26:28.212 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5565 | 2025-02-21T08:26:29.918Z | [ recovery-image] Feb 21 08:26:28.247 INFO O| Feb 21 08:26:28.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5566 | 2025-02-21T08:26:29.918Z | [ recovery-image] Feb 21 08:26:28.247 INFO O| Feb 21 08:26:28.237 INFO STEP 370 (remove_files) COMPLETE |
5567 | 2025-02-21T08:26:29.918Z | [ recovery-image] Feb 21 08:26:28.247 INFO O| Feb 21 08:26:28.237 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5568 | 2025-02-21T08:26:30.015Z | [ recovery-image] Feb 21 08:26:28.275 INFO O| Feb 21 08:26:28.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5569 | 2025-02-21T08:26:30.015Z | [ recovery-image] Feb 21 08:26:28.275 INFO O| Feb 21 08:26:28.275 INFO STEP 371 (remove_files) COMPLETE |
5570 | 2025-02-21T08:26:30.015Z | [ recovery-image] Feb 21 08:26:28.276 INFO O| Feb 21 08:26:28.276 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5571 | 2025-02-21T08:26:30.015Z | [ recovery-image] Feb 21 08:26:28.360 INFO O| Feb 21 08:26:28.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5572 | 2025-02-21T08:26:30.015Z | [ recovery-image] Feb 21 08:26:28.360 INFO O| Feb 21 08:26:28.360 INFO STEP 372 (remove_files) COMPLETE |
5573 | 2025-02-21T08:26:30.015Z | [ recovery-image] Feb 21 08:26:28.360 INFO O| Feb 21 08:26:28.360 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5574 | 2025-02-21T08:26:30.016Z | [ recovery-image] Feb 21 08:26:28.381 INFO O| Feb 21 08:26:28.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5575 | 2025-02-21T08:26:30.016Z | [ recovery-image] Feb 21 08:26:28.381 INFO O| Feb 21 08:26:28.381 INFO STEP 373 (remove_files) COMPLETE |
5576 | 2025-02-21T08:26:30.016Z | [ recovery-image] Feb 21 08:26:28.381 INFO O| Feb 21 08:26:28.381 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5577 | 2025-02-21T08:26:30.016Z | [ recovery-image] Feb 21 08:26:28.413 INFO O| Feb 21 08:26:28.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5578 | 2025-02-21T08:26:30.016Z | [ recovery-image] Feb 21 08:26:28.413 INFO O| Feb 21 08:26:28.413 INFO STEP 374 (remove_files) COMPLETE |
5579 | 2025-02-21T08:26:30.016Z | [ recovery-image] Feb 21 08:26:28.414 INFO O| Feb 21 08:26:28.413 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5580 | 2025-02-21T08:26:30.016Z | [ recovery-image] Feb 21 08:26:28.432 INFO O| Feb 21 08:26:28.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5581 | 2025-02-21T08:26:30.016Z | [ recovery-image] Feb 21 08:26:28.432 INFO O| Feb 21 08:26:28.432 INFO STEP 375 (remove_files) COMPLETE |
5582 | 2025-02-21T08:26:30.016Z | [ recovery-image] Feb 21 08:26:28.432 INFO O| Feb 21 08:26:28.432 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5583 | 2025-02-21T08:26:30.016Z | [ recovery-image] Feb 21 08:26:28.451 INFO O| Feb 21 08:26:28.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5584 | 2025-02-21T08:26:30.016Z | [ recovery-image] Feb 21 08:26:28.451 INFO O| Feb 21 08:26:28.451 INFO STEP 376 (remove_files) COMPLETE |
5585 | 2025-02-21T08:26:30.016Z | [ recovery-image] Feb 21 08:26:28.451 INFO O| Feb 21 08:26:28.451 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5586 | 2025-02-21T08:26:30.016Z | [ recovery-image] Feb 21 08:26:28.527 INFO O| Feb 21 08:26:28.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5587 | 2025-02-21T08:26:30.017Z | [ recovery-image] Feb 21 08:26:28.527 INFO O| Feb 21 08:26:28.527 INFO STEP 377 (remove_files) COMPLETE |
5588 | 2025-02-21T08:26:30.017Z | [ recovery-image] Feb 21 08:26:28.527 INFO O| Feb 21 08:26:28.527 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5589 | 2025-02-21T08:26:30.017Z | [ recovery-image] Feb 21 08:26:28.549 INFO O| Feb 21 08:26:28.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5590 | 2025-02-21T08:26:30.017Z | [ recovery-image] Feb 21 08:26:28.549 INFO O| Feb 21 08:26:28.549 INFO STEP 378 (remove_files) COMPLETE |
5591 | 2025-02-21T08:26:30.017Z | [ recovery-image] Feb 21 08:26:28.549 INFO O| Feb 21 08:26:28.549 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5592 | 2025-02-21T08:26:30.017Z | [ recovery-image] Feb 21 08:26:28.570 INFO O| Feb 21 08:26:28.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5593 | 2025-02-21T08:26:30.017Z | [ recovery-image] Feb 21 08:26:28.570 INFO O| Feb 21 08:26:28.570 INFO STEP 379 (remove_files) COMPLETE |
5594 | 2025-02-21T08:26:30.017Z | [ recovery-image] Feb 21 08:26:28.570 INFO O| Feb 21 08:26:28.570 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5595 | 2025-02-21T08:26:30.059Z | [ recovery-image] Feb 21 08:26:28.588 INFO O| Feb 21 08:26:28.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5596 | 2025-02-21T08:26:30.060Z | [ recovery-image] Feb 21 08:26:28.588 INFO O| Feb 21 08:26:28.588 INFO STEP 380 (remove_files) COMPLETE |
5597 | 2025-02-21T08:26:30.060Z | [ recovery-image] Feb 21 08:26:28.589 INFO O| Feb 21 08:26:28.589 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5598 | 2025-02-21T08:26:30.147Z | [ recovery-image] Feb 21 08:26:28.697 INFO O| Feb 21 08:26:28.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5599 | 2025-02-21T08:26:30.174Z | [ recovery-image] Feb 21 08:26:28.717 INFO O| Feb 21 08:26:28.717 INFO STEP 381 (remove_files) COMPLETE |
5600 | 2025-02-21T08:26:30.174Z | [ recovery-image] Feb 21 08:26:28.717 INFO O| Feb 21 08:26:28.717 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5601 | 2025-02-21T08:26:30.174Z | [ recovery-image] Feb 21 08:26:28.736 INFO O| Feb 21 08:26:28.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5602 | 2025-02-21T08:26:30.174Z | [ recovery-image] Feb 21 08:26:28.736 INFO O| Feb 21 08:26:28.736 INFO STEP 382 (remove_files) COMPLETE |
5603 | 2025-02-21T08:26:30.174Z | [ recovery-image] Feb 21 08:26:28.737 INFO O| Feb 21 08:26:28.736 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5604 | 2025-02-21T08:26:30.174Z | [ recovery-image] Feb 21 08:26:28.755 INFO O| Feb 21 08:26:28.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5605 | 2025-02-21T08:26:30.174Z | [ recovery-image] Feb 21 08:26:28.756 INFO O| Feb 21 08:26:28.756 INFO STEP 383 (remove_files) COMPLETE |
5606 | 2025-02-21T08:26:30.174Z | [ recovery-image] Feb 21 08:26:28.756 INFO O| Feb 21 08:26:28.756 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5607 | 2025-02-21T08:26:30.257Z | [ recovery-image] Feb 21 08:26:28.776 INFO O| Feb 21 08:26:28.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5608 | 2025-02-21T08:26:30.257Z | [ recovery-image] Feb 21 08:26:28.776 INFO O| Feb 21 08:26:28.776 INFO STEP 384 (remove_files) COMPLETE |
5609 | 2025-02-21T08:26:30.257Z | [ recovery-image] Feb 21 08:26:28.776 INFO O| Feb 21 08:26:28.776 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5610 | 2025-02-21T08:26:30.346Z | [ recovery-image] Feb 21 08:26:28.796 INFO O| Feb 21 08:26:28.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5611 | 2025-02-21T08:26:30.346Z | [ recovery-image] Feb 21 08:26:28.796 INFO O| Feb 21 08:26:28.796 INFO STEP 385 (remove_files) COMPLETE |
5612 | 2025-02-21T08:26:30.346Z | [ recovery-image] Feb 21 08:26:28.797 INFO O| Feb 21 08:26:28.796 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5613 | 2025-02-21T08:26:30.346Z | [ recovery-image] Feb 21 08:26:28.818 INFO O| Feb 21 08:26:28.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5614 | 2025-02-21T08:26:30.346Z | [ recovery-image] Feb 21 08:26:28.818 INFO O| Feb 21 08:26:28.818 INFO STEP 386 (remove_files) COMPLETE |
5615 | 2025-02-21T08:26:30.346Z | [ recovery-image] Feb 21 08:26:28.818 INFO O| Feb 21 08:26:28.818 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5616 | 2025-02-21T08:26:30.346Z | [ recovery-image] Feb 21 08:26:28.854 INFO O| Feb 21 08:26:28.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5617 | 2025-02-21T08:26:30.346Z | [ recovery-image] Feb 21 08:26:28.854 INFO O| Feb 21 08:26:28.854 INFO STEP 387 (remove_files) COMPLETE |
5618 | 2025-02-21T08:26:30.346Z | [ recovery-image] Feb 21 08:26:28.854 INFO O| Feb 21 08:26:28.854 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5619 | 2025-02-21T08:26:30.409Z | [ recovery-image] Feb 21 08:26:28.877 INFO O| Feb 21 08:26:28.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5620 | 2025-02-21T08:26:30.409Z | [ recovery-image] Feb 21 08:26:28.877 INFO O| Feb 21 08:26:28.877 INFO STEP 388 (remove_files) COMPLETE |
5621 | 2025-02-21T08:26:30.409Z | [ recovery-image] Feb 21 08:26:28.877 INFO O| Feb 21 08:26:28.877 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5622 | 2025-02-21T08:26:30.409Z | [ recovery-image] Feb 21 08:26:28.898 INFO O| Feb 21 08:26:28.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5623 | 2025-02-21T08:26:30.409Z | [ recovery-image] Feb 21 08:26:28.898 INFO O| Feb 21 08:26:28.898 INFO STEP 389 (remove_files) COMPLETE |
5624 | 2025-02-21T08:26:30.409Z | [ recovery-image] Feb 21 08:26:28.898 INFO O| Feb 21 08:26:28.898 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5625 | 2025-02-21T08:26:30.409Z | [ recovery-image] Feb 21 08:26:28.921 INFO O| Feb 21 08:26:28.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5626 | 2025-02-21T08:26:30.410Z | [ recovery-image] Feb 21 08:26:28.921 INFO O| Feb 21 08:26:28.921 INFO STEP 390 (remove_files) COMPLETE |
5627 | 2025-02-21T08:26:30.410Z | [ recovery-image] Feb 21 08:26:28.921 INFO O| Feb 21 08:26:28.921 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5628 | 2025-02-21T08:26:30.410Z | [ recovery-image] Feb 21 08:26:28.946 INFO O| Feb 21 08:26:28.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5629 | 2025-02-21T08:26:30.410Z | [ recovery-image] Feb 21 08:26:28.946 INFO O| Feb 21 08:26:28.946 INFO STEP 391 (remove_files) COMPLETE |
5630 | 2025-02-21T08:26:30.410Z | [ recovery-image] Feb 21 08:26:28.946 INFO O| Feb 21 08:26:28.946 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5631 | 2025-02-21T08:26:30.410Z | [ recovery-image] Feb 21 08:26:28.968 INFO O| Feb 21 08:26:28.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5632 | 2025-02-21T08:26:30.410Z | [ recovery-image] Feb 21 08:26:28.968 INFO O| Feb 21 08:26:28.968 INFO STEP 392 (remove_files) COMPLETE |
5633 | 2025-02-21T08:26:30.410Z | [ recovery-image] Feb 21 08:26:28.968 INFO O| Feb 21 08:26:28.968 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5634 | 2025-02-21T08:26:30.467Z | [ recovery-image] Feb 21 08:26:28.989 INFO O| Feb 21 08:26:28.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5635 | 2025-02-21T08:26:30.467Z | [ recovery-image] Feb 21 08:26:28.990 INFO O| Feb 21 08:26:28.990 INFO STEP 393 (remove_files) COMPLETE |
5636 | 2025-02-21T08:26:30.467Z | [ recovery-image] Feb 21 08:26:28.990 INFO O| Feb 21 08:26:28.990 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5637 | 2025-02-21T08:26:30.498Z | [ recovery-image] Feb 21 08:26:29.026 INFO O| Feb 21 08:26:29.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5638 | 2025-02-21T08:26:30.499Z | [ recovery-image] Feb 21 08:26:29.026 INFO O| Feb 21 08:26:29.026 INFO STEP 394 (remove_files) COMPLETE |
5639 | 2025-02-21T08:26:30.499Z | [ recovery-image] Feb 21 08:26:29.026 INFO O| Feb 21 08:26:29.026 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5640 | 2025-02-21T08:26:30.499Z | [ recovery-image] Feb 21 08:26:29.046 INFO O| Feb 21 08:26:29.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5641 | 2025-02-21T08:26:30.499Z | [ recovery-image] Feb 21 08:26:29.046 INFO O| Feb 21 08:26:29.046 INFO STEP 395 (remove_files) COMPLETE |
5642 | 2025-02-21T08:26:30.500Z | [ recovery-image] Feb 21 08:26:29.046 INFO O| Feb 21 08:26:29.046 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5643 | 2025-02-21T08:26:30.500Z | [ recovery-image] Feb 21 08:26:29.064 INFO O| Feb 21 08:26:29.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5644 | 2025-02-21T08:26:30.500Z | [ recovery-image] Feb 21 08:26:29.064 INFO O| Feb 21 08:26:29.064 INFO STEP 396 (remove_files) COMPLETE |
5645 | 2025-02-21T08:26:30.500Z | [ recovery-image] Feb 21 08:26:29.064 INFO O| Feb 21 08:26:29.064 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5646 | 2025-02-21T08:26:30.546Z | [ recovery-image] Feb 21 08:26:29.100 INFO O| Feb 21 08:26:29.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5647 | 2025-02-21T08:26:30.547Z | [ recovery-image] Feb 21 08:26:29.100 INFO O| Feb 21 08:26:29.100 INFO STEP 397 (remove_files) COMPLETE |
5648 | 2025-02-21T08:26:30.547Z | [ recovery-image] Feb 21 08:26:29.100 INFO O| Feb 21 08:26:29.100 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5649 | 2025-02-21T08:26:30.590Z | [ recovery-image] Feb 21 08:26:29.141 INFO O| Feb 21 08:26:29.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5650 | 2025-02-21T08:26:30.591Z | [ recovery-image] Feb 21 08:26:29.141 INFO O| Feb 21 08:26:29.141 INFO STEP 398 (remove_files) COMPLETE |
5651 | 2025-02-21T08:26:30.591Z | [ recovery-image] Feb 21 08:26:29.141 INFO O| Feb 21 08:26:29.141 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5652 | 2025-02-21T08:26:30.591Z | [ recovery-image] Feb 21 08:26:29.159 INFO O| Feb 21 08:26:29.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5653 | 2025-02-21T08:26:30.591Z | [ recovery-image] Feb 21 08:26:29.159 INFO O| Feb 21 08:26:29.159 INFO STEP 399 (remove_files) COMPLETE |
5654 | 2025-02-21T08:26:30.591Z | [ recovery-image] Feb 21 08:26:29.159 INFO O| Feb 21 08:26:29.159 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5655 | 2025-02-21T08:26:30.651Z | [ recovery-image] Feb 21 08:26:29.188 INFO O| Feb 21 08:26:29.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5656 | 2025-02-21T08:26:30.652Z | [ recovery-image] Feb 21 08:26:29.188 INFO O| Feb 21 08:26:29.188 INFO STEP 400 (remove_files) COMPLETE |
5657 | 2025-02-21T08:26:30.654Z | [ recovery-image] Feb 21 08:26:29.188 INFO O| Feb 21 08:26:29.188 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5658 | 2025-02-21T08:26:30.654Z | [ recovery-image] Feb 21 08:26:29.208 INFO O| Feb 21 08:26:29.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5659 | 2025-02-21T08:26:30.654Z | [ recovery-image] Feb 21 08:26:29.208 INFO O| Feb 21 08:26:29.208 INFO STEP 401 (remove_files) COMPLETE |
5660 | 2025-02-21T08:26:30.654Z | [ recovery-image] Feb 21 08:26:29.209 INFO O| Feb 21 08:26:29.208 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5661 | 2025-02-21T08:26:30.730Z | [ recovery-image] Feb 21 08:26:29.300 INFO O| Feb 21 08:26:29.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5662 | 2025-02-21T08:26:30.755Z | [ recovery-image] Feb 21 08:26:29.300 INFO O| Feb 21 08:26:29.300 INFO STEP 402 (remove_files) COMPLETE |
5663 | 2025-02-21T08:26:30.756Z | [ recovery-image] Feb 21 08:26:29.300 INFO O| Feb 21 08:26:29.300 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5664 | 2025-02-21T08:26:30.801Z | [ recovery-image] Feb 21 08:26:29.373 INFO O| Feb 21 08:26:29.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5665 | 2025-02-21T08:26:30.801Z | [ recovery-image] Feb 21 08:26:29.373 INFO O| Feb 21 08:26:29.373 INFO STEP 403 (remove_files) COMPLETE |
5666 | 2025-02-21T08:26:30.801Z | [ recovery-image] Feb 21 08:26:29.373 INFO O| Feb 21 08:26:29.373 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5667 | 2025-02-21T08:26:30.819Z | [ recovery-image] Feb 21 08:26:29.393 INFO O| Feb 21 08:26:29.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5668 | 2025-02-21T08:26:30.819Z | [ recovery-image] Feb 21 08:26:29.393 INFO O| Feb 21 08:26:29.393 INFO STEP 404 (remove_files) COMPLETE |
5669 | 2025-02-21T08:26:30.819Z | [ recovery-image] Feb 21 08:26:29.393 INFO O| Feb 21 08:26:29.393 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5670 | 2025-02-21T08:26:31.013Z | [ recovery-image] Feb 21 08:26:29.413 INFO O| Feb 21 08:26:29.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5671 | 2025-02-21T08:26:31.013Z | [ recovery-image] Feb 21 08:26:29.413 INFO O| Feb 21 08:26:29.413 INFO STEP 405 (remove_files) COMPLETE |
5672 | 2025-02-21T08:26:31.013Z | [ recovery-image] Feb 21 08:26:29.413 INFO O| Feb 21 08:26:29.413 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5673 | 2025-02-21T08:26:31.071Z | [ recovery-image] Feb 21 08:26:29.433 INFO O| Feb 21 08:26:29.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5674 | 2025-02-21T08:26:31.071Z | [ recovery-image] Feb 21 08:26:29.434 INFO O| Feb 21 08:26:29.434 INFO STEP 406 (remove_files) COMPLETE |
5675 | 2025-02-21T08:26:31.071Z | [ recovery-image] Feb 21 08:26:29.434 INFO O| Feb 21 08:26:29.434 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5676 | 2025-02-21T08:26:31.071Z | [ recovery-image] Feb 21 08:26:29.521 INFO O| Feb 21 08:26:29.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5677 | 2025-02-21T08:26:31.071Z | [ recovery-image] Feb 21 08:26:29.521 INFO O| Feb 21 08:26:29.521 INFO STEP 407 (remove_files) COMPLETE |
5678 | 2025-02-21T08:26:31.071Z | [ recovery-image] Feb 21 08:26:29.521 INFO O| Feb 21 08:26:29.521 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5679 | 2025-02-21T08:26:31.071Z | [ recovery-image] Feb 21 08:26:29.542 INFO O| Feb 21 08:26:29.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5680 | 2025-02-21T08:26:31.071Z | [ recovery-image] Feb 21 08:26:29.542 INFO O| Feb 21 08:26:29.542 INFO STEP 408 (remove_files) COMPLETE |
5681 | 2025-02-21T08:26:31.071Z | [ recovery-image] Feb 21 08:26:29.542 INFO O| Feb 21 08:26:29.542 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5682 | 2025-02-21T08:26:31.071Z | [ recovery-image] Feb 21 08:26:29.563 INFO O| Feb 21 08:26:29.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5683 | 2025-02-21T08:26:31.072Z | [ recovery-image] Feb 21 08:26:29.563 INFO O| Feb 21 08:26:29.563 INFO STEP 409 (remove_files) COMPLETE |
5684 | 2025-02-21T08:26:31.072Z | [ recovery-image] Feb 21 08:26:29.563 INFO O| Feb 21 08:26:29.563 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5685 | 2025-02-21T08:26:31.072Z | [ recovery-image] Feb 21 08:26:29.587 INFO O| Feb 21 08:26:29.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5686 | 2025-02-21T08:26:31.072Z | [ recovery-image] Feb 21 08:26:29.587 INFO O| Feb 21 08:26:29.587 INFO STEP 410 (remove_files) COMPLETE |
5687 | 2025-02-21T08:26:31.072Z | [ recovery-image] Feb 21 08:26:29.587 INFO O| Feb 21 08:26:29.587 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5688 | 2025-02-21T08:26:31.072Z | [ recovery-image] Feb 21 08:26:29.609 INFO O| Feb 21 08:26:29.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5689 | 2025-02-21T08:26:31.072Z | [ recovery-image] Feb 21 08:26:29.609 INFO O| Feb 21 08:26:29.609 INFO STEP 411 (remove_files) COMPLETE |
5690 | 2025-02-21T08:26:31.072Z | [ recovery-image] Feb 21 08:26:29.609 INFO O| Feb 21 08:26:29.609 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5691 | 2025-02-21T08:26:31.072Z | [ recovery-image] Feb 21 08:26:29.629 INFO O| Feb 21 08:26:29.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5692 | 2025-02-21T08:26:31.072Z | [ recovery-image] Feb 21 08:26:29.629 INFO O| Feb 21 08:26:29.629 INFO STEP 412 (remove_files) COMPLETE |
5693 | 2025-02-21T08:26:31.072Z | [ recovery-image] Feb 21 08:26:29.629 INFO O| Feb 21 08:26:29.629 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5694 | 2025-02-21T08:26:31.125Z | [ recovery-image] Feb 21 08:26:29.649 INFO O| Feb 21 08:26:29.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5695 | 2025-02-21T08:26:31.126Z | [ recovery-image] Feb 21 08:26:29.649 INFO O| Feb 21 08:26:29.649 INFO STEP 413 (remove_files) COMPLETE |
5696 | 2025-02-21T08:26:31.126Z | [ recovery-image] Feb 21 08:26:29.649 INFO O| Feb 21 08:26:29.649 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5697 | 2025-02-21T08:26:31.126Z | [ recovery-image] Feb 21 08:26:29.669 INFO O| Feb 21 08:26:29.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5698 | 2025-02-21T08:26:31.126Z | [ recovery-image] Feb 21 08:26:29.669 INFO O| Feb 21 08:26:29.669 INFO STEP 414 (remove_files) COMPLETE |
5699 | 2025-02-21T08:26:31.127Z | [ recovery-image] Feb 21 08:26:29.669 INFO O| Feb 21 08:26:29.669 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5700 | 2025-02-21T08:26:31.170Z | [ recovery-image] Feb 21 08:26:29.689 INFO O| Feb 21 08:26:29.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5701 | 2025-02-21T08:26:31.170Z | [ recovery-image] Feb 21 08:26:29.689 INFO O| Feb 21 08:26:29.689 INFO STEP 415 (remove_files) COMPLETE |
5702 | 2025-02-21T08:26:31.170Z | [ recovery-image] Feb 21 08:26:29.689 INFO O| Feb 21 08:26:29.689 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5703 | 2025-02-21T08:26:31.170Z | [ recovery-image] Feb 21 08:26:29.708 INFO O| Feb 21 08:26:29.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5704 | 2025-02-21T08:26:31.170Z | [ recovery-image] Feb 21 08:26:29.708 INFO O| Feb 21 08:26:29.708 INFO STEP 416 (remove_files) COMPLETE |
5705 | 2025-02-21T08:26:31.170Z | [ recovery-image] Feb 21 08:26:29.708 INFO O| Feb 21 08:26:29.708 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5706 | 2025-02-21T08:26:31.170Z | [ recovery-image] Feb 21 08:26:29.726 INFO O| Feb 21 08:26:29.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5707 | 2025-02-21T08:26:31.171Z | [ recovery-image] Feb 21 08:26:29.727 INFO O| Feb 21 08:26:29.727 INFO STEP 417 (remove_files) COMPLETE |
5708 | 2025-02-21T08:26:31.171Z | [ recovery-image] Feb 21 08:26:29.727 INFO O| Feb 21 08:26:29.727 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5709 | 2025-02-21T08:26:31.189Z | [ recovery-image] Feb 21 08:26:29.746 INFO O| Feb 21 08:26:29.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5710 | 2025-02-21T08:26:31.189Z | [ recovery-image] Feb 21 08:26:29.746 INFO O| Feb 21 08:26:29.746 INFO STEP 418 (remove_files) COMPLETE |
5711 | 2025-02-21T08:26:31.190Z | [ recovery-image] Feb 21 08:26:29.746 INFO O| Feb 21 08:26:29.746 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5712 | 2025-02-21T08:26:31.191Z | [ recovery-image] Feb 21 08:26:29.765 INFO O| Feb 21 08:26:29.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5713 | 2025-02-21T08:26:31.191Z | [ recovery-image] Feb 21 08:26:29.765 INFO O| Feb 21 08:26:29.765 INFO STEP 419 (remove_files) COMPLETE |
5714 | 2025-02-21T08:26:31.191Z | [ recovery-image] Feb 21 08:26:29.765 INFO O| Feb 21 08:26:29.765 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5715 | 2025-02-21T08:26:31.203Z | [ recovery-image] Feb 21 08:26:29.787 INFO O| Feb 21 08:26:29.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5716 | 2025-02-21T08:26:31.203Z | [ recovery-image] Feb 21 08:26:29.788 INFO O| Feb 21 08:26:29.787 INFO STEP 420 (remove_files) COMPLETE |
5717 | 2025-02-21T08:26:31.203Z | [ recovery-image] Feb 21 08:26:29.788 INFO O| Feb 21 08:26:29.788 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5718 | 2025-02-21T08:26:31.259Z | [ recovery-image] Feb 21 08:26:29.810 INFO O| Feb 21 08:26:29.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5719 | 2025-02-21T08:26:31.259Z | [ recovery-image] Feb 21 08:26:29.810 INFO O| Feb 21 08:26:29.810 INFO STEP 421 (remove_files) COMPLETE |
5720 | 2025-02-21T08:26:31.259Z | [ recovery-image] Feb 21 08:26:29.810 INFO O| Feb 21 08:26:29.810 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5721 | 2025-02-21T08:26:31.281Z | [ recovery-image] Feb 21 08:26:29.829 INFO O| Feb 21 08:26:29.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5722 | 2025-02-21T08:26:31.281Z | [ recovery-image] Feb 21 08:26:29.830 INFO O| Feb 21 08:26:29.829 INFO STEP 422 (remove_files) COMPLETE |
5723 | 2025-02-21T08:26:31.281Z | [ recovery-image] Feb 21 08:26:29.830 INFO O| Feb 21 08:26:29.830 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5724 | 2025-02-21T08:26:31.307Z | [ recovery-image] Feb 21 08:26:29.882 INFO O| Feb 21 08:26:29.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5725 | 2025-02-21T08:26:31.307Z | [ recovery-image] Feb 21 08:26:29.882 INFO O| Feb 21 08:26:29.882 INFO STEP 423 (remove_files) COMPLETE |
5726 | 2025-02-21T08:26:31.308Z | [ recovery-image] Feb 21 08:26:29.882 INFO O| Feb 21 08:26:29.882 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5727 | 2025-02-21T08:26:31.473Z | [ recovery-image] Feb 21 08:26:30.006 INFO O| Feb 21 08:26:30.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5728 | 2025-02-21T08:26:31.473Z | [ recovery-image] Feb 21 08:26:30.006 INFO O| Feb 21 08:26:30.006 INFO STEP 424 (remove_files) COMPLETE |
5729 | 2025-02-21T08:26:31.473Z | [ recovery-image] Feb 21 08:26:30.006 INFO O| Feb 21 08:26:30.006 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5730 | 2025-02-21T08:26:31.522Z | [ recovery-image] Feb 21 08:26:30.026 INFO O| Feb 21 08:26:30.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5731 | 2025-02-21T08:26:31.522Z | [ recovery-image] Feb 21 08:26:30.026 INFO O| Feb 21 08:26:30.026 INFO STEP 425 (remove_files) COMPLETE |
5732 | 2025-02-21T08:26:31.522Z | [ recovery-image] Feb 21 08:26:30.026 INFO O| Feb 21 08:26:30.026 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5733 | 2025-02-21T08:26:31.522Z | [ recovery-image] Feb 21 08:26:30.048 INFO O| Feb 21 08:26:30.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5734 | 2025-02-21T08:26:31.522Z | [ recovery-image] Feb 21 08:26:30.048 INFO O| Feb 21 08:26:30.048 INFO STEP 426 (remove_files) COMPLETE |
5735 | 2025-02-21T08:26:31.522Z | [ recovery-image] Feb 21 08:26:30.048 INFO O| Feb 21 08:26:30.048 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5736 | 2025-02-21T08:26:31.522Z | [ recovery-image] Feb 21 08:26:30.067 INFO O| Feb 21 08:26:30.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5737 | 2025-02-21T08:26:31.522Z | [ recovery-image] Feb 21 08:26:30.067 INFO O| Feb 21 08:26:30.067 INFO STEP 427 (remove_files) COMPLETE |
5738 | 2025-02-21T08:26:31.522Z | [ recovery-image] Feb 21 08:26:30.067 INFO O| Feb 21 08:26:30.067 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5739 | 2025-02-21T08:26:31.544Z | [ recovery-image] Feb 21 08:26:30.087 INFO O| Feb 21 08:26:30.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5740 | 2025-02-21T08:26:31.544Z | [ recovery-image] Feb 21 08:26:30.087 INFO O| Feb 21 08:26:30.087 INFO STEP 428 (remove_files) COMPLETE |
5741 | 2025-02-21T08:26:31.544Z | [ recovery-image] Feb 21 08:26:30.087 INFO O| Feb 21 08:26:30.087 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5742 | 2025-02-21T08:26:31.544Z | [ recovery-image] Feb 21 08:26:30.142 INFO O| Feb 21 08:26:30.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5743 | 2025-02-21T08:26:31.544Z | [ recovery-image] Feb 21 08:26:30.142 INFO O| Feb 21 08:26:30.142 INFO STEP 429 (remove_files) COMPLETE |
5744 | 2025-02-21T08:26:31.544Z | [ recovery-image] Feb 21 08:26:30.142 INFO O| Feb 21 08:26:30.142 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5745 | 2025-02-21T08:26:31.619Z | [ recovery-image] Feb 21 08:26:30.164 INFO O| Feb 21 08:26:30.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5746 | 2025-02-21T08:26:31.620Z | [ recovery-image] Feb 21 08:26:30.164 INFO O| Feb 21 08:26:30.164 INFO STEP 430 (remove_files) COMPLETE |
5747 | 2025-02-21T08:26:31.657Z | [ recovery-image] Feb 21 08:26:30.164 INFO O| Feb 21 08:26:30.164 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5748 | 2025-02-21T08:26:31.657Z | [ recovery-image] Feb 21 08:26:30.200 INFO O| Feb 21 08:26:30.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5749 | 2025-02-21T08:26:31.657Z | [ recovery-image] Feb 21 08:26:30.200 INFO O| Feb 21 08:26:30.200 INFO STEP 431 (remove_files) COMPLETE |
5750 | 2025-02-21T08:26:31.657Z | [ recovery-image] Feb 21 08:26:30.200 INFO O| Feb 21 08:26:30.200 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5751 | 2025-02-21T08:26:31.658Z | [ recovery-image] Feb 21 08:26:30.223 INFO O| Feb 21 08:26:30.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5752 | 2025-02-21T08:26:31.658Z | [ recovery-image] Feb 21 08:26:30.223 INFO O| Feb 21 08:26:30.223 INFO STEP 432 (remove_files) COMPLETE |
5753 | 2025-02-21T08:26:31.659Z | [ recovery-image] Feb 21 08:26:30.224 INFO O| Feb 21 08:26:30.223 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5754 | 2025-02-21T08:26:31.711Z | [ recovery-image] Feb 21 08:26:30.248 INFO O| Feb 21 08:26:30.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5755 | 2025-02-21T08:26:31.712Z | [ recovery-image] Feb 21 08:26:30.248 INFO O| Feb 21 08:26:30.248 INFO STEP 433 (remove_files) COMPLETE |
5756 | 2025-02-21T08:26:31.712Z | [ recovery-image] Feb 21 08:26:30.248 INFO O| Feb 21 08:26:30.248 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5757 | 2025-02-21T08:26:31.765Z | [ recovery-image] Feb 21 08:26:30.270 INFO O| Feb 21 08:26:30.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5758 | 2025-02-21T08:26:31.765Z | [ recovery-image] Feb 21 08:26:30.291 INFO O| Feb 21 08:26:30.291 INFO STEP 434 (remove_files) COMPLETE |
5759 | 2025-02-21T08:26:31.766Z | [ recovery-image] Feb 21 08:26:30.291 INFO O| Feb 21 08:26:30.291 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5760 | 2025-02-21T08:26:31.806Z | [ recovery-image] Feb 21 08:26:30.369 INFO O| Feb 21 08:26:30.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5761 | 2025-02-21T08:26:31.807Z | [ recovery-image] Feb 21 08:26:30.370 INFO O| Feb 21 08:26:30.370 INFO STEP 435 (remove_files) COMPLETE |
5762 | 2025-02-21T08:26:31.807Z | [ recovery-image] Feb 21 08:26:30.370 INFO O| Feb 21 08:26:30.370 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5763 | 2025-02-21T08:26:31.843Z | [ recovery-image] Feb 21 08:26:30.429 INFO O| Feb 21 08:26:30.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5764 | 2025-02-21T08:26:31.843Z | [ recovery-image] Feb 21 08:26:30.429 INFO O| Feb 21 08:26:30.429 INFO STEP 436 (remove_files) COMPLETE |
5765 | 2025-02-21T08:26:31.911Z | [ recovery-image] Feb 21 08:26:30.429 INFO O| Feb 21 08:26:30.429 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5766 | 2025-02-21T08:26:31.911Z | [ recovery-image] Feb 21 08:26:30.448 INFO O| Feb 21 08:26:30.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5767 | 2025-02-21T08:26:31.911Z | [ recovery-image] Feb 21 08:26:30.448 INFO O| Feb 21 08:26:30.448 INFO STEP 437 (remove_files) COMPLETE |
5768 | 2025-02-21T08:26:31.911Z | [ recovery-image] Feb 21 08:26:30.448 INFO O| Feb 21 08:26:30.448 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5769 | 2025-02-21T08:26:32.059Z | [ recovery-image] Feb 21 08:26:30.485 INFO O| Feb 21 08:26:30.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5770 | 2025-02-21T08:26:32.059Z | [ recovery-image] Feb 21 08:26:30.485 INFO O| Feb 21 08:26:30.485 INFO STEP 438 (remove_files) COMPLETE |
5771 | 2025-02-21T08:26:32.059Z | [ recovery-image] Feb 21 08:26:30.485 INFO O| Feb 21 08:26:30.485 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5772 | 2025-02-21T08:26:32.059Z | [ recovery-image] Feb 21 08:26:30.505 INFO O| Feb 21 08:26:30.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5773 | 2025-02-21T08:26:32.059Z | [ recovery-image] Feb 21 08:26:30.505 INFO O| Feb 21 08:26:30.505 INFO STEP 439 (remove_files) COMPLETE |
5774 | 2025-02-21T08:26:32.059Z | [ recovery-image] Feb 21 08:26:30.505 INFO O| Feb 21 08:26:30.505 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5775 | 2025-02-21T08:26:32.091Z | [ recovery-image] Feb 21 08:26:30.538 INFO O| Feb 21 08:26:30.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5776 | 2025-02-21T08:26:32.091Z | [ recovery-image] Feb 21 08:26:30.558 INFO O| Feb 21 08:26:30.558 INFO STEP 440 (remove_files) COMPLETE |
5777 | 2025-02-21T08:26:32.092Z | [ recovery-image] Feb 21 08:26:30.558 INFO O| Feb 21 08:26:30.558 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5778 | 2025-02-21T08:26:32.092Z | [ recovery-image] Feb 21 08:26:30.578 INFO O| Feb 21 08:26:30.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5779 | 2025-02-21T08:26:32.092Z | [ recovery-image] Feb 21 08:26:30.578 INFO O| Feb 21 08:26:30.578 INFO STEP 441 (remove_files) COMPLETE |
5780 | 2025-02-21T08:26:32.092Z | [ recovery-image] Feb 21 08:26:30.578 INFO O| Feb 21 08:26:30.578 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5781 | 2025-02-21T08:26:32.092Z | [ recovery-image] Feb 21 08:26:30.597 INFO O| Feb 21 08:26:30.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5782 | 2025-02-21T08:26:32.092Z | [ recovery-image] Feb 21 08:26:30.597 INFO O| Feb 21 08:26:30.597 INFO STEP 442 (remove_files) COMPLETE |
5783 | 2025-02-21T08:26:32.092Z | [ recovery-image] Feb 21 08:26:30.597 INFO O| Feb 21 08:26:30.597 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5784 | 2025-02-21T08:26:32.092Z | [ recovery-image] Feb 21 08:26:30.618 INFO O| Feb 21 08:26:30.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5785 | 2025-02-21T08:26:32.093Z | [ recovery-image] Feb 21 08:26:30.619 INFO O| Feb 21 08:26:30.619 INFO STEP 443 (remove_files) COMPLETE |
5786 | 2025-02-21T08:26:32.093Z | [ recovery-image] Feb 21 08:26:30.619 INFO O| Feb 21 08:26:30.619 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5787 | 2025-02-21T08:26:32.093Z | [ recovery-image] Feb 21 08:26:30.659 INFO O| Feb 21 08:26:30.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5788 | 2025-02-21T08:26:32.094Z | [ recovery-image] Feb 21 08:26:30.659 INFO O| Feb 21 08:26:30.659 INFO STEP 444 (remove_files) COMPLETE |
5789 | 2025-02-21T08:26:32.094Z | [ recovery-image] Feb 21 08:26:30.659 INFO O| Feb 21 08:26:30.659 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5790 | 2025-02-21T08:26:32.140Z | [ recovery-image] Feb 21 08:26:30.681 INFO O| Feb 21 08:26:30.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5791 | 2025-02-21T08:26:32.141Z | [ recovery-image] Feb 21 08:26:30.681 INFO O| Feb 21 08:26:30.681 INFO STEP 445 (remove_files) COMPLETE |
5792 | 2025-02-21T08:26:32.141Z | [ recovery-image] Feb 21 08:26:30.681 INFO O| Feb 21 08:26:30.681 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5793 | 2025-02-21T08:26:32.141Z | [ recovery-image] Feb 21 08:26:30.701 INFO O| Feb 21 08:26:30.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5794 | 2025-02-21T08:26:32.141Z | [ recovery-image] Feb 21 08:26:30.701 INFO O| Feb 21 08:26:30.701 INFO STEP 446 (remove_files) COMPLETE |
5795 | 2025-02-21T08:26:32.141Z | [ recovery-image] Feb 21 08:26:30.701 INFO O| Feb 21 08:26:30.701 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5796 | 2025-02-21T08:26:32.203Z | [ recovery-image] Feb 21 08:26:30.721 INFO O| Feb 21 08:26:30.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5797 | 2025-02-21T08:26:32.203Z | [ recovery-image] Feb 21 08:26:30.721 INFO O| Feb 21 08:26:30.721 INFO STEP 447 (remove_files) COMPLETE |
5798 | 2025-02-21T08:26:32.204Z | [ recovery-image] Feb 21 08:26:30.721 INFO O| Feb 21 08:26:30.721 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5799 | 2025-02-21T08:26:32.204Z | [ recovery-image] Feb 21 08:26:30.741 INFO O| Feb 21 08:26:30.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5800 | 2025-02-21T08:26:32.204Z | [ recovery-image] Feb 21 08:26:30.741 INFO O| Feb 21 08:26:30.741 INFO STEP 448 (remove_files) COMPLETE |
5801 | 2025-02-21T08:26:32.204Z | [ recovery-image] Feb 21 08:26:30.741 INFO O| Feb 21 08:26:30.741 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5802 | 2025-02-21T08:26:32.242Z | [ recovery-image] Feb 21 08:26:30.760 INFO O| Feb 21 08:26:30.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5803 | 2025-02-21T08:26:32.242Z | [ recovery-image] Feb 21 08:26:30.760 INFO O| Feb 21 08:26:30.760 INFO STEP 449 (remove_files) COMPLETE |
5804 | 2025-02-21T08:26:32.242Z | [ recovery-image] Feb 21 08:26:30.761 INFO O| Feb 21 08:26:30.760 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5805 | 2025-02-21T08:26:32.242Z | [ recovery-image] Feb 21 08:26:30.780 INFO O| Feb 21 08:26:30.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5806 | 2025-02-21T08:26:32.242Z | [ recovery-image] Feb 21 08:26:30.780 INFO O| Feb 21 08:26:30.780 INFO STEP 450 (remove_files) COMPLETE |
5807 | 2025-02-21T08:26:32.242Z | [ recovery-image] Feb 21 08:26:30.780 INFO O| Feb 21 08:26:30.780 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5808 | 2025-02-21T08:26:32.242Z | [ recovery-image] Feb 21 08:26:30.812 INFO O| Feb 21 08:26:30.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5809 | 2025-02-21T08:26:32.242Z | [ recovery-image] Feb 21 08:26:30.812 INFO O| Feb 21 08:26:30.812 INFO STEP 451 (remove_files) COMPLETE |
5810 | 2025-02-21T08:26:32.242Z | [ recovery-image] Feb 21 08:26:30.812 INFO O| Feb 21 08:26:30.812 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5811 | 2025-02-21T08:26:32.259Z | [ recovery-image] Feb 21 08:26:30.851 INFO O| Feb 21 08:26:30.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5812 | 2025-02-21T08:26:32.259Z | [ recovery-image] Feb 21 08:26:30.851 INFO O| Feb 21 08:26:30.851 INFO STEP 452 (remove_files) COMPLETE |
5813 | 2025-02-21T08:26:32.259Z | [ recovery-image] Feb 21 08:26:30.851 INFO O| Feb 21 08:26:30.851 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5814 | 2025-02-21T08:26:32.275Z | [ recovery-image] Feb 21 08:26:30.873 INFO O| Feb 21 08:26:30.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5815 | 2025-02-21T08:26:32.276Z | [ recovery-image] Feb 21 08:26:30.873 INFO O| Feb 21 08:26:30.873 INFO STEP 453 (remove_files) COMPLETE |
5816 | 2025-02-21T08:26:32.276Z | [ recovery-image] Feb 21 08:26:30.873 INFO O| Feb 21 08:26:30.873 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5817 | 2025-02-21T08:26:32.321Z | [ recovery-image] Feb 21 08:26:30.894 INFO O| Feb 21 08:26:30.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5818 | 2025-02-21T08:26:32.322Z | [ recovery-image] Feb 21 08:26:30.894 INFO O| Feb 21 08:26:30.894 INFO STEP 454 (remove_files) COMPLETE |
5819 | 2025-02-21T08:26:32.347Z | [ recovery-image] Feb 21 08:26:30.894 INFO O| Feb 21 08:26:30.894 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5820 | 2025-02-21T08:26:32.361Z | [ recovery-image] Feb 21 08:26:30.934 INFO O| Feb 21 08:26:30.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5821 | 2025-02-21T08:26:32.361Z | [ recovery-image] Feb 21 08:26:30.934 INFO O| Feb 21 08:26:30.934 INFO STEP 455 (remove_files) COMPLETE |
5822 | 2025-02-21T08:26:32.361Z | [ recovery-image] Feb 21 08:26:30.934 INFO O| Feb 21 08:26:30.934 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5823 | 2025-02-21T08:26:32.362Z | [ recovery-image] Feb 21 08:26:30.959 INFO O| Feb 21 08:26:30.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5824 | 2025-02-21T08:26:32.363Z | [ recovery-image] Feb 21 08:26:30.959 INFO O| Feb 21 08:26:30.959 INFO STEP 456 (remove_files) COMPLETE |
5825 | 2025-02-21T08:26:32.363Z | [ recovery-image] Feb 21 08:26:30.959 INFO O| Feb 21 08:26:30.959 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5826 | 2025-02-21T08:26:32.389Z | [ recovery-image] Feb 21 08:26:30.982 INFO O| Feb 21 08:26:30.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5827 | 2025-02-21T08:26:32.417Z | [ recovery-image] Feb 21 08:26:30.982 INFO O| Feb 21 08:26:30.982 INFO STEP 457 (remove_files) COMPLETE |
5828 | 2025-02-21T08:26:32.417Z | [ recovery-image] Feb 21 08:26:30.983 INFO O| Feb 21 08:26:30.983 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5829 | 2025-02-21T08:26:32.417Z | [ recovery-image] Feb 21 08:26:31.002 INFO O| Feb 21 08:26:31.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5830 | 2025-02-21T08:26:32.417Z | [ recovery-image] Feb 21 08:26:31.002 INFO O| Feb 21 08:26:31.002 INFO STEP 458 (remove_files) COMPLETE |
5831 | 2025-02-21T08:26:32.417Z | [ recovery-image] Feb 21 08:26:31.002 INFO O| Feb 21 08:26:31.002 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5832 | 2025-02-21T08:26:32.424Z | [ recovery-image] Feb 21 08:26:31.023 INFO O| Feb 21 08:26:31.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5833 | 2025-02-21T08:26:32.425Z | [ recovery-image] Feb 21 08:26:31.023 INFO O| Feb 21 08:26:31.023 INFO STEP 459 (remove_files) COMPLETE |
5834 | 2025-02-21T08:26:32.425Z | [ recovery-image] Feb 21 08:26:31.023 INFO O| Feb 21 08:26:31.023 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5835 | 2025-02-21T08:26:32.443Z | [ host-image] Feb 21 08:26:31.030 INFO O| Feb 21 08:26:31.030 INFO O| Planning: Solver setup ... Done |
5836 | 2025-02-21T08:26:32.466Z | [ host-image] Feb 21 08:26:31.038 INFO O| Feb 21 08:26:31.038 INFO O| Planning: Running solver ... Done |
5837 | 2025-02-21T08:26:32.466Z | [ recovery-image] Feb 21 08:26:31.045 INFO O| Feb 21 08:26:31.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5838 | 2025-02-21T08:26:32.466Z | [ recovery-image] Feb 21 08:26:31.045 INFO O| Feb 21 08:26:31.045 INFO STEP 460 (remove_files) COMPLETE |
5839 | 2025-02-21T08:26:32.466Z | [ recovery-image] Feb 21 08:26:31.045 INFO O| Feb 21 08:26:31.045 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5840 | 2025-02-21T08:26:32.502Z | [ recovery-image] Feb 21 08:26:31.078 INFO O| Feb 21 08:26:31.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5841 | 2025-02-21T08:26:32.502Z | [ recovery-image] Feb 21 08:26:31.078 INFO O| Feb 21 08:26:31.078 INFO STEP 461 (remove_files) COMPLETE |
5842 | 2025-02-21T08:26:32.503Z | [ recovery-image] Feb 21 08:26:31.078 INFO O| Feb 21 08:26:31.078 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5843 | 2025-02-21T08:26:32.515Z | [ recovery-image] Feb 21 08:26:31.096 INFO O| Feb 21 08:26:31.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5844 | 2025-02-21T08:26:32.515Z | [ recovery-image] Feb 21 08:26:31.096 INFO O| Feb 21 08:26:31.096 INFO STEP 462 (remove_files) COMPLETE |
5845 | 2025-02-21T08:26:32.515Z | [ recovery-image] Feb 21 08:26:31.096 INFO O| Feb 21 08:26:31.096 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5846 | 2025-02-21T08:26:32.515Z | [ recovery-image] Feb 21 08:26:31.113 INFO O| Feb 21 08:26:31.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5847 | 2025-02-21T08:26:32.515Z | [ recovery-image] Feb 21 08:26:31.113 INFO O| Feb 21 08:26:31.113 INFO STEP 463 (remove_files) COMPLETE |
5848 | 2025-02-21T08:26:32.515Z | [ recovery-image] Feb 21 08:26:31.113 INFO O| Feb 21 08:26:31.113 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5849 | 2025-02-21T08:26:32.530Z | [ recovery-image] Feb 21 08:26:31.132 INFO O| Feb 21 08:26:31.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5850 | 2025-02-21T08:26:32.536Z | [ recovery-image] Feb 21 08:26:31.132 INFO O| Feb 21 08:26:31.132 INFO STEP 464 (remove_files) COMPLETE |
5851 | 2025-02-21T08:26:32.536Z | [ recovery-image] Feb 21 08:26:31.132 INFO O| Feb 21 08:26:31.132 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5852 | 2025-02-21T08:26:32.552Z | [ recovery-image] Feb 21 08:26:31.152 INFO O| Feb 21 08:26:31.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5853 | 2025-02-21T08:26:32.552Z | [ recovery-image] Feb 21 08:26:31.152 INFO O| Feb 21 08:26:31.152 INFO STEP 465 (remove_files) COMPLETE |
5854 | 2025-02-21T08:26:32.552Z | [ recovery-image] Feb 21 08:26:31.152 INFO O| Feb 21 08:26:31.152 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5855 | 2025-02-21T08:26:32.558Z | [ host-image] Feb 21 08:26:31.160 INFO O| Feb 21 08:26:31.160 INFO O| Planning: Finding local manifests ... Done |
5856 | 2025-02-21T08:26:32.558Z | [ host-image] Feb 21 08:26:31.161 INFO O| Feb 21 08:26:31.161 INFO O| Planning: Fetching manifests: 0/1 0% complete |
5857 | 2025-02-21T08:26:32.574Z | [ recovery-image] Feb 21 08:26:31.173 INFO O| Feb 21 08:26:31.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5858 | 2025-02-21T08:26:32.574Z | [ recovery-image] Feb 21 08:26:31.173 INFO O| Feb 21 08:26:31.173 INFO STEP 466 (remove_files) COMPLETE |
5859 | 2025-02-21T08:26:32.582Z | [ recovery-image] Feb 21 08:26:31.173 INFO O| Feb 21 08:26:31.173 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5860 | 2025-02-21T08:26:32.615Z | [ recovery-image] Feb 21 08:26:31.206 INFO O| Feb 21 08:26:31.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5861 | 2025-02-21T08:26:32.615Z | [ recovery-image] Feb 21 08:26:31.206 INFO O| Feb 21 08:26:31.206 INFO STEP 467 (remove_files) COMPLETE |
5862 | 2025-02-21T08:26:32.629Z | [ recovery-image] Feb 21 08:26:31.206 INFO O| Feb 21 08:26:31.206 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5863 | 2025-02-21T08:26:32.629Z | [ recovery-image] Feb 21 08:26:31.226 INFO O| Feb 21 08:26:31.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5864 | 2025-02-21T08:26:32.629Z | [ recovery-image] Feb 21 08:26:31.226 INFO O| Feb 21 08:26:31.226 INFO STEP 468 (remove_files) COMPLETE |
5865 | 2025-02-21T08:26:32.629Z | [ recovery-image] Feb 21 08:26:31.226 INFO O| Feb 21 08:26:31.226 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5866 | 2025-02-21T08:26:32.652Z | [ recovery-image] Feb 21 08:26:31.254 INFO O| Feb 21 08:26:31.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5867 | 2025-02-21T08:26:32.652Z | [ recovery-image] Feb 21 08:26:31.254 INFO O| Feb 21 08:26:31.254 INFO STEP 469 (remove_files) COMPLETE |
5868 | 2025-02-21T08:26:32.653Z | [ recovery-image] Feb 21 08:26:31.254 INFO O| Feb 21 08:26:31.254 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5869 | 2025-02-21T08:26:32.702Z | [ recovery-image] Feb 21 08:26:31.305 INFO O| Feb 21 08:26:31.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5870 | 2025-02-21T08:26:32.711Z | [ recovery-image] Feb 21 08:26:31.305 INFO O| Feb 21 08:26:31.305 INFO STEP 470 (remove_files) COMPLETE |
5871 | 2025-02-21T08:26:32.711Z | [ recovery-image] Feb 21 08:26:31.305 INFO O| Feb 21 08:26:31.305 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5872 | 2025-02-21T08:26:32.723Z | [ recovery-image] Feb 21 08:26:31.328 INFO O| Feb 21 08:26:31.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5873 | 2025-02-21T08:26:32.723Z | [ recovery-image] Feb 21 08:26:31.328 INFO O| Feb 21 08:26:31.328 INFO STEP 471 (remove_files) COMPLETE |
5874 | 2025-02-21T08:26:32.723Z | [ recovery-image] Feb 21 08:26:31.328 INFO O| Feb 21 08:26:31.328 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5875 | 2025-02-21T08:26:32.742Z | [ recovery-image] Feb 21 08:26:31.347 INFO O| Feb 21 08:26:31.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5876 | 2025-02-21T08:26:32.742Z | [ recovery-image] Feb 21 08:26:31.347 INFO O| Feb 21 08:26:31.347 INFO STEP 472 (remove_files) COMPLETE |
5877 | 2025-02-21T08:26:32.751Z | [ recovery-image] Feb 21 08:26:31.347 INFO O| Feb 21 08:26:31.347 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5878 | 2025-02-21T08:26:32.783Z | [ host-image] Feb 21 08:26:31.383 INFO O| Feb 21 08:26:31.383 INFO O| Planning: Fetching manifests: 1/1 100% complete |
5879 | 2025-02-21T08:26:32.798Z | [ recovery-image] Feb 21 08:26:31.400 INFO O| Feb 21 08:26:31.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5880 | 2025-02-21T08:26:32.799Z | [ recovery-image] Feb 21 08:26:31.400 INFO O| Feb 21 08:26:31.400 INFO STEP 473 (remove_files) COMPLETE |
5881 | 2025-02-21T08:26:32.807Z | [ recovery-image] Feb 21 08:26:31.400 INFO O| Feb 21 08:26:31.400 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5882 | 2025-02-21T08:26:32.817Z | [ host-image] Feb 21 08:26:31.414 INFO O| Feb 21 08:26:31.414 INFO O| Planning: Package planning ... Done |
5883 | 2025-02-21T08:26:32.817Z | [ host-image] Feb 21 08:26:31.415 INFO O| Feb 21 08:26:31.415 INFO O| Planning: Merging actions ... Done |
5884 | 2025-02-21T08:26:32.852Z | [ recovery-image] Feb 21 08:26:31.445 INFO O| Feb 21 08:26:31.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5885 | 2025-02-21T08:26:32.865Z | [ recovery-image] Feb 21 08:26:31.445 INFO O| Feb 21 08:26:31.445 INFO STEP 474 (remove_files) COMPLETE |
5886 | 2025-02-21T08:26:32.865Z | [ recovery-image] Feb 21 08:26:31.445 INFO O| Feb 21 08:26:31.445 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5887 | 2025-02-21T08:26:32.874Z | [ recovery-image] Feb 21 08:26:31.470 INFO O| Feb 21 08:26:31.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5888 | 2025-02-21T08:26:32.874Z | [ recovery-image] Feb 21 08:26:31.471 INFO O| Feb 21 08:26:31.471 INFO STEP 475 (remove_files) COMPLETE |
5889 | 2025-02-21T08:26:32.874Z | [ recovery-image] Feb 21 08:26:31.471 INFO O| Feb 21 08:26:31.471 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5890 | 2025-02-21T08:26:32.890Z | [ recovery-image] Feb 21 08:26:31.490 INFO O| Feb 21 08:26:31.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5891 | 2025-02-21T08:26:32.890Z | [ recovery-image] Feb 21 08:26:31.491 INFO O| Feb 21 08:26:31.491 INFO STEP 476 (remove_files) COMPLETE |
5892 | 2025-02-21T08:26:32.890Z | [ recovery-image] Feb 21 08:26:31.491 INFO O| Feb 21 08:26:31.491 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5893 | 2025-02-21T08:26:32.907Z | [ recovery-image] Feb 21 08:26:31.511 INFO O| Feb 21 08:26:31.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5894 | 2025-02-21T08:26:32.907Z | [ recovery-image] Feb 21 08:26:31.511 INFO O| Feb 21 08:26:31.511 INFO STEP 477 (remove_files) COMPLETE |
5895 | 2025-02-21T08:26:32.907Z | [ recovery-image] Feb 21 08:26:31.511 INFO O| Feb 21 08:26:31.511 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5896 | 2025-02-21T08:26:32.928Z | [ host-image] Feb 21 08:26:31.530 INFO O| Feb 21 08:26:31.530 INFO O| Planning: Checking for conflicting actions ... Done |
5897 | 2025-02-21T08:26:32.942Z | [ host-image] Feb 21 08:26:31.531 INFO O| Feb 21 08:26:31.531 INFO O| Planning: Consolidating action changes ... Done |
5898 | 2025-02-21T08:26:32.942Z | [ recovery-image] Feb 21 08:26:31.532 INFO O| Feb 21 08:26:31.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5899 | 2025-02-21T08:26:32.942Z | [ recovery-image] Feb 21 08:26:31.533 INFO O| Feb 21 08:26:31.532 INFO STEP 478 (remove_files) COMPLETE |
5900 | 2025-02-21T08:26:32.942Z | [ recovery-image] Feb 21 08:26:31.533 INFO O| Feb 21 08:26:31.533 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5901 | 2025-02-21T08:26:32.986Z | [ recovery-image] Feb 21 08:26:31.586 INFO O| Feb 21 08:26:31.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5902 | 2025-02-21T08:26:33.027Z | [ recovery-image] Feb 21 08:26:31.586 INFO O| Feb 21 08:26:31.586 INFO STEP 479 (remove_files) COMPLETE |
5903 | 2025-02-21T08:26:33.027Z | [ recovery-image] Feb 21 08:26:31.586 INFO O| Feb 21 08:26:31.586 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5904 | 2025-02-21T08:26:33.048Z | [ recovery-image] Feb 21 08:26:31.621 INFO O| Feb 21 08:26:31.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5905 | 2025-02-21T08:26:33.049Z | [ recovery-image] Feb 21 08:26:31.621 INFO O| Feb 21 08:26:31.621 INFO STEP 480 (remove_files) COMPLETE |
5906 | 2025-02-21T08:26:33.049Z | [ recovery-image] Feb 21 08:26:31.621 INFO O| Feb 21 08:26:31.621 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5907 | 2025-02-21T08:26:33.057Z | [ recovery-image] Feb 21 08:26:31.654 INFO O| Feb 21 08:26:31.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5908 | 2025-02-21T08:26:33.057Z | [ recovery-image] Feb 21 08:26:31.654 INFO O| Feb 21 08:26:31.654 INFO STEP 481 (remove_files) COMPLETE |
5909 | 2025-02-21T08:26:33.057Z | [ recovery-image] Feb 21 08:26:31.654 INFO O| Feb 21 08:26:31.654 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5910 | 2025-02-21T08:26:33.106Z | [ recovery-image] Feb 21 08:26:31.709 INFO O| Feb 21 08:26:31.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5911 | 2025-02-21T08:26:33.106Z | [ recovery-image] Feb 21 08:26:31.709 INFO O| Feb 21 08:26:31.709 INFO STEP 482 (remove_files) COMPLETE |
5912 | 2025-02-21T08:26:33.113Z | [ recovery-image] Feb 21 08:26:31.709 INFO O| Feb 21 08:26:31.709 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5913 | 2025-02-21T08:26:33.143Z | [ recovery-image] Feb 21 08:26:31.741 INFO O| Feb 21 08:26:31.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5914 | 2025-02-21T08:26:33.155Z | [ recovery-image] Feb 21 08:26:31.742 INFO O| Feb 21 08:26:31.742 INFO STEP 483 (remove_files) COMPLETE |
5915 | 2025-02-21T08:26:33.155Z | [ recovery-image] Feb 21 08:26:31.742 INFO O| Feb 21 08:26:31.742 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5916 | 2025-02-21T08:26:33.162Z | [ recovery-image] Feb 21 08:26:31.761 INFO O| Feb 21 08:26:31.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5917 | 2025-02-21T08:26:33.162Z | [ recovery-image] Feb 21 08:26:31.762 INFO O| Feb 21 08:26:31.762 INFO STEP 484 (remove_files) COMPLETE |
5918 | 2025-02-21T08:26:33.162Z | [ recovery-image] Feb 21 08:26:31.762 INFO O| Feb 21 08:26:31.762 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5919 | 2025-02-21T08:26:33.177Z | [ recovery-image] Feb 21 08:26:31.781 INFO O| Feb 21 08:26:31.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5920 | 2025-02-21T08:26:33.181Z | [ recovery-image] Feb 21 08:26:31.781 INFO O| Feb 21 08:26:31.781 INFO STEP 485 (remove_files) COMPLETE |
5921 | 2025-02-21T08:26:33.182Z | [ recovery-image] Feb 21 08:26:31.781 INFO O| Feb 21 08:26:31.781 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5922 | 2025-02-21T08:26:33.198Z | [ recovery-image] Feb 21 08:26:31.801 INFO O| Feb 21 08:26:31.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5923 | 2025-02-21T08:26:33.202Z | [ recovery-image] Feb 21 08:26:31.801 INFO O| Feb 21 08:26:31.801 INFO STEP 486 (remove_files) COMPLETE |
5924 | 2025-02-21T08:26:33.203Z | [ recovery-image] Feb 21 08:26:31.801 INFO O| Feb 21 08:26:31.801 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5925 | 2025-02-21T08:26:33.224Z | [ recovery-image] Feb 21 08:26:31.822 INFO O| Feb 21 08:26:31.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5926 | 2025-02-21T08:26:33.232Z | [ recovery-image] Feb 21 08:26:31.822 INFO O| Feb 21 08:26:31.822 INFO STEP 487 (remove_files) COMPLETE |
5927 | 2025-02-21T08:26:33.232Z | [ recovery-image] Feb 21 08:26:31.822 INFO O| Feb 21 08:26:31.822 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5928 | 2025-02-21T08:26:33.256Z | [ recovery-image] Feb 21 08:26:31.859 INFO O| Feb 21 08:26:31.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5929 | 2025-02-21T08:26:33.256Z | [ recovery-image] Feb 21 08:26:31.859 INFO O| Feb 21 08:26:31.859 INFO STEP 488 (remove_files) COMPLETE |
5930 | 2025-02-21T08:26:33.262Z | [ recovery-image] Feb 21 08:26:31.859 INFO O| Feb 21 08:26:31.859 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5931 | 2025-02-21T08:26:33.273Z | [ recovery-image] Feb 21 08:26:31.879 INFO O| Feb 21 08:26:31.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5932 | 2025-02-21T08:26:33.273Z | [ recovery-image] Feb 21 08:26:31.879 INFO O| Feb 21 08:26:31.879 INFO STEP 489 (remove_files) COMPLETE |
5933 | 2025-02-21T08:26:33.276Z | [ recovery-image] Feb 21 08:26:31.879 INFO O| Feb 21 08:26:31.879 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5934 | 2025-02-21T08:26:33.296Z | [ recovery-image] Feb 21 08:26:31.901 INFO O| Feb 21 08:26:31.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5935 | 2025-02-21T08:26:33.300Z | [ recovery-image] Feb 21 08:26:31.901 INFO O| Feb 21 08:26:31.901 INFO STEP 490 (remove_files) COMPLETE |
5936 | 2025-02-21T08:26:33.300Z | [ recovery-image] Feb 21 08:26:31.901 INFO O| Feb 21 08:26:31.901 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5937 | 2025-02-21T08:26:33.310Z | [ host-image] Feb 21 08:26:31.915 INFO O| Feb 21 08:26:31.915 INFO O| Planning: Evaluating mediators ... Done |
5938 | 2025-02-21T08:26:33.313Z | [ host-image] Feb 21 08:26:31.916 INFO O| Feb 21 08:26:31.916 INFO O| Planning: Planning completed in 5.45 seconds |
5939 | 2025-02-21T08:26:33.314Z | [ host-image] Feb 21 08:26:31.919 INFO O| Feb 21 08:26:31.919 INFO O| Packages to install: 1 |
5940 | 2025-02-21T08:26:33.318Z | [ recovery-image] Feb 21 08:26:31.921 INFO O| Feb 21 08:26:31.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5941 | 2025-02-21T08:26:33.319Z | [ recovery-image] Feb 21 08:26:31.922 INFO O| Feb 21 08:26:31.922 INFO STEP 491 (remove_files) COMPLETE |
5942 | 2025-02-21T08:26:33.320Z | [ recovery-image] Feb 21 08:26:31.922 INFO O| Feb 21 08:26:31.922 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5943 | 2025-02-21T08:26:33.336Z | [ recovery-image] Feb 21 08:26:31.942 INFO O| Feb 21 08:26:31.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5944 | 2025-02-21T08:26:33.336Z | [ recovery-image] Feb 21 08:26:31.942 INFO O| Feb 21 08:26:31.942 INFO STEP 492 (remove_files) COMPLETE |
5945 | 2025-02-21T08:26:33.340Z | [ recovery-image] Feb 21 08:26:31.942 INFO O| Feb 21 08:26:31.942 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5946 | 2025-02-21T08:26:33.356Z | [ host-image] Feb 21 08:26:31.960 INFO O| Feb 21 08:26:31.960 INFO O| Download: 0/4 items 0.0/10.3MB 0% complete |
5947 | 2025-02-21T08:26:33.364Z | [ recovery-image] Feb 21 08:26:31.963 INFO O| Feb 21 08:26:31.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5948 | 2025-02-21T08:26:33.365Z | [ recovery-image] Feb 21 08:26:31.963 INFO O| Feb 21 08:26:31.963 INFO STEP 493 (remove_files) COMPLETE |
5949 | 2025-02-21T08:26:33.365Z | [ recovery-image] Feb 21 08:26:31.963 INFO O| Feb 21 08:26:31.963 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5950 | 2025-02-21T08:26:33.377Z | [ recovery-image] Feb 21 08:26:31.983 INFO O| Feb 21 08:26:31.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5951 | 2025-02-21T08:26:33.381Z | [ recovery-image] Feb 21 08:26:31.983 INFO O| Feb 21 08:26:31.983 INFO STEP 494 (remove_files) COMPLETE |
5952 | 2025-02-21T08:26:33.381Z | [ recovery-image] Feb 21 08:26:31.984 INFO O| Feb 21 08:26:31.983 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5953 | 2025-02-21T08:26:33.402Z | [ recovery-image] Feb 21 08:26:32.008 INFO O| Feb 21 08:26:32.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5954 | 2025-02-21T08:26:33.404Z | [ recovery-image] Feb 21 08:26:32.008 INFO O| Feb 21 08:26:32.008 INFO STEP 495 (remove_files) COMPLETE |
5955 | 2025-02-21T08:26:33.405Z | [ recovery-image] Feb 21 08:26:32.008 INFO O| Feb 21 08:26:32.008 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5956 | 2025-02-21T08:26:33.424Z | [ recovery-image] Feb 21 08:26:32.030 INFO O| Feb 21 08:26:32.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5957 | 2025-02-21T08:26:33.424Z | [ recovery-image] Feb 21 08:26:32.030 INFO O| Feb 21 08:26:32.030 INFO STEP 496 (remove_files) COMPLETE |
5958 | 2025-02-21T08:26:33.430Z | [ recovery-image] Feb 21 08:26:32.030 INFO O| Feb 21 08:26:32.030 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5959 | 2025-02-21T08:26:33.444Z | [ recovery-image] Feb 21 08:26:32.050 INFO O| Feb 21 08:26:32.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5960 | 2025-02-21T08:26:33.444Z | [ recovery-image] Feb 21 08:26:32.050 INFO O| Feb 21 08:26:32.050 INFO STEP 497 (remove_files) COMPLETE |
5961 | 2025-02-21T08:26:33.449Z | [ recovery-image] Feb 21 08:26:32.050 INFO O| Feb 21 08:26:32.050 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5962 | 2025-02-21T08:26:33.464Z | [ recovery-image] Feb 21 08:26:32.069 INFO O| Feb 21 08:26:32.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5963 | 2025-02-21T08:26:33.464Z | [ recovery-image] Feb 21 08:26:32.070 INFO O| Feb 21 08:26:32.069 INFO STEP 498 (remove_files) COMPLETE |
5964 | 2025-02-21T08:26:33.464Z | [ recovery-image] Feb 21 08:26:32.070 INFO O| Feb 21 08:26:32.069 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5965 | 2025-02-21T08:26:33.490Z | [ recovery-image] Feb 21 08:26:32.090 INFO O| Feb 21 08:26:32.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5966 | 2025-02-21T08:26:33.490Z | [ recovery-image] Feb 21 08:26:32.090 INFO O| Feb 21 08:26:32.090 INFO STEP 499 (remove_files) COMPLETE |
5967 | 2025-02-21T08:26:33.498Z | [ recovery-image] Feb 21 08:26:32.091 INFO O| Feb 21 08:26:32.090 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5968 | 2025-02-21T08:26:33.507Z | [ recovery-image] Feb 21 08:26:32.109 INFO O| Feb 21 08:26:32.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5969 | 2025-02-21T08:26:33.507Z | [ recovery-image] Feb 21 08:26:32.110 INFO O| Feb 21 08:26:32.110 INFO STEP 500 (remove_files) COMPLETE |
5970 | 2025-02-21T08:26:33.507Z | [ recovery-image] Feb 21 08:26:32.110 INFO O| Feb 21 08:26:32.110 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5971 | 2025-02-21T08:26:33.529Z | [ recovery-image] Feb 21 08:26:32.135 INFO O| Feb 21 08:26:32.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5972 | 2025-02-21T08:26:33.529Z | [ recovery-image] Feb 21 08:26:32.135 INFO O| Feb 21 08:26:32.135 INFO STEP 501 (remove_files) COMPLETE |
5973 | 2025-02-21T08:26:33.534Z | [ recovery-image] Feb 21 08:26:32.135 INFO O| Feb 21 08:26:32.135 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5974 | 2025-02-21T08:26:33.569Z | [ recovery-image] Feb 21 08:26:32.172 INFO O| Feb 21 08:26:32.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5975 | 2025-02-21T08:26:33.577Z | [ recovery-image] Feb 21 08:26:32.172 INFO O| Feb 21 08:26:32.172 INFO STEP 502 (remove_files) COMPLETE |
5976 | 2025-02-21T08:26:33.577Z | [ recovery-image] Feb 21 08:26:32.172 INFO O| Feb 21 08:26:32.172 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5977 | 2025-02-21T08:26:33.649Z | [ recovery-image] Feb 21 08:26:32.243 INFO O| Feb 21 08:26:32.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5978 | 2025-02-21T08:26:33.655Z | [ recovery-image] Feb 21 08:26:32.244 INFO O| Feb 21 08:26:32.244 INFO STEP 503 (remove_files) COMPLETE |
5979 | 2025-02-21T08:26:33.655Z | [ recovery-image] Feb 21 08:26:32.244 INFO O| Feb 21 08:26:32.244 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5980 | 2025-02-21T08:26:33.674Z | [ recovery-image] Feb 21 08:26:32.278 INFO O| Feb 21 08:26:32.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5981 | 2025-02-21T08:26:33.674Z | [ recovery-image] Feb 21 08:26:32.278 INFO O| Feb 21 08:26:32.278 INFO STEP 504 (remove_files) COMPLETE |
5982 | 2025-02-21T08:26:33.674Z | [ recovery-image] Feb 21 08:26:32.278 INFO O| Feb 21 08:26:32.278 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5983 | 2025-02-21T08:26:33.689Z | [ host-image] Feb 21 08:26:32.282 INFO O| Feb 21 08:26:32.282 INFO O| Download: Completed 10.27 MB in 0.32 seconds (31.9M/s) |
5984 | 2025-02-21T08:26:33.715Z | [ recovery-image] Feb 21 08:26:32.319 INFO O| Feb 21 08:26:32.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
5985 | 2025-02-21T08:26:33.720Z | [ recovery-image] Feb 21 08:26:32.320 INFO O| Feb 21 08:26:32.319 INFO STEP 505 (remove_files) COMPLETE |
5986 | 2025-02-21T08:26:33.720Z | [ recovery-image] Feb 21 08:26:32.320 INFO O| Feb 21 08:26:32.319 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5987 | 2025-02-21T08:26:33.728Z | [ host-image] Feb 21 08:26:32.334 INFO O| Feb 21 08:26:32.334 INFO O| Actions: 1/22 actions (Installing new actions) |
5988 | 2025-02-21T08:26:33.746Z | [ recovery-image] Feb 21 08:26:32.350 INFO O| Feb 21 08:26:32.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
5989 | 2025-02-21T08:26:33.746Z | [ recovery-image] Feb 21 08:26:32.350 INFO O| Feb 21 08:26:32.350 INFO STEP 506 (remove_files) COMPLETE |
5990 | 2025-02-21T08:26:33.753Z | [ recovery-image] Feb 21 08:26:32.350 INFO O| Feb 21 08:26:32.350 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5991 | 2025-02-21T08:26:33.786Z | [ recovery-image] Feb 21 08:26:32.392 INFO O| Feb 21 08:26:32.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
5992 | 2025-02-21T08:26:33.786Z | [ recovery-image] Feb 21 08:26:32.392 INFO O| Feb 21 08:26:32.392 INFO STEP 507 (remove_files) COMPLETE |
5993 | 2025-02-21T08:26:33.787Z | [ recovery-image] Feb 21 08:26:32.392 INFO O| Feb 21 08:26:32.392 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5994 | 2025-02-21T08:26:33.810Z | [ recovery-image] Feb 21 08:26:32.415 INFO O| Feb 21 08:26:32.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
5995 | 2025-02-21T08:26:33.810Z | [ recovery-image] Feb 21 08:26:32.415 INFO O| Feb 21 08:26:32.415 INFO STEP 508 (remove_files) COMPLETE |
5996 | 2025-02-21T08:26:33.815Z | [ recovery-image] Feb 21 08:26:32.415 INFO O| Feb 21 08:26:32.415 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5997 | 2025-02-21T08:26:33.832Z | [ recovery-image] Feb 21 08:26:32.437 INFO O| Feb 21 08:26:32.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
5998 | 2025-02-21T08:26:33.832Z | [ recovery-image] Feb 21 08:26:32.437 INFO O| Feb 21 08:26:32.437 INFO STEP 509 (remove_files) COMPLETE |
5999 | 2025-02-21T08:26:33.839Z | [ recovery-image] Feb 21 08:26:32.437 INFO O| Feb 21 08:26:32.437 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6000 | 2025-02-21T08:26:33.854Z | [ recovery-image] Feb 21 08:26:32.456 INFO O| Feb 21 08:26:32.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
6001 | 2025-02-21T08:26:33.867Z | [ recovery-image] Feb 21 08:26:32.460 INFO O| Feb 21 08:26:32.460 INFO STEP 510 (remove_files) COMPLETE |
6002 | 2025-02-21T08:26:33.867Z | [ recovery-image] Feb 21 08:26:32.460 INFO O| Feb 21 08:26:32.460 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6003 | 2025-02-21T08:26:33.951Z | [ recovery-image] Feb 21 08:26:32.554 INFO O| Feb 21 08:26:32.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
6004 | 2025-02-21T08:26:33.951Z | [ recovery-image] Feb 21 08:26:32.554 INFO O| Feb 21 08:26:32.554 INFO STEP 511 (remove_files) COMPLETE |
6005 | 2025-02-21T08:26:33.963Z | [ recovery-image] Feb 21 08:26:32.554 INFO O| Feb 21 08:26:32.554 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6006 | 2025-02-21T08:26:33.984Z | [ recovery-image] Feb 21 08:26:32.589 INFO O| Feb 21 08:26:32.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
6007 | 2025-02-21T08:26:33.984Z | [ recovery-image] Feb 21 08:26:32.589 INFO O| Feb 21 08:26:32.589 INFO STEP 512 (remove_files) COMPLETE |
6008 | 2025-02-21T08:26:33.994Z | [ recovery-image] Feb 21 08:26:32.589 INFO O| Feb 21 08:26:32.589 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6009 | 2025-02-21T08:26:34.059Z | [ recovery-image] Feb 21 08:26:32.651 INFO O| Feb 21 08:26:32.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
6010 | 2025-02-21T08:26:34.059Z | [ recovery-image] Feb 21 08:26:32.651 INFO O| Feb 21 08:26:32.651 INFO STEP 513 (remove_files) COMPLETE |
6011 | 2025-02-21T08:26:34.064Z | [ recovery-image] Feb 21 08:26:32.651 INFO O| Feb 21 08:26:32.651 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6012 | 2025-02-21T08:26:34.115Z | [ recovery-image] Feb 21 08:26:32.711 INFO O| Feb 21 08:26:32.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
6013 | 2025-02-21T08:26:34.117Z | [ recovery-image] Feb 21 08:26:32.711 INFO O| Feb 21 08:26:32.711 INFO STEP 514 (remove_files) COMPLETE |
6014 | 2025-02-21T08:26:34.135Z | [ recovery-image] Feb 21 08:26:32.711 INFO O| Feb 21 08:26:32.711 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6015 | 2025-02-21T08:26:34.135Z | [ recovery-image] Feb 21 08:26:32.730 INFO O| Feb 21 08:26:32.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
6016 | 2025-02-21T08:26:34.135Z | [ recovery-image] Feb 21 08:26:32.730 INFO O| Feb 21 08:26:32.730 INFO STEP 515 (remove_files) COMPLETE |
6017 | 2025-02-21T08:26:34.135Z | [ recovery-image] Feb 21 08:26:32.730 INFO O| Feb 21 08:26:32.730 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6018 | 2025-02-21T08:26:34.166Z | [ recovery-image] Feb 21 08:26:32.748 INFO O| Feb 21 08:26:32.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
6019 | 2025-02-21T08:26:34.166Z | [ recovery-image] Feb 21 08:26:32.748 INFO O| Feb 21 08:26:32.748 INFO STEP 516 (remove_files) COMPLETE |
6020 | 2025-02-21T08:26:34.166Z | [ recovery-image] Feb 21 08:26:32.748 INFO O| Feb 21 08:26:32.748 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6021 | 2025-02-21T08:26:34.169Z | [ recovery-image] Feb 21 08:26:32.764 INFO O| Feb 21 08:26:32.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
6022 | 2025-02-21T08:26:34.169Z | [ recovery-image] Feb 21 08:26:32.764 INFO O| Feb 21 08:26:32.764 INFO STEP 517 (remove_files) COMPLETE |
6023 | 2025-02-21T08:26:34.169Z | [ recovery-image] Feb 21 08:26:32.764 INFO O| Feb 21 08:26:32.764 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6024 | 2025-02-21T08:26:34.192Z | [ recovery-image] Feb 21 08:26:32.798 INFO O| Feb 21 08:26:32.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
6025 | 2025-02-21T08:26:34.192Z | [ recovery-image] Feb 21 08:26:32.798 INFO O| Feb 21 08:26:32.798 INFO STEP 518 (remove_files) COMPLETE |
6026 | 2025-02-21T08:26:34.192Z | [ recovery-image] Feb 21 08:26:32.798 INFO O| Feb 21 08:26:32.798 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6027 | 2025-02-21T08:26:34.216Z | [ host-image] Feb 21 08:26:32.819 INFO O| Feb 21 08:26:32.819 INFO O| Actions: Completed 22 actions in 0.48 seconds. |
6028 | 2025-02-21T08:26:34.250Z | [ recovery-image] Feb 21 08:26:32.850 INFO O| Feb 21 08:26:32.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
6029 | 2025-02-21T08:26:34.266Z | [ recovery-image] Feb 21 08:26:32.850 INFO O| Feb 21 08:26:32.850 INFO STEP 519 (remove_files) COMPLETE |
6030 | 2025-02-21T08:26:34.266Z | [ recovery-image] Feb 21 08:26:32.850 INFO O| Feb 21 08:26:32.850 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6031 | 2025-02-21T08:26:34.288Z | [ recovery-image] Feb 21 08:26:32.889 INFO O| Feb 21 08:26:32.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
6032 | 2025-02-21T08:26:34.289Z | [ recovery-image] Feb 21 08:26:32.889 INFO O| Feb 21 08:26:32.889 INFO STEP 520 (remove_files) COMPLETE |
6033 | 2025-02-21T08:26:34.289Z | [ recovery-image] Feb 21 08:26:32.890 INFO O| Feb 21 08:26:32.889 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6034 | 2025-02-21T08:26:34.305Z | [ recovery-image] Feb 21 08:26:32.911 INFO O| Feb 21 08:26:32.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
6035 | 2025-02-21T08:26:34.312Z | [ recovery-image] Feb 21 08:26:32.911 INFO O| Feb 21 08:26:32.911 INFO STEP 521 (remove_files) COMPLETE |
6036 | 2025-02-21T08:26:34.312Z | [ recovery-image] Feb 21 08:26:32.911 INFO O| Feb 21 08:26:32.911 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6037 | 2025-02-21T08:26:34.328Z | [ recovery-image] Feb 21 08:26:32.931 INFO O| Feb 21 08:26:32.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
6038 | 2025-02-21T08:26:34.348Z | [ recovery-image] Feb 21 08:26:32.952 INFO O| Feb 21 08:26:32.952 INFO STEP 522 (remove_files) COMPLETE |
6039 | 2025-02-21T08:26:34.348Z | [ recovery-image] Feb 21 08:26:32.952 INFO O| Feb 21 08:26:32.952 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6040 | 2025-02-21T08:26:34.383Z | [ recovery-image] Feb 21 08:26:32.986 INFO O| Feb 21 08:26:32.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
6041 | 2025-02-21T08:26:34.392Z | [ recovery-image] Feb 21 08:26:32.986 INFO O| Feb 21 08:26:32.986 INFO STEP 523 (remove_files) COMPLETE |
6042 | 2025-02-21T08:26:34.392Z | [ recovery-image] Feb 21 08:26:32.986 INFO O| Feb 21 08:26:32.986 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6043 | 2025-02-21T08:26:34.403Z | [ recovery-image] Feb 21 08:26:33.008 INFO O| Feb 21 08:26:33.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
6044 | 2025-02-21T08:26:34.403Z | [ recovery-image] Feb 21 08:26:33.008 INFO O| Feb 21 08:26:33.008 INFO STEP 524 (remove_files) COMPLETE |
6045 | 2025-02-21T08:26:34.407Z | [ recovery-image] Feb 21 08:26:33.008 INFO O| Feb 21 08:26:33.008 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6046 | 2025-02-21T08:26:34.435Z | [ recovery-image] Feb 21 08:26:33.027 INFO O| Feb 21 08:26:33.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
6047 | 2025-02-21T08:26:34.435Z | [ recovery-image] Feb 21 08:26:33.028 INFO O| Feb 21 08:26:33.028 INFO STEP 525 (remove_files) COMPLETE |
6048 | 2025-02-21T08:26:34.444Z | [ recovery-image] Feb 21 08:26:33.028 INFO O| Feb 21 08:26:33.028 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6049 | 2025-02-21T08:26:34.491Z | [ recovery-image] Feb 21 08:26:33.090 INFO O| Feb 21 08:26:33.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
6050 | 2025-02-21T08:26:34.491Z | [ recovery-image] Feb 21 08:26:33.090 INFO O| Feb 21 08:26:33.090 INFO STEP 526 (remove_files) COMPLETE |
6051 | 2025-02-21T08:26:34.491Z | [ recovery-image] Feb 21 08:26:33.090 INFO O| Feb 21 08:26:33.090 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6052 | 2025-02-21T08:26:34.506Z | [ recovery-image] Feb 21 08:26:33.112 INFO O| Feb 21 08:26:33.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
6053 | 2025-02-21T08:26:34.507Z | [ recovery-image] Feb 21 08:26:33.112 INFO O| Feb 21 08:26:33.112 INFO STEP 527 (remove_files) COMPLETE |
6054 | 2025-02-21T08:26:34.514Z | [ recovery-image] Feb 21 08:26:33.113 INFO O| Feb 21 08:26:33.112 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6055 | 2025-02-21T08:26:34.532Z | [ recovery-image] Feb 21 08:26:33.134 INFO O| Feb 21 08:26:33.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
6056 | 2025-02-21T08:26:34.533Z | [ recovery-image] Feb 21 08:26:33.135 INFO O| Feb 21 08:26:33.135 INFO STEP 528 (remove_files) COMPLETE |
6057 | 2025-02-21T08:26:34.533Z | [ recovery-image] Feb 21 08:26:33.135 INFO O| Feb 21 08:26:33.135 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6058 | 2025-02-21T08:26:34.562Z | [ recovery-image] Feb 21 08:26:33.169 INFO O| Feb 21 08:26:33.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
6059 | 2025-02-21T08:26:34.563Z | [ recovery-image] Feb 21 08:26:33.169 INFO O| Feb 21 08:26:33.169 INFO STEP 529 (remove_files) COMPLETE |
6060 | 2025-02-21T08:26:34.563Z | [ recovery-image] Feb 21 08:26:33.169 INFO O| Feb 21 08:26:33.169 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6061 | 2025-02-21T08:26:34.604Z | [ recovery-image] Feb 21 08:26:33.203 INFO O| Feb 21 08:26:33.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
6062 | 2025-02-21T08:26:34.604Z | [ recovery-image] Feb 21 08:26:33.203 INFO O| Feb 21 08:26:33.203 INFO STEP 530 (remove_files) COMPLETE |
6063 | 2025-02-21T08:26:34.607Z | [ recovery-image] Feb 21 08:26:33.203 INFO O| Feb 21 08:26:33.203 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6064 | 2025-02-21T08:26:34.626Z | [ recovery-image] Feb 21 08:26:33.227 INFO O| Feb 21 08:26:33.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
6065 | 2025-02-21T08:26:34.626Z | [ recovery-image] Feb 21 08:26:33.227 INFO O| Feb 21 08:26:33.227 INFO STEP 531 (remove_files) COMPLETE |
6066 | 2025-02-21T08:26:34.626Z | [ recovery-image] Feb 21 08:26:33.227 INFO O| Feb 21 08:26:33.227 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6067 | 2025-02-21T08:26:34.656Z | [ recovery-image] Feb 21 08:26:33.251 INFO O| Feb 21 08:26:33.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
6068 | 2025-02-21T08:26:34.656Z | [ recovery-image] Feb 21 08:26:33.251 INFO O| Feb 21 08:26:33.251 INFO STEP 532 (remove_files) COMPLETE |
6069 | 2025-02-21T08:26:34.656Z | [ recovery-image] Feb 21 08:26:33.251 INFO O| Feb 21 08:26:33.251 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6070 | 2025-02-21T08:26:34.688Z | [ recovery-image] Feb 21 08:26:33.280 INFO O| Feb 21 08:26:33.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
6071 | 2025-02-21T08:26:34.698Z | [ recovery-image] Feb 21 08:26:33.281 INFO O| Feb 21 08:26:33.280 INFO STEP 533 (remove_files) COMPLETE |
6072 | 2025-02-21T08:26:34.700Z | [ recovery-image] Feb 21 08:26:33.281 INFO O| Feb 21 08:26:33.280 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6073 | 2025-02-21T08:26:34.704Z | [ recovery-image] Feb 21 08:26:33.306 INFO O| Feb 21 08:26:33.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
6074 | 2025-02-21T08:26:34.704Z | [ recovery-image] Feb 21 08:26:33.306 INFO O| Feb 21 08:26:33.306 INFO STEP 534 (remove_files) COMPLETE |
6075 | 2025-02-21T08:26:34.704Z | [ recovery-image] Feb 21 08:26:33.306 INFO O| Feb 21 08:26:33.306 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6076 | 2025-02-21T08:26:34.725Z | [ recovery-image] Feb 21 08:26:33.327 INFO O| Feb 21 08:26:33.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
6077 | 2025-02-21T08:26:34.725Z | [ recovery-image] Feb 21 08:26:33.327 INFO O| Feb 21 08:26:33.327 INFO STEP 535 (remove_files) COMPLETE |
6078 | 2025-02-21T08:26:34.730Z | [ recovery-image] Feb 21 08:26:33.327 INFO O| Feb 21 08:26:33.327 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6079 | 2025-02-21T08:26:34.764Z | [ recovery-image] Feb 21 08:26:33.364 INFO O| Feb 21 08:26:33.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
6080 | 2025-02-21T08:26:34.764Z | [ recovery-image] Feb 21 08:26:33.364 INFO O| Feb 21 08:26:33.364 INFO STEP 536 (remove_files) COMPLETE |
6081 | 2025-02-21T08:26:34.764Z | [ recovery-image] Feb 21 08:26:33.364 INFO O| Feb 21 08:26:33.364 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6082 | 2025-02-21T08:26:34.782Z | [ recovery-image] Feb 21 08:26:33.385 INFO O| Feb 21 08:26:33.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
6083 | 2025-02-21T08:26:34.782Z | [ recovery-image] Feb 21 08:26:33.385 INFO O| Feb 21 08:26:33.385 INFO STEP 537 (remove_files) COMPLETE |
6084 | 2025-02-21T08:26:34.782Z | [ recovery-image] Feb 21 08:26:33.385 INFO O| Feb 21 08:26:33.385 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6085 | 2025-02-21T08:26:34.801Z | [ recovery-image] Feb 21 08:26:33.407 INFO O| Feb 21 08:26:33.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
6086 | 2025-02-21T08:26:34.801Z | [ recovery-image] Feb 21 08:26:33.407 INFO O| Feb 21 08:26:33.407 INFO STEP 538 (remove_files) COMPLETE |
6087 | 2025-02-21T08:26:34.813Z | [ recovery-image] Feb 21 08:26:33.407 INFO O| Feb 21 08:26:33.407 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6088 | 2025-02-21T08:26:34.840Z | [ recovery-image] Feb 21 08:26:33.445 INFO O| Feb 21 08:26:33.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
6089 | 2025-02-21T08:26:34.840Z | [ recovery-image] Feb 21 08:26:33.445 INFO O| Feb 21 08:26:33.445 INFO STEP 539 (remove_files) COMPLETE |
6090 | 2025-02-21T08:26:34.847Z | [ recovery-image] Feb 21 08:26:33.445 INFO O| Feb 21 08:26:33.445 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6091 | 2025-02-21T08:26:34.847Z | [ host-image] Feb 21 08:26:33.451 INFO O| Feb 21 08:26:33.451 INFO O| Done |
6092 | 2025-02-21T08:26:34.847Z | [ host-image] Feb 21 08:26:33.451 INFO O| Feb 21 08:26:33.451 INFO O| Done |
6093 | 2025-02-21T08:26:34.941Z | [ recovery-image] Feb 21 08:26:33.546 INFO O| Feb 21 08:26:33.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
6094 | 2025-02-21T08:26:34.941Z | [ recovery-image] Feb 21 08:26:33.546 INFO O| Feb 21 08:26:33.546 INFO STEP 540 (remove_files) COMPLETE |
6095 | 2025-02-21T08:26:34.941Z | [ recovery-image] Feb 21 08:26:33.546 INFO O| Feb 21 08:26:33.546 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6096 | 2025-02-21T08:26:34.963Z | [ recovery-image] Feb 21 08:26:33.568 INFO O| Feb 21 08:26:33.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
6097 | 2025-02-21T08:26:34.963Z | [ recovery-image] Feb 21 08:26:33.569 INFO O| Feb 21 08:26:33.569 INFO STEP 541 (remove_files) COMPLETE |
6098 | 2025-02-21T08:26:34.963Z | [ recovery-image] Feb 21 08:26:33.569 INFO O| Feb 21 08:26:33.569 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6099 | 2025-02-21T08:26:35.005Z | [ recovery-image] Feb 21 08:26:33.606 INFO O| Feb 21 08:26:33.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
6100 | 2025-02-21T08:26:35.005Z | [ recovery-image] Feb 21 08:26:33.606 INFO O| Feb 21 08:26:33.606 INFO STEP 542 (remove_files) COMPLETE |
6101 | 2025-02-21T08:26:35.012Z | [ recovery-image] Feb 21 08:26:33.606 INFO O| Feb 21 08:26:33.606 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6102 | 2025-02-21T08:26:35.032Z | [ recovery-image] Feb 21 08:26:33.637 INFO O| Feb 21 08:26:33.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
6103 | 2025-02-21T08:26:35.032Z | [ recovery-image] Feb 21 08:26:33.637 INFO O| Feb 21 08:26:33.637 INFO STEP 543 (remove_files) COMPLETE |
6104 | 2025-02-21T08:26:35.032Z | [ recovery-image] Feb 21 08:26:33.637 INFO O| Feb 21 08:26:33.637 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6105 | 2025-02-21T08:26:35.056Z | [ recovery-image] Feb 21 08:26:33.656 INFO O| Feb 21 08:26:33.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
6106 | 2025-02-21T08:26:35.056Z | [ recovery-image] Feb 21 08:26:33.656 INFO O| Feb 21 08:26:33.656 INFO STEP 544 (remove_files) COMPLETE |
6107 | 2025-02-21T08:26:35.067Z | [ recovery-image] Feb 21 08:26:33.656 INFO O| Feb 21 08:26:33.656 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6108 | 2025-02-21T08:26:35.074Z | [ recovery-image] Feb 21 08:26:33.675 INFO O| Feb 21 08:26:33.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
6109 | 2025-02-21T08:26:35.074Z | [ recovery-image] Feb 21 08:26:33.675 INFO O| Feb 21 08:26:33.675 INFO STEP 545 (remove_files) COMPLETE |
6110 | 2025-02-21T08:26:35.074Z | [ recovery-image] Feb 21 08:26:33.675 INFO O| Feb 21 08:26:33.675 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6111 | 2025-02-21T08:26:35.100Z | [ recovery-image] Feb 21 08:26:33.706 INFO O| Feb 21 08:26:33.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
6112 | 2025-02-21T08:26:35.103Z | [ recovery-image] Feb 21 08:26:33.706 INFO O| Feb 21 08:26:33.706 INFO STEP 546 (remove_files) COMPLETE |
6113 | 2025-02-21T08:26:35.103Z | [ recovery-image] Feb 21 08:26:33.706 INFO O| Feb 21 08:26:33.706 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6114 | 2025-02-21T08:26:35.121Z | [ recovery-image] Feb 21 08:26:33.727 INFO O| Feb 21 08:26:33.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
6115 | 2025-02-21T08:26:35.121Z | [ recovery-image] Feb 21 08:26:33.727 INFO O| Feb 21 08:26:33.727 INFO STEP 547 (remove_files) COMPLETE |
6116 | 2025-02-21T08:26:35.128Z | [ recovery-image] Feb 21 08:26:33.727 INFO O| Feb 21 08:26:33.727 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6117 | 2025-02-21T08:26:35.143Z | [ recovery-image] Feb 21 08:26:33.749 INFO O| Feb 21 08:26:33.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
6118 | 2025-02-21T08:26:35.164Z | [ recovery-image] Feb 21 08:26:33.770 INFO O| Feb 21 08:26:33.770 INFO STEP 548 (remove_files) COMPLETE |
6119 | 2025-02-21T08:26:35.166Z | [ recovery-image] Feb 21 08:26:33.770 INFO O| Feb 21 08:26:33.770 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6120 | 2025-02-21T08:26:35.198Z | [ recovery-image] Feb 21 08:26:33.801 INFO O| Feb 21 08:26:33.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
6121 | 2025-02-21T08:26:35.198Z | [ recovery-image] Feb 21 08:26:33.801 INFO O| Feb 21 08:26:33.801 INFO STEP 549 (remove_files) COMPLETE |
6122 | 2025-02-21T08:26:35.198Z | [ recovery-image] Feb 21 08:26:33.801 INFO O| Feb 21 08:26:33.801 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6123 | 2025-02-21T08:26:35.230Z | [ recovery-image] Feb 21 08:26:33.821 INFO O| Feb 21 08:26:33.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
6124 | 2025-02-21T08:26:35.230Z | [ recovery-image] Feb 21 08:26:33.821 INFO O| Feb 21 08:26:33.821 INFO STEP 550 (remove_files) COMPLETE |
6125 | 2025-02-21T08:26:35.230Z | [ recovery-image] Feb 21 08:26:33.821 INFO O| Feb 21 08:26:33.821 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6126 | 2025-02-21T08:26:35.247Z | [ recovery-image] Feb 21 08:26:33.848 INFO O| Feb 21 08:26:33.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
6127 | 2025-02-21T08:26:35.257Z | [ recovery-image] Feb 21 08:26:33.848 INFO O| Feb 21 08:26:33.848 INFO STEP 551 (remove_files) COMPLETE |
6128 | 2025-02-21T08:26:35.257Z | [ recovery-image] Feb 21 08:26:33.849 INFO O| Feb 21 08:26:33.848 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6129 | 2025-02-21T08:26:35.263Z | [ recovery-image] Feb 21 08:26:33.868 INFO O| Feb 21 08:26:33.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
6130 | 2025-02-21T08:26:35.263Z | [ recovery-image] Feb 21 08:26:33.868 INFO O| Feb 21 08:26:33.868 INFO STEP 552 (remove_files) COMPLETE |
6131 | 2025-02-21T08:26:35.263Z | [ recovery-image] Feb 21 08:26:33.868 INFO O| Feb 21 08:26:33.868 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6132 | 2025-02-21T08:26:35.283Z | [ recovery-image] Feb 21 08:26:33.888 INFO O| Feb 21 08:26:33.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
6133 | 2025-02-21T08:26:35.286Z | [ recovery-image] Feb 21 08:26:33.888 INFO O| Feb 21 08:26:33.888 INFO STEP 553 (remove_files) COMPLETE |
6134 | 2025-02-21T08:26:35.286Z | [ recovery-image] Feb 21 08:26:33.888 INFO O| Feb 21 08:26:33.888 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6135 | 2025-02-21T08:26:35.306Z | [ recovery-image] Feb 21 08:26:33.907 INFO O| Feb 21 08:26:33.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
6136 | 2025-02-21T08:26:35.316Z | [ recovery-image] Feb 21 08:26:33.907 INFO O| Feb 21 08:26:33.907 INFO STEP 554 (remove_files) COMPLETE |
6137 | 2025-02-21T08:26:35.316Z | [ recovery-image] Feb 21 08:26:33.907 INFO O| Feb 21 08:26:33.907 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6138 | 2025-02-21T08:26:35.355Z | [ recovery-image] Feb 21 08:26:33.939 INFO O| Feb 21 08:26:33.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
6139 | 2025-02-21T08:26:35.363Z | [ recovery-image] Feb 21 08:26:33.939 INFO O| Feb 21 08:26:33.939 INFO STEP 555 (remove_files) COMPLETE |
6140 | 2025-02-21T08:26:35.363Z | [ recovery-image] Feb 21 08:26:33.940 INFO O| Feb 21 08:26:33.940 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6141 | 2025-02-21T08:26:35.363Z | [ recovery-image] Feb 21 08:26:33.960 INFO O| Feb 21 08:26:33.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
6142 | 2025-02-21T08:26:35.363Z | [ recovery-image] Feb 21 08:26:33.961 INFO O| Feb 21 08:26:33.961 INFO STEP 556 (remove_files) COMPLETE |
6143 | 2025-02-21T08:26:35.363Z | [ recovery-image] Feb 21 08:26:33.961 INFO O| Feb 21 08:26:33.961 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6144 | 2025-02-21T08:26:35.380Z | [ recovery-image] Feb 21 08:26:33.981 INFO O| Feb 21 08:26:33.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
6145 | 2025-02-21T08:26:35.380Z | [ recovery-image] Feb 21 08:26:33.981 INFO O| Feb 21 08:26:33.981 INFO STEP 557 (remove_files) COMPLETE |
6146 | 2025-02-21T08:26:35.380Z | [ recovery-image] Feb 21 08:26:33.981 INFO O| Feb 21 08:26:33.981 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6147 | 2025-02-21T08:26:35.416Z | [ recovery-image] Feb 21 08:26:34.021 INFO O| Feb 21 08:26:34.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6148 | 2025-02-21T08:26:35.416Z | [ recovery-image] Feb 21 08:26:34.021 INFO O| Feb 21 08:26:34.021 INFO STEP 558 (remove_files) COMPLETE |
6149 | 2025-02-21T08:26:35.416Z | [ recovery-image] Feb 21 08:26:34.021 INFO O| Feb 21 08:26:34.021 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6150 | 2025-02-21T08:26:35.442Z | [ recovery-image] Feb 21 08:26:34.041 INFO O| Feb 21 08:26:34.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
6151 | 2025-02-21T08:26:35.443Z | [ recovery-image] Feb 21 08:26:34.041 INFO O| Feb 21 08:26:34.041 INFO STEP 559 (remove_files) COMPLETE |
6152 | 2025-02-21T08:26:35.454Z | [ recovery-image] Feb 21 08:26:34.041 INFO O| Feb 21 08:26:34.041 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6153 | 2025-02-21T08:26:35.460Z | [ recovery-image] Feb 21 08:26:34.063 INFO O| Feb 21 08:26:34.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
6154 | 2025-02-21T08:26:35.460Z | [ recovery-image] Feb 21 08:26:34.063 INFO O| Feb 21 08:26:34.063 INFO STEP 560 (remove_files) COMPLETE |
6155 | 2025-02-21T08:26:35.460Z | [ recovery-image] Feb 21 08:26:34.063 INFO O| Feb 21 08:26:34.063 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6156 | 2025-02-21T08:26:35.478Z | [ recovery-image] Feb 21 08:26:34.083 INFO O| Feb 21 08:26:34.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
6157 | 2025-02-21T08:26:35.479Z | [ recovery-image] Feb 21 08:26:34.083 INFO O| Feb 21 08:26:34.083 INFO STEP 561 (remove_files) COMPLETE |
6158 | 2025-02-21T08:26:35.479Z | [ recovery-image] Feb 21 08:26:34.083 INFO O| Feb 21 08:26:34.083 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6159 | 2025-02-21T08:26:35.495Z | [ recovery-image] Feb 21 08:26:34.101 INFO O| Feb 21 08:26:34.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
6160 | 2025-02-21T08:26:35.496Z | [ recovery-image] Feb 21 08:26:34.101 INFO O| Feb 21 08:26:34.101 INFO STEP 562 (remove_files) COMPLETE |
6161 | 2025-02-21T08:26:35.496Z | [ recovery-image] Feb 21 08:26:34.101 INFO O| Feb 21 08:26:34.101 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6162 | 2025-02-21T08:26:35.513Z | [ recovery-image] Feb 21 08:26:34.119 INFO O| Feb 21 08:26:34.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
6163 | 2025-02-21T08:26:35.513Z | [ recovery-image] Feb 21 08:26:34.119 INFO O| Feb 21 08:26:34.119 INFO STEP 563 (remove_files) COMPLETE |
6164 | 2025-02-21T08:26:35.520Z | [ recovery-image] Feb 21 08:26:34.119 INFO O| Feb 21 08:26:34.119 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6165 | 2025-02-21T08:26:35.546Z | [ recovery-image] Feb 21 08:26:34.141 INFO O| Feb 21 08:26:34.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
6166 | 2025-02-21T08:26:35.546Z | [ recovery-image] Feb 21 08:26:34.141 INFO O| Feb 21 08:26:34.141 INFO STEP 564 (remove_files) COMPLETE |
6167 | 2025-02-21T08:26:35.555Z | [ recovery-image] Feb 21 08:26:34.141 INFO O| Feb 21 08:26:34.141 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6168 | 2025-02-21T08:26:35.571Z | [ recovery-image] Feb 21 08:26:34.171 INFO O| Feb 21 08:26:34.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
6169 | 2025-02-21T08:26:35.571Z | [ recovery-image] Feb 21 08:26:34.171 INFO O| Feb 21 08:26:34.171 INFO STEP 565 (remove_files) COMPLETE |
6170 | 2025-02-21T08:26:35.571Z | [ recovery-image] Feb 21 08:26:34.171 INFO O| Feb 21 08:26:34.171 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6171 | 2025-02-21T08:26:35.612Z | [ recovery-image] Feb 21 08:26:34.218 INFO O| Feb 21 08:26:34.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
6172 | 2025-02-21T08:26:35.616Z | [ recovery-image] Feb 21 08:26:34.218 INFO O| Feb 21 08:26:34.218 INFO STEP 566 (remove_files) COMPLETE |
6173 | 2025-02-21T08:26:35.616Z | [ recovery-image] Feb 21 08:26:34.218 INFO O| Feb 21 08:26:34.218 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6174 | 2025-02-21T08:26:35.703Z | [ recovery-image] Feb 21 08:26:34.303 INFO O| Feb 21 08:26:34.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
6175 | 2025-02-21T08:26:35.703Z | [ recovery-image] Feb 21 08:26:34.303 INFO O| Feb 21 08:26:34.303 INFO STEP 567 (remove_files) COMPLETE |
6176 | 2025-02-21T08:26:35.709Z | [ recovery-image] Feb 21 08:26:34.304 INFO O| Feb 21 08:26:34.303 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6177 | 2025-02-21T08:26:35.729Z | [ recovery-image] Feb 21 08:26:34.334 INFO O| Feb 21 08:26:34.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
6178 | 2025-02-21T08:26:35.730Z | [ recovery-image] Feb 21 08:26:34.334 INFO O| Feb 21 08:26:34.334 INFO STEP 568 (remove_files) COMPLETE |
6179 | 2025-02-21T08:26:35.730Z | [ recovery-image] Feb 21 08:26:34.334 INFO O| Feb 21 08:26:34.334 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6180 | 2025-02-21T08:26:35.848Z | [ recovery-image] Feb 21 08:26:34.453 INFO O| Feb 21 08:26:34.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
6181 | 2025-02-21T08:26:35.848Z | [ recovery-image] Feb 21 08:26:34.453 INFO O| Feb 21 08:26:34.453 INFO STEP 569 (remove_files) COMPLETE |
6182 | 2025-02-21T08:26:35.848Z | [ recovery-image] Feb 21 08:26:34.453 INFO O| Feb 21 08:26:34.453 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6183 | 2025-02-21T08:26:35.871Z | [ recovery-image] Feb 21 08:26:34.472 INFO O| Feb 21 08:26:34.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
6184 | 2025-02-21T08:26:35.871Z | [ recovery-image] Feb 21 08:26:34.472 INFO O| Feb 21 08:26:34.472 INFO STEP 570 (remove_files) COMPLETE |
6185 | 2025-02-21T08:26:35.871Z | [ recovery-image] Feb 21 08:26:34.472 INFO O| Feb 21 08:26:34.472 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6186 | 2025-02-21T08:26:35.889Z | [ recovery-image] Feb 21 08:26:34.491 INFO O| Feb 21 08:26:34.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
6187 | 2025-02-21T08:26:35.889Z | [ recovery-image] Feb 21 08:26:34.491 INFO O| Feb 21 08:26:34.491 INFO STEP 571 (remove_files) COMPLETE |
6188 | 2025-02-21T08:26:35.889Z | [ recovery-image] Feb 21 08:26:34.491 INFO O| Feb 21 08:26:34.491 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6189 | 2025-02-21T08:26:35.909Z | [ recovery-image] Feb 21 08:26:34.509 INFO O| Feb 21 08:26:34.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
6190 | 2025-02-21T08:26:35.909Z | [ recovery-image] Feb 21 08:26:34.510 INFO O| Feb 21 08:26:34.509 INFO STEP 572 (remove_files) COMPLETE |
6191 | 2025-02-21T08:26:35.909Z | [ recovery-image] Feb 21 08:26:34.510 INFO O| Feb 21 08:26:34.509 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6192 | 2025-02-21T08:26:35.923Z | [ recovery-image] Feb 21 08:26:34.528 INFO O| Feb 21 08:26:34.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
6193 | 2025-02-21T08:26:35.923Z | [ recovery-image] Feb 21 08:26:34.528 INFO O| Feb 21 08:26:34.528 INFO STEP 573 (remove_files) COMPLETE |
6194 | 2025-02-21T08:26:35.923Z | [ recovery-image] Feb 21 08:26:34.528 INFO O| Feb 21 08:26:34.528 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6195 | 2025-02-21T08:26:35.984Z | [ recovery-image] Feb 21 08:26:34.547 INFO O| Feb 21 08:26:34.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
6196 | 2025-02-21T08:26:36.098Z | [ recovery-image] Feb 21 08:26:34.567 INFO O| Feb 21 08:26:34.567 INFO STEP 574 (remove_files) COMPLETE |
6197 | 2025-02-21T08:26:36.098Z | [ recovery-image] Feb 21 08:26:34.567 INFO O| Feb 21 08:26:34.567 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6198 | 2025-02-21T08:26:36.098Z | [ recovery-image] Feb 21 08:26:34.617 INFO O| Feb 21 08:26:34.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
6199 | 2025-02-21T08:26:36.099Z | [ recovery-image] Feb 21 08:26:34.617 INFO O| Feb 21 08:26:34.617 INFO STEP 575 (remove_files) COMPLETE |
6200 | 2025-02-21T08:26:36.099Z | [ recovery-image] Feb 21 08:26:34.617 INFO O| Feb 21 08:26:34.617 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6201 | 2025-02-21T08:26:36.177Z | [ recovery-image] Feb 21 08:26:34.729 INFO O| Feb 21 08:26:34.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
6202 | 2025-02-21T08:26:36.177Z | [ recovery-image] Feb 21 08:26:34.729 INFO O| Feb 21 08:26:34.729 INFO STEP 576 (remove_files) COMPLETE |
6203 | 2025-02-21T08:26:36.177Z | [ recovery-image] Feb 21 08:26:34.729 INFO O| Feb 21 08:26:34.729 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6204 | 2025-02-21T08:26:36.177Z | [ recovery-image] Feb 21 08:26:34.751 INFO O| Feb 21 08:26:34.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
6205 | 2025-02-21T08:26:36.177Z | [ recovery-image] Feb 21 08:26:34.751 INFO O| Feb 21 08:26:34.751 INFO STEP 577 (remove_files) COMPLETE |
6206 | 2025-02-21T08:26:36.177Z | [ recovery-image] Feb 21 08:26:34.752 INFO O| Feb 21 08:26:34.751 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6207 | 2025-02-21T08:26:36.187Z | [ recovery-image] Feb 21 08:26:34.793 INFO O| Feb 21 08:26:34.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
6208 | 2025-02-21T08:26:36.234Z | [ recovery-image] Feb 21 08:26:34.814 INFO O| Feb 21 08:26:34.814 INFO STEP 578 (remove_files) COMPLETE |
6209 | 2025-02-21T08:26:36.234Z | [ recovery-image] Feb 21 08:26:34.814 INFO O| Feb 21 08:26:34.814 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6210 | 2025-02-21T08:26:36.314Z | [ host-image] Feb 21 08:26:34.906 INFO O| Feb 21 08:26:34.906 INFO O| Done |
6211 | 2025-02-21T08:26:36.325Z | [ recovery-image] Feb 21 08:26:34.919 INFO O| Feb 21 08:26:34.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
6212 | 2025-02-21T08:26:36.325Z | [ recovery-image] Feb 21 08:26:34.919 INFO O| Feb 21 08:26:34.919 INFO STEP 579 (remove_files) COMPLETE |
6213 | 2025-02-21T08:26:36.325Z | [ recovery-image] Feb 21 08:26:34.919 INFO O| Feb 21 08:26:34.919 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6214 | 2025-02-21T08:26:36.348Z | [ recovery-image] Feb 21 08:26:34.940 INFO O| Feb 21 08:26:34.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
6215 | 2025-02-21T08:26:36.354Z | [ recovery-image] Feb 21 08:26:34.941 INFO O| Feb 21 08:26:34.941 INFO STEP 580 (remove_files) COMPLETE |
6216 | 2025-02-21T08:26:36.354Z | [ recovery-image] Feb 21 08:26:34.941 INFO O| Feb 21 08:26:34.941 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6217 | 2025-02-21T08:26:36.357Z | [ recovery-image] Feb 21 08:26:34.960 INFO O| Feb 21 08:26:34.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
6218 | 2025-02-21T08:26:36.357Z | [ recovery-image] Feb 21 08:26:34.960 INFO O| Feb 21 08:26:34.960 INFO STEP 581 (remove_files) COMPLETE |
6219 | 2025-02-21T08:26:36.357Z | [ recovery-image] Feb 21 08:26:34.960 INFO O| Feb 21 08:26:34.960 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6220 | 2025-02-21T08:26:36.378Z | [ recovery-image] Feb 21 08:26:34.984 INFO O| Feb 21 08:26:34.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
6221 | 2025-02-21T08:26:36.393Z | [ recovery-image] Feb 21 08:26:34.984 INFO O| Feb 21 08:26:34.984 INFO STEP 582 (remove_files) COMPLETE |
6222 | 2025-02-21T08:26:36.393Z | [ recovery-image] Feb 21 08:26:34.984 INFO O| Feb 21 08:26:34.984 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6223 | 2025-02-21T08:26:36.420Z | [ recovery-image] Feb 21 08:26:35.010 INFO O| Feb 21 08:26:35.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
6224 | 2025-02-21T08:26:36.420Z | [ recovery-image] Feb 21 08:26:35.010 INFO O| Feb 21 08:26:35.010 INFO STEP 583 (remove_files) COMPLETE |
6225 | 2025-02-21T08:26:36.438Z | [ recovery-image] Feb 21 08:26:35.010 INFO O| Feb 21 08:26:35.010 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6226 | 2025-02-21T08:26:36.438Z | [ recovery-image] Feb 21 08:26:35.029 INFO O| Feb 21 08:26:35.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
6227 | 2025-02-21T08:26:36.438Z | [ recovery-image] Feb 21 08:26:35.029 INFO O| Feb 21 08:26:35.029 INFO STEP 584 (remove_files) COMPLETE |
6228 | 2025-02-21T08:26:36.438Z | [ recovery-image] Feb 21 08:26:35.029 INFO O| Feb 21 08:26:35.029 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6229 | 2025-02-21T08:26:36.473Z | [ recovery-image] Feb 21 08:26:35.055 INFO O| Feb 21 08:26:35.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
6230 | 2025-02-21T08:26:36.473Z | [ recovery-image] Feb 21 08:26:35.055 INFO O| Feb 21 08:26:35.055 INFO STEP 585 (remove_files) COMPLETE |
6231 | 2025-02-21T08:26:36.473Z | [ recovery-image] Feb 21 08:26:35.055 INFO O| Feb 21 08:26:35.055 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6232 | 2025-02-21T08:26:36.488Z | [ recovery-image] Feb 21 08:26:35.087 INFO O| Feb 21 08:26:35.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
6233 | 2025-02-21T08:26:36.488Z | [ recovery-image] Feb 21 08:26:35.087 INFO O| Feb 21 08:26:35.087 INFO STEP 586 (remove_files) COMPLETE |
6234 | 2025-02-21T08:26:36.488Z | [ recovery-image] Feb 21 08:26:35.087 INFO O| Feb 21 08:26:35.087 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6235 | 2025-02-21T08:26:36.499Z | [ recovery-image] Feb 21 08:26:35.105 INFO O| Feb 21 08:26:35.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
6236 | 2025-02-21T08:26:36.499Z | [ recovery-image] Feb 21 08:26:35.105 INFO O| Feb 21 08:26:35.105 INFO STEP 587 (remove_files) COMPLETE |
6237 | 2025-02-21T08:26:36.516Z | [ recovery-image] Feb 21 08:26:35.105 INFO O| Feb 21 08:26:35.105 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6238 | 2025-02-21T08:26:36.535Z | [ recovery-image] Feb 21 08:26:35.141 INFO O| Feb 21 08:26:35.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
6239 | 2025-02-21T08:26:36.535Z | [ recovery-image] Feb 21 08:26:35.141 INFO O| Feb 21 08:26:35.141 INFO STEP 588 (remove_files) COMPLETE |
6240 | 2025-02-21T08:26:36.535Z | [ recovery-image] Feb 21 08:26:35.141 INFO O| Feb 21 08:26:35.141 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6241 | 2025-02-21T08:26:36.558Z | [ recovery-image] Feb 21 08:26:35.159 INFO O| Feb 21 08:26:35.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
6242 | 2025-02-21T08:26:36.558Z | [ recovery-image] Feb 21 08:26:35.160 INFO O| Feb 21 08:26:35.159 INFO STEP 589 (remove_files) COMPLETE |
6243 | 2025-02-21T08:26:36.558Z | [ recovery-image] Feb 21 08:26:35.160 INFO O| Feb 21 08:26:35.160 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6244 | 2025-02-21T08:26:36.595Z | [ recovery-image] Feb 21 08:26:35.191 INFO O| Feb 21 08:26:35.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
6245 | 2025-02-21T08:26:36.601Z | [ recovery-image] Feb 21 08:26:35.191 INFO O| Feb 21 08:26:35.191 INFO STEP 590 (remove_files) COMPLETE |
6246 | 2025-02-21T08:26:36.601Z | [ recovery-image] Feb 21 08:26:35.192 INFO O| Feb 21 08:26:35.191 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6247 | 2025-02-21T08:26:36.651Z | [ recovery-image] Feb 21 08:26:35.257 INFO O| Feb 21 08:26:35.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
6248 | 2025-02-21T08:26:36.660Z | [ recovery-image] Feb 21 08:26:35.257 INFO O| Feb 21 08:26:35.257 INFO STEP 591 (remove_files) COMPLETE |
6249 | 2025-02-21T08:26:36.660Z | [ recovery-image] Feb 21 08:26:35.258 INFO O| Feb 21 08:26:35.257 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6250 | 2025-02-21T08:26:36.677Z | [ recovery-image] Feb 21 08:26:35.282 INFO O| Feb 21 08:26:35.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
6251 | 2025-02-21T08:26:36.677Z | [ recovery-image] Feb 21 08:26:35.282 INFO O| Feb 21 08:26:35.282 INFO STEP 592 (remove_files) COMPLETE |
6252 | 2025-02-21T08:26:36.677Z | [ recovery-image] Feb 21 08:26:35.282 INFO O| Feb 21 08:26:35.282 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6253 | 2025-02-21T08:26:36.757Z | [ recovery-image] Feb 21 08:26:35.324 INFO O| Feb 21 08:26:35.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
6254 | 2025-02-21T08:26:36.757Z | [ recovery-image] Feb 21 08:26:35.324 INFO O| Feb 21 08:26:35.324 INFO STEP 593 (remove_files) COMPLETE |
6255 | 2025-02-21T08:26:36.830Z | [ recovery-image] Feb 21 08:26:35.324 INFO O| Feb 21 08:26:35.324 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6256 | 2025-02-21T08:26:36.895Z | [ recovery-image] Feb 21 08:26:35.401 INFO O| Feb 21 08:26:35.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
6257 | 2025-02-21T08:26:36.895Z | [ recovery-image] Feb 21 08:26:35.401 INFO O| Feb 21 08:26:35.401 INFO STEP 594 (remove_files) COMPLETE |
6258 | 2025-02-21T08:26:36.895Z | [ recovery-image] Feb 21 08:26:35.401 INFO O| Feb 21 08:26:35.401 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6259 | 2025-02-21T08:26:36.895Z | [ recovery-image] Feb 21 08:26:35.421 INFO O| Feb 21 08:26:35.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
6260 | 2025-02-21T08:26:36.895Z | [ recovery-image] Feb 21 08:26:35.422 INFO O| Feb 21 08:26:35.422 INFO STEP 595 (remove_files) COMPLETE |
6261 | 2025-02-21T08:26:36.895Z | [ recovery-image] Feb 21 08:26:35.422 INFO O| Feb 21 08:26:35.422 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6262 | 2025-02-21T08:26:36.907Z | [ recovery-image] Feb 21 08:26:35.463 INFO O| Feb 21 08:26:35.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
6263 | 2025-02-21T08:26:36.907Z | [ recovery-image] Feb 21 08:26:35.463 INFO O| Feb 21 08:26:35.463 INFO STEP 596 (remove_files) COMPLETE |
6264 | 2025-02-21T08:26:36.907Z | [ recovery-image] Feb 21 08:26:35.463 INFO O| Feb 21 08:26:35.463 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6265 | 2025-02-21T08:26:36.907Z | [ recovery-image] Feb 21 08:26:35.484 INFO O| Feb 21 08:26:35.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
6266 | 2025-02-21T08:26:36.908Z | [ recovery-image] Feb 21 08:26:35.484 INFO O| Feb 21 08:26:35.484 INFO STEP 597 (remove_files) COMPLETE |
6267 | 2025-02-21T08:26:36.908Z | [ recovery-image] Feb 21 08:26:35.484 INFO O| Feb 21 08:26:35.484 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6268 | 2025-02-21T08:26:37.067Z | [ recovery-image] Feb 21 08:26:35.582 INFO O| Feb 21 08:26:35.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
6269 | 2025-02-21T08:26:37.067Z | [ recovery-image] Feb 21 08:26:35.582 INFO O| Feb 21 08:26:35.582 INFO STEP 598 (remove_files) COMPLETE |
6270 | 2025-02-21T08:26:37.171Z | [ recovery-image] Feb 21 08:26:35.582 INFO O| Feb 21 08:26:35.582 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6271 | 2025-02-21T08:26:37.172Z | [ recovery-image] Feb 21 08:26:35.617 INFO O| Feb 21 08:26:35.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
6272 | 2025-02-21T08:26:37.172Z | [ recovery-image] Feb 21 08:26:35.617 INFO O| Feb 21 08:26:35.617 INFO STEP 599 (remove_files) COMPLETE |
6273 | 2025-02-21T08:26:37.172Z | [ recovery-image] Feb 21 08:26:35.617 INFO O| Feb 21 08:26:35.617 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6274 | 2025-02-21T08:26:37.172Z | [ recovery-image] Feb 21 08:26:35.652 INFO O| Feb 21 08:26:35.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
6275 | 2025-02-21T08:26:37.172Z | [ recovery-image] Feb 21 08:26:35.652 INFO O| Feb 21 08:26:35.652 INFO STEP 600 (remove_files) COMPLETE |
6276 | 2025-02-21T08:26:37.172Z | [ recovery-image] Feb 21 08:26:35.652 INFO O| Feb 21 08:26:35.652 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6277 | 2025-02-21T08:26:37.172Z | [ recovery-image] Feb 21 08:26:35.687 INFO O| Feb 21 08:26:35.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
6278 | 2025-02-21T08:26:37.172Z | [ recovery-image] Feb 21 08:26:35.687 INFO O| Feb 21 08:26:35.687 INFO STEP 601 (remove_files) COMPLETE |
6279 | 2025-02-21T08:26:37.172Z | [ recovery-image] Feb 21 08:26:35.687 INFO O| Feb 21 08:26:35.687 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6280 | 2025-02-21T08:26:37.234Z | [ recovery-image] Feb 21 08:26:35.727 INFO O| Feb 21 08:26:35.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
6281 | 2025-02-21T08:26:37.235Z | [ recovery-image] Feb 21 08:26:35.728 INFO O| Feb 21 08:26:35.727 INFO STEP 602 (remove_files) COMPLETE |
6282 | 2025-02-21T08:26:37.235Z | [ recovery-image] Feb 21 08:26:35.728 INFO O| Feb 21 08:26:35.728 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6283 | 2025-02-21T08:26:37.235Z | [ recovery-image] Feb 21 08:26:35.747 INFO O| Feb 21 08:26:35.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
6284 | 2025-02-21T08:26:37.235Z | [ recovery-image] Feb 21 08:26:35.747 INFO O| Feb 21 08:26:35.747 INFO STEP 603 (remove_files) COMPLETE |
6285 | 2025-02-21T08:26:37.235Z | [ recovery-image] Feb 21 08:26:35.747 INFO O| Feb 21 08:26:35.747 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6286 | 2025-02-21T08:26:37.269Z | [ recovery-image] Feb 21 08:26:35.783 INFO O| Feb 21 08:26:35.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
6287 | 2025-02-21T08:26:37.269Z | [ recovery-image] Feb 21 08:26:35.783 INFO O| Feb 21 08:26:35.783 INFO STEP 604 (remove_files) COMPLETE |
6288 | 2025-02-21T08:26:37.269Z | [ recovery-image] Feb 21 08:26:35.783 INFO O| Feb 21 08:26:35.783 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6289 | 2025-02-21T08:26:37.269Z | [ recovery-image] Feb 21 08:26:35.816 INFO O| Feb 21 08:26:35.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
6290 | 2025-02-21T08:26:37.269Z | [ recovery-image] Feb 21 08:26:35.816 INFO O| Feb 21 08:26:35.816 INFO STEP 605 (remove_files) COMPLETE |
6291 | 2025-02-21T08:26:37.269Z | [ recovery-image] Feb 21 08:26:35.816 INFO O| Feb 21 08:26:35.816 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6292 | 2025-02-21T08:26:37.288Z | [ recovery-image] Feb 21 08:26:35.860 INFO O| Feb 21 08:26:35.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
6293 | 2025-02-21T08:26:37.288Z | [ recovery-image] Feb 21 08:26:35.860 INFO O| Feb 21 08:26:35.860 INFO STEP 606 (remove_files) COMPLETE |
6294 | 2025-02-21T08:26:37.291Z | [ recovery-image] Feb 21 08:26:35.860 INFO O| Feb 21 08:26:35.860 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6295 | 2025-02-21T08:26:37.303Z | [ recovery-image] Feb 21 08:26:35.900 INFO O| Feb 21 08:26:35.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
6296 | 2025-02-21T08:26:37.303Z | [ recovery-image] Feb 21 08:26:35.900 INFO O| Feb 21 08:26:35.900 INFO STEP 607 (remove_files) COMPLETE |
6297 | 2025-02-21T08:26:37.303Z | [ recovery-image] Feb 21 08:26:35.900 INFO O| Feb 21 08:26:35.900 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6298 | 2025-02-21T08:26:37.353Z | [ recovery-image] Feb 21 08:26:35.948 INFO O| Feb 21 08:26:35.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
6299 | 2025-02-21T08:26:37.373Z | [ recovery-image] Feb 21 08:26:35.948 INFO O| Feb 21 08:26:35.948 INFO STEP 608 (remove_files) COMPLETE |
6300 | 2025-02-21T08:26:37.373Z | [ recovery-image] Feb 21 08:26:35.948 INFO O| Feb 21 08:26:35.948 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6301 | 2025-02-21T08:26:37.382Z | [ recovery-image] Feb 21 08:26:35.982 INFO O| Feb 21 08:26:35.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
6302 | 2025-02-21T08:26:37.382Z | [ recovery-image] Feb 21 08:26:35.982 INFO O| Feb 21 08:26:35.982 INFO STEP 609 (remove_files) COMPLETE |
6303 | 2025-02-21T08:26:37.383Z | [ recovery-image] Feb 21 08:26:35.982 INFO O| Feb 21 08:26:35.982 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6304 | 2025-02-21T08:26:37.441Z | [ recovery-image] Feb 21 08:26:36.044 INFO O| Feb 21 08:26:36.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
6305 | 2025-02-21T08:26:37.441Z | [ recovery-image] Feb 21 08:26:36.044 INFO O| Feb 21 08:26:36.044 INFO STEP 610 (remove_files) COMPLETE |
6306 | 2025-02-21T08:26:37.441Z | [ recovery-image] Feb 21 08:26:36.044 INFO O| Feb 21 08:26:36.044 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6307 | 2025-02-21T08:26:37.472Z | [ recovery-image] Feb 21 08:26:36.066 INFO O| Feb 21 08:26:36.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
6308 | 2025-02-21T08:26:37.472Z | [ recovery-image] Feb 21 08:26:36.066 INFO O| Feb 21 08:26:36.066 INFO STEP 611 (remove_files) COMPLETE |
6309 | 2025-02-21T08:26:37.480Z | [ recovery-image] Feb 21 08:26:36.066 INFO O| Feb 21 08:26:36.066 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6310 | 2025-02-21T08:26:37.487Z | [ recovery-image] Feb 21 08:26:36.087 INFO O| Feb 21 08:26:36.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
6311 | 2025-02-21T08:26:37.487Z | [ recovery-image] Feb 21 08:26:36.087 INFO O| Feb 21 08:26:36.087 INFO STEP 612 (remove_files) COMPLETE |
6312 | 2025-02-21T08:26:37.487Z | [ recovery-image] Feb 21 08:26:36.087 INFO O| Feb 21 08:26:36.087 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6313 | 2025-02-21T08:26:37.504Z | [ recovery-image] Feb 21 08:26:36.107 INFO O| Feb 21 08:26:36.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
6314 | 2025-02-21T08:26:37.510Z | [ recovery-image] Feb 21 08:26:36.107 INFO O| Feb 21 08:26:36.107 INFO STEP 613 (remove_files) COMPLETE |
6315 | 2025-02-21T08:26:37.510Z | [ recovery-image] Feb 21 08:26:36.107 INFO O| Feb 21 08:26:36.107 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6316 | 2025-02-21T08:26:37.580Z | [ recovery-image] Feb 21 08:26:36.186 INFO O| Feb 21 08:26:36.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
6317 | 2025-02-21T08:26:37.580Z | [ recovery-image] Feb 21 08:26:36.186 INFO O| Feb 21 08:26:36.148 INFO STEP 614 (remove_files) COMPLETE |
6318 | 2025-02-21T08:26:37.611Z | [ recovery-image] Feb 21 08:26:36.186 INFO O| Feb 21 08:26:36.148 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6319 | 2025-02-21T08:26:37.611Z | [ recovery-image] Feb 21 08:26:36.186 INFO O| Feb 21 08:26:36.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
6320 | 2025-02-21T08:26:37.611Z | [ recovery-image] Feb 21 08:26:36.186 INFO O| Feb 21 08:26:36.167 INFO STEP 615 (remove_files) COMPLETE |
6321 | 2025-02-21T08:26:37.611Z | [ recovery-image] Feb 21 08:26:36.186 INFO O| Feb 21 08:26:36.167 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6322 | 2025-02-21T08:26:37.617Z | [ recovery-image] Feb 21 08:26:36.205 INFO O| Feb 21 08:26:36.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
6323 | 2025-02-21T08:26:37.617Z | [ recovery-image] Feb 21 08:26:36.205 INFO O| Feb 21 08:26:36.205 INFO STEP 616 (remove_files) COMPLETE |
6324 | 2025-02-21T08:26:37.617Z | [ recovery-image] Feb 21 08:26:36.205 INFO O| Feb 21 08:26:36.205 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6325 | 2025-02-21T08:26:37.644Z | [ recovery-image] Feb 21 08:26:36.226 INFO O| Feb 21 08:26:36.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
6326 | 2025-02-21T08:26:37.644Z | [ recovery-image] Feb 21 08:26:36.226 INFO O| Feb 21 08:26:36.226 INFO STEP 617 (remove_files) COMPLETE |
6327 | 2025-02-21T08:26:37.644Z | [ recovery-image] Feb 21 08:26:36.226 INFO O| Feb 21 08:26:36.226 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6328 | 2025-02-21T08:26:37.644Z | [ recovery-image] Feb 21 08:26:36.246 INFO O| Feb 21 08:26:36.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
6329 | 2025-02-21T08:26:37.644Z | [ recovery-image] Feb 21 08:26:36.246 INFO O| Feb 21 08:26:36.246 INFO STEP 618 (remove_files) COMPLETE |
6330 | 2025-02-21T08:26:37.644Z | [ recovery-image] Feb 21 08:26:36.246 INFO O| Feb 21 08:26:36.246 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6331 | 2025-02-21T08:26:37.666Z | [ recovery-image] Feb 21 08:26:36.266 INFO O| Feb 21 08:26:36.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
6332 | 2025-02-21T08:26:37.666Z | [ recovery-image] Feb 21 08:26:36.266 INFO O| Feb 21 08:26:36.266 INFO STEP 619 (remove_files) COMPLETE |
6333 | 2025-02-21T08:26:37.666Z | [ recovery-image] Feb 21 08:26:36.266 INFO O| Feb 21 08:26:36.266 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6334 | 2025-02-21T08:26:37.710Z | [ recovery-image] Feb 21 08:26:36.284 INFO O| Feb 21 08:26:36.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
6335 | 2025-02-21T08:26:37.710Z | [ recovery-image] Feb 21 08:26:36.285 INFO O| Feb 21 08:26:36.285 INFO STEP 620 (remove_files) COMPLETE |
6336 | 2025-02-21T08:26:37.710Z | [ recovery-image] Feb 21 08:26:36.285 INFO O| Feb 21 08:26:36.285 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6337 | 2025-02-21T08:26:37.751Z | [ recovery-image] Feb 21 08:26:36.302 INFO O| Feb 21 08:26:36.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
6338 | 2025-02-21T08:26:37.751Z | [ recovery-image] Feb 21 08:26:36.302 INFO O| Feb 21 08:26:36.302 INFO STEP 621 (remove_files) COMPLETE |
6339 | 2025-02-21T08:26:37.751Z | [ recovery-image] Feb 21 08:26:36.302 INFO O| Feb 21 08:26:36.302 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6340 | 2025-02-21T08:26:37.751Z | [ recovery-image] Feb 21 08:26:36.319 INFO O| Feb 21 08:26:36.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
6341 | 2025-02-21T08:26:37.751Z | [ recovery-image] Feb 21 08:26:36.319 INFO O| Feb 21 08:26:36.319 INFO STEP 622 (remove_files) COMPLETE |
6342 | 2025-02-21T08:26:37.752Z | [ recovery-image] Feb 21 08:26:36.320 INFO O| Feb 21 08:26:36.319 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6343 | 2025-02-21T08:26:37.771Z | [ recovery-image] Feb 21 08:26:36.338 INFO O| Feb 21 08:26:36.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
6344 | 2025-02-21T08:26:37.771Z | [ recovery-image] Feb 21 08:26:36.338 INFO O| Feb 21 08:26:36.338 INFO STEP 623 (remove_files) COMPLETE |
6345 | 2025-02-21T08:26:37.772Z | [ recovery-image] Feb 21 08:26:36.338 INFO O| Feb 21 08:26:36.338 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6346 | 2025-02-21T08:26:37.818Z | [ recovery-image] Feb 21 08:26:36.384 INFO O| Feb 21 08:26:36.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
6347 | 2025-02-21T08:26:37.853Z | [ recovery-image] Feb 21 08:26:36.384 INFO O| Feb 21 08:26:36.384 INFO STEP 624 (remove_files) COMPLETE |
6348 | 2025-02-21T08:26:37.853Z | [ recovery-image] Feb 21 08:26:36.384 INFO O| Feb 21 08:26:36.384 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6349 | 2025-02-21T08:26:37.866Z | [ recovery-image] Feb 21 08:26:36.436 INFO O| Feb 21 08:26:36.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
6350 | 2025-02-21T08:26:37.866Z | [ recovery-image] Feb 21 08:26:36.436 INFO O| Feb 21 08:26:36.436 INFO STEP 625 (remove_files) COMPLETE |
6351 | 2025-02-21T08:26:37.866Z | [ recovery-image] Feb 21 08:26:36.436 INFO O| Feb 21 08:26:36.436 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6352 | 2025-02-21T08:26:37.937Z | [ recovery-image] Feb 21 08:26:36.508 INFO O| Feb 21 08:26:36.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
6353 | 2025-02-21T08:26:37.937Z | [ recovery-image] Feb 21 08:26:36.508 INFO O| Feb 21 08:26:36.499 INFO STEP 626 (remove_files) COMPLETE |
6354 | 2025-02-21T08:26:37.938Z | [ recovery-image] Feb 21 08:26:36.508 INFO O| Feb 21 08:26:36.499 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6355 | 2025-02-21T08:26:37.938Z | [ recovery-image] Feb 21 08:26:36.522 INFO O| Feb 21 08:26:36.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
6356 | 2025-02-21T08:26:37.938Z | [ recovery-image] Feb 21 08:26:36.522 INFO O| Feb 21 08:26:36.522 INFO STEP 627 (remove_files) COMPLETE |
6357 | 2025-02-21T08:26:37.938Z | [ recovery-image] Feb 21 08:26:36.522 INFO O| Feb 21 08:26:36.522 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6358 | 2025-02-21T08:26:38.008Z | [ recovery-image] Feb 21 08:26:36.562 INFO O| Feb 21 08:26:36.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
6359 | 2025-02-21T08:26:38.008Z | [ recovery-image] Feb 21 08:26:36.562 INFO O| Feb 21 08:26:36.562 INFO STEP 628 (remove_files) COMPLETE |
6360 | 2025-02-21T08:26:38.104Z | [ recovery-image] Feb 21 08:26:36.562 INFO O| Feb 21 08:26:36.562 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6361 | 2025-02-21T08:26:38.105Z | [ recovery-image] Feb 21 08:26:36.625 INFO O| Feb 21 08:26:36.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
6362 | 2025-02-21T08:26:38.105Z | [ recovery-image] Feb 21 08:26:36.625 INFO O| Feb 21 08:26:36.625 INFO STEP 629 (remove_files) COMPLETE |
6363 | 2025-02-21T08:26:38.105Z | [ recovery-image] Feb 21 08:26:36.625 INFO O| Feb 21 08:26:36.625 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6364 | 2025-02-21T08:26:38.131Z | [ recovery-image] Feb 21 08:26:36.667 INFO O| Feb 21 08:26:36.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
6365 | 2025-02-21T08:26:38.131Z | [ recovery-image] Feb 21 08:26:36.667 INFO O| Feb 21 08:26:36.667 INFO STEP 630 (remove_files) COMPLETE |
6366 | 2025-02-21T08:26:38.131Z | [ recovery-image] Feb 21 08:26:36.667 INFO O| Feb 21 08:26:36.667 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6367 | 2025-02-21T08:26:38.131Z | [ recovery-image] Feb 21 08:26:36.688 INFO O| Feb 21 08:26:36.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
6368 | 2025-02-21T08:26:38.131Z | [ recovery-image] Feb 21 08:26:36.689 INFO O| Feb 21 08:26:36.689 INFO STEP 631 (remove_files) COMPLETE |
6369 | 2025-02-21T08:26:38.131Z | [ recovery-image] Feb 21 08:26:36.689 INFO O| Feb 21 08:26:36.689 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6370 | 2025-02-21T08:26:38.131Z | [ recovery-image] Feb 21 08:26:36.708 INFO O| Feb 21 08:26:36.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
6371 | 2025-02-21T08:26:38.131Z | [ recovery-image] Feb 21 08:26:36.708 INFO O| Feb 21 08:26:36.708 INFO STEP 632 (remove_files) COMPLETE |
6372 | 2025-02-21T08:26:38.131Z | [ recovery-image] Feb 21 08:26:36.708 INFO O| Feb 21 08:26:36.708 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6373 | 2025-02-21T08:26:38.211Z | [ recovery-image] Feb 21 08:26:36.742 INFO O| Feb 21 08:26:36.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
6374 | 2025-02-21T08:26:38.211Z | [ recovery-image] Feb 21 08:26:36.742 INFO O| Feb 21 08:26:36.742 INFO STEP 633 (remove_files) COMPLETE |
6375 | 2025-02-21T08:26:38.211Z | [ recovery-image] Feb 21 08:26:36.742 INFO O| Feb 21 08:26:36.742 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6376 | 2025-02-21T08:26:38.223Z | [ recovery-image] Feb 21 08:26:36.764 INFO O| Feb 21 08:26:36.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
6377 | 2025-02-21T08:26:38.223Z | [ recovery-image] Feb 21 08:26:36.764 INFO O| Feb 21 08:26:36.764 INFO STEP 634 (remove_files) COMPLETE |
6378 | 2025-02-21T08:26:38.224Z | [ recovery-image] Feb 21 08:26:36.764 INFO O| Feb 21 08:26:36.764 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6379 | 2025-02-21T08:26:38.224Z | [ recovery-image] Feb 21 08:26:36.797 INFO O| Feb 21 08:26:36.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
6380 | 2025-02-21T08:26:38.224Z | [ recovery-image] Feb 21 08:26:36.797 INFO O| Feb 21 08:26:36.797 INFO STEP 635 (remove_files) COMPLETE |
6381 | 2025-02-21T08:26:38.224Z | [ recovery-image] Feb 21 08:26:36.797 INFO O| Feb 21 08:26:36.797 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6382 | 2025-02-21T08:26:38.224Z | [ recovery-image] Feb 21 08:26:36.818 INFO O| Feb 21 08:26:36.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
6383 | 2025-02-21T08:26:38.224Z | [ recovery-image] Feb 21 08:26:36.818 INFO O| Feb 21 08:26:36.818 INFO STEP 636 (remove_files) COMPLETE |
6384 | 2025-02-21T08:26:38.225Z | [ recovery-image] Feb 21 08:26:36.818 INFO O| Feb 21 08:26:36.818 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6385 | 2025-02-21T08:26:38.242Z | [ recovery-image] Feb 21 08:26:36.838 INFO O| Feb 21 08:26:36.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
6386 | 2025-02-21T08:26:38.242Z | [ recovery-image] Feb 21 08:26:36.838 INFO O| Feb 21 08:26:36.838 INFO STEP 637 (remove_files) COMPLETE |
6387 | 2025-02-21T08:26:38.242Z | [ recovery-image] Feb 21 08:26:36.838 INFO O| Feb 21 08:26:36.838 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6388 | 2025-02-21T08:26:38.261Z | [ recovery-image] Feb 21 08:26:36.867 INFO O| Feb 21 08:26:36.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
6389 | 2025-02-21T08:26:38.265Z | [ recovery-image] Feb 21 08:26:36.867 INFO O| Feb 21 08:26:36.867 INFO STEP 638 (remove_files) COMPLETE |
6390 | 2025-02-21T08:26:38.266Z | [ recovery-image] Feb 21 08:26:36.867 INFO O| Feb 21 08:26:36.867 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6391 | 2025-02-21T08:26:38.299Z | [ recovery-image] Feb 21 08:26:36.905 INFO O| Feb 21 08:26:36.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
6392 | 2025-02-21T08:26:38.299Z | [ recovery-image] Feb 21 08:26:36.905 INFO O| Feb 21 08:26:36.905 INFO STEP 639 (remove_files) COMPLETE |
6393 | 2025-02-21T08:26:38.300Z | [ recovery-image] Feb 21 08:26:36.905 INFO O| Feb 21 08:26:36.905 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6394 | 2025-02-21T08:26:38.359Z | [ recovery-image] Feb 21 08:26:36.964 INFO O| Feb 21 08:26:36.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
6395 | 2025-02-21T08:26:38.359Z | [ recovery-image] Feb 21 08:26:36.965 INFO O| Feb 21 08:26:36.964 INFO STEP 640 (remove_files) COMPLETE |
6396 | 2025-02-21T08:26:38.381Z | [ recovery-image] Feb 21 08:26:36.965 INFO O| Feb 21 08:26:36.965 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6397 | 2025-02-21T08:26:38.400Z | [ recovery-image] Feb 21 08:26:36.985 INFO O| Feb 21 08:26:36.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
6398 | 2025-02-21T08:26:38.400Z | [ recovery-image] Feb 21 08:26:36.985 INFO O| Feb 21 08:26:36.985 INFO STEP 641 (remove_files) COMPLETE |
6399 | 2025-02-21T08:26:38.400Z | [ recovery-image] Feb 21 08:26:36.985 INFO O| Feb 21 08:26:36.985 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6400 | 2025-02-21T08:26:38.400Z | [ recovery-image] Feb 21 08:26:37.003 INFO O| Feb 21 08:26:37.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
6401 | 2025-02-21T08:26:38.400Z | [ recovery-image] Feb 21 08:26:37.004 INFO O| Feb 21 08:26:37.004 INFO STEP 642 (remove_files) COMPLETE |
6402 | 2025-02-21T08:26:38.401Z | [ recovery-image] Feb 21 08:26:37.004 INFO O| Feb 21 08:26:37.004 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6403 | 2025-02-21T08:26:38.437Z | [ recovery-image] Feb 21 08:26:37.043 INFO O| Feb 21 08:26:37.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
6404 | 2025-02-21T08:26:38.455Z | [ recovery-image] Feb 21 08:26:37.043 INFO O| Feb 21 08:26:37.043 INFO STEP 643 (remove_files) COMPLETE |
6405 | 2025-02-21T08:26:38.455Z | [ recovery-image] Feb 21 08:26:37.043 INFO O| Feb 21 08:26:37.043 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6406 | 2025-02-21T08:26:38.472Z | [ recovery-image] Feb 21 08:26:37.072 INFO O| Feb 21 08:26:37.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
6407 | 2025-02-21T08:26:38.472Z | [ recovery-image] Feb 21 08:26:37.072 INFO O| Feb 21 08:26:37.072 INFO STEP 644 (remove_files) COMPLETE |
6408 | 2025-02-21T08:26:38.472Z | [ recovery-image] Feb 21 08:26:37.072 INFO O| Feb 21 08:26:37.072 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6409 | 2025-02-21T08:26:38.500Z | [ recovery-image] Feb 21 08:26:37.093 INFO O| Feb 21 08:26:37.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
6410 | 2025-02-21T08:26:38.500Z | [ recovery-image] Feb 21 08:26:37.093 INFO O| Feb 21 08:26:37.093 INFO STEP 645 (remove_files) COMPLETE |
6411 | 2025-02-21T08:26:38.500Z | [ recovery-image] Feb 21 08:26:37.093 INFO O| Feb 21 08:26:37.093 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6412 | 2025-02-21T08:26:38.533Z | [ recovery-image] Feb 21 08:26:37.136 INFO O| Feb 21 08:26:37.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
6413 | 2025-02-21T08:26:38.550Z | [ recovery-image] Feb 21 08:26:37.136 INFO O| Feb 21 08:26:37.136 INFO STEP 646 (remove_files) COMPLETE |
6414 | 2025-02-21T08:26:38.550Z | [ recovery-image] Feb 21 08:26:37.136 INFO O| Feb 21 08:26:37.136 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6415 | 2025-02-21T08:26:38.569Z | [ recovery-image] Feb 21 08:26:37.165 INFO O| Feb 21 08:26:37.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
6416 | 2025-02-21T08:26:38.569Z | [ recovery-image] Feb 21 08:26:37.165 INFO O| Feb 21 08:26:37.165 INFO STEP 647 (remove_files) COMPLETE |
6417 | 2025-02-21T08:26:38.569Z | [ recovery-image] Feb 21 08:26:37.165 INFO O| Feb 21 08:26:37.165 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6418 | 2025-02-21T08:26:38.583Z | [ recovery-image] Feb 21 08:26:37.189 INFO O| Feb 21 08:26:37.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
6419 | 2025-02-21T08:26:38.583Z | [ recovery-image] Feb 21 08:26:37.189 INFO O| Feb 21 08:26:37.189 INFO STEP 648 (remove_files) COMPLETE |
6420 | 2025-02-21T08:26:38.583Z | [ recovery-image] Feb 21 08:26:37.189 INFO O| Feb 21 08:26:37.189 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6421 | 2025-02-21T08:26:38.617Z | [ recovery-image] Feb 21 08:26:37.211 INFO O| Feb 21 08:26:37.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
6422 | 2025-02-21T08:26:38.632Z | [ recovery-image] Feb 21 08:26:37.235 INFO O| Feb 21 08:26:37.235 INFO STEP 649 (remove_files) COMPLETE |
6423 | 2025-02-21T08:26:38.632Z | [ recovery-image] Feb 21 08:26:37.235 INFO O| Feb 21 08:26:37.235 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6424 | 2025-02-21T08:26:38.667Z | [ recovery-image] Feb 21 08:26:37.273 INFO O| Feb 21 08:26:37.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
6425 | 2025-02-21T08:26:38.667Z | [ recovery-image] Feb 21 08:26:37.273 INFO O| Feb 21 08:26:37.273 INFO STEP 650 (remove_files) COMPLETE |
6426 | 2025-02-21T08:26:38.678Z | [ recovery-image] Feb 21 08:26:37.273 INFO O| Feb 21 08:26:37.273 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6427 | 2025-02-21T08:26:38.697Z | [ recovery-image] Feb 21 08:26:37.303 INFO O| Feb 21 08:26:37.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
6428 | 2025-02-21T08:26:38.697Z | [ recovery-image] Feb 21 08:26:37.303 INFO O| Feb 21 08:26:37.303 INFO STEP 651 (remove_files) COMPLETE |
6429 | 2025-02-21T08:26:38.697Z | [ recovery-image] Feb 21 08:26:37.303 INFO O| Feb 21 08:26:37.303 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6430 | 2025-02-21T08:26:38.749Z | [ recovery-image] Feb 21 08:26:37.343 INFO O| Feb 21 08:26:37.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
6431 | 2025-02-21T08:26:38.765Z | [ recovery-image] Feb 21 08:26:37.343 INFO O| Feb 21 08:26:37.343 INFO STEP 652 (remove_files) COMPLETE |
6432 | 2025-02-21T08:26:38.765Z | [ recovery-image] Feb 21 08:26:37.343 INFO O| Feb 21 08:26:37.343 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6433 | 2025-02-21T08:26:38.765Z | [ recovery-image] Feb 21 08:26:37.364 INFO O| Feb 21 08:26:37.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
6434 | 2025-02-21T08:26:38.765Z | [ recovery-image] Feb 21 08:26:37.365 INFO O| Feb 21 08:26:37.365 INFO STEP 653 (remove_files) COMPLETE |
6435 | 2025-02-21T08:26:38.765Z | [ recovery-image] Feb 21 08:26:37.365 INFO O| Feb 21 08:26:37.365 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6436 | 2025-02-21T08:26:38.805Z | [ recovery-image] Feb 21 08:26:37.406 INFO O| Feb 21 08:26:37.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
6437 | 2025-02-21T08:26:38.805Z | [ recovery-image] Feb 21 08:26:37.406 INFO O| Feb 21 08:26:37.406 INFO STEP 654 (remove_files) COMPLETE |
6438 | 2025-02-21T08:26:38.805Z | [ recovery-image] Feb 21 08:26:37.406 INFO O| Feb 21 08:26:37.406 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6439 | 2025-02-21T08:26:38.848Z | [ recovery-image] Feb 21 08:26:37.453 INFO O| Feb 21 08:26:37.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
6440 | 2025-02-21T08:26:38.848Z | [ recovery-image] Feb 21 08:26:37.453 INFO O| Feb 21 08:26:37.453 INFO STEP 655 (remove_files) COMPLETE |
6441 | 2025-02-21T08:26:38.848Z | [ recovery-image] Feb 21 08:26:37.453 INFO O| Feb 21 08:26:37.453 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6442 | 2025-02-21T08:26:38.866Z | [ recovery-image] Feb 21 08:26:37.472 INFO O| Feb 21 08:26:37.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
6443 | 2025-02-21T08:26:38.897Z | [ recovery-image] Feb 21 08:26:37.498 INFO O| Feb 21 08:26:37.498 INFO STEP 656 (remove_files) COMPLETE |
6444 | 2025-02-21T08:26:38.897Z | [ recovery-image] Feb 21 08:26:37.498 INFO O| Feb 21 08:26:37.498 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6445 | 2025-02-21T08:26:38.986Z | [ recovery-image] Feb 21 08:26:37.591 INFO O| Feb 21 08:26:37.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
6446 | 2025-02-21T08:26:38.989Z | [ recovery-image] Feb 21 08:26:37.591 INFO O| Feb 21 08:26:37.568 INFO STEP 657 (remove_files) COMPLETE |
6447 | 2025-02-21T08:26:38.989Z | [ recovery-image] Feb 21 08:26:37.592 INFO O| Feb 21 08:26:37.568 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6448 | 2025-02-21T08:26:39.213Z | [ recovery-image] Feb 21 08:26:37.592 INFO O| Feb 21 08:26:37.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
6449 | 2025-02-21T08:26:39.213Z | [ recovery-image] Feb 21 08:26:37.592 INFO O| Feb 21 08:26:37.587 INFO STEP 658 (remove_files) COMPLETE |
6450 | 2025-02-21T08:26:39.213Z | [ recovery-image] Feb 21 08:26:37.592 INFO O| Feb 21 08:26:37.587 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6451 | 2025-02-21T08:26:39.213Z | [ recovery-image] Feb 21 08:26:37.625 INFO O| Feb 21 08:26:37.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
6452 | 2025-02-21T08:26:39.213Z | [ recovery-image] Feb 21 08:26:37.626 INFO O| Feb 21 08:26:37.626 INFO STEP 659 (remove_files) COMPLETE |
6453 | 2025-02-21T08:26:39.213Z | [ recovery-image] Feb 21 08:26:37.626 INFO O| Feb 21 08:26:37.626 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6454 | 2025-02-21T08:26:39.213Z | [ recovery-image] Feb 21 08:26:37.657 INFO O| Feb 21 08:26:37.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6455 | 2025-02-21T08:26:39.213Z | [ recovery-image] Feb 21 08:26:37.657 INFO O| Feb 21 08:26:37.657 INFO STEP 660 (remove_files) COMPLETE |
6456 | 2025-02-21T08:26:39.213Z | [ recovery-image] Feb 21 08:26:37.657 INFO O| Feb 21 08:26:37.657 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6457 | 2025-02-21T08:26:39.242Z | [ recovery-image] Feb 21 08:26:37.677 INFO O| Feb 21 08:26:37.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6458 | 2025-02-21T08:26:39.242Z | [ recovery-image] Feb 21 08:26:37.678 INFO O| Feb 21 08:26:37.677 INFO STEP 661 (remove_files) COMPLETE |
6459 | 2025-02-21T08:26:39.242Z | [ recovery-image] Feb 21 08:26:37.678 INFO O| Feb 21 08:26:37.677 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6460 | 2025-02-21T08:26:39.243Z | [ host-image] Feb 21 08:26:37.695 INFO O| Feb 21 08:26:37.694 INFO O| Done |
6461 | 2025-02-21T08:26:39.243Z | [ recovery-image] Feb 21 08:26:37.698 INFO O| Feb 21 08:26:37.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6462 | 2025-02-21T08:26:39.243Z | [ recovery-image] Feb 21 08:26:37.698 INFO O| Feb 21 08:26:37.698 INFO STEP 662 (remove_files) COMPLETE |
6463 | 2025-02-21T08:26:39.243Z | [ recovery-image] Feb 21 08:26:37.698 INFO O| Feb 21 08:26:37.698 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6464 | 2025-02-21T08:26:39.243Z | [ host-image] Feb 21 08:26:37.733 INFO O| Feb 21 08:26:37.733 INFO O| Done |
6465 | 2025-02-21T08:26:39.243Z | [ host-image] Feb 21 08:26:37.734 INFO O| Feb 21 08:26:37.733 INFO O| Done |
6466 | 2025-02-21T08:26:39.243Z | [ recovery-image] Feb 21 08:26:37.739 INFO O| Feb 21 08:26:37.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6467 | 2025-02-21T08:26:39.243Z | [ recovery-image] Feb 21 08:26:37.739 INFO O| Feb 21 08:26:37.739 INFO STEP 663 (remove_files) COMPLETE |
6468 | 2025-02-21T08:26:39.243Z | [ recovery-image] Feb 21 08:26:37.739 INFO O| Feb 21 08:26:37.739 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6469 | 2025-02-21T08:26:39.243Z | [ host-image] Feb 21 08:26:37.749 INFO O| Feb 21 08:26:37.749 INFO O| Done |
6470 | 2025-02-21T08:26:39.243Z | [ recovery-image] Feb 21 08:26:37.759 INFO O| Feb 21 08:26:37.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6471 | 2025-02-21T08:26:39.243Z | [ recovery-image] Feb 21 08:26:37.760 INFO O| Feb 21 08:26:37.760 INFO STEP 664 (remove_files) COMPLETE |
6472 | 2025-02-21T08:26:39.244Z | [ recovery-image] Feb 21 08:26:37.760 INFO O| Feb 21 08:26:37.760 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6473 | 2025-02-21T08:26:39.244Z | [ recovery-image] Feb 21 08:26:37.781 INFO O| Feb 21 08:26:37.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6474 | 2025-02-21T08:26:39.244Z | [ recovery-image] Feb 21 08:26:37.781 INFO O| Feb 21 08:26:37.781 INFO STEP 665 (remove_files) COMPLETE |
6475 | 2025-02-21T08:26:39.244Z | [ recovery-image] Feb 21 08:26:37.781 INFO O| Feb 21 08:26:37.781 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6476 | 2025-02-21T08:26:39.244Z | [ recovery-image] Feb 21 08:26:37.819 INFO O| Feb 21 08:26:37.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6477 | 2025-02-21T08:26:39.311Z | [ recovery-image] Feb 21 08:26:37.871 INFO O| Feb 21 08:26:37.871 INFO STEP 666 (remove_files) COMPLETE |
6478 | 2025-02-21T08:26:39.312Z | [ recovery-image] Feb 21 08:26:37.871 INFO O| Feb 21 08:26:37.871 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6479 | 2025-02-21T08:26:39.451Z | [ recovery-image] Feb 21 08:26:37.892 INFO O| Feb 21 08:26:37.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6480 | 2025-02-21T08:26:39.451Z | [ recovery-image] Feb 21 08:26:37.892 INFO O| Feb 21 08:26:37.892 INFO STEP 667 (remove_files) COMPLETE |
6481 | 2025-02-21T08:26:39.451Z | [ recovery-image] Feb 21 08:26:37.892 INFO O| Feb 21 08:26:37.892 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6482 | 2025-02-21T08:26:39.452Z | [ host-image] Feb 21 08:26:37.933 INFO O| Feb 21 08:26:37.926 INFO STEP 14 (pkg_install) COMPLETE |
6483 | 2025-02-21T08:26:39.452Z | [ host-image] Feb 21 08:26:37.934 INFO O| Feb 21 08:26:37.926 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
6484 | 2025-02-21T08:26:39.452Z | [ host-image] Feb 21 08:26:37.934 INFO O| Feb 21 08:26:37.926 INFO skip step because feature "mfg" is not enabled |
6485 | 2025-02-21T08:26:39.514Z | [ host-image] Feb 21 08:26:37.934 INFO O| Feb 21 08:26:37.926 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
6486 | 2025-02-21T08:26:39.514Z | [ host-image] Feb 21 08:26:37.934 INFO O| Feb 21 08:26:37.926 INFO skip step because feature "compliance" is not enabled |
6487 | 2025-02-21T08:26:39.514Z | [ host-image] Feb 21 08:26:37.934 INFO O| Feb 21 08:26:37.926 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
6488 | 2025-02-21T08:26:39.514Z | [ host-image] Feb 21 08:26:37.934 INFO O| Feb 21 08:26:37.926 INFO skip step because feature "stress" is not enabled |
6489 | 2025-02-21T08:26:39.514Z | [ host-image] Feb 21 08:26:37.934 INFO O| Feb 21 08:26:37.926 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
6490 | 2025-02-21T08:26:39.515Z | [ host-image] Feb 21 08:26:37.934 INFO O| Feb 21 08:26:37.926 INFO skip step because feature "nfs" is not enabled |
6491 | 2025-02-21T08:26:39.515Z | [ host-image] Feb 21 08:26:37.934 INFO O| Feb 21 08:26:37.926 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
6492 | 2025-02-21T08:26:39.515Z | [ host-image] Feb 21 08:26:37.934 INFO O| Feb 21 08:26:37.926 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
6493 | 2025-02-21T08:26:39.515Z | [ recovery-image] Feb 21 08:26:38.000 INFO O| Feb 21 08:26:38.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6494 | 2025-02-21T08:26:39.515Z | [ recovery-image] Feb 21 08:26:38.001 INFO O| Feb 21 08:26:38.001 INFO STEP 668 (remove_files) COMPLETE |
6495 | 2025-02-21T08:26:39.515Z | [ recovery-image] Feb 21 08:26:38.001 INFO O| Feb 21 08:26:38.001 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6496 | 2025-02-21T08:26:39.515Z | [ recovery-image] Feb 21 08:26:38.028 INFO O| Feb 21 08:26:38.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6497 | 2025-02-21T08:26:39.515Z | [ recovery-image] Feb 21 08:26:38.028 INFO O| Feb 21 08:26:38.028 INFO STEP 669 (remove_files) COMPLETE |
6498 | 2025-02-21T08:26:39.515Z | [ recovery-image] Feb 21 08:26:38.028 INFO O| Feb 21 08:26:38.028 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6499 | 2025-02-21T08:26:39.515Z | [ recovery-image] Feb 21 08:26:38.052 INFO O| Feb 21 08:26:38.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6500 | 2025-02-21T08:26:39.515Z | [ recovery-image] Feb 21 08:26:38.052 INFO O| Feb 21 08:26:38.052 INFO STEP 670 (remove_files) COMPLETE |
6501 | 2025-02-21T08:26:39.515Z | [ recovery-image] Feb 21 08:26:38.052 INFO O| Feb 21 08:26:38.052 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6502 | 2025-02-21T08:26:39.580Z | [ recovery-image] Feb 21 08:26:38.073 INFO O| Feb 21 08:26:38.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6503 | 2025-02-21T08:26:39.580Z | [ recovery-image] Feb 21 08:26:38.073 INFO O| Feb 21 08:26:38.073 INFO STEP 671 (remove_files) COMPLETE |
6504 | 2025-02-21T08:26:39.580Z | [ recovery-image] Feb 21 08:26:38.073 INFO O| Feb 21 08:26:38.073 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6505 | 2025-02-21T08:26:39.580Z | [ recovery-image] Feb 21 08:26:38.093 INFO O| Feb 21 08:26:38.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6506 | 2025-02-21T08:26:39.580Z | [ recovery-image] Feb 21 08:26:38.093 INFO O| Feb 21 08:26:38.093 INFO STEP 672 (remove_files) COMPLETE |
6507 | 2025-02-21T08:26:39.580Z | [ recovery-image] Feb 21 08:26:38.093 INFO O| Feb 21 08:26:38.093 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6508 | 2025-02-21T08:26:39.580Z | [ host-image] Feb 21 08:26:38.096 INFO O| Feb 21 08:26:38.096 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
6509 | 2025-02-21T08:26:39.580Z | [ recovery-image] Feb 21 08:26:38.129 INFO O| Feb 21 08:26:38.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6510 | 2025-02-21T08:26:39.580Z | [ recovery-image] Feb 21 08:26:38.129 INFO O| Feb 21 08:26:38.129 INFO STEP 673 (remove_files) COMPLETE |
6511 | 2025-02-21T08:26:39.581Z | [ recovery-image] Feb 21 08:26:38.129 INFO O| Feb 21 08:26:38.129 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6512 | 2025-02-21T08:26:39.611Z | [ recovery-image] Feb 21 08:26:38.182 INFO O| Feb 21 08:26:38.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6513 | 2025-02-21T08:26:39.611Z | [ recovery-image] Feb 21 08:26:38.182 INFO O| Feb 21 08:26:38.182 INFO STEP 674 (remove_files) COMPLETE |
6514 | 2025-02-21T08:26:39.611Z | [ recovery-image] Feb 21 08:26:38.182 INFO O| Feb 21 08:26:38.182 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6515 | 2025-02-21T08:26:39.654Z | [ recovery-image] Feb 21 08:26:38.214 INFO O| Feb 21 08:26:38.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6516 | 2025-02-21T08:26:39.654Z | [ recovery-image] Feb 21 08:26:38.214 INFO O| Feb 21 08:26:38.214 INFO STEP 675 (remove_files) COMPLETE |
6517 | 2025-02-21T08:26:39.654Z | [ recovery-image] Feb 21 08:26:38.214 INFO O| Feb 21 08:26:38.214 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6518 | 2025-02-21T08:26:39.808Z | [ recovery-image] Feb 21 08:26:38.233 INFO O| Feb 21 08:26:38.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6519 | 2025-02-21T08:26:39.809Z | [ recovery-image] Feb 21 08:26:38.234 INFO O| Feb 21 08:26:38.234 INFO STEP 676 (remove_files) COMPLETE |
6520 | 2025-02-21T08:26:39.809Z | [ recovery-image] Feb 21 08:26:38.234 INFO O| Feb 21 08:26:38.234 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6521 | 2025-02-21T08:26:39.809Z | [ host-image] Feb 21 08:26:38.238 INFO O| Feb 21 08:26:38.238 INFO completed processing gimlet/ramdisk-01-os |
6522 | 2025-02-21T08:26:39.809Z | [ host-image] Feb 21 08:26:38.240 INFO omicron1 baseline generation... |
6523 | 2025-02-21T08:26:39.809Z | [ host-image] Feb 21 08:26:38.241 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
6524 | 2025-02-21T08:26:39.889Z | [ recovery-image] Feb 21 08:26:38.252 INFO O| Feb 21 08:26:38.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6525 | 2025-02-21T08:26:39.889Z | [ recovery-image] Feb 21 08:26:38.252 INFO O| Feb 21 08:26:38.252 INFO STEP 677 (remove_files) COMPLETE |
6526 | 2025-02-21T08:26:39.889Z | [ recovery-image] Feb 21 08:26:38.252 INFO O| Feb 21 08:26:38.252 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6527 | 2025-02-21T08:26:39.889Z | [ recovery-image] Feb 21 08:26:38.278 INFO O| Feb 21 08:26:38.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6528 | 2025-02-21T08:26:39.889Z | [ recovery-image] Feb 21 08:26:38.279 INFO O| Feb 21 08:26:38.279 INFO STEP 678 (remove_files) COMPLETE |
6529 | 2025-02-21T08:26:39.889Z | [ recovery-image] Feb 21 08:26:38.279 INFO O| Feb 21 08:26:38.279 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6530 | 2025-02-21T08:26:39.889Z | [ recovery-image] Feb 21 08:26:38.327 INFO O| Feb 21 08:26:38.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6531 | 2025-02-21T08:26:39.889Z | [ recovery-image] Feb 21 08:26:38.327 INFO O| Feb 21 08:26:38.327 INFO STEP 679 (remove_files) COMPLETE |
6532 | 2025-02-21T08:26:39.895Z | [ recovery-image] Feb 21 08:26:38.327 INFO O| Feb 21 08:26:38.327 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6533 | 2025-02-21T08:26:39.896Z | [ recovery-image] Feb 21 08:26:38.351 INFO O| Feb 21 08:26:38.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6534 | 2025-02-21T08:26:39.896Z | [ recovery-image] Feb 21 08:26:38.351 INFO O| Feb 21 08:26:38.351 INFO STEP 680 (remove_files) COMPLETE |
6535 | 2025-02-21T08:26:39.896Z | [ recovery-image] Feb 21 08:26:38.351 INFO O| Feb 21 08:26:38.351 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6536 | 2025-02-21T08:26:39.896Z | [ recovery-image] Feb 21 08:26:38.376 INFO O| Feb 21 08:26:38.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6537 | 2025-02-21T08:26:39.896Z | [ recovery-image] Feb 21 08:26:38.376 INFO O| Feb 21 08:26:38.376 INFO STEP 681 (remove_files) COMPLETE |
6538 | 2025-02-21T08:26:39.896Z | [ recovery-image] Feb 21 08:26:38.376 INFO O| Feb 21 08:26:38.376 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6539 | 2025-02-21T08:26:39.896Z | [ recovery-image] Feb 21 08:26:38.397 INFO O| Feb 21 08:26:38.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6540 | 2025-02-21T08:26:39.896Z | [ recovery-image] Feb 21 08:26:38.397 INFO O| Feb 21 08:26:38.397 INFO STEP 682 (remove_files) COMPLETE |
6541 | 2025-02-21T08:26:39.896Z | [ recovery-image] Feb 21 08:26:38.397 INFO O| Feb 21 08:26:38.397 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6542 | 2025-02-21T08:26:39.993Z | [ recovery-image] Feb 21 08:26:38.428 INFO O| Feb 21 08:26:38.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6543 | 2025-02-21T08:26:39.993Z | [ recovery-image] Feb 21 08:26:38.428 INFO O| Feb 21 08:26:38.428 INFO STEP 683 (remove_files) COMPLETE |
6544 | 2025-02-21T08:26:39.993Z | [ recovery-image] Feb 21 08:26:38.428 INFO O| Feb 21 08:26:38.428 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6545 | 2025-02-21T08:26:39.993Z | [ recovery-image] Feb 21 08:26:38.504 INFO O| Feb 21 08:26:38.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6546 | 2025-02-21T08:26:39.993Z | [ recovery-image] Feb 21 08:26:38.504 INFO O| Feb 21 08:26:38.504 INFO STEP 684 (remove_files) COMPLETE |
6547 | 2025-02-21T08:26:39.993Z | [ recovery-image] Feb 21 08:26:38.504 INFO O| Feb 21 08:26:38.504 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6548 | 2025-02-21T08:26:40.016Z | [ recovery-image] Feb 21 08:26:38.567 INFO O| Feb 21 08:26:38.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6549 | 2025-02-21T08:26:40.016Z | [ recovery-image] Feb 21 08:26:38.568 INFO O| Feb 21 08:26:38.568 INFO STEP 685 (remove_files) COMPLETE |
6550 | 2025-02-21T08:26:40.016Z | [ recovery-image] Feb 21 08:26:38.568 INFO O| Feb 21 08:26:38.568 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6551 | 2025-02-21T08:26:40.089Z | [ recovery-image] Feb 21 08:26:38.625 INFO O| Feb 21 08:26:38.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6552 | 2025-02-21T08:26:40.089Z | [ recovery-image] Feb 21 08:26:38.625 INFO O| Feb 21 08:26:38.625 INFO STEP 686 (remove_files) COMPLETE |
6553 | 2025-02-21T08:26:40.089Z | [ recovery-image] Feb 21 08:26:38.625 INFO O| Feb 21 08:26:38.625 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6554 | 2025-02-21T08:26:40.133Z | [ recovery-image] Feb 21 08:26:38.645 INFO O| Feb 21 08:26:38.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6555 | 2025-02-21T08:26:40.133Z | [ recovery-image] Feb 21 08:26:38.646 INFO O| Feb 21 08:26:38.646 INFO STEP 687 (remove_files) COMPLETE |
6556 | 2025-02-21T08:26:40.134Z | [ recovery-image] Feb 21 08:26:38.646 INFO O| Feb 21 08:26:38.646 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6557 | 2025-02-21T08:26:40.134Z | [ recovery-image] Feb 21 08:26:38.666 INFO O| Feb 21 08:26:38.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6558 | 2025-02-21T08:26:40.134Z | [ recovery-image] Feb 21 08:26:38.666 INFO O| Feb 21 08:26:38.666 INFO STEP 688 (remove_files) COMPLETE |
6559 | 2025-02-21T08:26:40.134Z | [ recovery-image] Feb 21 08:26:38.666 INFO O| Feb 21 08:26:38.666 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6560 | 2025-02-21T08:26:40.134Z | [ recovery-image] Feb 21 08:26:38.686 INFO O| Feb 21 08:26:38.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6561 | 2025-02-21T08:26:40.134Z | [ recovery-image] Feb 21 08:26:38.686 INFO O| Feb 21 08:26:38.686 INFO STEP 689 (remove_files) COMPLETE |
6562 | 2025-02-21T08:26:40.134Z | [ recovery-image] Feb 21 08:26:38.687 INFO O| Feb 21 08:26:38.686 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6563 | 2025-02-21T08:26:40.134Z | [ recovery-image] Feb 21 08:26:38.707 INFO O| Feb 21 08:26:38.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6564 | 2025-02-21T08:26:40.134Z | [ recovery-image] Feb 21 08:26:38.708 INFO O| Feb 21 08:26:38.708 INFO STEP 690 (remove_files) COMPLETE |
6565 | 2025-02-21T08:26:40.134Z | [ recovery-image] Feb 21 08:26:38.708 INFO O| Feb 21 08:26:38.708 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6566 | 2025-02-21T08:26:40.134Z | [ recovery-image] Feb 21 08:26:38.727 INFO O| Feb 21 08:26:38.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6567 | 2025-02-21T08:26:40.134Z | [ recovery-image] Feb 21 08:26:38.728 INFO O| Feb 21 08:26:38.728 INFO STEP 691 (remove_files) COMPLETE |
6568 | 2025-02-21T08:26:40.134Z | [ recovery-image] Feb 21 08:26:38.728 INFO O| Feb 21 08:26:38.728 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6569 | 2025-02-21T08:26:40.253Z | [ recovery-image] Feb 21 08:26:38.747 INFO O| Feb 21 08:26:38.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6570 | 2025-02-21T08:26:40.253Z | [ recovery-image] Feb 21 08:26:38.747 INFO O| Feb 21 08:26:38.747 INFO STEP 692 (remove_files) COMPLETE |
6571 | 2025-02-21T08:26:40.253Z | [ recovery-image] Feb 21 08:26:38.747 INFO O| Feb 21 08:26:38.747 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6572 | 2025-02-21T08:26:40.253Z | [ recovery-image] Feb 21 08:26:38.767 INFO O| Feb 21 08:26:38.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6573 | 2025-02-21T08:26:40.253Z | [ recovery-image] Feb 21 08:26:38.767 INFO O| Feb 21 08:26:38.767 INFO STEP 693 (remove_files) COMPLETE |
6574 | 2025-02-21T08:26:40.253Z | [ recovery-image] Feb 21 08:26:38.768 INFO O| Feb 21 08:26:38.767 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6575 | 2025-02-21T08:26:40.253Z | [ recovery-image] Feb 21 08:26:38.786 INFO O| Feb 21 08:26:38.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6576 | 2025-02-21T08:26:40.253Z | [ recovery-image] Feb 21 08:26:38.786 INFO O| Feb 21 08:26:38.786 INFO STEP 694 (remove_files) COMPLETE |
6577 | 2025-02-21T08:26:40.253Z | [ recovery-image] Feb 21 08:26:38.786 INFO O| Feb 21 08:26:38.786 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6578 | 2025-02-21T08:26:40.282Z | [ recovery-image] Feb 21 08:26:38.805 INFO O| Feb 21 08:26:38.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6579 | 2025-02-21T08:26:40.285Z | [ recovery-image] Feb 21 08:26:38.805 INFO O| Feb 21 08:26:38.805 INFO STEP 695 (remove_files) COMPLETE |
6580 | 2025-02-21T08:26:40.285Z | [ recovery-image] Feb 21 08:26:38.805 INFO O| Feb 21 08:26:38.805 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6581 | 2025-02-21T08:26:40.285Z | [ recovery-image] Feb 21 08:26:38.822 INFO O| Feb 21 08:26:38.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6582 | 2025-02-21T08:26:40.285Z | [ recovery-image] Feb 21 08:26:38.822 INFO O| Feb 21 08:26:38.822 INFO STEP 696 (remove_files) COMPLETE |
6583 | 2025-02-21T08:26:40.285Z | [ recovery-image] Feb 21 08:26:38.822 INFO O| Feb 21 08:26:38.822 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6584 | 2025-02-21T08:26:40.285Z | [ recovery-image] Feb 21 08:26:38.840 INFO O| Feb 21 08:26:38.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6585 | 2025-02-21T08:26:40.285Z | [ recovery-image] Feb 21 08:26:38.840 INFO O| Feb 21 08:26:38.840 INFO STEP 697 (remove_files) COMPLETE |
6586 | 2025-02-21T08:26:40.285Z | [ recovery-image] Feb 21 08:26:38.840 INFO O| Feb 21 08:26:38.840 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6587 | 2025-02-21T08:26:40.285Z | [ recovery-image] Feb 21 08:26:38.859 INFO O| Feb 21 08:26:38.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6588 | 2025-02-21T08:26:40.285Z | [ recovery-image] Feb 21 08:26:38.859 INFO O| Feb 21 08:26:38.859 INFO STEP 698 (remove_files) COMPLETE |
6589 | 2025-02-21T08:26:40.285Z | [ recovery-image] Feb 21 08:26:38.859 INFO O| Feb 21 08:26:38.859 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6590 | 2025-02-21T08:26:40.291Z | [ recovery-image] Feb 21 08:26:38.879 INFO O| Feb 21 08:26:38.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6591 | 2025-02-21T08:26:40.291Z | [ recovery-image] Feb 21 08:26:38.880 INFO O| Feb 21 08:26:38.880 INFO STEP 699 (remove_files) COMPLETE |
6592 | 2025-02-21T08:26:40.291Z | [ recovery-image] Feb 21 08:26:38.880 INFO O| Feb 21 08:26:38.880 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6593 | 2025-02-21T08:26:40.364Z | [ host-image] Feb 21 08:26:38.943 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23219:20250221T003850Z |
6594 | 2025-02-21T08:26:40.394Z | [ recovery-image] Feb 21 08:26:38.950 INFO O| Feb 21 08:26:38.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6595 | 2025-02-21T08:26:40.394Z | [ recovery-image] Feb 21 08:26:38.950 INFO O| Feb 21 08:26:38.950 INFO STEP 700 (remove_files) COMPLETE |
6596 | 2025-02-21T08:26:40.394Z | [ recovery-image] Feb 21 08:26:38.950 INFO O| Feb 21 08:26:38.950 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6597 | 2025-02-21T08:26:40.394Z | [ recovery-image] Feb 21 08:26:38.969 INFO O| Feb 21 08:26:38.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6598 | 2025-02-21T08:26:40.394Z | [ recovery-image] Feb 21 08:26:38.969 INFO O| Feb 21 08:26:38.969 INFO STEP 701 (remove_files) COMPLETE |
6599 | 2025-02-21T08:26:40.394Z | [ recovery-image] Feb 21 08:26:38.969 INFO O| Feb 21 08:26:38.969 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6600 | 2025-02-21T08:26:40.394Z | [ recovery-image] Feb 21 08:26:38.989 INFO O| Feb 21 08:26:38.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6601 | 2025-02-21T08:26:40.394Z | [ recovery-image] Feb 21 08:26:38.989 INFO O| Feb 21 08:26:38.989 INFO STEP 702 (remove_files) COMPLETE |
6602 | 2025-02-21T08:26:40.394Z | [ recovery-image] Feb 21 08:26:38.989 INFO O| Feb 21 08:26:38.989 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6603 | 2025-02-21T08:26:40.429Z | [ recovery-image] Feb 21 08:26:39.013 INFO O| Feb 21 08:26:39.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6604 | 2025-02-21T08:26:40.429Z | [ recovery-image] Feb 21 08:26:39.013 INFO O| Feb 21 08:26:39.013 INFO STEP 703 (remove_files) COMPLETE |
6605 | 2025-02-21T08:26:40.429Z | [ recovery-image] Feb 21 08:26:39.013 INFO O| Feb 21 08:26:39.013 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6606 | 2025-02-21T08:26:40.429Z | [ recovery-image] Feb 21 08:26:39.032 INFO O| Feb 21 08:26:39.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6607 | 2025-02-21T08:26:40.429Z | [ recovery-image] Feb 21 08:26:39.032 INFO O| Feb 21 08:26:39.032 INFO STEP 704 (remove_files) COMPLETE |
6608 | 2025-02-21T08:26:40.429Z | [ recovery-image] Feb 21 08:26:39.032 INFO O| Feb 21 08:26:39.032 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6609 | 2025-02-21T08:26:40.473Z | [ recovery-image] Feb 21 08:26:39.076 INFO O| Feb 21 08:26:39.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6610 | 2025-02-21T08:26:40.473Z | [ recovery-image] Feb 21 08:26:39.076 INFO O| Feb 21 08:26:39.076 INFO STEP 705 (remove_files) COMPLETE |
6611 | 2025-02-21T08:26:40.473Z | [ recovery-image] Feb 21 08:26:39.076 INFO O| Feb 21 08:26:39.076 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6612 | 2025-02-21T08:26:40.515Z | [ recovery-image] Feb 21 08:26:39.116 INFO O| Feb 21 08:26:39.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6613 | 2025-02-21T08:26:40.515Z | [ recovery-image] Feb 21 08:26:39.116 INFO O| Feb 21 08:26:39.116 INFO STEP 706 (remove_files) COMPLETE |
6614 | 2025-02-21T08:26:40.515Z | [ recovery-image] Feb 21 08:26:39.116 INFO O| Feb 21 08:26:39.116 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6615 | 2025-02-21T08:26:40.552Z | [ recovery-image] Feb 21 08:26:39.147 INFO O| Feb 21 08:26:39.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6616 | 2025-02-21T08:26:40.573Z | [ recovery-image] Feb 21 08:26:39.147 INFO O| Feb 21 08:26:39.147 INFO STEP 707 (remove_files) COMPLETE |
6617 | 2025-02-21T08:26:40.573Z | [ recovery-image] Feb 21 08:26:39.147 INFO O| Feb 21 08:26:39.147 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6618 | 2025-02-21T08:26:40.583Z | [ recovery-image] Feb 21 08:26:39.185 INFO O| Feb 21 08:26:39.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6619 | 2025-02-21T08:26:40.583Z | [ recovery-image] Feb 21 08:26:39.185 INFO O| Feb 21 08:26:39.185 INFO STEP 708 (remove_files) COMPLETE |
6620 | 2025-02-21T08:26:40.583Z | [ recovery-image] Feb 21 08:26:39.185 INFO O| Feb 21 08:26:39.185 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6621 | 2025-02-21T08:26:40.650Z | [ recovery-image] Feb 21 08:26:39.249 INFO O| Feb 21 08:26:39.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6622 | 2025-02-21T08:26:40.664Z | [ recovery-image] Feb 21 08:26:39.249 INFO O| Feb 21 08:26:39.249 INFO STEP 709 (remove_files) COMPLETE |
6623 | 2025-02-21T08:26:40.664Z | [ recovery-image] Feb 21 08:26:39.249 INFO O| Feb 21 08:26:39.249 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6624 | 2025-02-21T08:26:40.674Z | [ recovery-image] Feb 21 08:26:39.270 INFO O| Feb 21 08:26:39.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6625 | 2025-02-21T08:26:40.674Z | [ recovery-image] Feb 21 08:26:39.270 INFO O| Feb 21 08:26:39.270 INFO STEP 710 (remove_files) COMPLETE |
6626 | 2025-02-21T08:26:40.674Z | [ recovery-image] Feb 21 08:26:39.270 INFO O| Feb 21 08:26:39.270 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6627 | 2025-02-21T08:26:40.742Z | [ recovery-image] Feb 21 08:26:39.293 INFO O| Feb 21 08:26:39.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6628 | 2025-02-21T08:26:40.742Z | [ recovery-image] Feb 21 08:26:39.293 INFO O| Feb 21 08:26:39.293 INFO STEP 711 (remove_files) COMPLETE |
6629 | 2025-02-21T08:26:40.742Z | [ recovery-image] Feb 21 08:26:39.293 INFO O| Feb 21 08:26:39.293 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6630 | 2025-02-21T08:26:40.799Z | [ recovery-image] Feb 21 08:26:39.343 INFO O| Feb 21 08:26:39.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6631 | 2025-02-21T08:26:40.799Z | [ recovery-image] Feb 21 08:26:39.343 INFO O| Feb 21 08:26:39.343 INFO STEP 712 (remove_files) COMPLETE |
6632 | 2025-02-21T08:26:40.799Z | [ recovery-image] Feb 21 08:26:39.343 INFO O| Feb 21 08:26:39.343 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6633 | 2025-02-21T08:26:40.905Z | [ recovery-image] Feb 21 08:26:39.362 INFO O| Feb 21 08:26:39.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6634 | 2025-02-21T08:26:40.905Z | [ recovery-image] Feb 21 08:26:39.362 INFO O| Feb 21 08:26:39.362 INFO STEP 713 (remove_files) COMPLETE |
6635 | 2025-02-21T08:26:40.905Z | [ recovery-image] Feb 21 08:26:39.362 INFO O| Feb 21 08:26:39.362 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6636 | 2025-02-21T08:26:40.905Z | [ recovery-image] Feb 21 08:26:39.381 INFO O| Feb 21 08:26:39.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6637 | 2025-02-21T08:26:40.905Z | [ recovery-image] Feb 21 08:26:39.381 INFO O| Feb 21 08:26:39.381 INFO STEP 714 (remove_files) COMPLETE |
6638 | 2025-02-21T08:26:40.906Z | [ recovery-image] Feb 21 08:26:39.381 INFO O| Feb 21 08:26:39.381 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6639 | 2025-02-21T08:26:40.906Z | [ recovery-image] Feb 21 08:26:39.414 INFO O| Feb 21 08:26:39.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6640 | 2025-02-21T08:26:40.906Z | [ recovery-image] Feb 21 08:26:39.414 INFO O| Feb 21 08:26:39.414 INFO STEP 715 (remove_files) COMPLETE |
6641 | 2025-02-21T08:26:40.906Z | [ recovery-image] Feb 21 08:26:39.414 INFO O| Feb 21 08:26:39.414 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6642 | 2025-02-21T08:26:40.971Z | [ recovery-image] Feb 21 08:26:39.433 INFO O| Feb 21 08:26:39.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6643 | 2025-02-21T08:26:40.971Z | [ recovery-image] Feb 21 08:26:39.433 INFO O| Feb 21 08:26:39.433 INFO STEP 716 (remove_files) COMPLETE |
6644 | 2025-02-21T08:26:40.971Z | [ recovery-image] Feb 21 08:26:39.434 INFO O| Feb 21 08:26:39.433 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6645 | 2025-02-21T08:26:40.971Z | [ recovery-image] Feb 21 08:26:39.453 INFO O| Feb 21 08:26:39.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6646 | 2025-02-21T08:26:40.971Z | [ recovery-image] Feb 21 08:26:39.453 INFO O| Feb 21 08:26:39.453 INFO STEP 717 (remove_files) COMPLETE |
6647 | 2025-02-21T08:26:40.971Z | [ recovery-image] Feb 21 08:26:39.453 INFO O| Feb 21 08:26:39.453 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6648 | 2025-02-21T08:26:40.971Z | [ recovery-image] Feb 21 08:26:39.472 INFO O| Feb 21 08:26:39.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6649 | 2025-02-21T08:26:40.971Z | [ recovery-image] Feb 21 08:26:39.472 INFO O| Feb 21 08:26:39.472 INFO STEP 718 (remove_files) COMPLETE |
6650 | 2025-02-21T08:26:40.971Z | [ recovery-image] Feb 21 08:26:39.472 INFO O| Feb 21 08:26:39.472 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6651 | 2025-02-21T08:26:40.971Z | [ recovery-image] Feb 21 08:26:39.490 INFO O| Feb 21 08:26:39.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6652 | 2025-02-21T08:26:40.976Z | [ recovery-image] Feb 21 08:26:39.490 INFO O| Feb 21 08:26:39.490 INFO STEP 719 (remove_files) COMPLETE |
6653 | 2025-02-21T08:26:40.984Z | [ recovery-image] Feb 21 08:26:39.490 INFO O| Feb 21 08:26:39.490 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6654 | 2025-02-21T08:26:40.984Z | [ recovery-image] Feb 21 08:26:39.508 INFO O| Feb 21 08:26:39.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6655 | 2025-02-21T08:26:40.984Z | [ recovery-image] Feb 21 08:26:39.508 INFO O| Feb 21 08:26:39.508 INFO STEP 720 (remove_files) COMPLETE |
6656 | 2025-02-21T08:26:40.984Z | [ recovery-image] Feb 21 08:26:39.508 INFO O| Feb 21 08:26:39.508 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6657 | 2025-02-21T08:26:41.205Z | [ recovery-image] Feb 21 08:26:39.529 INFO O| Feb 21 08:26:39.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6658 | 2025-02-21T08:26:41.205Z | [ recovery-image] Feb 21 08:26:39.529 INFO O| Feb 21 08:26:39.529 INFO STEP 721 (remove_files) COMPLETE |
6659 | 2025-02-21T08:26:41.205Z | [ recovery-image] Feb 21 08:26:39.529 INFO O| Feb 21 08:26:39.529 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6660 | 2025-02-21T08:26:41.205Z | [ recovery-image] Feb 21 08:26:39.548 INFO O| Feb 21 08:26:39.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6661 | 2025-02-21T08:26:41.205Z | [ recovery-image] Feb 21 08:26:39.548 INFO O| Feb 21 08:26:39.548 INFO STEP 722 (remove_files) COMPLETE |
6662 | 2025-02-21T08:26:41.205Z | [ recovery-image] Feb 21 08:26:39.548 INFO O| Feb 21 08:26:39.548 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6663 | 2025-02-21T08:26:41.205Z | [ recovery-image] Feb 21 08:26:39.584 INFO O| Feb 21 08:26:39.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6664 | 2025-02-21T08:26:41.205Z | [ recovery-image] Feb 21 08:26:39.584 INFO O| Feb 21 08:26:39.584 INFO STEP 723 (remove_files) COMPLETE |
6665 | 2025-02-21T08:26:41.205Z | [ recovery-image] Feb 21 08:26:39.584 INFO O| Feb 21 08:26:39.584 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6666 | 2025-02-21T08:26:41.205Z | [ recovery-image] Feb 21 08:26:39.609 INFO O| Feb 21 08:26:39.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6667 | 2025-02-21T08:26:41.205Z | [ recovery-image] Feb 21 08:26:39.609 INFO O| Feb 21 08:26:39.609 INFO STEP 724 (remove_files) COMPLETE |
6668 | 2025-02-21T08:26:41.206Z | [ recovery-image] Feb 21 08:26:39.609 INFO O| Feb 21 08:26:39.609 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6669 | 2025-02-21T08:26:41.316Z | [ recovery-image] Feb 21 08:26:39.644 INFO O| Feb 21 08:26:39.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6670 | 2025-02-21T08:26:41.317Z | [ recovery-image] Feb 21 08:26:39.644 INFO O| Feb 21 08:26:39.644 INFO STEP 725 (remove_files) COMPLETE |
6671 | 2025-02-21T08:26:41.317Z | [ recovery-image] Feb 21 08:26:39.644 INFO O| Feb 21 08:26:39.644 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6672 | 2025-02-21T08:26:41.317Z | [ recovery-image] Feb 21 08:26:39.664 INFO O| Feb 21 08:26:39.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6673 | 2025-02-21T08:26:41.317Z | [ recovery-image] Feb 21 08:26:39.664 INFO O| Feb 21 08:26:39.664 INFO STEP 726 (remove_files) COMPLETE |
6674 | 2025-02-21T08:26:41.317Z | [ recovery-image] Feb 21 08:26:39.664 INFO O| Feb 21 08:26:39.664 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6675 | 2025-02-21T08:26:41.317Z | [ recovery-image] Feb 21 08:26:39.685 INFO O| Feb 21 08:26:39.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6676 | 2025-02-21T08:26:41.317Z | [ recovery-image] Feb 21 08:26:39.685 INFO O| Feb 21 08:26:39.685 INFO STEP 727 (remove_files) COMPLETE |
6677 | 2025-02-21T08:26:41.317Z | [ recovery-image] Feb 21 08:26:39.685 INFO O| Feb 21 08:26:39.685 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6678 | 2025-02-21T08:26:41.317Z | [ recovery-image] Feb 21 08:26:39.705 INFO O| Feb 21 08:26:39.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6679 | 2025-02-21T08:26:41.317Z | [ recovery-image] Feb 21 08:26:39.705 INFO O| Feb 21 08:26:39.705 INFO STEP 728 (remove_files) COMPLETE |
6680 | 2025-02-21T08:26:41.317Z | [ recovery-image] Feb 21 08:26:39.705 INFO O| Feb 21 08:26:39.705 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6681 | 2025-02-21T08:26:41.317Z | [ recovery-image] Feb 21 08:26:39.744 INFO O| Feb 21 08:26:39.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6682 | 2025-02-21T08:26:41.317Z | [ recovery-image] Feb 21 08:26:39.744 INFO O| Feb 21 08:26:39.744 INFO STEP 729 (remove_files) COMPLETE |
6683 | 2025-02-21T08:26:41.317Z | [ recovery-image] Feb 21 08:26:39.744 INFO O| Feb 21 08:26:39.744 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6684 | 2025-02-21T08:26:41.317Z | [ recovery-image] Feb 21 08:26:39.764 INFO O| Feb 21 08:26:39.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6685 | 2025-02-21T08:26:41.317Z | [ recovery-image] Feb 21 08:26:39.764 INFO O| Feb 21 08:26:39.764 INFO STEP 730 (remove_files) COMPLETE |
6686 | 2025-02-21T08:26:41.317Z | [ recovery-image] Feb 21 08:26:39.764 INFO O| Feb 21 08:26:39.764 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6687 | 2025-02-21T08:26:41.317Z | [ recovery-image] Feb 21 08:26:39.805 INFO O| Feb 21 08:26:39.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6688 | 2025-02-21T08:26:41.317Z | [ recovery-image] Feb 21 08:26:39.805 INFO O| Feb 21 08:26:39.805 INFO STEP 731 (remove_files) COMPLETE |
6689 | 2025-02-21T08:26:41.318Z | [ recovery-image] Feb 21 08:26:39.805 INFO O| Feb 21 08:26:39.805 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6690 | 2025-02-21T08:26:41.318Z | [ recovery-image] Feb 21 08:26:39.822 INFO O| Feb 21 08:26:39.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6691 | 2025-02-21T08:26:41.318Z | [ recovery-image] Feb 21 08:26:39.822 INFO O| Feb 21 08:26:39.822 INFO STEP 732 (remove_files) COMPLETE |
6692 | 2025-02-21T08:26:41.318Z | [ recovery-image] Feb 21 08:26:39.822 INFO O| Feb 21 08:26:39.822 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6693 | 2025-02-21T08:26:41.406Z | [ recovery-image] Feb 21 08:26:39.855 INFO O| Feb 21 08:26:39.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6694 | 2025-02-21T08:26:41.406Z | [ recovery-image] Feb 21 08:26:39.855 INFO O| Feb 21 08:26:39.855 INFO STEP 733 (remove_files) COMPLETE |
6695 | 2025-02-21T08:26:41.406Z | [ recovery-image] Feb 21 08:26:39.855 INFO O| Feb 21 08:26:39.855 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6696 | 2025-02-21T08:26:41.406Z | [ recovery-image] Feb 21 08:26:39.902 INFO O| Feb 21 08:26:39.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6697 | 2025-02-21T08:26:41.408Z | [ recovery-image] Feb 21 08:26:39.902 INFO O| Feb 21 08:26:39.902 INFO STEP 734 (remove_files) COMPLETE |
6698 | 2025-02-21T08:26:41.408Z | [ recovery-image] Feb 21 08:26:39.902 INFO O| Feb 21 08:26:39.902 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6699 | 2025-02-21T08:26:41.408Z | [ recovery-image] Feb 21 08:26:39.962 INFO O| Feb 21 08:26:39.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6700 | 2025-02-21T08:26:41.408Z | [ recovery-image] Feb 21 08:26:39.962 INFO O| Feb 21 08:26:39.962 INFO STEP 735 (remove_files) COMPLETE |
6701 | 2025-02-21T08:26:41.408Z | [ recovery-image] Feb 21 08:26:39.962 INFO O| Feb 21 08:26:39.962 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6702 | 2025-02-21T08:26:41.439Z | [ recovery-image] Feb 21 08:26:39.986 INFO O| Feb 21 08:26:39.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6703 | 2025-02-21T08:26:41.439Z | [ recovery-image] Feb 21 08:26:39.986 INFO O| Feb 21 08:26:39.986 INFO STEP 736 (remove_files) COMPLETE |
6704 | 2025-02-21T08:26:41.439Z | [ recovery-image] Feb 21 08:26:39.986 INFO O| Feb 21 08:26:39.986 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6705 | 2025-02-21T08:26:41.439Z | [ recovery-image] Feb 21 08:26:40.020 INFO O| Feb 21 08:26:40.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6706 | 2025-02-21T08:26:41.439Z | [ recovery-image] Feb 21 08:26:40.020 INFO O| Feb 21 08:26:40.020 INFO STEP 737 (remove_files) COMPLETE |
6707 | 2025-02-21T08:26:41.439Z | [ recovery-image] Feb 21 08:26:40.020 INFO O| Feb 21 08:26:40.020 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6708 | 2025-02-21T08:26:41.519Z | [ recovery-image] Feb 21 08:26:40.040 INFO O| Feb 21 08:26:40.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6709 | 2025-02-21T08:26:41.519Z | [ recovery-image] Feb 21 08:26:40.040 INFO O| Feb 21 08:26:40.040 INFO STEP 738 (remove_files) COMPLETE |
6710 | 2025-02-21T08:26:41.519Z | [ recovery-image] Feb 21 08:26:40.040 INFO O| Feb 21 08:26:40.040 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6711 | 2025-02-21T08:26:41.520Z | [ recovery-image] Feb 21 08:26:40.059 INFO O| Feb 21 08:26:40.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6712 | 2025-02-21T08:26:41.520Z | [ recovery-image] Feb 21 08:26:40.059 INFO O| Feb 21 08:26:40.059 INFO STEP 739 (remove_files) COMPLETE |
6713 | 2025-02-21T08:26:41.520Z | [ recovery-image] Feb 21 08:26:40.059 INFO O| Feb 21 08:26:40.059 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6714 | 2025-02-21T08:26:41.539Z | [ recovery-image] Feb 21 08:26:40.097 INFO O| Feb 21 08:26:40.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6715 | 2025-02-21T08:26:41.539Z | [ recovery-image] Feb 21 08:26:40.097 INFO O| Feb 21 08:26:40.097 INFO STEP 740 (remove_files) COMPLETE |
6716 | 2025-02-21T08:26:41.539Z | [ recovery-image] Feb 21 08:26:40.097 INFO O| Feb 21 08:26:40.097 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6717 | 2025-02-21T08:26:41.539Z | [ recovery-image] Feb 21 08:26:40.118 INFO O| Feb 21 08:26:40.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6718 | 2025-02-21T08:26:41.539Z | [ recovery-image] Feb 21 08:26:40.118 INFO O| Feb 21 08:26:40.118 INFO STEP 741 (remove_files) COMPLETE |
6719 | 2025-02-21T08:26:41.540Z | [ recovery-image] Feb 21 08:26:40.118 INFO O| Feb 21 08:26:40.118 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6720 | 2025-02-21T08:26:41.608Z | [ recovery-image] Feb 21 08:26:40.136 INFO O| Feb 21 08:26:40.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6721 | 2025-02-21T08:26:41.608Z | [ recovery-image] Feb 21 08:26:40.136 INFO O| Feb 21 08:26:40.136 INFO STEP 742 (remove_files) COMPLETE |
6722 | 2025-02-21T08:26:41.608Z | [ recovery-image] Feb 21 08:26:40.136 INFO O| Feb 21 08:26:40.136 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6723 | 2025-02-21T08:26:41.608Z | [ recovery-image] Feb 21 08:26:40.155 INFO O| Feb 21 08:26:40.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6724 | 2025-02-21T08:26:41.608Z | [ recovery-image] Feb 21 08:26:40.155 INFO O| Feb 21 08:26:40.155 INFO STEP 743 (remove_files) COMPLETE |
6725 | 2025-02-21T08:26:41.608Z | [ recovery-image] Feb 21 08:26:40.156 INFO O| Feb 21 08:26:40.156 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6726 | 2025-02-21T08:26:41.658Z | [ recovery-image] Feb 21 08:26:40.205 INFO O| Feb 21 08:26:40.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6727 | 2025-02-21T08:26:41.659Z | [ recovery-image] Feb 21 08:26:40.205 INFO O| Feb 21 08:26:40.205 INFO STEP 744 (remove_files) COMPLETE |
6728 | 2025-02-21T08:26:41.659Z | [ recovery-image] Feb 21 08:26:40.205 INFO O| Feb 21 08:26:40.205 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6729 | 2025-02-21T08:26:41.725Z | [ recovery-image] Feb 21 08:26:40.261 INFO O| Feb 21 08:26:40.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6730 | 2025-02-21T08:26:41.725Z | [ recovery-image] Feb 21 08:26:40.261 INFO O| Feb 21 08:26:40.261 INFO STEP 745 (remove_files) COMPLETE |
6731 | 2025-02-21T08:26:41.725Z | [ recovery-image] Feb 21 08:26:40.261 INFO O| Feb 21 08:26:40.261 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6732 | 2025-02-21T08:26:41.776Z | [ recovery-image] Feb 21 08:26:40.277 INFO O| Feb 21 08:26:40.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6733 | 2025-02-21T08:26:41.776Z | [ recovery-image] Feb 21 08:26:40.277 INFO O| Feb 21 08:26:40.277 INFO STEP 746 (remove_files) COMPLETE |
6734 | 2025-02-21T08:26:41.776Z | [ recovery-image] Feb 21 08:26:40.277 INFO O| Feb 21 08:26:40.277 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6735 | 2025-02-21T08:26:41.776Z | [ recovery-image] Feb 21 08:26:40.308 INFO O| Feb 21 08:26:40.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6736 | 2025-02-21T08:26:41.776Z | [ recovery-image] Feb 21 08:26:40.308 INFO O| Feb 21 08:26:40.308 INFO STEP 747 (remove_files) COMPLETE |
6737 | 2025-02-21T08:26:41.777Z | [ recovery-image] Feb 21 08:26:40.308 INFO O| Feb 21 08:26:40.308 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6738 | 2025-02-21T08:26:41.777Z | [ recovery-image] Feb 21 08:26:40.344 INFO O| Feb 21 08:26:40.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6739 | 2025-02-21T08:26:41.777Z | [ recovery-image] Feb 21 08:26:40.344 INFO O| Feb 21 08:26:40.344 INFO STEP 748 (remove_files) COMPLETE |
6740 | 2025-02-21T08:26:41.777Z | [ recovery-image] Feb 21 08:26:40.344 INFO O| Feb 21 08:26:40.344 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6741 | 2025-02-21T08:26:41.807Z | [ recovery-image] Feb 21 08:26:40.404 INFO O| Feb 21 08:26:40.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6742 | 2025-02-21T08:26:41.917Z | [ recovery-image] Feb 21 08:26:40.404 INFO O| Feb 21 08:26:40.404 INFO STEP 749 (remove_files) COMPLETE |
6743 | 2025-02-21T08:26:41.917Z | [ recovery-image] Feb 21 08:26:40.405 INFO O| Feb 21 08:26:40.404 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6744 | 2025-02-21T08:26:41.987Z | [ recovery-image] Feb 21 08:26:40.454 INFO O| Feb 21 08:26:40.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6745 | 2025-02-21T08:26:41.987Z | [ recovery-image] Feb 21 08:26:40.454 INFO O| Feb 21 08:26:40.454 INFO STEP 750 (remove_files) COMPLETE |
6746 | 2025-02-21T08:26:41.987Z | [ recovery-image] Feb 21 08:26:40.454 INFO O| Feb 21 08:26:40.454 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6747 | 2025-02-21T08:26:41.995Z | [ recovery-image] Feb 21 08:26:40.472 INFO O| Feb 21 08:26:40.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6748 | 2025-02-21T08:26:41.995Z | [ recovery-image] Feb 21 08:26:40.472 INFO O| Feb 21 08:26:40.472 INFO STEP 751 (remove_files) COMPLETE |
6749 | 2025-02-21T08:26:41.995Z | [ recovery-image] Feb 21 08:26:40.472 INFO O| Feb 21 08:26:40.472 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6750 | 2025-02-21T08:26:41.995Z | [ recovery-image] Feb 21 08:26:40.490 INFO O| Feb 21 08:26:40.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6751 | 2025-02-21T08:26:41.995Z | [ recovery-image] Feb 21 08:26:40.490 INFO O| Feb 21 08:26:40.490 INFO STEP 752 (remove_files) COMPLETE |
6752 | 2025-02-21T08:26:41.995Z | [ recovery-image] Feb 21 08:26:40.490 INFO O| Feb 21 08:26:40.490 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6753 | 2025-02-21T08:26:41.995Z | [ recovery-image] Feb 21 08:26:40.509 INFO O| Feb 21 08:26:40.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6754 | 2025-02-21T08:26:41.995Z | [ recovery-image] Feb 21 08:26:40.509 INFO O| Feb 21 08:26:40.509 INFO STEP 753 (remove_files) COMPLETE |
6755 | 2025-02-21T08:26:41.995Z | [ recovery-image] Feb 21 08:26:40.509 INFO O| Feb 21 08:26:40.509 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6756 | 2025-02-21T08:26:41.995Z | [ recovery-image] Feb 21 08:26:40.529 INFO O| Feb 21 08:26:40.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6757 | 2025-02-21T08:26:41.995Z | [ recovery-image] Feb 21 08:26:40.529 INFO O| Feb 21 08:26:40.529 INFO STEP 754 (remove_files) COMPLETE |
6758 | 2025-02-21T08:26:41.995Z | [ recovery-image] Feb 21 08:26:40.529 INFO O| Feb 21 08:26:40.529 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6759 | 2025-02-21T08:26:42.079Z | [ recovery-image] Feb 21 08:26:40.590 INFO O| Feb 21 08:26:40.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6760 | 2025-02-21T08:26:42.079Z | [ recovery-image] Feb 21 08:26:40.590 INFO O| Feb 21 08:26:40.590 INFO STEP 755 (remove_files) COMPLETE |
6761 | 2025-02-21T08:26:42.079Z | [ recovery-image] Feb 21 08:26:40.590 INFO O| Feb 21 08:26:40.590 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6762 | 2025-02-21T08:26:42.107Z | [ recovery-image] Feb 21 08:26:40.640 INFO O| Feb 21 08:26:40.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6763 | 2025-02-21T08:26:42.108Z | [ recovery-image] Feb 21 08:26:40.640 INFO O| Feb 21 08:26:40.640 INFO STEP 756 (remove_files) COMPLETE |
6764 | 2025-02-21T08:26:42.108Z | [ recovery-image] Feb 21 08:26:40.640 INFO O| Feb 21 08:26:40.640 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6765 | 2025-02-21T08:26:42.108Z | [ recovery-image] Feb 21 08:26:40.658 INFO O| Feb 21 08:26:40.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6766 | 2025-02-21T08:26:42.108Z | [ recovery-image] Feb 21 08:26:40.658 INFO O| Feb 21 08:26:40.658 INFO STEP 757 (remove_files) COMPLETE |
6767 | 2025-02-21T08:26:42.108Z | [ recovery-image] Feb 21 08:26:40.658 INFO O| Feb 21 08:26:40.658 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6768 | 2025-02-21T08:26:42.108Z | [ recovery-image] Feb 21 08:26:40.680 INFO O| Feb 21 08:26:40.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6769 | 2025-02-21T08:26:42.108Z | [ recovery-image] Feb 21 08:26:40.680 INFO O| Feb 21 08:26:40.680 INFO STEP 758 (remove_files) COMPLETE |
6770 | 2025-02-21T08:26:42.108Z | [ recovery-image] Feb 21 08:26:40.680 INFO O| Feb 21 08:26:40.680 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6771 | 2025-02-21T08:26:42.459Z | [ recovery-image] Feb 21 08:26:40.762 INFO O| Feb 21 08:26:40.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6772 | 2025-02-21T08:26:42.459Z | [ recovery-image] Feb 21 08:26:40.762 INFO O| Feb 21 08:26:40.762 INFO STEP 759 (remove_files) COMPLETE |
6773 | 2025-02-21T08:26:42.474Z | [ recovery-image] Feb 21 08:26:40.762 INFO O| Feb 21 08:26:40.762 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6774 | 2025-02-21T08:26:42.474Z | [ recovery-image] Feb 21 08:26:40.797 INFO O| Feb 21 08:26:40.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6775 | 2025-02-21T08:26:42.474Z | [ recovery-image] Feb 21 08:26:40.797 INFO O| Feb 21 08:26:40.797 INFO STEP 760 (remove_files) COMPLETE |
6776 | 2025-02-21T08:26:42.474Z | [ recovery-image] Feb 21 08:26:40.797 INFO O| Feb 21 08:26:40.797 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6777 | 2025-02-21T08:26:42.474Z | [ recovery-image] Feb 21 08:26:40.824 INFO O| Feb 21 08:26:40.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6778 | 2025-02-21T08:26:42.474Z | [ recovery-image] Feb 21 08:26:40.824 INFO O| Feb 21 08:26:40.824 INFO STEP 761 (remove_files) COMPLETE |
6779 | 2025-02-21T08:26:42.474Z | [ recovery-image] Feb 21 08:26:40.824 INFO O| Feb 21 08:26:40.824 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6780 | 2025-02-21T08:26:42.474Z | [ recovery-image] Feb 21 08:26:40.846 INFO O| Feb 21 08:26:40.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6781 | 2025-02-21T08:26:42.474Z | [ recovery-image] Feb 21 08:26:40.871 INFO O| Feb 21 08:26:40.871 INFO STEP 762 (remove_files) COMPLETE |
6782 | 2025-02-21T08:26:42.474Z | [ recovery-image] Feb 21 08:26:40.871 INFO O| Feb 21 08:26:40.871 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6783 | 2025-02-21T08:26:42.474Z | [ recovery-image] Feb 21 08:26:40.894 INFO O| Feb 21 08:26:40.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6784 | 2025-02-21T08:26:42.475Z | [ recovery-image] Feb 21 08:26:40.894 INFO O| Feb 21 08:26:40.894 INFO STEP 763 (remove_files) COMPLETE |
6785 | 2025-02-21T08:26:42.475Z | [ recovery-image] Feb 21 08:26:40.894 INFO O| Feb 21 08:26:40.894 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6786 | 2025-02-21T08:26:42.475Z | [ recovery-image] Feb 21 08:26:40.914 INFO O| Feb 21 08:26:40.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6787 | 2025-02-21T08:26:42.475Z | [ recovery-image] Feb 21 08:26:40.922 INFO O| Feb 21 08:26:40.922 INFO STEP 764 (remove_files) COMPLETE |
6788 | 2025-02-21T08:26:42.475Z | [ recovery-image] Feb 21 08:26:40.922 INFO O| Feb 21 08:26:40.922 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6789 | 2025-02-21T08:26:42.475Z | [ recovery-image] Feb 21 08:26:40.944 INFO O| Feb 21 08:26:40.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6790 | 2025-02-21T08:26:42.475Z | [ recovery-image] Feb 21 08:26:40.944 INFO O| Feb 21 08:26:40.944 INFO STEP 765 (remove_files) COMPLETE |
6791 | 2025-02-21T08:26:42.475Z | [ recovery-image] Feb 21 08:26:40.944 INFO O| Feb 21 08:26:40.944 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6792 | 2025-02-21T08:26:42.481Z | [ recovery-image] Feb 21 08:26:41.018 INFO O| Feb 21 08:26:41.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6793 | 2025-02-21T08:26:42.481Z | [ recovery-image] Feb 21 08:26:41.018 INFO O| Feb 21 08:26:41.018 INFO STEP 766 (remove_files) COMPLETE |
6794 | 2025-02-21T08:26:42.481Z | [ recovery-image] Feb 21 08:26:41.018 INFO O| Feb 21 08:26:41.018 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6795 | 2025-02-21T08:26:42.481Z | [ recovery-image] Feb 21 08:26:41.036 INFO O| Feb 21 08:26:41.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6796 | 2025-02-21T08:26:42.481Z | [ recovery-image] Feb 21 08:26:41.036 INFO O| Feb 21 08:26:41.036 INFO STEP 767 (remove_files) COMPLETE |
6797 | 2025-02-21T08:26:42.481Z | [ recovery-image] Feb 21 08:26:41.036 INFO O| Feb 21 08:26:41.036 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6798 | 2025-02-21T08:26:42.616Z | [ recovery-image] Feb 21 08:26:41.095 INFO O| Feb 21 08:26:41.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6799 | 2025-02-21T08:26:42.616Z | [ recovery-image] Feb 21 08:26:41.096 INFO O| Feb 21 08:26:41.096 INFO STEP 768 (remove_files) COMPLETE |
6800 | 2025-02-21T08:26:42.620Z | [ recovery-image] Feb 21 08:26:41.096 INFO O| Feb 21 08:26:41.096 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6801 | 2025-02-21T08:26:42.742Z | [ recovery-image] Feb 21 08:26:41.130 INFO O| Feb 21 08:26:41.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6802 | 2025-02-21T08:26:42.742Z | [ recovery-image] Feb 21 08:26:41.130 INFO O| Feb 21 08:26:41.130 INFO STEP 769 (remove_files) COMPLETE |
6803 | 2025-02-21T08:26:42.742Z | [ recovery-image] Feb 21 08:26:41.130 INFO O| Feb 21 08:26:41.130 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6804 | 2025-02-21T08:26:42.742Z | [ recovery-image] Feb 21 08:26:41.156 INFO O| Feb 21 08:26:41.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6805 | 2025-02-21T08:26:42.742Z | [ recovery-image] Feb 21 08:26:41.156 INFO O| Feb 21 08:26:41.156 INFO STEP 770 (remove_files) COMPLETE |
6806 | 2025-02-21T08:26:42.742Z | [ recovery-image] Feb 21 08:26:41.156 INFO O| Feb 21 08:26:41.156 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6807 | 2025-02-21T08:26:42.742Z | [ recovery-image] Feb 21 08:26:41.204 INFO O| Feb 21 08:26:41.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6808 | 2025-02-21T08:26:42.743Z | [ recovery-image] Feb 21 08:26:41.204 INFO O| Feb 21 08:26:41.204 INFO STEP 771 (remove_files) COMPLETE |
6809 | 2025-02-21T08:26:42.743Z | [ recovery-image] Feb 21 08:26:41.204 INFO O| Feb 21 08:26:41.204 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6810 | 2025-02-21T08:26:42.743Z | [ recovery-image] Feb 21 08:26:41.253 INFO O| Feb 21 08:26:41.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6811 | 2025-02-21T08:26:42.743Z | [ recovery-image] Feb 21 08:26:41.253 INFO O| Feb 21 08:26:41.253 INFO STEP 772 (remove_files) COMPLETE |
6812 | 2025-02-21T08:26:42.743Z | [ recovery-image] Feb 21 08:26:41.253 INFO O| Feb 21 08:26:41.253 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6813 | 2025-02-21T08:26:42.755Z | [ recovery-image] Feb 21 08:26:41.272 INFO O| Feb 21 08:26:41.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6814 | 2025-02-21T08:26:42.756Z | [ recovery-image] Feb 21 08:26:41.273 INFO O| Feb 21 08:26:41.273 INFO STEP 773 (remove_files) COMPLETE |
6815 | 2025-02-21T08:26:42.756Z | [ recovery-image] Feb 21 08:26:41.273 INFO O| Feb 21 08:26:41.273 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6816 | 2025-02-21T08:26:42.756Z | [ recovery-image] Feb 21 08:26:41.293 INFO O| Feb 21 08:26:41.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6817 | 2025-02-21T08:26:42.756Z | [ recovery-image] Feb 21 08:26:41.293 INFO O| Feb 21 08:26:41.293 INFO STEP 774 (remove_files) COMPLETE |
6818 | 2025-02-21T08:26:42.762Z | [ recovery-image] Feb 21 08:26:41.293 INFO O| Feb 21 08:26:41.293 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6819 | 2025-02-21T08:26:42.762Z | [ recovery-image] Feb 21 08:26:41.312 INFO O| Feb 21 08:26:41.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6820 | 2025-02-21T08:26:42.762Z | [ recovery-image] Feb 21 08:26:41.312 INFO O| Feb 21 08:26:41.312 INFO STEP 775 (remove_files) COMPLETE |
6821 | 2025-02-21T08:26:42.762Z | [ recovery-image] Feb 21 08:26:41.313 INFO O| Feb 21 08:26:41.313 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6822 | 2025-02-21T08:26:42.762Z | [ recovery-image] Feb 21 08:26:41.331 INFO O| Feb 21 08:26:41.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6823 | 2025-02-21T08:26:42.762Z | [ recovery-image] Feb 21 08:26:41.331 INFO O| Feb 21 08:26:41.331 INFO STEP 776 (remove_files) COMPLETE |
6824 | 2025-02-21T08:26:42.762Z | [ recovery-image] Feb 21 08:26:41.331 INFO O| Feb 21 08:26:41.331 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6825 | 2025-02-21T08:26:42.762Z | [ recovery-image] Feb 21 08:26:41.351 INFO O| Feb 21 08:26:41.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6826 | 2025-02-21T08:26:42.762Z | [ recovery-image] Feb 21 08:26:41.351 INFO O| Feb 21 08:26:41.351 INFO STEP 777 (remove_files) COMPLETE |
6827 | 2025-02-21T08:26:42.763Z | [ recovery-image] Feb 21 08:26:41.351 INFO O| Feb 21 08:26:41.351 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6828 | 2025-02-21T08:26:42.940Z | [ recovery-image] Feb 21 08:26:41.370 INFO O| Feb 21 08:26:41.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6829 | 2025-02-21T08:26:42.940Z | [ recovery-image] Feb 21 08:26:41.370 INFO O| Feb 21 08:26:41.370 INFO STEP 778 (remove_files) COMPLETE |
6830 | 2025-02-21T08:26:42.940Z | [ recovery-image] Feb 21 08:26:41.371 INFO O| Feb 21 08:26:41.371 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6831 | 2025-02-21T08:26:43.021Z | [ recovery-image] Feb 21 08:26:41.389 INFO O| Feb 21 08:26:41.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6832 | 2025-02-21T08:26:43.021Z | [ recovery-image] Feb 21 08:26:41.389 INFO O| Feb 21 08:26:41.389 INFO STEP 779 (remove_files) COMPLETE |
6833 | 2025-02-21T08:26:43.021Z | [ recovery-image] Feb 21 08:26:41.389 INFO O| Feb 21 08:26:41.389 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6834 | 2025-02-21T08:26:43.021Z | [ recovery-image] Feb 21 08:26:41.409 INFO O| Feb 21 08:26:41.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6835 | 2025-02-21T08:26:43.021Z | [ recovery-image] Feb 21 08:26:41.409 INFO O| Feb 21 08:26:41.409 INFO STEP 780 (remove_files) COMPLETE |
6836 | 2025-02-21T08:26:43.021Z | [ recovery-image] Feb 21 08:26:41.409 INFO O| Feb 21 08:26:41.409 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6837 | 2025-02-21T08:26:43.021Z | [ recovery-image] Feb 21 08:26:41.428 INFO O| Feb 21 08:26:41.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6838 | 2025-02-21T08:26:43.021Z | [ recovery-image] Feb 21 08:26:41.428 INFO O| Feb 21 08:26:41.428 INFO STEP 781 (remove_files) COMPLETE |
6839 | 2025-02-21T08:26:43.024Z | [ recovery-image] Feb 21 08:26:41.428 INFO O| Feb 21 08:26:41.428 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6840 | 2025-02-21T08:26:43.024Z | [ recovery-image] Feb 21 08:26:41.454 INFO O| Feb 21 08:26:41.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6841 | 2025-02-21T08:26:43.024Z | [ recovery-image] Feb 21 08:26:41.454 INFO O| Feb 21 08:26:41.454 INFO STEP 782 (remove_files) COMPLETE |
6842 | 2025-02-21T08:26:43.024Z | [ recovery-image] Feb 21 08:26:41.454 INFO O| Feb 21 08:26:41.454 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6843 | 2025-02-21T08:26:43.024Z | [ recovery-image] Feb 21 08:26:41.475 INFO O| Feb 21 08:26:41.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6844 | 2025-02-21T08:26:43.029Z | [ recovery-image] Feb 21 08:26:41.476 INFO O| Feb 21 08:26:41.476 INFO STEP 783 (remove_files) COMPLETE |
6845 | 2025-02-21T08:26:43.029Z | [ recovery-image] Feb 21 08:26:41.476 INFO O| Feb 21 08:26:41.476 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6846 | 2025-02-21T08:26:43.029Z | [ recovery-image] Feb 21 08:26:41.496 INFO O| Feb 21 08:26:41.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6847 | 2025-02-21T08:26:43.029Z | [ recovery-image] Feb 21 08:26:41.496 INFO O| Feb 21 08:26:41.496 INFO STEP 784 (remove_files) COMPLETE |
6848 | 2025-02-21T08:26:43.029Z | [ recovery-image] Feb 21 08:26:41.496 INFO O| Feb 21 08:26:41.496 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6849 | 2025-02-21T08:26:43.029Z | [ recovery-image] Feb 21 08:26:41.516 INFO O| Feb 21 08:26:41.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6850 | 2025-02-21T08:26:43.029Z | [ recovery-image] Feb 21 08:26:41.516 INFO O| Feb 21 08:26:41.516 INFO STEP 785 (remove_files) COMPLETE |
6851 | 2025-02-21T08:26:43.029Z | [ recovery-image] Feb 21 08:26:41.516 INFO O| Feb 21 08:26:41.516 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6852 | 2025-02-21T08:26:43.029Z | [ recovery-image] Feb 21 08:26:41.535 INFO O| Feb 21 08:26:41.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6853 | 2025-02-21T08:26:43.030Z | [ recovery-image] Feb 21 08:26:41.535 INFO O| Feb 21 08:26:41.535 INFO STEP 786 (remove_files) COMPLETE |
6854 | 2025-02-21T08:26:43.030Z | [ recovery-image] Feb 21 08:26:41.535 INFO O| Feb 21 08:26:41.535 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6855 | 2025-02-21T08:26:43.037Z | [ recovery-image] Feb 21 08:26:41.564 INFO O| Feb 21 08:26:41.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6856 | 2025-02-21T08:26:43.037Z | [ recovery-image] Feb 21 08:26:41.564 INFO O| Feb 21 08:26:41.564 INFO STEP 787 (remove_files) COMPLETE |
6857 | 2025-02-21T08:26:43.037Z | [ recovery-image] Feb 21 08:26:41.564 INFO O| Feb 21 08:26:41.564 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6858 | 2025-02-21T08:26:43.117Z | [ recovery-image] Feb 21 08:26:41.608 INFO O| Feb 21 08:26:41.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6859 | 2025-02-21T08:26:43.117Z | [ recovery-image] Feb 21 08:26:41.608 INFO O| Feb 21 08:26:41.608 INFO STEP 788 (remove_files) COMPLETE |
6860 | 2025-02-21T08:26:43.117Z | [ recovery-image] Feb 21 08:26:41.608 INFO O| Feb 21 08:26:41.608 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6861 | 2025-02-21T08:26:43.118Z | [ recovery-image] Feb 21 08:26:41.651 INFO O| Feb 21 08:26:41.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6862 | 2025-02-21T08:26:43.118Z | [ recovery-image] Feb 21 08:26:41.651 INFO O| Feb 21 08:26:41.651 INFO STEP 789 (remove_files) COMPLETE |
6863 | 2025-02-21T08:26:43.118Z | [ recovery-image] Feb 21 08:26:41.651 INFO O| Feb 21 08:26:41.651 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6864 | 2025-02-21T08:26:43.255Z | [ recovery-image] Feb 21 08:26:41.668 INFO O| Feb 21 08:26:41.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6865 | 2025-02-21T08:26:43.255Z | [ recovery-image] Feb 21 08:26:41.669 INFO O| Feb 21 08:26:41.669 INFO STEP 790 (remove_files) COMPLETE |
6866 | 2025-02-21T08:26:43.255Z | [ recovery-image] Feb 21 08:26:41.669 INFO O| Feb 21 08:26:41.669 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6867 | 2025-02-21T08:26:43.255Z | [ recovery-image] Feb 21 08:26:41.700 INFO O| Feb 21 08:26:41.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6868 | 2025-02-21T08:26:43.255Z | [ recovery-image] Feb 21 08:26:41.700 INFO O| Feb 21 08:26:41.700 INFO STEP 791 (remove_files) COMPLETE |
6869 | 2025-02-21T08:26:43.255Z | [ recovery-image] Feb 21 08:26:41.700 INFO O| Feb 21 08:26:41.700 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6870 | 2025-02-21T08:26:43.295Z | [ recovery-image] Feb 21 08:26:41.792 INFO O| Feb 21 08:26:41.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6871 | 2025-02-21T08:26:43.296Z | [ recovery-image] Feb 21 08:26:41.792 INFO O| Feb 21 08:26:41.792 INFO STEP 792 (remove_files) COMPLETE |
6872 | 2025-02-21T08:26:43.296Z | [ recovery-image] Feb 21 08:26:41.792 INFO O| Feb 21 08:26:41.792 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6873 | 2025-02-21T08:26:43.296Z | [ recovery-image] Feb 21 08:26:41.832 INFO O| Feb 21 08:26:41.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6874 | 2025-02-21T08:26:43.296Z | [ recovery-image] Feb 21 08:26:41.832 INFO O| Feb 21 08:26:41.832 INFO STEP 793 (remove_files) COMPLETE |
6875 | 2025-02-21T08:26:43.313Z | [ recovery-image] Feb 21 08:26:41.832 INFO O| Feb 21 08:26:41.832 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6876 | 2025-02-21T08:26:43.313Z | [ recovery-image] Feb 21 08:26:41.870 INFO O| Feb 21 08:26:41.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6877 | 2025-02-21T08:26:43.313Z | [ recovery-image] Feb 21 08:26:41.870 INFO O| Feb 21 08:26:41.870 INFO STEP 794 (remove_files) COMPLETE |
6878 | 2025-02-21T08:26:43.313Z | [ recovery-image] Feb 21 08:26:41.870 INFO O| Feb 21 08:26:41.870 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6879 | 2025-02-21T08:26:43.418Z | [ recovery-image] Feb 21 08:26:41.925 INFO O| Feb 21 08:26:41.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6880 | 2025-02-21T08:26:43.418Z | [ recovery-image] Feb 21 08:26:41.925 INFO O| Feb 21 08:26:41.925 INFO STEP 795 (remove_files) COMPLETE |
6881 | 2025-02-21T08:26:43.418Z | [ recovery-image] Feb 21 08:26:41.925 INFO O| Feb 21 08:26:41.925 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6882 | 2025-02-21T08:26:43.418Z | [ recovery-image] Feb 21 08:26:41.945 INFO O| Feb 21 08:26:41.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6883 | 2025-02-21T08:26:43.418Z | [ recovery-image] Feb 21 08:26:41.945 INFO O| Feb 21 08:26:41.945 INFO STEP 796 (remove_files) COMPLETE |
6884 | 2025-02-21T08:26:43.418Z | [ recovery-image] Feb 21 08:26:41.946 INFO O| Feb 21 08:26:41.945 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6885 | 2025-02-21T08:26:47.780Z | [ recovery-image] Feb 21 08:26:41.965 INFO O| Feb 21 08:26:41.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6886 | 2025-02-21T08:26:47.780Z | [ recovery-image] Feb 21 08:26:41.965 INFO O| Feb 21 08:26:41.965 INFO STEP 797 (remove_files) COMPLETE |
6887 | 2025-02-21T08:26:47.780Z | [ recovery-image] Feb 21 08:26:41.965 INFO O| Feb 21 08:26:41.965 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6888 | 2025-02-21T08:26:47.780Z | [ recovery-image] Feb 21 08:26:41.985 INFO O| Feb 21 08:26:41.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6889 | 2025-02-21T08:26:47.780Z | [ recovery-image] Feb 21 08:26:41.985 INFO O| Feb 21 08:26:41.985 INFO STEP 798 (remove_files) COMPLETE |
6890 | 2025-02-21T08:26:47.780Z | [ recovery-image] Feb 21 08:26:41.985 INFO O| Feb 21 08:26:41.985 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6891 | 2025-02-21T08:26:47.781Z | [ recovery-image] Feb 21 08:26:42.005 INFO O| Feb 21 08:26:42.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6892 | 2025-02-21T08:26:47.781Z | [ recovery-image] Feb 21 08:26:42.005 INFO O| Feb 21 08:26:42.005 INFO STEP 799 (remove_files) COMPLETE |
6893 | 2025-02-21T08:26:47.781Z | [ recovery-image] Feb 21 08:26:42.005 INFO O| Feb 21 08:26:42.005 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6894 | 2025-02-21T08:26:47.781Z | [ recovery-image] Feb 21 08:26:42.024 INFO O| Feb 21 08:26:42.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6895 | 2025-02-21T08:26:47.781Z | [ recovery-image] Feb 21 08:26:42.024 INFO O| Feb 21 08:26:42.024 INFO STEP 800 (remove_files) COMPLETE |
6896 | 2025-02-21T08:26:47.781Z | [ recovery-image] Feb 21 08:26:42.024 INFO O| Feb 21 08:26:42.024 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6897 | 2025-02-21T08:26:47.781Z | [ recovery-image] Feb 21 08:26:42.042 INFO O| Feb 21 08:26:42.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6898 | 2025-02-21T08:26:47.781Z | [ recovery-image] Feb 21 08:26:42.042 INFO O| Feb 21 08:26:42.042 INFO STEP 801 (remove_files) COMPLETE |
6899 | 2025-02-21T08:26:47.781Z | [ recovery-image] Feb 21 08:26:42.042 INFO O| Feb 21 08:26:42.042 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6900 | 2025-02-21T08:26:47.781Z | [ recovery-image] Feb 21 08:26:42.061 INFO O| Feb 21 08:26:42.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6901 | 2025-02-21T08:26:47.781Z | [ recovery-image] Feb 21 08:26:42.061 INFO O| Feb 21 08:26:42.061 INFO STEP 802 (remove_files) COMPLETE |
6902 | 2025-02-21T08:26:47.781Z | [ recovery-image] Feb 21 08:26:42.061 INFO O| Feb 21 08:26:42.061 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6903 | 2025-02-21T08:26:48.043Z | [ recovery-image] Feb 21 08:26:42.079 INFO O| Feb 21 08:26:42.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6904 | 2025-02-21T08:26:48.044Z | [ recovery-image] Feb 21 08:26:42.079 INFO O| Feb 21 08:26:42.079 INFO STEP 803 (remove_files) COMPLETE |
6905 | 2025-02-21T08:26:48.044Z | [ recovery-image] Feb 21 08:26:42.079 INFO O| Feb 21 08:26:42.079 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6906 | 2025-02-21T08:26:48.044Z | [ recovery-image] Feb 21 08:26:42.096 INFO O| Feb 21 08:26:42.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6907 | 2025-02-21T08:26:48.044Z | [ recovery-image] Feb 21 08:26:42.096 INFO O| Feb 21 08:26:42.096 INFO STEP 804 (remove_files) COMPLETE |
6908 | 2025-02-21T08:26:48.044Z | [ recovery-image] Feb 21 08:26:42.096 INFO O| Feb 21 08:26:42.096 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6909 | 2025-02-21T08:26:48.044Z | [ recovery-image] Feb 21 08:26:42.114 INFO O| Feb 21 08:26:42.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6910 | 2025-02-21T08:26:48.044Z | [ recovery-image] Feb 21 08:26:42.114 INFO O| Feb 21 08:26:42.114 INFO STEP 805 (remove_files) COMPLETE |
6911 | 2025-02-21T08:26:48.044Z | [ recovery-image] Feb 21 08:26:42.114 INFO O| Feb 21 08:26:42.114 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6912 | 2025-02-21T08:26:48.044Z | [ recovery-image] Feb 21 08:26:42.168 INFO O| Feb 21 08:26:42.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6913 | 2025-02-21T08:26:48.044Z | [ recovery-image] Feb 21 08:26:42.168 INFO O| Feb 21 08:26:42.168 INFO STEP 806 (remove_files) COMPLETE |
6914 | 2025-02-21T08:26:48.044Z | [ recovery-image] Feb 21 08:26:42.168 INFO O| Feb 21 08:26:42.168 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6915 | 2025-02-21T08:26:48.044Z | [ recovery-image] Feb 21 08:26:42.189 INFO O| Feb 21 08:26:42.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6916 | 2025-02-21T08:26:48.044Z | [ recovery-image] Feb 21 08:26:42.189 INFO O| Feb 21 08:26:42.189 INFO STEP 807 (remove_files) COMPLETE |
6917 | 2025-02-21T08:26:48.044Z | [ recovery-image] Feb 21 08:26:42.189 INFO O| Feb 21 08:26:42.189 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6918 | 2025-02-21T08:26:48.044Z | [ recovery-image] Feb 21 08:26:42.208 INFO O| Feb 21 08:26:42.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6919 | 2025-02-21T08:26:48.044Z | [ recovery-image] Feb 21 08:26:42.208 INFO O| Feb 21 08:26:42.208 INFO STEP 808 (remove_files) COMPLETE |
6920 | 2025-02-21T08:26:48.045Z | [ recovery-image] Feb 21 08:26:42.208 INFO O| Feb 21 08:26:42.208 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6921 | 2025-02-21T08:26:48.045Z | [ recovery-image] Feb 21 08:26:42.237 INFO O| Feb 21 08:26:42.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6922 | 2025-02-21T08:26:48.045Z | [ recovery-image] Feb 21 08:26:42.237 INFO O| Feb 21 08:26:42.237 INFO STEP 809 (remove_files) COMPLETE |
6923 | 2025-02-21T08:26:48.045Z | [ recovery-image] Feb 21 08:26:42.237 INFO O| Feb 21 08:26:42.237 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6924 | 2025-02-21T08:26:48.045Z | [ recovery-image] Feb 21 08:26:42.258 INFO O| Feb 21 08:26:42.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6925 | 2025-02-21T08:26:48.045Z | [ recovery-image] Feb 21 08:26:42.258 INFO O| Feb 21 08:26:42.258 INFO STEP 810 (remove_files) COMPLETE |
6926 | 2025-02-21T08:26:48.045Z | [ recovery-image] Feb 21 08:26:42.258 INFO O| Feb 21 08:26:42.258 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6927 | 2025-02-21T08:26:48.045Z | [ recovery-image] Feb 21 08:26:42.276 INFO O| Feb 21 08:26:42.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6928 | 2025-02-21T08:26:48.045Z | [ recovery-image] Feb 21 08:26:42.277 INFO O| Feb 21 08:26:42.277 INFO STEP 811 (remove_files) COMPLETE |
6929 | 2025-02-21T08:26:48.045Z | [ recovery-image] Feb 21 08:26:42.277 INFO O| Feb 21 08:26:42.277 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6930 | 2025-02-21T08:26:48.045Z | [ recovery-image] Feb 21 08:26:42.294 INFO O| Feb 21 08:26:42.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6931 | 2025-02-21T08:26:48.045Z | [ recovery-image] Feb 21 08:26:42.294 INFO O| Feb 21 08:26:42.294 INFO STEP 812 (remove_files) COMPLETE |
6932 | 2025-02-21T08:26:48.045Z | [ recovery-image] Feb 21 08:26:42.294 INFO O| Feb 21 08:26:42.294 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6933 | 2025-02-21T08:26:48.045Z | [ recovery-image] Feb 21 08:26:42.312 INFO O| Feb 21 08:26:42.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6934 | 2025-02-21T08:26:48.045Z | [ recovery-image] Feb 21 08:26:42.312 INFO O| Feb 21 08:26:42.312 INFO STEP 813 (remove_files) COMPLETE |
6935 | 2025-02-21T08:26:48.045Z | [ recovery-image] Feb 21 08:26:42.312 INFO O| Feb 21 08:26:42.312 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6936 | 2025-02-21T08:26:48.046Z | [ recovery-image] Feb 21 08:26:42.331 INFO O| Feb 21 08:26:42.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6937 | 2025-02-21T08:26:48.046Z | [ recovery-image] Feb 21 08:26:42.331 INFO O| Feb 21 08:26:42.331 INFO STEP 814 (remove_files) COMPLETE |
6938 | 2025-02-21T08:26:48.046Z | [ recovery-image] Feb 21 08:26:42.331 INFO O| Feb 21 08:26:42.331 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6939 | 2025-02-21T08:26:48.046Z | [ recovery-image] Feb 21 08:26:42.369 INFO O| Feb 21 08:26:42.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6940 | 2025-02-21T08:26:48.046Z | [ recovery-image] Feb 21 08:26:42.369 INFO O| Feb 21 08:26:42.369 INFO STEP 815 (remove_files) COMPLETE |
6941 | 2025-02-21T08:26:48.046Z | [ recovery-image] Feb 21 08:26:42.369 INFO O| Feb 21 08:26:42.369 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6942 | 2025-02-21T08:26:48.046Z | [ recovery-image] Feb 21 08:26:42.390 INFO O| Feb 21 08:26:42.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6943 | 2025-02-21T08:26:48.046Z | [ recovery-image] Feb 21 08:26:42.390 INFO O| Feb 21 08:26:42.390 INFO STEP 816 (remove_files) COMPLETE |
6944 | 2025-02-21T08:26:48.046Z | [ recovery-image] Feb 21 08:26:42.390 INFO O| Feb 21 08:26:42.390 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6945 | 2025-02-21T08:26:48.046Z | [ recovery-image] Feb 21 08:26:42.427 INFO O| Feb 21 08:26:42.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6946 | 2025-02-21T08:26:48.046Z | [ recovery-image] Feb 21 08:26:42.427 INFO O| Feb 21 08:26:42.427 INFO STEP 817 (remove_files) COMPLETE |
6947 | 2025-02-21T08:26:48.046Z | [ recovery-image] Feb 21 08:26:42.427 INFO O| Feb 21 08:26:42.427 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6948 | 2025-02-21T08:26:48.046Z | [ recovery-image] Feb 21 08:26:42.448 INFO O| Feb 21 08:26:42.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6949 | 2025-02-21T08:26:48.046Z | [ recovery-image] Feb 21 08:26:42.448 INFO O| Feb 21 08:26:42.448 INFO STEP 818 (remove_files) COMPLETE |
6950 | 2025-02-21T08:26:48.047Z | [ recovery-image] Feb 21 08:26:42.448 INFO O| Feb 21 08:26:42.448 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6951 | 2025-02-21T08:26:48.047Z | [ recovery-image] Feb 21 08:26:42.468 INFO O| Feb 21 08:26:42.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6952 | 2025-02-21T08:26:48.047Z | [ recovery-image] Feb 21 08:26:42.539 INFO O| Feb 21 08:26:42.539 INFO STEP 819 (remove_files) COMPLETE |
6953 | 2025-02-21T08:26:48.047Z | [ recovery-image] Feb 21 08:26:42.539 INFO O| Feb 21 08:26:42.539 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6954 | 2025-02-21T08:26:48.047Z | [ recovery-image] Feb 21 08:26:42.560 INFO O| Feb 21 08:26:42.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6955 | 2025-02-21T08:26:48.047Z | [ recovery-image] Feb 21 08:26:42.560 INFO O| Feb 21 08:26:42.560 INFO STEP 820 (remove_files) COMPLETE |
6956 | 2025-02-21T08:26:48.047Z | [ recovery-image] Feb 21 08:26:42.560 INFO O| Feb 21 08:26:42.560 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6957 | 2025-02-21T08:26:48.047Z | [ recovery-image] Feb 21 08:26:42.606 INFO O| Feb 21 08:26:42.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6958 | 2025-02-21T08:26:48.047Z | [ recovery-image] Feb 21 08:26:42.607 INFO O| Feb 21 08:26:42.606 INFO STEP 821 (remove_files) COMPLETE |
6959 | 2025-02-21T08:26:48.047Z | [ recovery-image] Feb 21 08:26:42.607 INFO O| Feb 21 08:26:42.607 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6960 | 2025-02-21T08:26:48.047Z | [ recovery-image] Feb 21 08:26:42.652 INFO O| Feb 21 08:26:42.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6961 | 2025-02-21T08:26:48.047Z | [ recovery-image] Feb 21 08:26:42.652 INFO O| Feb 21 08:26:42.652 INFO STEP 822 (remove_files) COMPLETE |
6962 | 2025-02-21T08:26:48.047Z | [ recovery-image] Feb 21 08:26:42.653 INFO O| Feb 21 08:26:42.652 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6963 | 2025-02-21T08:26:48.047Z | [ recovery-image] Feb 21 08:26:42.712 INFO O| Feb 21 08:26:42.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6964 | 2025-02-21T08:26:48.047Z | [ recovery-image] Feb 21 08:26:42.712 INFO O| Feb 21 08:26:42.712 INFO STEP 823 (remove_files) COMPLETE |
6965 | 2025-02-21T08:26:48.047Z | [ recovery-image] Feb 21 08:26:42.712 INFO O| Feb 21 08:26:42.712 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6966 | 2025-02-21T08:26:48.047Z | [ recovery-image] Feb 21 08:26:42.738 INFO O| Feb 21 08:26:42.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6967 | 2025-02-21T08:26:48.047Z | [ recovery-image] Feb 21 08:26:42.742 INFO O| Feb 21 08:26:42.742 INFO STEP 824 (remove_files) COMPLETE |
6968 | 2025-02-21T08:26:48.047Z | [ recovery-image] Feb 21 08:26:42.742 INFO O| Feb 21 08:26:42.742 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6969 | 2025-02-21T08:26:48.047Z | [ recovery-image] Feb 21 08:26:42.786 INFO O| Feb 21 08:26:42.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6970 | 2025-02-21T08:26:48.047Z | [ recovery-image] Feb 21 08:26:42.786 INFO O| Feb 21 08:26:42.786 INFO STEP 825 (remove_files) COMPLETE |
6971 | 2025-02-21T08:26:48.047Z | [ recovery-image] Feb 21 08:26:42.786 INFO O| Feb 21 08:26:42.786 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6972 | 2025-02-21T08:26:48.048Z | [ recovery-image] Feb 21 08:26:42.824 INFO O| Feb 21 08:26:42.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6973 | 2025-02-21T08:26:48.048Z | [ recovery-image] Feb 21 08:26:42.824 INFO O| Feb 21 08:26:42.824 INFO STEP 826 (remove_files) COMPLETE |
6974 | 2025-02-21T08:26:48.048Z | [ recovery-image] Feb 21 08:26:42.824 INFO O| Feb 21 08:26:42.824 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6975 | 2025-02-21T08:26:48.048Z | [ recovery-image] Feb 21 08:26:42.885 INFO O| Feb 21 08:26:42.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6976 | 2025-02-21T08:26:48.048Z | [ recovery-image] Feb 21 08:26:42.885 INFO O| Feb 21 08:26:42.885 INFO STEP 827 (remove_files) COMPLETE |
6977 | 2025-02-21T08:26:48.048Z | [ recovery-image] Feb 21 08:26:42.885 INFO O| Feb 21 08:26:42.885 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6978 | 2025-02-21T08:26:48.048Z | [ recovery-image] Feb 21 08:26:42.930 INFO O| Feb 21 08:26:42.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6979 | 2025-02-21T08:26:48.048Z | [ recovery-image] Feb 21 08:26:42.930 INFO O| Feb 21 08:26:42.930 INFO STEP 828 (remove_files) COMPLETE |
6980 | 2025-02-21T08:26:48.048Z | [ recovery-image] Feb 21 08:26:42.930 INFO O| Feb 21 08:26:42.930 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6981 | 2025-02-21T08:26:48.048Z | [ recovery-image] Feb 21 08:26:42.999 INFO O| Feb 21 08:26:42.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6982 | 2025-02-21T08:26:48.048Z | [ recovery-image] Feb 21 08:26:42.999 INFO O| Feb 21 08:26:42.999 INFO STEP 829 (remove_files) COMPLETE |
6983 | 2025-02-21T08:26:48.048Z | [ recovery-image] Feb 21 08:26:42.999 INFO O| Feb 21 08:26:42.999 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6984 | 2025-02-21T08:26:48.048Z | [ recovery-image] Feb 21 08:26:43.023 INFO O| Feb 21 08:26:43.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6985 | 2025-02-21T08:26:48.048Z | [ recovery-image] Feb 21 08:26:43.023 INFO O| Feb 21 08:26:43.023 INFO STEP 830 (remove_files) COMPLETE |
6986 | 2025-02-21T08:26:48.048Z | [ recovery-image] Feb 21 08:26:43.023 INFO O| Feb 21 08:26:43.023 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6987 | 2025-02-21T08:26:48.049Z | [ recovery-image] Feb 21 08:26:43.059 INFO O| Feb 21 08:26:43.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6988 | 2025-02-21T08:26:48.049Z | [ recovery-image] Feb 21 08:26:43.059 INFO O| Feb 21 08:26:43.059 INFO STEP 831 (remove_files) COMPLETE |
6989 | 2025-02-21T08:26:48.049Z | [ recovery-image] Feb 21 08:26:43.059 INFO O| Feb 21 08:26:43.059 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6990 | 2025-02-21T08:26:48.049Z | [ recovery-image] Feb 21 08:26:43.123 INFO O| Feb 21 08:26:43.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6991 | 2025-02-21T08:26:48.049Z | [ recovery-image] Feb 21 08:26:43.123 INFO O| Feb 21 08:26:43.123 INFO STEP 832 (remove_files) COMPLETE |
6992 | 2025-02-21T08:26:48.049Z | [ recovery-image] Feb 21 08:26:43.123 INFO O| Feb 21 08:26:43.123 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6993 | 2025-02-21T08:26:48.049Z | [ recovery-image] Feb 21 08:26:43.145 INFO O| Feb 21 08:26:43.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6994 | 2025-02-21T08:26:48.049Z | [ recovery-image] Feb 21 08:26:43.145 INFO O| Feb 21 08:26:43.145 INFO STEP 833 (remove_files) COMPLETE |
6995 | 2025-02-21T08:26:48.049Z | [ recovery-image] Feb 21 08:26:43.145 INFO O| Feb 21 08:26:43.145 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6996 | 2025-02-21T08:26:48.049Z | [ recovery-image] Feb 21 08:26:43.180 INFO O| Feb 21 08:26:43.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6997 | 2025-02-21T08:26:48.049Z | [ recovery-image] Feb 21 08:26:43.180 INFO O| Feb 21 08:26:43.180 INFO STEP 834 (remove_files) COMPLETE |
6998 | 2025-02-21T08:26:48.049Z | [ recovery-image] Feb 21 08:26:43.180 INFO O| Feb 21 08:26:43.180 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6999 | 2025-02-21T08:26:48.049Z | [ recovery-image] Feb 21 08:26:43.232 INFO O| Feb 21 08:26:43.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
7000 | 2025-02-21T08:26:48.049Z | [ recovery-image] Feb 21 08:26:43.232 INFO O| Feb 21 08:26:43.232 INFO STEP 835 (remove_files) COMPLETE |
7001 | 2025-02-21T08:26:48.049Z | [ recovery-image] Feb 21 08:26:43.233 INFO O| Feb 21 08:26:43.233 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7002 | 2025-02-21T08:26:48.081Z | [ recovery-image] Feb 21 08:26:43.305 INFO O| Feb 21 08:26:43.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
7003 | 2025-02-21T08:26:48.081Z | [ recovery-image] Feb 21 08:26:43.305 INFO O| Feb 21 08:26:43.305 INFO STEP 836 (remove_files) COMPLETE |
7004 | 2025-02-21T08:26:48.082Z | [ recovery-image] Feb 21 08:26:43.305 INFO O| Feb 21 08:26:43.305 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7005 | 2025-02-21T08:26:48.082Z | [ recovery-image] Feb 21 08:26:43.325 INFO O| Feb 21 08:26:43.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
7006 | 2025-02-21T08:26:48.082Z | [ recovery-image] Feb 21 08:26:43.325 INFO O| Feb 21 08:26:43.325 INFO STEP 837 (remove_files) COMPLETE |
7007 | 2025-02-21T08:26:48.082Z | [ recovery-image] Feb 21 08:26:43.325 INFO O| Feb 21 08:26:43.325 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7008 | 2025-02-21T08:26:48.082Z | [ recovery-image] Feb 21 08:26:43.344 INFO O| Feb 21 08:26:43.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
7009 | 2025-02-21T08:26:48.082Z | [ recovery-image] Feb 21 08:26:43.344 INFO O| Feb 21 08:26:43.344 INFO STEP 838 (remove_files) COMPLETE |
7010 | 2025-02-21T08:26:48.082Z | [ recovery-image] Feb 21 08:26:43.344 INFO O| Feb 21 08:26:43.344 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7011 | 2025-02-21T08:26:48.082Z | [ recovery-image] Feb 21 08:26:43.364 INFO O| Feb 21 08:26:43.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
7012 | 2025-02-21T08:26:48.082Z | [ recovery-image] Feb 21 08:26:43.364 INFO O| Feb 21 08:26:43.364 INFO STEP 839 (remove_files) COMPLETE |
7013 | 2025-02-21T08:26:48.082Z | [ recovery-image] Feb 21 08:26:43.364 INFO O| Feb 21 08:26:43.364 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7014 | 2025-02-21T08:26:48.083Z | [ recovery-image] Feb 21 08:26:43.382 INFO O| Feb 21 08:26:43.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
7015 | 2025-02-21T08:26:48.083Z | [ recovery-image] Feb 21 08:26:43.382 INFO O| Feb 21 08:26:43.382 INFO STEP 840 (remove_files) COMPLETE |
7016 | 2025-02-21T08:26:48.083Z | [ recovery-image] Feb 21 08:26:43.382 INFO O| Feb 21 08:26:43.382 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7017 | 2025-02-21T08:26:48.083Z | [ recovery-image] Feb 21 08:26:43.401 INFO O| Feb 21 08:26:43.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
7018 | 2025-02-21T08:26:48.083Z | [ recovery-image] Feb 21 08:26:43.401 INFO O| Feb 21 08:26:43.401 INFO STEP 841 (remove_files) COMPLETE |
7019 | 2025-02-21T08:26:48.083Z | [ recovery-image] Feb 21 08:26:43.401 INFO O| Feb 21 08:26:43.401 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7020 | 2025-02-21T08:26:48.083Z | [ recovery-image] Feb 21 08:26:43.422 INFO O| Feb 21 08:26:43.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
7021 | 2025-02-21T08:26:48.083Z | [ recovery-image] Feb 21 08:26:43.422 INFO O| Feb 21 08:26:43.422 INFO STEP 842 (remove_files) COMPLETE |
7022 | 2025-02-21T08:26:48.083Z | [ recovery-image] Feb 21 08:26:43.422 INFO O| Feb 21 08:26:43.422 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7023 | 2025-02-21T08:26:48.083Z | [ recovery-image] Feb 21 08:26:43.535 INFO O| Feb 21 08:26:43.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
7024 | 2025-02-21T08:26:48.083Z | [ recovery-image] Feb 21 08:26:43.535 INFO O| Feb 21 08:26:43.535 INFO STEP 843 (remove_files) COMPLETE |
7025 | 2025-02-21T08:26:48.083Z | [ recovery-image] Feb 21 08:26:43.535 INFO O| Feb 21 08:26:43.535 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7026 | 2025-02-21T08:26:48.083Z | [ recovery-image] Feb 21 08:26:43.557 INFO O| Feb 21 08:26:43.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
7027 | 2025-02-21T08:26:48.083Z | [ recovery-image] Feb 21 08:26:43.557 INFO O| Feb 21 08:26:43.557 INFO STEP 844 (remove_files) COMPLETE |
7028 | 2025-02-21T08:26:48.083Z | [ recovery-image] Feb 21 08:26:43.557 INFO O| Feb 21 08:26:43.557 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7029 | 2025-02-21T08:26:48.083Z | [ recovery-image] Feb 21 08:26:43.579 INFO O| Feb 21 08:26:43.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
7030 | 2025-02-21T08:26:48.083Z | [ recovery-image] Feb 21 08:26:43.579 INFO O| Feb 21 08:26:43.579 INFO STEP 845 (remove_files) COMPLETE |
7031 | 2025-02-21T08:26:48.084Z | [ recovery-image] Feb 21 08:26:43.579 INFO O| Feb 21 08:26:43.579 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7032 | 2025-02-21T08:26:48.084Z | [ recovery-image] Feb 21 08:26:43.598 INFO O| Feb 21 08:26:43.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
7033 | 2025-02-21T08:26:48.084Z | [ recovery-image] Feb 21 08:26:43.598 INFO O| Feb 21 08:26:43.598 INFO STEP 846 (remove_files) COMPLETE |
7034 | 2025-02-21T08:26:48.084Z | [ recovery-image] Feb 21 08:26:43.598 INFO O| Feb 21 08:26:43.598 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7035 | 2025-02-21T08:26:48.084Z | [ recovery-image] Feb 21 08:26:43.618 INFO O| Feb 21 08:26:43.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
7036 | 2025-02-21T08:26:48.086Z | [ recovery-image] Feb 21 08:26:43.618 INFO O| Feb 21 08:26:43.618 INFO STEP 847 (remove_files) COMPLETE |
7037 | 2025-02-21T08:26:48.086Z | [ recovery-image] Feb 21 08:26:43.619 INFO O| Feb 21 08:26:43.618 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7038 | 2025-02-21T08:26:48.086Z | [ recovery-image] Feb 21 08:26:43.640 INFO O| Feb 21 08:26:43.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
7039 | 2025-02-21T08:26:48.086Z | [ recovery-image] Feb 21 08:26:43.640 INFO O| Feb 21 08:26:43.640 INFO STEP 848 (remove_files) COMPLETE |
7040 | 2025-02-21T08:26:48.086Z | [ recovery-image] Feb 21 08:26:43.640 INFO O| Feb 21 08:26:43.640 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7041 | 2025-02-21T08:26:48.086Z | [ recovery-image] Feb 21 08:26:43.662 INFO O| Feb 21 08:26:43.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
7042 | 2025-02-21T08:26:48.086Z | [ recovery-image] Feb 21 08:26:43.662 INFO O| Feb 21 08:26:43.662 INFO STEP 849 (remove_files) COMPLETE |
7043 | 2025-02-21T08:26:48.086Z | [ recovery-image] Feb 21 08:26:43.662 INFO O| Feb 21 08:26:43.662 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7044 | 2025-02-21T08:26:48.086Z | [ recovery-image] Feb 21 08:26:43.682 INFO O| Feb 21 08:26:43.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
7045 | 2025-02-21T08:26:48.086Z | [ recovery-image] Feb 21 08:26:43.682 INFO O| Feb 21 08:26:43.682 INFO STEP 850 (remove_files) COMPLETE |
7046 | 2025-02-21T08:26:48.086Z | [ recovery-image] Feb 21 08:26:43.682 INFO O| Feb 21 08:26:43.682 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7047 | 2025-02-21T08:26:48.086Z | [ recovery-image] Feb 21 08:26:43.725 INFO O| Feb 21 08:26:43.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
7048 | 2025-02-21T08:26:48.086Z | [ recovery-image] Feb 21 08:26:43.726 INFO O| Feb 21 08:26:43.726 INFO STEP 851 (remove_files) COMPLETE |
7049 | 2025-02-21T08:26:48.086Z | [ recovery-image] Feb 21 08:26:43.726 INFO O| Feb 21 08:26:43.726 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7050 | 2025-02-21T08:26:48.086Z | [ recovery-image] Feb 21 08:26:43.745 INFO O| Feb 21 08:26:43.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
7051 | 2025-02-21T08:26:48.086Z | [ recovery-image] Feb 21 08:26:43.754 INFO O| Feb 21 08:26:43.754 INFO STEP 852 (remove_files) COMPLETE |
7052 | 2025-02-21T08:26:48.086Z | [ recovery-image] Feb 21 08:26:43.754 INFO O| Feb 21 08:26:43.754 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7053 | 2025-02-21T08:26:48.086Z | [ recovery-image] Feb 21 08:26:43.787 INFO O| Feb 21 08:26:43.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
7054 | 2025-02-21T08:26:48.086Z | [ recovery-image] Feb 21 08:26:43.788 INFO O| Feb 21 08:26:43.788 INFO STEP 853 (remove_files) COMPLETE |
7055 | 2025-02-21T08:26:48.086Z | [ recovery-image] Feb 21 08:26:43.788 INFO O| Feb 21 08:26:43.788 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7056 | 2025-02-21T08:26:48.087Z | [ recovery-image] Feb 21 08:26:43.838 INFO O| Feb 21 08:26:43.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
7057 | 2025-02-21T08:26:48.087Z | [ recovery-image] Feb 21 08:26:43.838 INFO O| Feb 21 08:26:43.838 INFO STEP 854 (remove_files) COMPLETE |
7058 | 2025-02-21T08:26:48.087Z | [ recovery-image] Feb 21 08:26:43.839 INFO O| Feb 21 08:26:43.838 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7059 | 2025-02-21T08:26:48.087Z | [ recovery-image] Feb 21 08:26:43.858 INFO O| Feb 21 08:26:43.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
7060 | 2025-02-21T08:26:48.087Z | [ recovery-image] Feb 21 08:26:43.859 INFO O| Feb 21 08:26:43.859 INFO STEP 855 (remove_files) COMPLETE |
7061 | 2025-02-21T08:26:48.087Z | [ recovery-image] Feb 21 08:26:43.859 INFO O| Feb 21 08:26:43.859 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7062 | 2025-02-21T08:26:48.087Z | [ recovery-image] Feb 21 08:26:43.877 INFO O| Feb 21 08:26:43.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
7063 | 2025-02-21T08:26:48.087Z | [ recovery-image] Feb 21 08:26:43.878 INFO O| Feb 21 08:26:43.877 INFO STEP 856 (remove_files) COMPLETE |
7064 | 2025-02-21T08:26:48.087Z | [ recovery-image] Feb 21 08:26:43.878 INFO O| Feb 21 08:26:43.878 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7065 | 2025-02-21T08:26:48.087Z | [ recovery-image] Feb 21 08:26:43.902 INFO O| Feb 21 08:26:43.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
7066 | 2025-02-21T08:26:48.087Z | [ recovery-image] Feb 21 08:26:43.902 INFO O| Feb 21 08:26:43.902 INFO STEP 857 (remove_files) COMPLETE |
7067 | 2025-02-21T08:26:48.087Z | [ recovery-image] Feb 21 08:26:43.902 INFO O| Feb 21 08:26:43.902 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7068 | 2025-02-21T08:26:48.087Z | [ recovery-image] Feb 21 08:26:43.923 INFO O| Feb 21 08:26:43.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
7069 | 2025-02-21T08:26:48.087Z | [ recovery-image] Feb 21 08:26:43.923 INFO O| Feb 21 08:26:43.923 INFO STEP 858 (remove_files) COMPLETE |
7070 | 2025-02-21T08:26:48.088Z | [ recovery-image] Feb 21 08:26:43.923 INFO O| Feb 21 08:26:43.923 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7071 | 2025-02-21T08:26:48.088Z | [ recovery-image] Feb 21 08:26:43.943 INFO O| Feb 21 08:26:43.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
7072 | 2025-02-21T08:26:48.088Z | [ recovery-image] Feb 21 08:26:43.943 INFO O| Feb 21 08:26:43.943 INFO STEP 859 (remove_files) COMPLETE |
7073 | 2025-02-21T08:26:48.088Z | [ recovery-image] Feb 21 08:26:43.943 INFO O| Feb 21 08:26:43.943 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7074 | 2025-02-21T08:26:48.088Z | [ recovery-image] Feb 21 08:26:43.962 INFO O| Feb 21 08:26:43.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
7075 | 2025-02-21T08:26:48.088Z | [ recovery-image] Feb 21 08:26:43.963 INFO O| Feb 21 08:26:43.963 INFO STEP 860 (remove_files) COMPLETE |
7076 | 2025-02-21T08:26:48.088Z | [ recovery-image] Feb 21 08:26:43.963 INFO O| Feb 21 08:26:43.963 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7077 | 2025-02-21T08:26:48.088Z | [ recovery-image] Feb 21 08:26:43.987 INFO O| Feb 21 08:26:43.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
7078 | 2025-02-21T08:26:48.088Z | [ recovery-image] Feb 21 08:26:43.987 INFO O| Feb 21 08:26:43.987 INFO STEP 861 (remove_files) COMPLETE |
7079 | 2025-02-21T08:26:48.088Z | [ recovery-image] Feb 21 08:26:43.987 INFO O| Feb 21 08:26:43.987 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7080 | 2025-02-21T08:26:48.088Z | [ recovery-image] Feb 21 08:26:44.019 INFO O| Feb 21 08:26:44.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
7081 | 2025-02-21T08:26:48.088Z | [ recovery-image] Feb 21 08:26:44.019 INFO O| Feb 21 08:26:44.019 INFO STEP 862 (remove_files) COMPLETE |
7082 | 2025-02-21T08:26:48.088Z | [ recovery-image] Feb 21 08:26:44.019 INFO O| Feb 21 08:26:44.019 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7083 | 2025-02-21T08:26:48.088Z | [ recovery-image] Feb 21 08:26:44.038 INFO O| Feb 21 08:26:44.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
7084 | 2025-02-21T08:26:48.088Z | [ recovery-image] Feb 21 08:26:44.038 INFO O| Feb 21 08:26:44.038 INFO STEP 863 (remove_files) COMPLETE |
7085 | 2025-02-21T08:26:48.088Z | [ recovery-image] Feb 21 08:26:44.038 INFO O| Feb 21 08:26:44.038 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7086 | 2025-02-21T08:26:48.088Z | [ recovery-image] Feb 21 08:26:44.057 INFO O| Feb 21 08:26:44.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
7087 | 2025-02-21T08:26:48.088Z | [ recovery-image] Feb 21 08:26:44.057 INFO O| Feb 21 08:26:44.057 INFO STEP 864 (remove_files) COMPLETE |
7088 | 2025-02-21T08:26:48.088Z | [ recovery-image] Feb 21 08:26:44.057 INFO O| Feb 21 08:26:44.057 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7089 | 2025-02-21T08:26:48.088Z | [ recovery-image] Feb 21 08:26:44.076 INFO O| Feb 21 08:26:44.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
7090 | 2025-02-21T08:26:48.088Z | [ recovery-image] Feb 21 08:26:44.076 INFO O| Feb 21 08:26:44.076 INFO STEP 865 (remove_files) COMPLETE |
7091 | 2025-02-21T08:26:48.088Z | [ recovery-image] Feb 21 08:26:44.076 INFO O| Feb 21 08:26:44.076 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7092 | 2025-02-21T08:26:48.088Z | [ recovery-image] Feb 21 08:26:44.095 INFO O| Feb 21 08:26:44.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
7093 | 2025-02-21T08:26:48.088Z | [ recovery-image] Feb 21 08:26:44.095 INFO O| Feb 21 08:26:44.095 INFO STEP 866 (remove_files) COMPLETE |
7094 | 2025-02-21T08:26:48.088Z | [ recovery-image] Feb 21 08:26:44.095 INFO O| Feb 21 08:26:44.095 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7095 | 2025-02-21T08:26:48.088Z | [ recovery-image] Feb 21 08:26:44.114 INFO O| Feb 21 08:26:44.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
7096 | 2025-02-21T08:26:48.088Z | [ recovery-image] Feb 21 08:26:44.114 INFO O| Feb 21 08:26:44.114 INFO STEP 867 (remove_files) COMPLETE |
7097 | 2025-02-21T08:26:48.088Z | [ recovery-image] Feb 21 08:26:44.115 INFO O| Feb 21 08:26:44.114 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7098 | 2025-02-21T08:26:48.088Z | [ recovery-image] Feb 21 08:26:44.142 INFO O| Feb 21 08:26:44.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
7099 | 2025-02-21T08:26:48.088Z | [ recovery-image] Feb 21 08:26:44.142 INFO O| Feb 21 08:26:44.142 INFO STEP 868 (remove_files) COMPLETE |
7100 | 2025-02-21T08:26:48.088Z | [ recovery-image] Feb 21 08:26:44.142 INFO O| Feb 21 08:26:44.142 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7101 | 2025-02-21T08:26:48.088Z | [ recovery-image] Feb 21 08:26:44.177 INFO O| Feb 21 08:26:44.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
7102 | 2025-02-21T08:26:48.167Z | [ recovery-image] Feb 21 08:26:44.177 INFO O| Feb 21 08:26:44.177 INFO STEP 869 (remove_files) COMPLETE |
7103 | 2025-02-21T08:26:48.168Z | [ recovery-image] Feb 21 08:26:44.177 INFO O| Feb 21 08:26:44.177 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7104 | 2025-02-21T08:26:48.168Z | [ recovery-image] Feb 21 08:26:44.255 INFO O| Feb 21 08:26:44.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
7105 | 2025-02-21T08:26:48.168Z | [ recovery-image] Feb 21 08:26:44.255 INFO O| Feb 21 08:26:44.255 INFO STEP 870 (remove_files) COMPLETE |
7106 | 2025-02-21T08:26:48.168Z | [ recovery-image] Feb 21 08:26:44.255 INFO O| Feb 21 08:26:44.255 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7107 | 2025-02-21T08:26:48.168Z | [ recovery-image] Feb 21 08:26:44.314 INFO O| Feb 21 08:26:44.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
7108 | 2025-02-21T08:26:48.168Z | [ recovery-image] Feb 21 08:26:44.314 INFO O| Feb 21 08:26:44.314 INFO STEP 871 (remove_files) COMPLETE |
7109 | 2025-02-21T08:26:48.168Z | [ recovery-image] Feb 21 08:26:44.314 INFO O| Feb 21 08:26:44.314 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7110 | 2025-02-21T08:26:48.168Z | [ recovery-image] Feb 21 08:26:44.334 INFO O| Feb 21 08:26:44.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
7111 | 2025-02-21T08:26:48.168Z | [ recovery-image] Feb 21 08:26:44.334 INFO O| Feb 21 08:26:44.334 INFO STEP 872 (remove_files) COMPLETE |
7112 | 2025-02-21T08:26:48.168Z | [ recovery-image] Feb 21 08:26:44.334 INFO O| Feb 21 08:26:44.334 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7113 | 2025-02-21T08:26:48.168Z | [ recovery-image] Feb 21 08:26:44.356 INFO O| Feb 21 08:26:44.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
7114 | 2025-02-21T08:26:48.168Z | [ recovery-image] Feb 21 08:26:44.356 INFO O| Feb 21 08:26:44.356 INFO STEP 873 (remove_files) COMPLETE |
7115 | 2025-02-21T08:26:48.168Z | [ recovery-image] Feb 21 08:26:44.356 INFO O| Feb 21 08:26:44.356 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7116 | 2025-02-21T08:26:48.168Z | [ recovery-image] Feb 21 08:26:44.495 INFO O| Feb 21 08:26:44.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
7117 | 2025-02-21T08:26:48.168Z | [ recovery-image] Feb 21 08:26:44.495 INFO O| Feb 21 08:26:44.495 INFO STEP 874 (remove_files) COMPLETE |
7118 | 2025-02-21T08:26:48.168Z | [ recovery-image] Feb 21 08:26:44.495 INFO O| Feb 21 08:26:44.495 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7119 | 2025-02-21T08:26:48.168Z | [ recovery-image] Feb 21 08:26:44.518 INFO O| Feb 21 08:26:44.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
7120 | 2025-02-21T08:26:48.168Z | [ recovery-image] Feb 21 08:26:44.518 INFO O| Feb 21 08:26:44.518 INFO STEP 875 (remove_files) COMPLETE |
7121 | 2025-02-21T08:26:48.168Z | [ recovery-image] Feb 21 08:26:44.518 INFO O| Feb 21 08:26:44.518 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7122 | 2025-02-21T08:26:48.168Z | [ recovery-image] Feb 21 08:26:44.538 INFO O| Feb 21 08:26:44.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
7123 | 2025-02-21T08:26:48.168Z | [ recovery-image] Feb 21 08:26:44.538 INFO O| Feb 21 08:26:44.538 INFO STEP 876 (remove_files) COMPLETE |
7124 | 2025-02-21T08:26:48.168Z | [ recovery-image] Feb 21 08:26:44.538 INFO O| Feb 21 08:26:44.538 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7125 | 2025-02-21T08:26:48.169Z | [ recovery-image] Feb 21 08:26:44.555 INFO O| Feb 21 08:26:44.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
7126 | 2025-02-21T08:26:48.169Z | [ recovery-image] Feb 21 08:26:44.555 INFO O| Feb 21 08:26:44.555 INFO STEP 877 (remove_files) COMPLETE |
7127 | 2025-02-21T08:26:48.169Z | [ recovery-image] Feb 21 08:26:44.555 INFO O| Feb 21 08:26:44.555 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7128 | 2025-02-21T08:26:48.169Z | [ recovery-image] Feb 21 08:26:44.597 INFO O| Feb 21 08:26:44.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
7129 | 2025-02-21T08:26:48.169Z | [ recovery-image] Feb 21 08:26:44.597 INFO O| Feb 21 08:26:44.597 INFO STEP 878 (remove_files) COMPLETE |
7130 | 2025-02-21T08:26:48.169Z | [ recovery-image] Feb 21 08:26:44.597 INFO O| Feb 21 08:26:44.597 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7131 | 2025-02-21T08:26:48.169Z | [ recovery-image] Feb 21 08:26:44.618 INFO O| Feb 21 08:26:44.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
7132 | 2025-02-21T08:26:48.169Z | [ recovery-image] Feb 21 08:26:44.618 INFO O| Feb 21 08:26:44.618 INFO STEP 879 (remove_files) COMPLETE |
7133 | 2025-02-21T08:26:48.169Z | [ recovery-image] Feb 21 08:26:44.618 INFO O| Feb 21 08:26:44.618 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7134 | 2025-02-21T08:26:48.169Z | [ recovery-image] Feb 21 08:26:44.638 INFO O| Feb 21 08:26:44.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
7135 | 2025-02-21T08:26:48.169Z | [ recovery-image] Feb 21 08:26:44.638 INFO O| Feb 21 08:26:44.638 INFO STEP 880 (remove_files) COMPLETE |
7136 | 2025-02-21T08:26:48.169Z | [ recovery-image] Feb 21 08:26:44.638 INFO O| Feb 21 08:26:44.638 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7137 | 2025-02-21T08:26:48.169Z | [ recovery-image] Feb 21 08:26:44.657 INFO O| Feb 21 08:26:44.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
7138 | 2025-02-21T08:26:48.169Z | [ recovery-image] Feb 21 08:26:44.657 INFO O| Feb 21 08:26:44.657 INFO STEP 881 (remove_files) COMPLETE |
7139 | 2025-02-21T08:26:48.169Z | [ recovery-image] Feb 21 08:26:44.657 INFO O| Feb 21 08:26:44.657 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7140 | 2025-02-21T08:26:48.169Z | [ recovery-image] Feb 21 08:26:44.683 INFO O| Feb 21 08:26:44.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
7141 | 2025-02-21T08:26:48.169Z | [ recovery-image] Feb 21 08:26:44.683 INFO O| Feb 21 08:26:44.683 INFO STEP 882 (remove_files) COMPLETE |
7142 | 2025-02-21T08:26:48.169Z | [ recovery-image] Feb 21 08:26:44.683 INFO O| Feb 21 08:26:44.683 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7143 | 2025-02-21T08:26:48.169Z | [ recovery-image] Feb 21 08:26:44.703 INFO O| Feb 21 08:26:44.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
7144 | 2025-02-21T08:26:48.169Z | [ recovery-image] Feb 21 08:26:44.703 INFO O| Feb 21 08:26:44.703 INFO STEP 883 (remove_files) COMPLETE |
7145 | 2025-02-21T08:26:48.169Z | [ recovery-image] Feb 21 08:26:44.703 INFO O| Feb 21 08:26:44.703 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7146 | 2025-02-21T08:26:48.169Z | [ recovery-image] Feb 21 08:26:44.722 INFO O| Feb 21 08:26:44.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
7147 | 2025-02-21T08:26:48.169Z | [ recovery-image] Feb 21 08:26:44.722 INFO O| Feb 21 08:26:44.722 INFO STEP 884 (remove_files) COMPLETE |
7148 | 2025-02-21T08:26:48.169Z | [ recovery-image] Feb 21 08:26:44.722 INFO O| Feb 21 08:26:44.722 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7149 | 2025-02-21T08:26:48.169Z | [ recovery-image] Feb 21 08:26:44.764 INFO O| Feb 21 08:26:44.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
7150 | 2025-02-21T08:26:48.169Z | [ recovery-image] Feb 21 08:26:44.764 INFO O| Feb 21 08:26:44.764 INFO STEP 885 (remove_files) COMPLETE |
7151 | 2025-02-21T08:26:48.169Z | [ recovery-image] Feb 21 08:26:44.764 INFO O| Feb 21 08:26:44.764 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7152 | 2025-02-21T08:26:48.169Z | [ recovery-image] Feb 21 08:26:44.783 INFO O| Feb 21 08:26:44.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
7153 | 2025-02-21T08:26:48.169Z | [ recovery-image] Feb 21 08:26:44.783 INFO O| Feb 21 08:26:44.783 INFO STEP 886 (remove_files) COMPLETE |
7154 | 2025-02-21T08:26:48.169Z | [ recovery-image] Feb 21 08:26:44.783 INFO O| Feb 21 08:26:44.783 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7155 | 2025-02-21T08:26:48.169Z | [ recovery-image] Feb 21 08:26:44.841 INFO O| Feb 21 08:26:44.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
7156 | 2025-02-21T08:26:48.170Z | [ recovery-image] Feb 21 08:26:44.842 INFO O| Feb 21 08:26:44.842 INFO STEP 887 (remove_files) COMPLETE |
7157 | 2025-02-21T08:26:48.170Z | [ recovery-image] Feb 21 08:26:44.842 INFO O| Feb 21 08:26:44.842 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7158 | 2025-02-21T08:26:48.170Z | [ recovery-image] Feb 21 08:26:44.861 INFO O| Feb 21 08:26:44.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
7159 | 2025-02-21T08:26:48.170Z | [ recovery-image] Feb 21 08:26:44.861 INFO O| Feb 21 08:26:44.861 INFO STEP 888 (remove_files) COMPLETE |
7160 | 2025-02-21T08:26:48.170Z | [ recovery-image] Feb 21 08:26:44.861 INFO O| Feb 21 08:26:44.861 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7161 | 2025-02-21T08:26:48.170Z | [ recovery-image] Feb 21 08:26:44.919 INFO O| Feb 21 08:26:44.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
7162 | 2025-02-21T08:26:48.170Z | [ recovery-image] Feb 21 08:26:44.920 INFO O| Feb 21 08:26:44.919 INFO STEP 889 (remove_files) COMPLETE |
7163 | 2025-02-21T08:26:48.170Z | [ recovery-image] Feb 21 08:26:44.920 INFO O| Feb 21 08:26:44.920 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7164 | 2025-02-21T08:26:48.170Z | [ recovery-image] Feb 21 08:26:44.958 INFO O| Feb 21 08:26:44.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
7165 | 2025-02-21T08:26:48.170Z | [ recovery-image] Feb 21 08:26:44.958 INFO O| Feb 21 08:26:44.958 INFO STEP 890 (remove_files) COMPLETE |
7166 | 2025-02-21T08:26:48.170Z | [ recovery-image] Feb 21 08:26:44.958 INFO O| Feb 21 08:26:44.958 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7167 | 2025-02-21T08:26:48.170Z | [ recovery-image] Feb 21 08:26:45.029 INFO O| Feb 21 08:26:45.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
7168 | 2025-02-21T08:26:48.170Z | [ recovery-image] Feb 21 08:26:45.029 INFO O| Feb 21 08:26:45.029 INFO STEP 891 (remove_files) COMPLETE |
7169 | 2025-02-21T08:26:48.170Z | [ recovery-image] Feb 21 08:26:45.029 INFO O| Feb 21 08:26:45.029 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7170 | 2025-02-21T08:26:48.170Z | [ recovery-image] Feb 21 08:26:45.115 INFO O| Feb 21 08:26:45.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
7171 | 2025-02-21T08:26:48.170Z | [ recovery-image] Feb 21 08:26:45.115 INFO O| Feb 21 08:26:45.115 INFO STEP 892 (remove_files) COMPLETE |
7172 | 2025-02-21T08:26:48.170Z | [ recovery-image] Feb 21 08:26:45.115 INFO O| Feb 21 08:26:45.115 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7173 | 2025-02-21T08:26:48.170Z | [ recovery-image] Feb 21 08:26:45.152 INFO O| Feb 21 08:26:45.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
7174 | 2025-02-21T08:26:48.170Z | [ recovery-image] Feb 21 08:26:45.152 INFO O| Feb 21 08:26:45.152 INFO STEP 893 (remove_files) COMPLETE |
7175 | 2025-02-21T08:26:48.170Z | [ recovery-image] Feb 21 08:26:45.152 INFO O| Feb 21 08:26:45.152 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7176 | 2025-02-21T08:26:48.170Z | [ recovery-image] Feb 21 08:26:45.172 INFO O| Feb 21 08:26:45.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
7177 | 2025-02-21T08:26:48.170Z | [ recovery-image] Feb 21 08:26:45.172 INFO O| Feb 21 08:26:45.172 INFO STEP 894 (remove_files) COMPLETE |
7178 | 2025-02-21T08:26:48.170Z | [ recovery-image] Feb 21 08:26:45.172 INFO O| Feb 21 08:26:45.172 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7179 | 2025-02-21T08:26:48.170Z | [ recovery-image] Feb 21 08:26:45.203 INFO O| Feb 21 08:26:45.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
7180 | 2025-02-21T08:26:48.170Z | [ recovery-image] Feb 21 08:26:45.203 INFO O| Feb 21 08:26:45.203 INFO STEP 895 (remove_files) COMPLETE |
7181 | 2025-02-21T08:26:48.170Z | [ recovery-image] Feb 21 08:26:45.203 INFO O| Feb 21 08:26:45.203 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7182 | 2025-02-21T08:26:48.170Z | [ recovery-image] Feb 21 08:26:45.219 INFO O| Feb 21 08:26:45.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
7183 | 2025-02-21T08:26:48.170Z | [ recovery-image] Feb 21 08:26:45.219 INFO O| Feb 21 08:26:45.219 INFO STEP 896 (remove_files) COMPLETE |
7184 | 2025-02-21T08:26:48.170Z | [ recovery-image] Feb 21 08:26:45.219 INFO O| Feb 21 08:26:45.219 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7185 | 2025-02-21T08:26:48.170Z | [ recovery-image] Feb 21 08:26:45.236 INFO O| Feb 21 08:26:45.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
7186 | 2025-02-21T08:26:48.170Z | [ recovery-image] Feb 21 08:26:45.236 INFO O| Feb 21 08:26:45.236 INFO STEP 897 (remove_files) COMPLETE |
7187 | 2025-02-21T08:26:48.170Z | [ recovery-image] Feb 21 08:26:45.236 INFO O| Feb 21 08:26:45.236 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7188 | 2025-02-21T08:26:48.170Z | [ recovery-image] Feb 21 08:26:45.253 INFO O| Feb 21 08:26:45.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
7189 | 2025-02-21T08:26:48.170Z | [ recovery-image] Feb 21 08:26:45.253 INFO O| Feb 21 08:26:45.253 INFO STEP 898 (remove_files) COMPLETE |
7190 | 2025-02-21T08:26:48.170Z | [ recovery-image] Feb 21 08:26:45.253 INFO O| Feb 21 08:26:45.253 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7191 | 2025-02-21T08:26:48.170Z | [ recovery-image] Feb 21 08:26:45.269 INFO O| Feb 21 08:26:45.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
7192 | 2025-02-21T08:26:48.170Z | [ recovery-image] Feb 21 08:26:45.270 INFO O| Feb 21 08:26:45.270 INFO STEP 899 (remove_files) COMPLETE |
7193 | 2025-02-21T08:26:48.171Z | [ recovery-image] Feb 21 08:26:45.270 INFO O| Feb 21 08:26:45.270 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7194 | 2025-02-21T08:26:48.171Z | [ recovery-image] Feb 21 08:26:45.286 INFO O| Feb 21 08:26:45.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
7195 | 2025-02-21T08:26:48.171Z | [ recovery-image] Feb 21 08:26:45.286 INFO O| Feb 21 08:26:45.286 INFO STEP 900 (remove_files) COMPLETE |
7196 | 2025-02-21T08:26:48.171Z | [ recovery-image] Feb 21 08:26:45.286 INFO O| Feb 21 08:26:45.286 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7197 | 2025-02-21T08:26:48.171Z | [ recovery-image] Feb 21 08:26:45.305 INFO O| Feb 21 08:26:45.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
7198 | 2025-02-21T08:26:48.171Z | [ recovery-image] Feb 21 08:26:45.305 INFO O| Feb 21 08:26:45.305 INFO STEP 901 (remove_files) COMPLETE |
7199 | 2025-02-21T08:26:48.171Z | [ recovery-image] Feb 21 08:26:45.305 INFO O| Feb 21 08:26:45.305 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7200 | 2025-02-21T08:26:48.171Z | [ recovery-image] Feb 21 08:26:45.325 INFO O| Feb 21 08:26:45.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
7201 | 2025-02-21T08:26:48.171Z | [ recovery-image] Feb 21 08:26:45.326 INFO O| Feb 21 08:26:45.326 INFO STEP 902 (remove_files) COMPLETE |
7202 | 2025-02-21T08:26:48.182Z | [ recovery-image] Feb 21 08:26:45.326 INFO O| Feb 21 08:26:45.326 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7203 | 2025-02-21T08:26:48.182Z | [ recovery-image] Feb 21 08:26:45.345 INFO O| Feb 21 08:26:45.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
7204 | 2025-02-21T08:26:48.182Z | [ recovery-image] Feb 21 08:26:45.345 INFO O| Feb 21 08:26:45.345 INFO STEP 903 (remove_files) COMPLETE |
7205 | 2025-02-21T08:26:48.182Z | [ recovery-image] Feb 21 08:26:45.345 INFO O| Feb 21 08:26:45.345 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7206 | 2025-02-21T08:26:48.182Z | [ recovery-image] Feb 21 08:26:45.365 INFO O| Feb 21 08:26:45.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
7207 | 2025-02-21T08:26:48.182Z | [ recovery-image] Feb 21 08:26:45.365 INFO O| Feb 21 08:26:45.365 INFO STEP 904 (remove_files) COMPLETE |
7208 | 2025-02-21T08:26:48.182Z | [ recovery-image] Feb 21 08:26:45.365 INFO O| Feb 21 08:26:45.365 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7209 | 2025-02-21T08:26:48.182Z | [ recovery-image] Feb 21 08:26:45.395 INFO O| Feb 21 08:26:45.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
7210 | 2025-02-21T08:26:48.182Z | [ recovery-image] Feb 21 08:26:45.395 INFO O| Feb 21 08:26:45.395 INFO STEP 905 (remove_files) COMPLETE |
7211 | 2025-02-21T08:26:48.182Z | [ recovery-image] Feb 21 08:26:45.395 INFO O| Feb 21 08:26:45.395 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7212 | 2025-02-21T08:26:48.182Z | [ recovery-image] Feb 21 08:26:45.438 INFO O| Feb 21 08:26:45.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
7213 | 2025-02-21T08:26:48.182Z | [ recovery-image] Feb 21 08:26:45.438 INFO O| Feb 21 08:26:45.438 INFO STEP 906 (remove_files) COMPLETE |
7214 | 2025-02-21T08:26:48.182Z | [ recovery-image] Feb 21 08:26:45.438 INFO O| Feb 21 08:26:45.438 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7215 | 2025-02-21T08:26:48.182Z | [ recovery-image] Feb 21 08:26:45.455 INFO O| Feb 21 08:26:45.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
7216 | 2025-02-21T08:26:48.182Z | [ recovery-image] Feb 21 08:26:45.455 INFO O| Feb 21 08:26:45.455 INFO STEP 907 (remove_files) COMPLETE |
7217 | 2025-02-21T08:26:48.182Z | [ recovery-image] Feb 21 08:26:45.455 INFO O| Feb 21 08:26:45.455 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7218 | 2025-02-21T08:26:48.183Z | [ recovery-image] Feb 21 08:26:45.474 INFO O| Feb 21 08:26:45.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
7219 | 2025-02-21T08:26:48.183Z | [ recovery-image] Feb 21 08:26:45.474 INFO O| Feb 21 08:26:45.474 INFO STEP 908 (remove_files) COMPLETE |
7220 | 2025-02-21T08:26:48.183Z | [ recovery-image] Feb 21 08:26:45.474 INFO O| Feb 21 08:26:45.474 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7221 | 2025-02-21T08:26:48.183Z | [ recovery-image] Feb 21 08:26:45.493 INFO O| Feb 21 08:26:45.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
7222 | 2025-02-21T08:26:48.183Z | [ recovery-image] Feb 21 08:26:45.493 INFO O| Feb 21 08:26:45.493 INFO STEP 909 (remove_files) COMPLETE |
7223 | 2025-02-21T08:26:48.183Z | [ recovery-image] Feb 21 08:26:45.493 INFO O| Feb 21 08:26:45.493 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7224 | 2025-02-21T08:26:48.183Z | [ recovery-image] Feb 21 08:26:45.512 INFO O| Feb 21 08:26:45.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
7225 | 2025-02-21T08:26:48.183Z | [ recovery-image] Feb 21 08:26:45.512 INFO O| Feb 21 08:26:45.512 INFO STEP 910 (remove_files) COMPLETE |
7226 | 2025-02-21T08:26:48.183Z | [ recovery-image] Feb 21 08:26:45.512 INFO O| Feb 21 08:26:45.512 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7227 | 2025-02-21T08:26:48.183Z | [ recovery-image] Feb 21 08:26:45.529 INFO O| Feb 21 08:26:45.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
7228 | 2025-02-21T08:26:48.183Z | [ recovery-image] Feb 21 08:26:45.529 INFO O| Feb 21 08:26:45.529 INFO STEP 911 (remove_files) COMPLETE |
7229 | 2025-02-21T08:26:48.183Z | [ recovery-image] Feb 21 08:26:45.529 INFO O| Feb 21 08:26:45.529 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7230 | 2025-02-21T08:26:48.183Z | [ recovery-image] Feb 21 08:26:45.549 INFO O| Feb 21 08:26:45.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
7231 | 2025-02-21T08:26:48.183Z | [ recovery-image] Feb 21 08:26:45.549 INFO O| Feb 21 08:26:45.549 INFO STEP 912 (remove_files) COMPLETE |
7232 | 2025-02-21T08:26:48.183Z | [ recovery-image] Feb 21 08:26:45.550 INFO O| Feb 21 08:26:45.549 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7233 | 2025-02-21T08:26:48.183Z | [ recovery-image] Feb 21 08:26:45.570 INFO O| Feb 21 08:26:45.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
7234 | 2025-02-21T08:26:48.183Z | [ recovery-image] Feb 21 08:26:45.570 INFO O| Feb 21 08:26:45.570 INFO STEP 913 (remove_files) COMPLETE |
7235 | 2025-02-21T08:26:48.183Z | [ recovery-image] Feb 21 08:26:45.570 INFO O| Feb 21 08:26:45.570 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7236 | 2025-02-21T08:26:48.183Z | [ recovery-image] Feb 21 08:26:45.590 INFO O| Feb 21 08:26:45.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
7237 | 2025-02-21T08:26:48.183Z | [ recovery-image] Feb 21 08:26:45.590 INFO O| Feb 21 08:26:45.590 INFO STEP 914 (remove_files) COMPLETE |
7238 | 2025-02-21T08:26:48.183Z | [ recovery-image] Feb 21 08:26:45.590 INFO O| Feb 21 08:26:45.590 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7239 | 2025-02-21T08:26:48.183Z | [ recovery-image] Feb 21 08:26:45.610 INFO O| Feb 21 08:26:45.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
7240 | 2025-02-21T08:26:48.183Z | [ recovery-image] Feb 21 08:26:45.610 INFO O| Feb 21 08:26:45.610 INFO STEP 915 (remove_files) COMPLETE |
7241 | 2025-02-21T08:26:48.183Z | [ recovery-image] Feb 21 08:26:45.610 INFO O| Feb 21 08:26:45.610 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7242 | 2025-02-21T08:26:48.183Z | [ recovery-image] Feb 21 08:26:45.630 INFO O| Feb 21 08:26:45.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
7243 | 2025-02-21T08:26:48.183Z | [ recovery-image] Feb 21 08:26:45.630 INFO O| Feb 21 08:26:45.630 INFO STEP 916 (remove_files) COMPLETE |
7244 | 2025-02-21T08:26:48.183Z | [ recovery-image] Feb 21 08:26:45.630 INFO O| Feb 21 08:26:45.630 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7245 | 2025-02-21T08:26:48.183Z | [ recovery-image] Feb 21 08:26:45.668 INFO O| Feb 21 08:26:45.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
7246 | 2025-02-21T08:26:48.183Z | [ recovery-image] Feb 21 08:26:45.668 INFO O| Feb 21 08:26:45.668 INFO STEP 917 (remove_files) COMPLETE |
7247 | 2025-02-21T08:26:48.183Z | [ recovery-image] Feb 21 08:26:45.668 INFO O| Feb 21 08:26:45.668 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7248 | 2025-02-21T08:26:48.183Z | [ recovery-image] Feb 21 08:26:45.689 INFO O| Feb 21 08:26:45.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
7249 | 2025-02-21T08:26:48.183Z | [ recovery-image] Feb 21 08:26:45.690 INFO O| Feb 21 08:26:45.690 INFO STEP 918 (remove_files) COMPLETE |
7250 | 2025-02-21T08:26:48.184Z | [ recovery-image] Feb 21 08:26:45.690 INFO O| Feb 21 08:26:45.690 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7251 | 2025-02-21T08:26:48.184Z | [ recovery-image] Feb 21 08:26:45.708 INFO O| Feb 21 08:26:45.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
7252 | 2025-02-21T08:26:48.184Z | [ recovery-image] Feb 21 08:26:45.708 INFO O| Feb 21 08:26:45.708 INFO STEP 919 (remove_files) COMPLETE |
7253 | 2025-02-21T08:26:48.184Z | [ recovery-image] Feb 21 08:26:45.709 INFO O| Feb 21 08:26:45.708 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7254 | 2025-02-21T08:26:48.184Z | [ recovery-image] Feb 21 08:26:45.726 INFO O| Feb 21 08:26:45.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
7255 | 2025-02-21T08:26:48.184Z | [ recovery-image] Feb 21 08:26:45.726 INFO O| Feb 21 08:26:45.726 INFO STEP 920 (remove_files) COMPLETE |
7256 | 2025-02-21T08:26:48.184Z | [ recovery-image] Feb 21 08:26:45.726 INFO O| Feb 21 08:26:45.726 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7257 | 2025-02-21T08:26:48.184Z | [ recovery-image] Feb 21 08:26:45.744 INFO O| Feb 21 08:26:45.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
7258 | 2025-02-21T08:26:48.184Z | [ recovery-image] Feb 21 08:26:45.744 INFO O| Feb 21 08:26:45.744 INFO STEP 921 (remove_files) COMPLETE |
7259 | 2025-02-21T08:26:48.184Z | [ recovery-image] Feb 21 08:26:45.744 INFO O| Feb 21 08:26:45.744 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7260 | 2025-02-21T08:26:48.184Z | [ recovery-image] Feb 21 08:26:45.783 INFO O| Feb 21 08:26:45.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
7261 | 2025-02-21T08:26:48.184Z | [ recovery-image] Feb 21 08:26:45.783 INFO O| Feb 21 08:26:45.783 INFO STEP 922 (remove_files) COMPLETE |
7262 | 2025-02-21T08:26:48.184Z | [ recovery-image] Feb 21 08:26:45.783 INFO O| Feb 21 08:26:45.783 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7263 | 2025-02-21T08:26:48.184Z | [ recovery-image] Feb 21 08:26:45.846 INFO O| Feb 21 08:26:45.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
7264 | 2025-02-21T08:26:48.184Z | [ recovery-image] Feb 21 08:26:45.846 INFO O| Feb 21 08:26:45.846 INFO STEP 923 (remove_files) COMPLETE |
7265 | 2025-02-21T08:26:48.184Z | [ recovery-image] Feb 21 08:26:45.847 INFO O| Feb 21 08:26:45.846 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7266 | 2025-02-21T08:26:48.184Z | [ recovery-image] Feb 21 08:26:45.874 INFO O| Feb 21 08:26:45.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
7267 | 2025-02-21T08:26:48.184Z | [ recovery-image] Feb 21 08:26:45.874 INFO O| Feb 21 08:26:45.874 INFO STEP 924 (remove_files) COMPLETE |
7268 | 2025-02-21T08:26:48.184Z | [ recovery-image] Feb 21 08:26:45.874 INFO O| Feb 21 08:26:45.874 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7269 | 2025-02-21T08:26:48.185Z | [ recovery-image] Feb 21 08:26:45.893 INFO O| Feb 21 08:26:45.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
7270 | 2025-02-21T08:26:48.185Z | [ recovery-image] Feb 21 08:26:45.893 INFO O| Feb 21 08:26:45.893 INFO STEP 925 (remove_files) COMPLETE |
7271 | 2025-02-21T08:26:48.185Z | [ recovery-image] Feb 21 08:26:45.893 INFO O| Feb 21 08:26:45.893 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7272 | 2025-02-21T08:26:48.185Z | [ recovery-image] Feb 21 08:26:45.911 INFO O| Feb 21 08:26:45.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
7273 | 2025-02-21T08:26:48.185Z | [ recovery-image] Feb 21 08:26:45.911 INFO O| Feb 21 08:26:45.911 INFO STEP 926 (remove_files) COMPLETE |
7274 | 2025-02-21T08:26:48.185Z | [ recovery-image] Feb 21 08:26:45.911 INFO O| Feb 21 08:26:45.911 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7275 | 2025-02-21T08:26:48.185Z | [ recovery-image] Feb 21 08:26:45.956 INFO O| Feb 21 08:26:45.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
7276 | 2025-02-21T08:26:48.185Z | [ recovery-image] Feb 21 08:26:45.957 INFO O| Feb 21 08:26:45.957 INFO STEP 927 (remove_files) COMPLETE |
7277 | 2025-02-21T08:26:48.185Z | [ recovery-image] Feb 21 08:26:45.957 INFO O| Feb 21 08:26:45.957 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7278 | 2025-02-21T08:26:48.187Z | [ recovery-image] Feb 21 08:26:45.977 INFO O| Feb 21 08:26:45.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
7279 | 2025-02-21T08:26:48.187Z | [ recovery-image] Feb 21 08:26:45.977 INFO O| Feb 21 08:26:45.977 INFO STEP 928 (remove_files) COMPLETE |
7280 | 2025-02-21T08:26:48.187Z | [ recovery-image] Feb 21 08:26:45.977 INFO O| Feb 21 08:26:45.977 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7281 | 2025-02-21T08:26:48.187Z | [ recovery-image] Feb 21 08:26:45.997 INFO O| Feb 21 08:26:45.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
7282 | 2025-02-21T08:26:48.187Z | [ recovery-image] Feb 21 08:26:45.997 INFO O| Feb 21 08:26:45.997 INFO STEP 929 (remove_files) COMPLETE |
7283 | 2025-02-21T08:26:48.187Z | [ recovery-image] Feb 21 08:26:45.997 INFO O| Feb 21 08:26:45.997 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7284 | 2025-02-21T08:26:48.187Z | [ recovery-image] Feb 21 08:26:46.033 INFO O| Feb 21 08:26:46.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
7285 | 2025-02-21T08:26:48.187Z | [ recovery-image] Feb 21 08:26:46.033 INFO O| Feb 21 08:26:46.033 INFO STEP 930 (remove_files) COMPLETE |
7286 | 2025-02-21T08:26:48.187Z | [ recovery-image] Feb 21 08:26:46.033 INFO O| Feb 21 08:26:46.033 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7287 | 2025-02-21T08:26:48.187Z | [ recovery-image] Feb 21 08:26:46.053 INFO O| Feb 21 08:26:46.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
7288 | 2025-02-21T08:26:48.187Z | [ recovery-image] Feb 21 08:26:46.054 INFO O| Feb 21 08:26:46.053 INFO STEP 931 (remove_files) COMPLETE |
7289 | 2025-02-21T08:26:48.187Z | [ recovery-image] Feb 21 08:26:46.054 INFO O| Feb 21 08:26:46.054 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7290 | 2025-02-21T08:26:48.187Z | [ recovery-image] Feb 21 08:26:46.083 INFO O| Feb 21 08:26:46.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
7291 | 2025-02-21T08:26:48.187Z | [ recovery-image] Feb 21 08:26:46.083 INFO O| Feb 21 08:26:46.083 INFO STEP 932 (remove_files) COMPLETE |
7292 | 2025-02-21T08:26:48.187Z | [ recovery-image] Feb 21 08:26:46.083 INFO O| Feb 21 08:26:46.083 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7293 | 2025-02-21T08:26:48.189Z | [ recovery-image] Feb 21 08:26:46.104 INFO O| Feb 21 08:26:46.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
7294 | 2025-02-21T08:26:48.189Z | [ recovery-image] Feb 21 08:26:46.104 INFO O| Feb 21 08:26:46.104 INFO STEP 933 (remove_files) COMPLETE |
7295 | 2025-02-21T08:26:48.189Z | [ recovery-image] Feb 21 08:26:46.104 INFO O| Feb 21 08:26:46.104 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7296 | 2025-02-21T08:26:48.189Z | [ recovery-image] Feb 21 08:26:46.124 INFO O| Feb 21 08:26:46.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
7297 | 2025-02-21T08:26:48.189Z | [ recovery-image] Feb 21 08:26:46.124 INFO O| Feb 21 08:26:46.124 INFO STEP 934 (remove_files) COMPLETE |
7298 | 2025-02-21T08:26:48.189Z | [ recovery-image] Feb 21 08:26:46.124 INFO O| Feb 21 08:26:46.124 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7299 | 2025-02-21T08:26:48.189Z | [ recovery-image] Feb 21 08:26:46.147 INFO O| Feb 21 08:26:46.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
7300 | 2025-02-21T08:26:48.189Z | [ recovery-image] Feb 21 08:26:46.147 INFO O| Feb 21 08:26:46.147 INFO STEP 935 (remove_files) COMPLETE |
7301 | 2025-02-21T08:26:48.189Z | [ recovery-image] Feb 21 08:26:46.147 INFO O| Feb 21 08:26:46.147 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7302 | 2025-02-21T08:26:48.195Z | [ recovery-image] Feb 21 08:26:46.170 INFO O| Feb 21 08:26:46.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
7303 | 2025-02-21T08:26:48.195Z | [ recovery-image] Feb 21 08:26:46.170 INFO O| Feb 21 08:26:46.170 INFO STEP 936 (remove_files) COMPLETE |
7304 | 2025-02-21T08:26:48.195Z | [ recovery-image] Feb 21 08:26:46.171 INFO O| Feb 21 08:26:46.170 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7305 | 2025-02-21T08:26:48.195Z | [ recovery-image] Feb 21 08:26:46.189 INFO O| Feb 21 08:26:46.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
7306 | 2025-02-21T08:26:48.195Z | [ recovery-image] Feb 21 08:26:46.189 INFO O| Feb 21 08:26:46.189 INFO STEP 937 (remove_files) COMPLETE |
7307 | 2025-02-21T08:26:48.195Z | [ recovery-image] Feb 21 08:26:46.189 INFO O| Feb 21 08:26:46.189 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7308 | 2025-02-21T08:26:48.196Z | [ recovery-image] Feb 21 08:26:46.205 INFO O| Feb 21 08:26:46.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
7309 | 2025-02-21T08:26:48.196Z | [ recovery-image] Feb 21 08:26:46.206 INFO O| Feb 21 08:26:46.206 INFO STEP 938 (remove_files) COMPLETE |
7310 | 2025-02-21T08:26:48.196Z | [ recovery-image] Feb 21 08:26:46.206 INFO O| Feb 21 08:26:46.206 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7311 | 2025-02-21T08:26:48.196Z | [ recovery-image] Feb 21 08:26:46.223 INFO O| Feb 21 08:26:46.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
7312 | 2025-02-21T08:26:48.196Z | [ recovery-image] Feb 21 08:26:46.223 INFO O| Feb 21 08:26:46.223 INFO STEP 939 (remove_files) COMPLETE |
7313 | 2025-02-21T08:26:48.196Z | [ recovery-image] Feb 21 08:26:46.223 INFO O| Feb 21 08:26:46.223 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7314 | 2025-02-21T08:26:48.196Z | [ recovery-image] Feb 21 08:26:46.242 INFO O| Feb 21 08:26:46.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
7315 | 2025-02-21T08:26:48.196Z | [ recovery-image] Feb 21 08:26:46.242 INFO O| Feb 21 08:26:46.242 INFO STEP 940 (remove_files) COMPLETE |
7316 | 2025-02-21T08:26:48.196Z | [ recovery-image] Feb 21 08:26:46.242 INFO O| Feb 21 08:26:46.242 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7317 | 2025-02-21T08:26:48.196Z | [ recovery-image] Feb 21 08:26:46.262 INFO O| Feb 21 08:26:46.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
7318 | 2025-02-21T08:26:48.196Z | [ recovery-image] Feb 21 08:26:46.262 INFO O| Feb 21 08:26:46.262 INFO STEP 941 (remove_files) COMPLETE |
7319 | 2025-02-21T08:26:48.197Z | [ recovery-image] Feb 21 08:26:46.262 INFO O| Feb 21 08:26:46.262 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7320 | 2025-02-21T08:26:48.197Z | [ recovery-image] Feb 21 08:26:46.285 INFO O| Feb 21 08:26:46.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
7321 | 2025-02-21T08:26:48.197Z | [ recovery-image] Feb 21 08:26:46.285 INFO O| Feb 21 08:26:46.285 INFO STEP 942 (remove_files) COMPLETE |
7322 | 2025-02-21T08:26:48.197Z | [ recovery-image] Feb 21 08:26:46.285 INFO O| Feb 21 08:26:46.285 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7323 | 2025-02-21T08:26:48.197Z | [ recovery-image] Feb 21 08:26:46.305 INFO O| Feb 21 08:26:46.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
7324 | 2025-02-21T08:26:48.197Z | [ recovery-image] Feb 21 08:26:46.305 INFO O| Feb 21 08:26:46.305 INFO STEP 943 (remove_files) COMPLETE |
7325 | 2025-02-21T08:26:48.197Z | [ recovery-image] Feb 21 08:26:46.305 INFO O| Feb 21 08:26:46.305 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7326 | 2025-02-21T08:26:48.197Z | [ recovery-image] Feb 21 08:26:46.326 INFO O| Feb 21 08:26:46.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
7327 | 2025-02-21T08:26:48.197Z | [ recovery-image] Feb 21 08:26:46.327 INFO O| Feb 21 08:26:46.326 INFO STEP 944 (remove_files) COMPLETE |
7328 | 2025-02-21T08:26:48.197Z | [ recovery-image] Feb 21 08:26:46.327 INFO O| Feb 21 08:26:46.327 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7329 | 2025-02-21T08:26:48.197Z | [ recovery-image] Feb 21 08:26:46.348 INFO O| Feb 21 08:26:46.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
7330 | 2025-02-21T08:26:48.197Z | [ recovery-image] Feb 21 08:26:46.348 INFO O| Feb 21 08:26:46.348 INFO STEP 945 (remove_files) COMPLETE |
7331 | 2025-02-21T08:26:48.197Z | [ recovery-image] Feb 21 08:26:46.348 INFO O| Feb 21 08:26:46.348 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7332 | 2025-02-21T08:26:48.197Z | [ recovery-image] Feb 21 08:26:46.370 INFO O| Feb 21 08:26:46.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
7333 | 2025-02-21T08:26:48.197Z | [ recovery-image] Feb 21 08:26:46.370 INFO O| Feb 21 08:26:46.370 INFO STEP 946 (remove_files) COMPLETE |
7334 | 2025-02-21T08:26:48.197Z | [ recovery-image] Feb 21 08:26:46.370 INFO O| Feb 21 08:26:46.370 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7335 | 2025-02-21T08:26:48.197Z | [ recovery-image] Feb 21 08:26:46.389 INFO O| Feb 21 08:26:46.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
7336 | 2025-02-21T08:26:48.197Z | [ recovery-image] Feb 21 08:26:46.389 INFO O| Feb 21 08:26:46.389 INFO STEP 947 (remove_files) COMPLETE |
7337 | 2025-02-21T08:26:48.197Z | [ recovery-image] Feb 21 08:26:46.389 INFO O| Feb 21 08:26:46.389 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7338 | 2025-02-21T08:26:48.197Z | [ recovery-image] Feb 21 08:26:46.407 INFO O| Feb 21 08:26:46.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
7339 | 2025-02-21T08:26:48.197Z | [ recovery-image] Feb 21 08:26:46.407 INFO O| Feb 21 08:26:46.407 INFO STEP 948 (remove_files) COMPLETE |
7340 | 2025-02-21T08:26:48.197Z | [ recovery-image] Feb 21 08:26:46.407 INFO O| Feb 21 08:26:46.407 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7341 | 2025-02-21T08:26:48.197Z | [ recovery-image] Feb 21 08:26:46.430 INFO O| Feb 21 08:26:46.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
7342 | 2025-02-21T08:26:48.197Z | [ recovery-image] Feb 21 08:26:46.430 INFO O| Feb 21 08:26:46.430 INFO STEP 949 (remove_files) COMPLETE |
7343 | 2025-02-21T08:26:48.197Z | [ recovery-image] Feb 21 08:26:46.430 INFO O| Feb 21 08:26:46.430 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7344 | 2025-02-21T08:26:48.197Z | [ recovery-image] Feb 21 08:26:46.451 INFO O| Feb 21 08:26:46.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
7345 | 2025-02-21T08:26:48.197Z | [ recovery-image] Feb 21 08:26:46.451 INFO O| Feb 21 08:26:46.451 INFO STEP 950 (remove_files) COMPLETE |
7346 | 2025-02-21T08:26:48.197Z | [ recovery-image] Feb 21 08:26:46.451 INFO O| Feb 21 08:26:46.451 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7347 | 2025-02-21T08:26:48.197Z | [ recovery-image] Feb 21 08:26:46.512 INFO O| Feb 21 08:26:46.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
7348 | 2025-02-21T08:26:48.198Z | [ recovery-image] Feb 21 08:26:46.512 INFO O| Feb 21 08:26:46.512 INFO STEP 951 (remove_files) COMPLETE |
7349 | 2025-02-21T08:26:48.198Z | [ recovery-image] Feb 21 08:26:46.512 INFO O| Feb 21 08:26:46.512 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7350 | 2025-02-21T08:26:48.198Z | [ recovery-image] Feb 21 08:26:46.542 INFO O| Feb 21 08:26:46.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
7351 | 2025-02-21T08:26:48.198Z | [ recovery-image] Feb 21 08:26:46.542 INFO O| Feb 21 08:26:46.542 INFO STEP 952 (remove_files) COMPLETE |
7352 | 2025-02-21T08:26:48.198Z | [ recovery-image] Feb 21 08:26:46.542 INFO O| Feb 21 08:26:46.542 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7353 | 2025-02-21T08:26:48.198Z | [ recovery-image] Feb 21 08:26:46.574 INFO O| Feb 21 08:26:46.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
7354 | 2025-02-21T08:26:48.198Z | [ recovery-image] Feb 21 08:26:46.574 INFO O| Feb 21 08:26:46.574 INFO STEP 953 (remove_files) COMPLETE |
7355 | 2025-02-21T08:26:48.198Z | [ recovery-image] Feb 21 08:26:46.574 INFO O| Feb 21 08:26:46.574 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7356 | 2025-02-21T08:26:48.198Z | [ recovery-image] Feb 21 08:26:46.595 INFO O| Feb 21 08:26:46.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
7357 | 2025-02-21T08:26:48.199Z | [ recovery-image] Feb 21 08:26:46.595 INFO O| Feb 21 08:26:46.595 INFO STEP 954 (remove_files) COMPLETE |
7358 | 2025-02-21T08:26:48.199Z | [ recovery-image] Feb 21 08:26:46.595 INFO O| Feb 21 08:26:46.595 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7359 | 2025-02-21T08:26:48.199Z | [ recovery-image] Feb 21 08:26:46.614 INFO O| Feb 21 08:26:46.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
7360 | 2025-02-21T08:26:48.199Z | [ recovery-image] Feb 21 08:26:46.614 INFO O| Feb 21 08:26:46.614 INFO STEP 955 (remove_files) COMPLETE |
7361 | 2025-02-21T08:26:48.199Z | [ recovery-image] Feb 21 08:26:46.614 INFO O| Feb 21 08:26:46.614 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7362 | 2025-02-21T08:26:48.199Z | [ recovery-image] Feb 21 08:26:46.637 INFO O| Feb 21 08:26:46.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
7363 | 2025-02-21T08:26:48.199Z | [ recovery-image] Feb 21 08:26:46.637 INFO O| Feb 21 08:26:46.637 INFO STEP 956 (remove_files) COMPLETE |
7364 | 2025-02-21T08:26:48.199Z | [ recovery-image] Feb 21 08:26:46.637 INFO O| Feb 21 08:26:46.637 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7365 | 2025-02-21T08:26:48.199Z | [ recovery-image] Feb 21 08:26:46.657 INFO O| Feb 21 08:26:46.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
7366 | 2025-02-21T08:26:48.199Z | [ recovery-image] Feb 21 08:26:46.657 INFO O| Feb 21 08:26:46.657 INFO STEP 957 (remove_files) COMPLETE |
7367 | 2025-02-21T08:26:48.199Z | [ recovery-image] Feb 21 08:26:46.657 INFO O| Feb 21 08:26:46.657 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7368 | 2025-02-21T08:26:48.199Z | [ recovery-image] Feb 21 08:26:46.676 INFO O| Feb 21 08:26:46.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
7369 | 2025-02-21T08:26:48.200Z | [ recovery-image] Feb 21 08:26:46.677 INFO O| Feb 21 08:26:46.677 INFO STEP 958 (remove_files) COMPLETE |
7370 | 2025-02-21T08:26:48.200Z | [ recovery-image] Feb 21 08:26:46.677 INFO O| Feb 21 08:26:46.677 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7371 | 2025-02-21T08:26:48.200Z | [ recovery-image] Feb 21 08:26:46.731 INFO O| Feb 21 08:26:46.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
7372 | 2025-02-21T08:26:48.200Z | [ recovery-image] Feb 21 08:26:46.731 INFO O| Feb 21 08:26:46.731 INFO STEP 959 (remove_files) COMPLETE |
7373 | 2025-02-21T08:26:48.200Z | [ recovery-image] Feb 21 08:26:46.731 INFO O| Feb 21 08:26:46.731 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7374 | 2025-02-21T08:26:48.200Z | [ recovery-image] Feb 21 08:26:46.767 INFO O| Feb 21 08:26:46.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
7375 | 2025-02-21T08:26:48.200Z | [ recovery-image] Feb 21 08:26:46.768 INFO O| Feb 21 08:26:46.767 INFO STEP 960 (remove_files) COMPLETE |
7376 | 2025-02-21T08:26:48.200Z | [ recovery-image] Feb 21 08:26:46.768 INFO O| Feb 21 08:26:46.768 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7377 | 2025-02-21T08:26:48.213Z | [ recovery-image] Feb 21 08:26:46.807 INFO O| Feb 21 08:26:46.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
7378 | 2025-02-21T08:26:48.213Z | [ recovery-image] Feb 21 08:26:46.807 INFO O| Feb 21 08:26:46.807 INFO STEP 961 (remove_files) COMPLETE |
7379 | 2025-02-21T08:26:48.213Z | [ recovery-image] Feb 21 08:26:46.807 INFO O| Feb 21 08:26:46.807 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7380 | 2025-02-21T08:26:48.242Z | [ recovery-image] Feb 21 08:26:46.827 INFO O| Feb 21 08:26:46.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
7381 | 2025-02-21T08:26:48.242Z | [ recovery-image] Feb 21 08:26:46.827 INFO O| Feb 21 08:26:46.827 INFO STEP 962 (remove_files) COMPLETE |
7382 | 2025-02-21T08:26:48.242Z | [ recovery-image] Feb 21 08:26:46.827 INFO O| Feb 21 08:26:46.827 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7383 | 2025-02-21T08:26:48.269Z | [ recovery-image] Feb 21 08:26:46.862 INFO O| Feb 21 08:26:46.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
7384 | 2025-02-21T08:26:48.269Z | [ recovery-image] Feb 21 08:26:46.862 INFO O| Feb 21 08:26:46.862 INFO STEP 963 (remove_files) COMPLETE |
7385 | 2025-02-21T08:26:48.269Z | [ recovery-image] Feb 21 08:26:46.863 INFO O| Feb 21 08:26:46.862 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7386 | 2025-02-21T08:26:48.293Z | [ recovery-image] Feb 21 08:26:46.886 INFO O| Feb 21 08:26:46.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
7387 | 2025-02-21T08:26:48.293Z | [ recovery-image] Feb 21 08:26:46.886 INFO O| Feb 21 08:26:46.886 INFO STEP 964 (remove_files) COMPLETE |
7388 | 2025-02-21T08:26:48.293Z | [ recovery-image] Feb 21 08:26:46.886 INFO O| Feb 21 08:26:46.886 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7389 | 2025-02-21T08:26:48.311Z | [ recovery-image] Feb 21 08:26:46.916 INFO O| Feb 21 08:26:46.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
7390 | 2025-02-21T08:26:48.339Z | [ recovery-image] Feb 21 08:26:46.916 INFO O| Feb 21 08:26:46.916 INFO STEP 965 (remove_files) COMPLETE |
7391 | 2025-02-21T08:26:48.339Z | [ recovery-image] Feb 21 08:26:46.916 INFO O| Feb 21 08:26:46.916 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7392 | 2025-02-21T08:26:48.396Z | [ recovery-image] Feb 21 08:26:46.943 INFO O| Feb 21 08:26:46.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
7393 | 2025-02-21T08:26:48.396Z | [ recovery-image] Feb 21 08:26:46.943 INFO O| Feb 21 08:26:46.943 INFO STEP 966 (remove_files) COMPLETE |
7394 | 2025-02-21T08:26:48.397Z | [ recovery-image] Feb 21 08:26:46.943 INFO O| Feb 21 08:26:46.943 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7395 | 2025-02-21T08:26:48.415Z | [ recovery-image] Feb 21 08:26:47.002 INFO O| Feb 21 08:26:47.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
7396 | 2025-02-21T08:26:48.415Z | [ recovery-image] Feb 21 08:26:47.002 INFO O| Feb 21 08:26:47.002 INFO STEP 967 (remove_files) COMPLETE |
7397 | 2025-02-21T08:26:48.415Z | [ recovery-image] Feb 21 08:26:47.002 INFO O| Feb 21 08:26:47.002 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7398 | 2025-02-21T08:26:48.425Z | [ recovery-image] Feb 21 08:26:47.025 INFO O| Feb 21 08:26:47.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
7399 | 2025-02-21T08:26:48.425Z | [ recovery-image] Feb 21 08:26:47.025 INFO O| Feb 21 08:26:47.025 INFO STEP 968 (remove_files) COMPLETE |
7400 | 2025-02-21T08:26:48.425Z | [ recovery-image] Feb 21 08:26:47.025 INFO O| Feb 21 08:26:47.025 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7401 | 2025-02-21T08:26:48.441Z | [ recovery-image] Feb 21 08:26:47.046 INFO O| Feb 21 08:26:47.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
7402 | 2025-02-21T08:26:48.441Z | [ recovery-image] Feb 21 08:26:47.047 INFO O| Feb 21 08:26:47.047 INFO STEP 969 (remove_files) COMPLETE |
7403 | 2025-02-21T08:26:48.446Z | [ recovery-image] Feb 21 08:26:47.047 INFO O| Feb 21 08:26:47.047 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7404 | 2025-02-21T08:26:48.479Z | [ recovery-image] Feb 21 08:26:47.081 INFO O| Feb 21 08:26:47.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
7405 | 2025-02-21T08:26:48.486Z | [ recovery-image] Feb 21 08:26:47.081 INFO O| Feb 21 08:26:47.081 INFO STEP 970 (remove_files) COMPLETE |
7406 | 2025-02-21T08:26:48.486Z | [ recovery-image] Feb 21 08:26:47.081 INFO O| Feb 21 08:26:47.081 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7407 | 2025-02-21T08:26:48.505Z | [ recovery-image] Feb 21 08:26:47.111 INFO O| Feb 21 08:26:47.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
7408 | 2025-02-21T08:26:48.505Z | [ recovery-image] Feb 21 08:26:47.111 INFO O| Feb 21 08:26:47.111 INFO STEP 971 (remove_files) COMPLETE |
7409 | 2025-02-21T08:26:48.509Z | [ recovery-image] Feb 21 08:26:47.111 INFO O| Feb 21 08:26:47.111 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7410 | 2025-02-21T08:26:48.550Z | [ recovery-image] Feb 21 08:26:47.152 INFO O| Feb 21 08:26:47.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
7411 | 2025-02-21T08:26:48.550Z | [ recovery-image] Feb 21 08:26:47.152 INFO O| Feb 21 08:26:47.152 INFO STEP 972 (remove_files) COMPLETE |
7412 | 2025-02-21T08:26:48.551Z | [ recovery-image] Feb 21 08:26:47.152 INFO O| Feb 21 08:26:47.152 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7413 | 2025-02-21T08:26:48.567Z | [ recovery-image] Feb 21 08:26:47.172 INFO O| Feb 21 08:26:47.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
7414 | 2025-02-21T08:26:48.567Z | [ recovery-image] Feb 21 08:26:47.172 INFO O| Feb 21 08:26:47.172 INFO STEP 973 (remove_files) COMPLETE |
7415 | 2025-02-21T08:26:48.567Z | [ recovery-image] Feb 21 08:26:47.172 INFO O| Feb 21 08:26:47.172 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7416 | 2025-02-21T08:26:48.611Z | [ recovery-image] Feb 21 08:26:47.217 INFO O| Feb 21 08:26:47.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
7417 | 2025-02-21T08:26:48.611Z | [ recovery-image] Feb 21 08:26:47.217 INFO O| Feb 21 08:26:47.217 INFO STEP 974 (remove_files) COMPLETE |
7418 | 2025-02-21T08:26:48.625Z | [ recovery-image] Feb 21 08:26:47.217 INFO O| Feb 21 08:26:47.217 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7419 | 2025-02-21T08:26:48.686Z | [ recovery-image] Feb 21 08:26:47.276 INFO O| Feb 21 08:26:47.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
7420 | 2025-02-21T08:26:48.687Z | [ recovery-image] Feb 21 08:26:47.276 INFO O| Feb 21 08:26:47.276 INFO STEP 975 (remove_files) COMPLETE |
7421 | 2025-02-21T08:26:48.705Z | [ recovery-image] Feb 21 08:26:47.276 INFO O| Feb 21 08:26:47.276 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7422 | 2025-02-21T08:26:48.706Z | [ recovery-image] Feb 21 08:26:47.294 INFO O| Feb 21 08:26:47.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
7423 | 2025-02-21T08:26:48.706Z | [ recovery-image] Feb 21 08:26:47.295 INFO O| Feb 21 08:26:47.294 INFO STEP 976 (remove_files) COMPLETE |
7424 | 2025-02-21T08:26:48.706Z | [ recovery-image] Feb 21 08:26:47.295 INFO O| Feb 21 08:26:47.295 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7425 | 2025-02-21T08:26:48.773Z | [ recovery-image] Feb 21 08:26:47.377 INFO O| Feb 21 08:26:47.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
7426 | 2025-02-21T08:26:48.773Z | [ recovery-image] Feb 21 08:26:47.377 INFO O| Feb 21 08:26:47.377 INFO STEP 977 (remove_files) COMPLETE |
7427 | 2025-02-21T08:26:48.773Z | [ recovery-image] Feb 21 08:26:47.377 INFO O| Feb 21 08:26:47.377 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7428 | 2025-02-21T08:26:48.802Z | [ recovery-image] Feb 21 08:26:47.402 INFO O| Feb 21 08:26:47.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
7429 | 2025-02-21T08:26:48.821Z | [ recovery-image] Feb 21 08:26:47.427 INFO O| Feb 21 08:26:47.427 INFO STEP 978 (remove_files) COMPLETE |
7430 | 2025-02-21T08:26:48.822Z | [ recovery-image] Feb 21 08:26:47.427 INFO O| Feb 21 08:26:47.427 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7431 | 2025-02-21T08:26:48.857Z | [ recovery-image] Feb 21 08:26:47.463 INFO O| Feb 21 08:26:47.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
7432 | 2025-02-21T08:26:48.872Z | [ recovery-image] Feb 21 08:26:47.477 INFO O| Feb 21 08:26:47.477 INFO STEP 979 (remove_files) COMPLETE |
7433 | 2025-02-21T08:26:48.872Z | [ recovery-image] Feb 21 08:26:47.477 INFO O| Feb 21 08:26:47.477 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7434 | 2025-02-21T08:26:48.893Z | [ recovery-image] Feb 21 08:26:47.499 INFO O| Feb 21 08:26:47.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
7435 | 2025-02-21T08:26:48.893Z | [ recovery-image] Feb 21 08:26:47.499 INFO O| Feb 21 08:26:47.499 INFO STEP 980 (remove_files) COMPLETE |
7436 | 2025-02-21T08:26:48.896Z | [ recovery-image] Feb 21 08:26:47.499 INFO O| Feb 21 08:26:47.499 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7437 | 2025-02-21T08:26:48.923Z | [ recovery-image] Feb 21 08:26:47.528 INFO O| Feb 21 08:26:47.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
7438 | 2025-02-21T08:26:48.923Z | [ recovery-image] Feb 21 08:26:47.528 INFO O| Feb 21 08:26:47.528 INFO STEP 981 (remove_files) COMPLETE |
7439 | 2025-02-21T08:26:48.923Z | [ recovery-image] Feb 21 08:26:47.528 INFO O| Feb 21 08:26:47.528 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7440 | 2025-02-21T08:26:48.941Z | [ recovery-image] Feb 21 08:26:47.547 INFO O| Feb 21 08:26:47.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
7441 | 2025-02-21T08:26:48.951Z | [ recovery-image] Feb 21 08:26:47.547 INFO O| Feb 21 08:26:47.547 INFO STEP 982 (remove_files) COMPLETE |
7442 | 2025-02-21T08:26:48.952Z | [ recovery-image] Feb 21 08:26:47.547 INFO O| Feb 21 08:26:47.547 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7443 | 2025-02-21T08:26:48.959Z | [ recovery-image] Feb 21 08:26:47.564 INFO O| Feb 21 08:26:47.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
7444 | 2025-02-21T08:26:48.959Z | [ recovery-image] Feb 21 08:26:47.564 INFO O| Feb 21 08:26:47.564 INFO STEP 983 (remove_files) COMPLETE |
7445 | 2025-02-21T08:26:48.962Z | [ recovery-image] Feb 21 08:26:47.564 INFO O| Feb 21 08:26:47.564 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7446 | 2025-02-21T08:26:48.992Z | [ recovery-image] Feb 21 08:26:47.597 INFO O| Feb 21 08:26:47.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
7447 | 2025-02-21T08:26:48.992Z | [ recovery-image] Feb 21 08:26:47.597 INFO O| Feb 21 08:26:47.597 INFO STEP 984 (remove_files) COMPLETE |
7448 | 2025-02-21T08:26:48.992Z | [ recovery-image] Feb 21 08:26:47.597 INFO O| Feb 21 08:26:47.597 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7449 | 2025-02-21T08:26:49.009Z | [ recovery-image] Feb 21 08:26:47.615 INFO O| Feb 21 08:26:47.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
7450 | 2025-02-21T08:26:49.009Z | [ recovery-image] Feb 21 08:26:47.615 INFO O| Feb 21 08:26:47.615 INFO STEP 985 (remove_files) COMPLETE |
7451 | 2025-02-21T08:26:49.012Z | [ recovery-image] Feb 21 08:26:47.615 INFO O| Feb 21 08:26:47.615 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7452 | 2025-02-21T08:26:49.034Z | [ recovery-image] Feb 21 08:26:47.640 INFO O| Feb 21 08:26:47.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7453 | 2025-02-21T08:26:49.038Z | [ recovery-image] Feb 21 08:26:47.640 INFO O| Feb 21 08:26:47.640 INFO STEP 986 (remove_files) COMPLETE |
7454 | 2025-02-21T08:26:49.038Z | [ recovery-image] Feb 21 08:26:47.641 INFO O| Feb 21 08:26:47.640 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7455 | 2025-02-21T08:26:49.063Z | [ recovery-image] Feb 21 08:26:47.669 INFO O| Feb 21 08:26:47.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7456 | 2025-02-21T08:26:49.066Z | [ recovery-image] Feb 21 08:26:47.669 INFO O| Feb 21 08:26:47.669 INFO STEP 987 (remove_files) COMPLETE |
7457 | 2025-02-21T08:26:49.066Z | [ recovery-image] Feb 21 08:26:47.670 INFO O| Feb 21 08:26:47.669 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7458 | 2025-02-21T08:26:49.085Z | [ recovery-image] Feb 21 08:26:47.691 INFO O| Feb 21 08:26:47.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7459 | 2025-02-21T08:26:49.088Z | [ recovery-image] Feb 21 08:26:47.691 INFO O| Feb 21 08:26:47.691 INFO STEP 988 (remove_files) COMPLETE |
7460 | 2025-02-21T08:26:49.088Z | [ recovery-image] Feb 21 08:26:47.692 INFO O| Feb 21 08:26:47.691 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7461 | 2025-02-21T08:26:49.145Z | [ recovery-image] Feb 21 08:26:47.736 INFO O| Feb 21 08:26:47.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7462 | 2025-02-21T08:26:49.146Z | [ recovery-image] Feb 21 08:26:47.736 INFO O| Feb 21 08:26:47.736 INFO STEP 989 (remove_files) COMPLETE |
7463 | 2025-02-21T08:26:49.146Z | [ recovery-image] Feb 21 08:26:47.736 INFO O| Feb 21 08:26:47.736 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7464 | 2025-02-21T08:26:49.152Z | [ recovery-image] Feb 21 08:26:47.755 INFO O| Feb 21 08:26:47.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7465 | 2025-02-21T08:26:49.152Z | [ recovery-image] Feb 21 08:26:47.756 INFO O| Feb 21 08:26:47.756 INFO STEP 990 (remove_files) COMPLETE |
7466 | 2025-02-21T08:26:49.152Z | [ recovery-image] Feb 21 08:26:47.756 INFO O| Feb 21 08:26:47.756 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7467 | 2025-02-21T08:26:49.169Z | [ recovery-image] Feb 21 08:26:47.773 INFO O| Feb 21 08:26:47.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7468 | 2025-02-21T08:26:49.169Z | [ recovery-image] Feb 21 08:26:47.773 INFO O| Feb 21 08:26:47.773 INFO STEP 991 (remove_files) COMPLETE |
7469 | 2025-02-21T08:26:49.169Z | [ recovery-image] Feb 21 08:26:47.773 INFO O| Feb 21 08:26:47.773 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7470 | 2025-02-21T08:26:49.185Z | [ recovery-image] Feb 21 08:26:47.790 INFO O| Feb 21 08:26:47.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7471 | 2025-02-21T08:26:49.199Z | [ recovery-image] Feb 21 08:26:47.790 INFO O| Feb 21 08:26:47.790 INFO STEP 992 (remove_files) COMPLETE |
7472 | 2025-02-21T08:26:49.199Z | [ recovery-image] Feb 21 08:26:47.790 INFO O| Feb 21 08:26:47.790 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7473 | 2025-02-21T08:26:49.226Z | [ recovery-image] Feb 21 08:26:47.832 INFO O| Feb 21 08:26:47.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7474 | 2025-02-21T08:26:49.226Z | [ recovery-image] Feb 21 08:26:47.832 INFO O| Feb 21 08:26:47.832 INFO STEP 993 (remove_files) COMPLETE |
7475 | 2025-02-21T08:26:49.226Z | [ recovery-image] Feb 21 08:26:47.832 INFO O| Feb 21 08:26:47.832 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7476 | 2025-02-21T08:26:49.260Z | [ recovery-image] Feb 21 08:26:47.863 INFO O| Feb 21 08:26:47.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7477 | 2025-02-21T08:26:49.273Z | [ recovery-image] Feb 21 08:26:47.863 INFO O| Feb 21 08:26:47.863 INFO STEP 994 (remove_files) COMPLETE |
7478 | 2025-02-21T08:26:49.273Z | [ recovery-image] Feb 21 08:26:47.864 INFO O| Feb 21 08:26:47.863 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7479 | 2025-02-21T08:26:49.280Z | [ recovery-image] Feb 21 08:26:47.886 INFO O| Feb 21 08:26:47.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7480 | 2025-02-21T08:26:49.294Z | [ recovery-image] Feb 21 08:26:47.886 INFO O| Feb 21 08:26:47.886 INFO STEP 995 (remove_files) COMPLETE |
7481 | 2025-02-21T08:26:49.294Z | [ recovery-image] Feb 21 08:26:47.886 INFO O| Feb 21 08:26:47.886 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7482 | 2025-02-21T08:26:49.318Z | [ recovery-image] Feb 21 08:26:47.908 INFO O| Feb 21 08:26:47.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7483 | 2025-02-21T08:26:49.322Z | [ recovery-image] Feb 21 08:26:47.908 INFO O| Feb 21 08:26:47.908 INFO STEP 996 (remove_files) COMPLETE |
7484 | 2025-02-21T08:26:49.322Z | [ recovery-image] Feb 21 08:26:47.908 INFO O| Feb 21 08:26:47.908 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7485 | 2025-02-21T08:26:49.330Z | [ recovery-image] Feb 21 08:26:47.927 INFO O| Feb 21 08:26:47.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7486 | 2025-02-21T08:26:49.332Z | [ recovery-image] Feb 21 08:26:47.927 INFO O| Feb 21 08:26:47.927 INFO STEP 997 (remove_files) COMPLETE |
7487 | 2025-02-21T08:26:49.332Z | [ recovery-image] Feb 21 08:26:47.927 INFO O| Feb 21 08:26:47.927 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7488 | 2025-02-21T08:26:49.356Z | [ recovery-image] Feb 21 08:26:47.962 INFO O| Feb 21 08:26:47.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7489 | 2025-02-21T08:26:49.364Z | [ recovery-image] Feb 21 08:26:47.962 INFO O| Feb 21 08:26:47.962 INFO STEP 998 (remove_files) COMPLETE |
7490 | 2025-02-21T08:26:49.364Z | [ recovery-image] Feb 21 08:26:47.962 INFO O| Feb 21 08:26:47.962 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7491 | 2025-02-21T08:26:49.377Z | [ recovery-image] Feb 21 08:26:47.983 INFO O| Feb 21 08:26:47.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7492 | 2025-02-21T08:26:49.392Z | [ recovery-image] Feb 21 08:26:47.983 INFO O| Feb 21 08:26:47.983 INFO STEP 999 (remove_files) COMPLETE |
7493 | 2025-02-21T08:26:49.392Z | [ recovery-image] Feb 21 08:26:47.983 INFO O| Feb 21 08:26:47.983 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7494 | 2025-02-21T08:26:49.402Z | [ recovery-image] Feb 21 08:26:48.008 INFO O| Feb 21 08:26:48.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7495 | 2025-02-21T08:26:49.402Z | [ recovery-image] Feb 21 08:26:48.008 INFO O| Feb 21 08:26:48.008 INFO STEP 1000 (remove_files) COMPLETE |
7496 | 2025-02-21T08:26:49.402Z | [ recovery-image] Feb 21 08:26:48.008 INFO O| Feb 21 08:26:48.008 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7497 | 2025-02-21T08:26:49.427Z | [ recovery-image] Feb 21 08:26:48.033 INFO O| Feb 21 08:26:48.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7498 | 2025-02-21T08:26:49.427Z | [ recovery-image] Feb 21 08:26:48.033 INFO O| Feb 21 08:26:48.033 INFO STEP 1001 (remove_files) COMPLETE |
7499 | 2025-02-21T08:26:49.427Z | [ recovery-image] Feb 21 08:26:48.033 INFO O| Feb 21 08:26:48.033 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7500 | 2025-02-21T08:26:49.459Z | [ recovery-image] Feb 21 08:26:48.065 INFO O| Feb 21 08:26:48.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7501 | 2025-02-21T08:26:49.464Z | [ recovery-image] Feb 21 08:26:48.065 INFO O| Feb 21 08:26:48.065 INFO STEP 1002 (remove_files) COMPLETE |
7502 | 2025-02-21T08:26:49.464Z | [ recovery-image] Feb 21 08:26:48.066 INFO O| Feb 21 08:26:48.066 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7503 | 2025-02-21T08:26:49.481Z | [ recovery-image] Feb 21 08:26:48.086 INFO O| Feb 21 08:26:48.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7504 | 2025-02-21T08:26:49.484Z | [ recovery-image] Feb 21 08:26:48.087 INFO O| Feb 21 08:26:48.087 INFO STEP 1003 (remove_files) COMPLETE |
7505 | 2025-02-21T08:26:49.484Z | [ recovery-image] Feb 21 08:26:48.087 INFO O| Feb 21 08:26:48.087 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7506 | 2025-02-21T08:26:49.503Z | [ recovery-image] Feb 21 08:26:48.106 INFO O| Feb 21 08:26:48.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7507 | 2025-02-21T08:26:49.503Z | [ recovery-image] Feb 21 08:26:48.106 INFO O| Feb 21 08:26:48.106 INFO STEP 1004 (remove_files) COMPLETE |
7508 | 2025-02-21T08:26:49.503Z | [ recovery-image] Feb 21 08:26:48.106 INFO O| Feb 21 08:26:48.106 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7509 | 2025-02-21T08:26:49.534Z | [ recovery-image] Feb 21 08:26:48.140 INFO O| Feb 21 08:26:48.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7510 | 2025-02-21T08:26:49.535Z | [ recovery-image] Feb 21 08:26:48.140 INFO O| Feb 21 08:26:48.140 INFO STEP 1005 (remove_files) COMPLETE |
7511 | 2025-02-21T08:26:49.535Z | [ recovery-image] Feb 21 08:26:48.140 INFO O| Feb 21 08:26:48.140 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7512 | 2025-02-21T08:26:49.556Z | [ recovery-image] Feb 21 08:26:48.161 INFO O| Feb 21 08:26:48.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7513 | 2025-02-21T08:26:49.556Z | [ recovery-image] Feb 21 08:26:48.161 INFO O| Feb 21 08:26:48.161 INFO STEP 1006 (remove_files) COMPLETE |
7514 | 2025-02-21T08:26:49.556Z | [ recovery-image] Feb 21 08:26:48.161 INFO O| Feb 21 08:26:48.161 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7515 | 2025-02-21T08:26:49.582Z | [ recovery-image] Feb 21 08:26:48.188 INFO O| Feb 21 08:26:48.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7516 | 2025-02-21T08:26:49.587Z | [ recovery-image] Feb 21 08:26:48.188 INFO O| Feb 21 08:26:48.188 INFO STEP 1007 (remove_files) COMPLETE |
7517 | 2025-02-21T08:26:49.587Z | [ recovery-image] Feb 21 08:26:48.188 INFO O| Feb 21 08:26:48.188 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7518 | 2025-02-21T08:26:49.604Z | [ recovery-image] Feb 21 08:26:48.209 INFO O| Feb 21 08:26:48.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7519 | 2025-02-21T08:26:49.604Z | [ recovery-image] Feb 21 08:26:48.209 INFO O| Feb 21 08:26:48.209 INFO STEP 1008 (remove_files) COMPLETE |
7520 | 2025-02-21T08:26:49.607Z | [ recovery-image] Feb 21 08:26:48.209 INFO O| Feb 21 08:26:48.209 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7521 | 2025-02-21T08:26:49.639Z | [ recovery-image] Feb 21 08:26:48.243 INFO O| Feb 21 08:26:48.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7522 | 2025-02-21T08:26:49.639Z | [ recovery-image] Feb 21 08:26:48.243 INFO O| Feb 21 08:26:48.243 INFO STEP 1009 (remove_files) COMPLETE |
7523 | 2025-02-21T08:26:49.639Z | [ recovery-image] Feb 21 08:26:48.243 INFO O| Feb 21 08:26:48.243 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7524 | 2025-02-21T08:26:49.658Z | [ recovery-image] Feb 21 08:26:48.263 INFO O| Feb 21 08:26:48.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7525 | 2025-02-21T08:26:49.658Z | [ recovery-image] Feb 21 08:26:48.263 INFO O| Feb 21 08:26:48.263 INFO STEP 1010 (remove_files) COMPLETE |
7526 | 2025-02-21T08:26:49.658Z | [ recovery-image] Feb 21 08:26:48.263 INFO O| Feb 21 08:26:48.263 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7527 | 2025-02-21T08:26:49.677Z | [ recovery-image] Feb 21 08:26:48.282 INFO O| Feb 21 08:26:48.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7528 | 2025-02-21T08:26:49.677Z | [ recovery-image] Feb 21 08:26:48.282 INFO O| Feb 21 08:26:48.282 INFO STEP 1011 (remove_files) COMPLETE |
7529 | 2025-02-21T08:26:49.677Z | [ recovery-image] Feb 21 08:26:48.282 INFO O| Feb 21 08:26:48.282 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7530 | 2025-02-21T08:26:49.695Z | [ recovery-image] Feb 21 08:26:48.300 INFO O| Feb 21 08:26:48.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7531 | 2025-02-21T08:26:49.695Z | [ recovery-image] Feb 21 08:26:48.301 INFO O| Feb 21 08:26:48.301 INFO STEP 1012 (remove_files) COMPLETE |
7532 | 2025-02-21T08:26:49.695Z | [ recovery-image] Feb 21 08:26:48.301 INFO O| Feb 21 08:26:48.301 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7533 | 2025-02-21T08:26:49.715Z | [ recovery-image] Feb 21 08:26:48.319 INFO O| Feb 21 08:26:48.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7534 | 2025-02-21T08:26:49.715Z | [ recovery-image] Feb 21 08:26:48.320 INFO O| Feb 21 08:26:48.319 INFO STEP 1013 (remove_files) COMPLETE |
7535 | 2025-02-21T08:26:49.715Z | [ recovery-image] Feb 21 08:26:48.320 INFO O| Feb 21 08:26:48.320 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7536 | 2025-02-21T08:26:49.749Z | [ recovery-image] Feb 21 08:26:48.355 INFO O| Feb 21 08:26:48.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7537 | 2025-02-21T08:26:49.749Z | [ recovery-image] Feb 21 08:26:48.355 INFO O| Feb 21 08:26:48.355 INFO STEP 1014 (remove_files) COMPLETE |
7538 | 2025-02-21T08:26:49.749Z | [ recovery-image] Feb 21 08:26:48.355 INFO O| Feb 21 08:26:48.355 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7539 | 2025-02-21T08:26:49.798Z | [ recovery-image] Feb 21 08:26:48.404 INFO O| Feb 21 08:26:48.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7540 | 2025-02-21T08:26:49.801Z | [ recovery-image] Feb 21 08:26:48.404 INFO O| Feb 21 08:26:48.404 INFO STEP 1015 (remove_files) COMPLETE |
7541 | 2025-02-21T08:26:49.801Z | [ recovery-image] Feb 21 08:26:48.405 INFO O| Feb 21 08:26:48.404 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7542 | 2025-02-21T08:26:49.819Z | [ recovery-image] Feb 21 08:26:48.426 INFO O| Feb 21 08:26:48.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7543 | 2025-02-21T08:26:49.824Z | [ recovery-image] Feb 21 08:26:48.426 INFO O| Feb 21 08:26:48.426 INFO STEP 1016 (remove_files) COMPLETE |
7544 | 2025-02-21T08:26:49.824Z | [ recovery-image] Feb 21 08:26:48.426 INFO O| Feb 21 08:26:48.426 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7545 | 2025-02-21T08:26:49.839Z | [ recovery-image] Feb 21 08:26:48.445 INFO O| Feb 21 08:26:48.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7546 | 2025-02-21T08:26:49.844Z | [ recovery-image] Feb 21 08:26:48.445 INFO O| Feb 21 08:26:48.445 INFO STEP 1017 (remove_files) COMPLETE |
7547 | 2025-02-21T08:26:49.844Z | [ recovery-image] Feb 21 08:26:48.445 INFO O| Feb 21 08:26:48.445 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7548 | 2025-02-21T08:26:49.858Z | [ recovery-image] Feb 21 08:26:48.465 INFO O| Feb 21 08:26:48.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7549 | 2025-02-21T08:26:49.859Z | [ recovery-image] Feb 21 08:26:48.465 INFO O| Feb 21 08:26:48.465 INFO STEP 1018 (remove_files) COMPLETE |
7550 | 2025-02-21T08:26:49.861Z | [ recovery-image] Feb 21 08:26:48.465 INFO O| Feb 21 08:26:48.465 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7551 | 2025-02-21T08:26:49.879Z | [ recovery-image] Feb 21 08:26:48.485 INFO O| Feb 21 08:26:48.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7552 | 2025-02-21T08:26:49.879Z | [ recovery-image] Feb 21 08:26:48.485 INFO O| Feb 21 08:26:48.485 INFO STEP 1019 (remove_files) COMPLETE |
7553 | 2025-02-21T08:26:49.882Z | [ recovery-image] Feb 21 08:26:48.485 INFO O| Feb 21 08:26:48.485 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7554 | 2025-02-21T08:26:49.902Z | [ recovery-image] Feb 21 08:26:48.508 INFO O| Feb 21 08:26:48.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7555 | 2025-02-21T08:26:49.905Z | [ recovery-image] Feb 21 08:26:48.508 INFO O| Feb 21 08:26:48.508 INFO STEP 1020 (remove_files) COMPLETE |
7556 | 2025-02-21T08:26:49.905Z | [ recovery-image] Feb 21 08:26:48.508 INFO O| Feb 21 08:26:48.508 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7557 | 2025-02-21T08:26:49.962Z | [ recovery-image] Feb 21 08:26:48.568 INFO O| Feb 21 08:26:48.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7558 | 2025-02-21T08:26:49.966Z | [ recovery-image] Feb 21 08:26:48.568 INFO O| Feb 21 08:26:48.568 INFO STEP 1021 (remove_files) COMPLETE |
7559 | 2025-02-21T08:26:49.966Z | [ recovery-image] Feb 21 08:26:48.568 INFO O| Feb 21 08:26:48.568 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7560 | 2025-02-21T08:26:50.006Z | [ recovery-image] Feb 21 08:26:48.612 INFO O| Feb 21 08:26:48.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7561 | 2025-02-21T08:26:50.006Z | [ recovery-image] Feb 21 08:26:48.612 INFO O| Feb 21 08:26:48.612 INFO STEP 1022 (remove_files) COMPLETE |
7562 | 2025-02-21T08:26:50.046Z | [ recovery-image] Feb 21 08:26:48.612 INFO O| Feb 21 08:26:48.612 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7563 | 2025-02-21T08:26:50.047Z | [ recovery-image] Feb 21 08:26:48.632 INFO O| Feb 21 08:26:48.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7564 | 2025-02-21T08:26:50.047Z | [ recovery-image] Feb 21 08:26:48.633 INFO O| Feb 21 08:26:48.632 INFO STEP 1023 (remove_files) COMPLETE |
7565 | 2025-02-21T08:26:50.047Z | [ recovery-image] Feb 21 08:26:48.633 INFO O| Feb 21 08:26:48.633 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7566 | 2025-02-21T08:26:50.051Z | [ recovery-image] Feb 21 08:26:48.652 INFO O| Feb 21 08:26:48.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7567 | 2025-02-21T08:26:50.051Z | [ recovery-image] Feb 21 08:26:48.653 INFO O| Feb 21 08:26:48.653 INFO STEP 1024 (remove_files) COMPLETE |
7568 | 2025-02-21T08:26:50.051Z | [ recovery-image] Feb 21 08:26:48.653 INFO O| Feb 21 08:26:48.653 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7569 | 2025-02-21T08:26:50.126Z | [ recovery-image] Feb 21 08:26:48.732 INFO O| Feb 21 08:26:48.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7570 | 2025-02-21T08:26:50.126Z | [ recovery-image] Feb 21 08:26:48.732 INFO O| Feb 21 08:26:48.732 INFO STEP 1025 (remove_files) COMPLETE |
7571 | 2025-02-21T08:26:50.132Z | [ recovery-image] Feb 21 08:26:48.732 INFO O| Feb 21 08:26:48.732 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7572 | 2025-02-21T08:26:50.146Z | [ recovery-image] Feb 21 08:26:48.752 INFO O| Feb 21 08:26:48.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7573 | 2025-02-21T08:26:50.153Z | [ recovery-image] Feb 21 08:26:48.752 INFO O| Feb 21 08:26:48.752 INFO STEP 1026 (remove_files) COMPLETE |
7574 | 2025-02-21T08:26:50.153Z | [ recovery-image] Feb 21 08:26:48.752 INFO O| Feb 21 08:26:48.752 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7575 | 2025-02-21T08:26:50.175Z | [ recovery-image] Feb 21 08:26:48.781 INFO O| Feb 21 08:26:48.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7576 | 2025-02-21T08:26:50.176Z | [ recovery-image] Feb 21 08:26:48.782 INFO O| Feb 21 08:26:48.782 INFO STEP 1027 (remove_files) COMPLETE |
7577 | 2025-02-21T08:26:50.176Z | [ recovery-image] Feb 21 08:26:48.782 INFO O| Feb 21 08:26:48.782 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7578 | 2025-02-21T08:26:50.196Z | [ recovery-image] Feb 21 08:26:48.802 INFO O| Feb 21 08:26:48.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7579 | 2025-02-21T08:26:50.196Z | [ recovery-image] Feb 21 08:26:48.802 INFO O| Feb 21 08:26:48.802 INFO STEP 1028 (remove_files) COMPLETE |
7580 | 2025-02-21T08:26:50.196Z | [ recovery-image] Feb 21 08:26:48.802 INFO O| Feb 21 08:26:48.802 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7581 | 2025-02-21T08:26:50.229Z | [ recovery-image] Feb 21 08:26:48.834 INFO O| Feb 21 08:26:48.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7582 | 2025-02-21T08:26:50.229Z | [ recovery-image] Feb 21 08:26:48.834 INFO O| Feb 21 08:26:48.834 INFO STEP 1029 (remove_files) COMPLETE |
7583 | 2025-02-21T08:26:50.229Z | [ recovery-image] Feb 21 08:26:48.834 INFO O| Feb 21 08:26:48.834 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7584 | 2025-02-21T08:26:50.249Z | [ recovery-image] Feb 21 08:26:48.855 INFO O| Feb 21 08:26:48.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7585 | 2025-02-21T08:26:50.249Z | [ recovery-image] Feb 21 08:26:48.855 INFO O| Feb 21 08:26:48.855 INFO STEP 1030 (remove_files) COMPLETE |
7586 | 2025-02-21T08:26:50.249Z | [ recovery-image] Feb 21 08:26:48.855 INFO O| Feb 21 08:26:48.855 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7587 | 2025-02-21T08:26:50.269Z | [ recovery-image] Feb 21 08:26:48.875 INFO O| Feb 21 08:26:48.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7588 | 2025-02-21T08:26:50.270Z | [ recovery-image] Feb 21 08:26:48.875 INFO O| Feb 21 08:26:48.875 INFO STEP 1031 (remove_files) COMPLETE |
7589 | 2025-02-21T08:26:50.270Z | [ recovery-image] Feb 21 08:26:48.875 INFO O| Feb 21 08:26:48.875 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7590 | 2025-02-21T08:26:50.346Z | [ recovery-image] Feb 21 08:26:48.952 INFO O| Feb 21 08:26:48.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7591 | 2025-02-21T08:26:50.348Z | [ recovery-image] Feb 21 08:26:48.952 INFO O| Feb 21 08:26:48.952 INFO STEP 1032 (remove_files) COMPLETE |
7592 | 2025-02-21T08:26:50.348Z | [ recovery-image] Feb 21 08:26:48.952 INFO O| Feb 21 08:26:48.952 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7593 | 2025-02-21T08:26:50.367Z | [ recovery-image] Feb 21 08:26:48.973 INFO O| Feb 21 08:26:48.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7594 | 2025-02-21T08:26:50.369Z | [ recovery-image] Feb 21 08:26:48.973 INFO O| Feb 21 08:26:48.973 INFO STEP 1033 (remove_files) COMPLETE |
7595 | 2025-02-21T08:26:50.370Z | [ recovery-image] Feb 21 08:26:48.973 INFO O| Feb 21 08:26:48.973 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7596 | 2025-02-21T08:26:50.403Z | [ recovery-image] Feb 21 08:26:49.009 INFO O| Feb 21 08:26:49.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7597 | 2025-02-21T08:26:50.403Z | [ recovery-image] Feb 21 08:26:49.009 INFO O| Feb 21 08:26:49.009 INFO STEP 1034 (remove_files) COMPLETE |
7598 | 2025-02-21T08:26:50.403Z | [ recovery-image] Feb 21 08:26:49.009 INFO O| Feb 21 08:26:49.009 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7599 | 2025-02-21T08:26:50.428Z | [ recovery-image] Feb 21 08:26:49.033 INFO O| Feb 21 08:26:49.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7600 | 2025-02-21T08:26:50.428Z | [ recovery-image] Feb 21 08:26:49.033 INFO O| Feb 21 08:26:49.033 INFO STEP 1035 (remove_files) COMPLETE |
7601 | 2025-02-21T08:26:50.428Z | [ recovery-image] Feb 21 08:26:49.033 INFO O| Feb 21 08:26:49.033 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7602 | 2025-02-21T08:26:50.448Z | [ recovery-image] Feb 21 08:26:49.054 INFO O| Feb 21 08:26:49.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7603 | 2025-02-21T08:26:50.449Z | [ recovery-image] Feb 21 08:26:49.054 INFO O| Feb 21 08:26:49.054 INFO STEP 1036 (remove_files) COMPLETE |
7604 | 2025-02-21T08:26:50.451Z | [ recovery-image] Feb 21 08:26:49.054 INFO O| Feb 21 08:26:49.054 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7605 | 2025-02-21T08:26:50.485Z | [ recovery-image] Feb 21 08:26:49.091 INFO O| Feb 21 08:26:49.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7606 | 2025-02-21T08:26:50.485Z | [ recovery-image] Feb 21 08:26:49.091 INFO O| Feb 21 08:26:49.091 INFO STEP 1037 (remove_files) COMPLETE |
7607 | 2025-02-21T08:26:50.485Z | [ recovery-image] Feb 21 08:26:49.091 INFO O| Feb 21 08:26:49.091 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7608 | 2025-02-21T08:26:50.531Z | [ recovery-image] Feb 21 08:26:49.137 INFO O| Feb 21 08:26:49.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7609 | 2025-02-21T08:26:50.531Z | [ recovery-image] Feb 21 08:26:49.137 INFO O| Feb 21 08:26:49.137 INFO STEP 1038 (remove_files) COMPLETE |
7610 | 2025-02-21T08:26:50.531Z | [ recovery-image] Feb 21 08:26:49.137 INFO O| Feb 21 08:26:49.137 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7611 | 2025-02-21T08:26:50.551Z | [ recovery-image] Feb 21 08:26:49.157 INFO O| Feb 21 08:26:49.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7612 | 2025-02-21T08:26:50.551Z | [ recovery-image] Feb 21 08:26:49.157 INFO O| Feb 21 08:26:49.157 INFO STEP 1039 (remove_files) COMPLETE |
7613 | 2025-02-21T08:26:50.554Z | [ recovery-image] Feb 21 08:26:49.157 INFO O| Feb 21 08:26:49.157 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7614 | 2025-02-21T08:26:50.588Z | [ recovery-image] Feb 21 08:26:49.194 INFO O| Feb 21 08:26:49.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7615 | 2025-02-21T08:26:50.594Z | [ recovery-image] Feb 21 08:26:49.194 INFO O| Feb 21 08:26:49.194 INFO STEP 1040 (remove_files) COMPLETE |
7616 | 2025-02-21T08:26:50.594Z | [ recovery-image] Feb 21 08:26:49.195 INFO O| Feb 21 08:26:49.194 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7617 | 2025-02-21T08:26:50.610Z | [ recovery-image] Feb 21 08:26:49.216 INFO O| Feb 21 08:26:49.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7618 | 2025-02-21T08:26:50.613Z | [ recovery-image] Feb 21 08:26:49.217 INFO O| Feb 21 08:26:49.216 INFO STEP 1041 (remove_files) COMPLETE |
7619 | 2025-02-21T08:26:50.613Z | [ recovery-image] Feb 21 08:26:49.217 INFO O| Feb 21 08:26:49.217 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7620 | 2025-02-21T08:26:50.630Z | [ recovery-image] Feb 21 08:26:49.235 INFO O| Feb 21 08:26:49.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7621 | 2025-02-21T08:26:50.633Z | [ recovery-image] Feb 21 08:26:49.235 INFO O| Feb 21 08:26:49.235 INFO STEP 1042 (remove_files) COMPLETE |
7622 | 2025-02-21T08:26:50.633Z | [ recovery-image] Feb 21 08:26:49.235 INFO O| Feb 21 08:26:49.235 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7623 | 2025-02-21T08:26:50.647Z | [ recovery-image] Feb 21 08:26:49.253 INFO O| Feb 21 08:26:49.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7624 | 2025-02-21T08:26:50.650Z | [ recovery-image] Feb 21 08:26:49.253 INFO O| Feb 21 08:26:49.253 INFO STEP 1043 (remove_files) COMPLETE |
7625 | 2025-02-21T08:26:50.650Z | [ recovery-image] Feb 21 08:26:49.254 INFO O| Feb 21 08:26:49.253 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7626 | 2025-02-21T08:26:50.666Z | [ recovery-image] Feb 21 08:26:49.272 INFO O| Feb 21 08:26:49.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7627 | 2025-02-21T08:26:50.671Z | [ recovery-image] Feb 21 08:26:49.272 INFO O| Feb 21 08:26:49.272 INFO STEP 1044 (remove_files) COMPLETE |
7628 | 2025-02-21T08:26:50.671Z | [ recovery-image] Feb 21 08:26:49.272 INFO O| Feb 21 08:26:49.272 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7629 | 2025-02-21T08:26:50.701Z | [ recovery-image] Feb 21 08:26:49.290 INFO O| Feb 21 08:26:49.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7630 | 2025-02-21T08:26:50.701Z | [ recovery-image] Feb 21 08:26:49.290 INFO O| Feb 21 08:26:49.290 INFO STEP 1045 (remove_files) COMPLETE |
7631 | 2025-02-21T08:26:50.703Z | [ recovery-image] Feb 21 08:26:49.290 INFO O| Feb 21 08:26:49.290 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7632 | 2025-02-21T08:26:50.706Z | [ recovery-image] Feb 21 08:26:49.312 INFO O| Feb 21 08:26:49.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7633 | 2025-02-21T08:26:50.709Z | [ recovery-image] Feb 21 08:26:49.312 INFO O| Feb 21 08:26:49.312 INFO STEP 1046 (remove_files) COMPLETE |
7634 | 2025-02-21T08:26:50.709Z | [ recovery-image] Feb 21 08:26:49.312 INFO O| Feb 21 08:26:49.312 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7635 | 2025-02-21T08:26:50.728Z | [ recovery-image] Feb 21 08:26:49.334 INFO O| Feb 21 08:26:49.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7636 | 2025-02-21T08:26:50.728Z | [ recovery-image] Feb 21 08:26:49.334 INFO O| Feb 21 08:26:49.334 INFO STEP 1047 (remove_files) COMPLETE |
7637 | 2025-02-21T08:26:50.728Z | [ recovery-image] Feb 21 08:26:49.334 INFO O| Feb 21 08:26:49.334 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7638 | 2025-02-21T08:26:50.747Z | [ recovery-image] Feb 21 08:26:49.353 INFO O| Feb 21 08:26:49.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7639 | 2025-02-21T08:26:50.748Z | [ recovery-image] Feb 21 08:26:49.353 INFO O| Feb 21 08:26:49.353 INFO STEP 1048 (remove_files) COMPLETE |
7640 | 2025-02-21T08:26:50.751Z | [ recovery-image] Feb 21 08:26:49.354 INFO O| Feb 21 08:26:49.353 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7641 | 2025-02-21T08:26:50.826Z | [ recovery-image] Feb 21 08:26:49.432 INFO O| Feb 21 08:26:49.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7642 | 2025-02-21T08:26:50.826Z | [ recovery-image] Feb 21 08:26:49.432 INFO O| Feb 21 08:26:49.432 INFO STEP 1049 (remove_files) COMPLETE |
7643 | 2025-02-21T08:26:50.826Z | [ recovery-image] Feb 21 08:26:49.432 INFO O| Feb 21 08:26:49.432 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7644 | 2025-02-21T08:26:50.847Z | [ recovery-image] Feb 21 08:26:49.453 INFO O| Feb 21 08:26:49.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7645 | 2025-02-21T08:26:50.847Z | [ recovery-image] Feb 21 08:26:49.453 INFO O| Feb 21 08:26:49.453 INFO STEP 1050 (remove_files) COMPLETE |
7646 | 2025-02-21T08:26:50.849Z | [ recovery-image] Feb 21 08:26:49.453 INFO O| Feb 21 08:26:49.453 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7647 | 2025-02-21T08:26:50.908Z | [ recovery-image] Feb 21 08:26:49.513 INFO O| Feb 21 08:26:49.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7648 | 2025-02-21T08:26:50.908Z | [ recovery-image] Feb 21 08:26:49.514 INFO O| Feb 21 08:26:49.513 INFO STEP 1051 (remove_files) COMPLETE |
7649 | 2025-02-21T08:26:50.908Z | [ recovery-image] Feb 21 08:26:49.514 INFO O| Feb 21 08:26:49.514 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7650 | 2025-02-21T08:26:50.927Z | [ recovery-image] Feb 21 08:26:49.533 INFO O| Feb 21 08:26:49.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7651 | 2025-02-21T08:26:50.927Z | [ recovery-image] Feb 21 08:26:49.533 INFO O| Feb 21 08:26:49.533 INFO STEP 1052 (remove_files) COMPLETE |
7652 | 2025-02-21T08:26:50.927Z | [ recovery-image] Feb 21 08:26:49.533 INFO O| Feb 21 08:26:49.533 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7653 | 2025-02-21T08:26:50.946Z | [ recovery-image] Feb 21 08:26:49.552 INFO O| Feb 21 08:26:49.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7654 | 2025-02-21T08:26:50.946Z | [ recovery-image] Feb 21 08:26:49.552 INFO O| Feb 21 08:26:49.552 INFO STEP 1053 (remove_files) COMPLETE |
7655 | 2025-02-21T08:26:50.946Z | [ recovery-image] Feb 21 08:26:49.552 INFO O| Feb 21 08:26:49.552 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7656 | 2025-02-21T08:26:50.986Z | [ recovery-image] Feb 21 08:26:49.592 INFO O| Feb 21 08:26:49.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7657 | 2025-02-21T08:26:50.986Z | [ recovery-image] Feb 21 08:26:49.592 INFO O| Feb 21 08:26:49.592 INFO STEP 1054 (remove_files) COMPLETE |
7658 | 2025-02-21T08:26:50.986Z | [ recovery-image] Feb 21 08:26:49.592 INFO O| Feb 21 08:26:49.592 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7659 | 2025-02-21T08:26:51.055Z | [ recovery-image] Feb 21 08:26:49.660 INFO O| Feb 21 08:26:49.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7660 | 2025-02-21T08:26:51.055Z | [ recovery-image] Feb 21 08:26:49.660 INFO O| Feb 21 08:26:49.660 INFO STEP 1055 (remove_files) COMPLETE |
7661 | 2025-02-21T08:26:51.055Z | [ recovery-image] Feb 21 08:26:49.660 INFO O| Feb 21 08:26:49.660 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7662 | 2025-02-21T08:26:51.078Z | [ recovery-image] Feb 21 08:26:49.682 INFO O| Feb 21 08:26:49.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7663 | 2025-02-21T08:26:51.078Z | [ recovery-image] Feb 21 08:26:49.682 INFO O| Feb 21 08:26:49.682 INFO STEP 1056 (remove_files) COMPLETE |
7664 | 2025-02-21T08:26:51.078Z | [ recovery-image] Feb 21 08:26:49.682 INFO O| Feb 21 08:26:49.682 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7665 | 2025-02-21T08:26:51.095Z | [ recovery-image] Feb 21 08:26:49.701 INFO O| Feb 21 08:26:49.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7666 | 2025-02-21T08:26:51.095Z | [ recovery-image] Feb 21 08:26:49.701 INFO O| Feb 21 08:26:49.701 INFO STEP 1057 (remove_files) COMPLETE |
7667 | 2025-02-21T08:26:51.095Z | [ recovery-image] Feb 21 08:26:49.701 INFO O| Feb 21 08:26:49.701 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7668 | 2025-02-21T08:26:51.115Z | [ recovery-image] Feb 21 08:26:49.720 INFO O| Feb 21 08:26:49.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7669 | 2025-02-21T08:26:51.115Z | [ recovery-image] Feb 21 08:26:49.720 INFO O| Feb 21 08:26:49.720 INFO STEP 1058 (remove_files) COMPLETE |
7670 | 2025-02-21T08:26:51.115Z | [ recovery-image] Feb 21 08:26:49.720 INFO O| Feb 21 08:26:49.720 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7671 | 2025-02-21T08:26:51.137Z | [ recovery-image] Feb 21 08:26:49.738 INFO O| Feb 21 08:26:49.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7672 | 2025-02-21T08:26:51.160Z | [ recovery-image] Feb 21 08:26:49.762 INFO O| Feb 21 08:26:49.762 INFO STEP 1059 (remove_files) COMPLETE |
7673 | 2025-02-21T08:26:51.160Z | [ recovery-image] Feb 21 08:26:49.762 INFO O| Feb 21 08:26:49.762 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7674 | 2025-02-21T08:26:51.212Z | [ recovery-image] Feb 21 08:26:49.817 INFO O| Feb 21 08:26:49.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7675 | 2025-02-21T08:26:51.212Z | [ recovery-image] Feb 21 08:26:49.817 INFO O| Feb 21 08:26:49.817 INFO STEP 1060 (remove_files) COMPLETE |
7676 | 2025-02-21T08:26:51.212Z | [ recovery-image] Feb 21 08:26:49.817 INFO O| Feb 21 08:26:49.817 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7677 | 2025-02-21T08:26:51.239Z | [ recovery-image] Feb 21 08:26:49.837 INFO O| Feb 21 08:26:49.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7678 | 2025-02-21T08:26:51.257Z | [ recovery-image] Feb 21 08:26:49.862 INFO O| Feb 21 08:26:49.862 INFO STEP 1061 (remove_files) COMPLETE |
7679 | 2025-02-21T08:26:51.257Z | [ recovery-image] Feb 21 08:26:49.862 INFO O| Feb 21 08:26:49.862 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7680 | 2025-02-21T08:26:51.296Z | [ recovery-image] Feb 21 08:26:49.901 INFO O| Feb 21 08:26:49.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7681 | 2025-02-21T08:26:51.296Z | [ recovery-image] Feb 21 08:26:49.902 INFO O| Feb 21 08:26:49.901 INFO STEP 1062 (remove_files) COMPLETE |
7682 | 2025-02-21T08:26:51.296Z | [ recovery-image] Feb 21 08:26:49.902 INFO O| Feb 21 08:26:49.902 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7683 | 2025-02-21T08:26:51.316Z | [ recovery-image] Feb 21 08:26:49.921 INFO O| Feb 21 08:26:49.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7684 | 2025-02-21T08:26:51.316Z | [ recovery-image] Feb 21 08:26:49.921 INFO O| Feb 21 08:26:49.921 INFO STEP 1063 (remove_files) COMPLETE |
7685 | 2025-02-21T08:26:51.319Z | [ recovery-image] Feb 21 08:26:49.921 INFO O| Feb 21 08:26:49.921 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7686 | 2025-02-21T08:26:51.334Z | [ recovery-image] Feb 21 08:26:49.941 INFO O| Feb 21 08:26:49.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7687 | 2025-02-21T08:26:51.335Z | [ recovery-image] Feb 21 08:26:49.941 INFO O| Feb 21 08:26:49.941 INFO STEP 1064 (remove_files) COMPLETE |
7688 | 2025-02-21T08:26:51.335Z | [ recovery-image] Feb 21 08:26:49.941 INFO O| Feb 21 08:26:49.941 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7689 | 2025-02-21T08:26:51.362Z | [ recovery-image] Feb 21 08:26:49.961 INFO O| Feb 21 08:26:49.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7690 | 2025-02-21T08:26:51.362Z | [ recovery-image] Feb 21 08:26:49.961 INFO O| Feb 21 08:26:49.959 INFO STEP 1065 (remove_files) COMPLETE |
7691 | 2025-02-21T08:26:51.362Z | [ recovery-image] Feb 21 08:26:49.961 INFO O| Feb 21 08:26:49.959 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7692 | 2025-02-21T08:26:51.371Z | [ recovery-image] Feb 21 08:26:49.976 INFO O| Feb 21 08:26:49.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7693 | 2025-02-21T08:26:51.371Z | [ recovery-image] Feb 21 08:26:49.976 INFO O| Feb 21 08:26:49.976 INFO STEP 1066 (remove_files) COMPLETE |
7694 | 2025-02-21T08:26:51.374Z | [ recovery-image] Feb 21 08:26:49.976 INFO O| Feb 21 08:26:49.976 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7695 | 2025-02-21T08:26:51.402Z | [ recovery-image] Feb 21 08:26:50.007 INFO O| Feb 21 08:26:50.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7696 | 2025-02-21T08:26:51.407Z | [ recovery-image] Feb 21 08:26:50.008 INFO O| Feb 21 08:26:50.007 INFO STEP 1067 (remove_files) COMPLETE |
7697 | 2025-02-21T08:26:51.407Z | [ recovery-image] Feb 21 08:26:50.008 INFO O| Feb 21 08:26:50.008 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7698 | 2025-02-21T08:26:51.421Z | [ recovery-image] Feb 21 08:26:50.026 INFO O| Feb 21 08:26:50.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7699 | 2025-02-21T08:26:51.423Z | [ recovery-image] Feb 21 08:26:50.027 INFO O| Feb 21 08:26:50.027 INFO STEP 1068 (remove_files) COMPLETE |
7700 | 2025-02-21T08:26:51.424Z | [ recovery-image] Feb 21 08:26:50.027 INFO O| Feb 21 08:26:50.027 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7701 | 2025-02-21T08:26:51.438Z | [ recovery-image] Feb 21 08:26:50.044 INFO O| Feb 21 08:26:50.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7702 | 2025-02-21T08:26:51.444Z | [ recovery-image] Feb 21 08:26:50.044 INFO O| Feb 21 08:26:50.044 INFO STEP 1069 (remove_files) COMPLETE |
7703 | 2025-02-21T08:26:51.444Z | [ recovery-image] Feb 21 08:26:50.044 INFO O| Feb 21 08:26:50.044 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7704 | 2025-02-21T08:26:51.457Z | [ recovery-image] Feb 21 08:26:50.063 INFO O| Feb 21 08:26:50.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7705 | 2025-02-21T08:26:51.461Z | [ recovery-image] Feb 21 08:26:50.063 INFO O| Feb 21 08:26:50.063 INFO STEP 1070 (remove_files) COMPLETE |
7706 | 2025-02-21T08:26:51.461Z | [ recovery-image] Feb 21 08:26:50.063 INFO O| Feb 21 08:26:50.063 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7707 | 2025-02-21T08:26:51.491Z | [ recovery-image] Feb 21 08:26:50.097 INFO O| Feb 21 08:26:50.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7708 | 2025-02-21T08:26:51.496Z | [ recovery-image] Feb 21 08:26:50.098 INFO O| Feb 21 08:26:50.097 INFO STEP 1071 (remove_files) COMPLETE |
7709 | 2025-02-21T08:26:51.497Z | [ recovery-image] Feb 21 08:26:50.098 INFO O| Feb 21 08:26:50.098 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7710 | 2025-02-21T08:26:51.515Z | [ recovery-image] Feb 21 08:26:50.119 INFO O| Feb 21 08:26:50.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7711 | 2025-02-21T08:26:51.515Z | [ recovery-image] Feb 21 08:26:50.119 INFO O| Feb 21 08:26:50.119 INFO STEP 1072 (remove_files) COMPLETE |
7712 | 2025-02-21T08:26:51.515Z | [ recovery-image] Feb 21 08:26:50.119 INFO O| Feb 21 08:26:50.119 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7713 | 2025-02-21T08:26:51.542Z | [ recovery-image] Feb 21 08:26:50.147 INFO O| Feb 21 08:26:50.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7714 | 2025-02-21T08:26:51.542Z | [ recovery-image] Feb 21 08:26:50.147 INFO O| Feb 21 08:26:50.147 INFO STEP 1073 (remove_files) COMPLETE |
7715 | 2025-02-21T08:26:51.545Z | [ recovery-image] Feb 21 08:26:50.147 INFO O| Feb 21 08:26:50.147 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7716 | 2025-02-21T08:26:51.579Z | [ recovery-image] Feb 21 08:26:50.185 INFO O| Feb 21 08:26:50.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7717 | 2025-02-21T08:26:51.579Z | [ recovery-image] Feb 21 08:26:50.185 INFO O| Feb 21 08:26:50.185 INFO STEP 1074 (remove_files) COMPLETE |
7718 | 2025-02-21T08:26:51.579Z | [ recovery-image] Feb 21 08:26:50.185 INFO O| Feb 21 08:26:50.185 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7719 | 2025-02-21T08:26:51.622Z | [ recovery-image] Feb 21 08:26:50.228 INFO O| Feb 21 08:26:50.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7720 | 2025-02-21T08:26:51.627Z | [ recovery-image] Feb 21 08:26:50.228 INFO O| Feb 21 08:26:50.228 INFO STEP 1075 (remove_files) COMPLETE |
7721 | 2025-02-21T08:26:51.627Z | [ recovery-image] Feb 21 08:26:50.228 INFO O| Feb 21 08:26:50.228 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7722 | 2025-02-21T08:26:51.649Z | [ recovery-image] Feb 21 08:26:50.255 INFO O| Feb 21 08:26:50.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7723 | 2025-02-21T08:26:51.653Z | [ recovery-image] Feb 21 08:26:50.256 INFO O| Feb 21 08:26:50.256 INFO STEP 1076 (remove_files) COMPLETE |
7724 | 2025-02-21T08:26:51.653Z | [ recovery-image] Feb 21 08:26:50.256 INFO O| Feb 21 08:26:50.256 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7725 | 2025-02-21T08:26:51.671Z | [ recovery-image] Feb 21 08:26:50.277 INFO O| Feb 21 08:26:50.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7726 | 2025-02-21T08:26:51.674Z | [ recovery-image] Feb 21 08:26:50.277 INFO O| Feb 21 08:26:50.277 INFO STEP 1077 (remove_files) COMPLETE |
7727 | 2025-02-21T08:26:51.674Z | [ recovery-image] Feb 21 08:26:50.278 INFO O| Feb 21 08:26:50.277 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7728 | 2025-02-21T08:26:51.696Z | [ recovery-image] Feb 21 08:26:50.302 INFO O| Feb 21 08:26:50.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7729 | 2025-02-21T08:26:51.703Z | [ recovery-image] Feb 21 08:26:50.302 INFO O| Feb 21 08:26:50.302 INFO STEP 1078 (remove_files) COMPLETE |
7730 | 2025-02-21T08:26:51.703Z | [ recovery-image] Feb 21 08:26:50.302 INFO O| Feb 21 08:26:50.302 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7731 | 2025-02-21T08:26:51.720Z | [ recovery-image] Feb 21 08:26:50.326 INFO O| Feb 21 08:26:50.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7732 | 2025-02-21T08:26:51.725Z | [ recovery-image] Feb 21 08:26:50.326 INFO O| Feb 21 08:26:50.326 INFO STEP 1079 (remove_files) COMPLETE |
7733 | 2025-02-21T08:26:51.725Z | [ recovery-image] Feb 21 08:26:50.326 INFO O| Feb 21 08:26:50.326 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7734 | 2025-02-21T08:26:51.818Z | [ recovery-image] Feb 21 08:26:50.423 INFO O| Feb 21 08:26:50.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7735 | 2025-02-21T08:26:51.819Z | [ recovery-image] Feb 21 08:26:50.423 INFO O| Feb 21 08:26:50.423 INFO STEP 1080 (remove_files) COMPLETE |
7736 | 2025-02-21T08:26:51.819Z | [ recovery-image] Feb 21 08:26:50.423 INFO O| Feb 21 08:26:50.423 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7737 | 2025-02-21T08:26:51.838Z | [ recovery-image] Feb 21 08:26:50.444 INFO O| Feb 21 08:26:50.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7738 | 2025-02-21T08:26:51.838Z | [ recovery-image] Feb 21 08:26:50.444 INFO O| Feb 21 08:26:50.444 INFO STEP 1081 (remove_files) COMPLETE |
7739 | 2025-02-21T08:26:51.838Z | [ recovery-image] Feb 21 08:26:50.444 INFO O| Feb 21 08:26:50.444 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7740 | 2025-02-21T08:26:51.858Z | [ recovery-image] Feb 21 08:26:50.464 INFO O| Feb 21 08:26:50.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7741 | 2025-02-21T08:26:51.858Z | [ recovery-image] Feb 21 08:26:50.464 INFO O| Feb 21 08:26:50.464 INFO STEP 1082 (remove_files) COMPLETE |
7742 | 2025-02-21T08:26:51.858Z | [ recovery-image] Feb 21 08:26:50.464 INFO O| Feb 21 08:26:50.464 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7743 | 2025-02-21T08:26:51.882Z | [ recovery-image] Feb 21 08:26:50.487 INFO O| Feb 21 08:26:50.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7744 | 2025-02-21T08:26:51.883Z | [ recovery-image] Feb 21 08:26:50.487 INFO O| Feb 21 08:26:50.487 INFO STEP 1083 (remove_files) COMPLETE |
7745 | 2025-02-21T08:26:51.883Z | [ recovery-image] Feb 21 08:26:50.487 INFO O| Feb 21 08:26:50.487 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7746 | 2025-02-21T08:26:51.915Z | [ recovery-image] Feb 21 08:26:50.520 INFO O| Feb 21 08:26:50.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7747 | 2025-02-21T08:26:51.915Z | [ recovery-image] Feb 21 08:26:50.521 INFO O| Feb 21 08:26:50.521 INFO STEP 1084 (remove_files) COMPLETE |
7748 | 2025-02-21T08:26:51.915Z | [ recovery-image] Feb 21 08:26:50.521 INFO O| Feb 21 08:26:50.521 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7749 | 2025-02-21T08:26:51.934Z | [ recovery-image] Feb 21 08:26:50.540 INFO O| Feb 21 08:26:50.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7750 | 2025-02-21T08:26:51.934Z | [ recovery-image] Feb 21 08:26:50.540 INFO O| Feb 21 08:26:50.540 INFO STEP 1085 (remove_files) COMPLETE |
7751 | 2025-02-21T08:26:51.934Z | [ recovery-image] Feb 21 08:26:50.540 INFO O| Feb 21 08:26:50.540 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7752 | 2025-02-21T08:26:51.955Z | [ recovery-image] Feb 21 08:26:50.560 INFO O| Feb 21 08:26:50.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7753 | 2025-02-21T08:26:51.955Z | [ recovery-image] Feb 21 08:26:50.560 INFO O| Feb 21 08:26:50.560 INFO STEP 1086 (remove_files) COMPLETE |
7754 | 2025-02-21T08:26:51.958Z | [ recovery-image] Feb 21 08:26:50.560 INFO O| Feb 21 08:26:50.560 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7755 | 2025-02-21T08:26:51.993Z | [ recovery-image] Feb 21 08:26:50.599 INFO O| Feb 21 08:26:50.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7756 | 2025-02-21T08:26:51.993Z | [ recovery-image] Feb 21 08:26:50.599 INFO O| Feb 21 08:26:50.599 INFO STEP 1087 (remove_files) COMPLETE |
7757 | 2025-02-21T08:26:51.993Z | [ recovery-image] Feb 21 08:26:50.599 INFO O| Feb 21 08:26:50.599 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7758 | 2025-02-21T08:26:52.057Z | [ recovery-image] Feb 21 08:26:50.662 INFO O| Feb 21 08:26:50.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7759 | 2025-02-21T08:26:52.057Z | [ recovery-image] Feb 21 08:26:50.662 INFO O| Feb 21 08:26:50.662 INFO STEP 1088 (remove_files) COMPLETE |
7760 | 2025-02-21T08:26:52.059Z | [ recovery-image] Feb 21 08:26:50.662 INFO O| Feb 21 08:26:50.662 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7761 | 2025-02-21T08:26:52.074Z | [ recovery-image] Feb 21 08:26:50.680 INFO O| Feb 21 08:26:50.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7762 | 2025-02-21T08:26:52.074Z | [ recovery-image] Feb 21 08:26:50.680 INFO O| Feb 21 08:26:50.680 INFO STEP 1089 (remove_files) COMPLETE |
7763 | 2025-02-21T08:26:52.075Z | [ recovery-image] Feb 21 08:26:50.680 INFO O| Feb 21 08:26:50.680 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7764 | 2025-02-21T08:26:52.092Z | [ recovery-image] Feb 21 08:26:50.698 INFO O| Feb 21 08:26:50.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7765 | 2025-02-21T08:26:52.092Z | [ recovery-image] Feb 21 08:26:50.698 INFO O| Feb 21 08:26:50.698 INFO STEP 1090 (remove_files) COMPLETE |
7766 | 2025-02-21T08:26:52.092Z | [ recovery-image] Feb 21 08:26:50.698 INFO O| Feb 21 08:26:50.698 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7767 | 2025-02-21T08:26:52.109Z | [ recovery-image] Feb 21 08:26:50.715 INFO O| Feb 21 08:26:50.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7768 | 2025-02-21T08:26:52.109Z | [ recovery-image] Feb 21 08:26:50.715 INFO O| Feb 21 08:26:50.715 INFO STEP 1091 (remove_files) COMPLETE |
7769 | 2025-02-21T08:26:52.109Z | [ recovery-image] Feb 21 08:26:50.715 INFO O| Feb 21 08:26:50.715 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7770 | 2025-02-21T08:26:52.126Z | [ recovery-image] Feb 21 08:26:50.732 INFO O| Feb 21 08:26:50.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7771 | 2025-02-21T08:26:52.126Z | [ recovery-image] Feb 21 08:26:50.732 INFO O| Feb 21 08:26:50.732 INFO STEP 1092 (remove_files) COMPLETE |
7772 | 2025-02-21T08:26:52.130Z | [ recovery-image] Feb 21 08:26:50.732 INFO O| Feb 21 08:26:50.732 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7773 | 2025-02-21T08:26:52.147Z | [ recovery-image] Feb 21 08:26:50.752 INFO O| Feb 21 08:26:50.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7774 | 2025-02-21T08:26:52.147Z | [ recovery-image] Feb 21 08:26:50.752 INFO O| Feb 21 08:26:50.752 INFO STEP 1093 (remove_files) COMPLETE |
7775 | 2025-02-21T08:26:52.147Z | [ recovery-image] Feb 21 08:26:50.752 INFO O| Feb 21 08:26:50.752 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7776 | 2025-02-21T08:26:52.167Z | [ recovery-image] Feb 21 08:26:50.771 INFO O| Feb 21 08:26:50.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7777 | 2025-02-21T08:26:52.167Z | [ recovery-image] Feb 21 08:26:50.771 INFO O| Feb 21 08:26:50.771 INFO STEP 1094 (remove_files) COMPLETE |
7778 | 2025-02-21T08:26:52.167Z | [ recovery-image] Feb 21 08:26:50.771 INFO O| Feb 21 08:26:50.771 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7779 | 2025-02-21T08:26:52.184Z | [ recovery-image] Feb 21 08:26:50.790 INFO O| Feb 21 08:26:50.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7780 | 2025-02-21T08:26:52.184Z | [ recovery-image] Feb 21 08:26:50.790 INFO O| Feb 21 08:26:50.790 INFO STEP 1095 (remove_files) COMPLETE |
7781 | 2025-02-21T08:26:52.184Z | [ recovery-image] Feb 21 08:26:50.790 INFO O| Feb 21 08:26:50.790 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7782 | 2025-02-21T08:26:52.202Z | [ recovery-image] Feb 21 08:26:50.808 INFO O| Feb 21 08:26:50.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7783 | 2025-02-21T08:26:52.202Z | [ recovery-image] Feb 21 08:26:50.808 INFO O| Feb 21 08:26:50.808 INFO STEP 1096 (remove_files) COMPLETE |
7784 | 2025-02-21T08:26:52.202Z | [ recovery-image] Feb 21 08:26:50.808 INFO O| Feb 21 08:26:50.808 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7785 | 2025-02-21T08:26:52.221Z | [ recovery-image] Feb 21 08:26:50.826 INFO O| Feb 21 08:26:50.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7786 | 2025-02-21T08:26:52.221Z | [ recovery-image] Feb 21 08:26:50.826 INFO O| Feb 21 08:26:50.826 INFO STEP 1097 (remove_files) COMPLETE |
7787 | 2025-02-21T08:26:52.221Z | [ recovery-image] Feb 21 08:26:50.826 INFO O| Feb 21 08:26:50.826 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7788 | 2025-02-21T08:26:52.240Z | [ recovery-image] Feb 21 08:26:50.844 INFO O| Feb 21 08:26:50.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7789 | 2025-02-21T08:26:52.240Z | [ recovery-image] Feb 21 08:26:50.844 INFO O| Feb 21 08:26:50.844 INFO STEP 1098 (remove_files) COMPLETE |
7790 | 2025-02-21T08:26:52.241Z | [ recovery-image] Feb 21 08:26:50.844 INFO O| Feb 21 08:26:50.844 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7791 | 2025-02-21T08:26:52.276Z | [ recovery-image] Feb 21 08:26:50.882 INFO O| Feb 21 08:26:50.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7792 | 2025-02-21T08:26:52.276Z | [ recovery-image] Feb 21 08:26:50.882 INFO O| Feb 21 08:26:50.882 INFO STEP 1099 (remove_files) COMPLETE |
7793 | 2025-02-21T08:26:52.276Z | [ recovery-image] Feb 21 08:26:50.882 INFO O| Feb 21 08:26:50.882 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7794 | 2025-02-21T08:26:52.305Z | [ recovery-image] Feb 21 08:26:50.908 INFO O| Feb 21 08:26:50.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7795 | 2025-02-21T08:26:52.306Z | [ recovery-image] Feb 21 08:26:50.908 INFO O| Feb 21 08:26:50.908 INFO STEP 1100 (remove_files) COMPLETE |
7796 | 2025-02-21T08:26:52.306Z | [ recovery-image] Feb 21 08:26:50.908 INFO O| Feb 21 08:26:50.908 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7797 | 2025-02-21T08:26:52.323Z | [ recovery-image] Feb 21 08:26:50.929 INFO O| Feb 21 08:26:50.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7798 | 2025-02-21T08:26:52.323Z | [ recovery-image] Feb 21 08:26:50.929 INFO O| Feb 21 08:26:50.929 INFO STEP 1101 (remove_files) COMPLETE |
7799 | 2025-02-21T08:26:52.323Z | [ recovery-image] Feb 21 08:26:50.929 INFO O| Feb 21 08:26:50.929 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7800 | 2025-02-21T08:26:52.344Z | [ recovery-image] Feb 21 08:26:50.950 INFO O| Feb 21 08:26:50.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7801 | 2025-02-21T08:26:52.347Z | [ recovery-image] Feb 21 08:26:50.950 INFO O| Feb 21 08:26:50.950 INFO STEP 1102 (remove_files) COMPLETE |
7802 | 2025-02-21T08:26:52.347Z | [ recovery-image] Feb 21 08:26:50.950 INFO O| Feb 21 08:26:50.950 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7803 | 2025-02-21T08:26:52.427Z | [ recovery-image] Feb 21 08:26:51.033 INFO O| Feb 21 08:26:51.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7804 | 2025-02-21T08:26:52.427Z | [ recovery-image] Feb 21 08:26:51.033 INFO O| Feb 21 08:26:51.033 INFO STEP 1103 (remove_files) COMPLETE |
7805 | 2025-02-21T08:26:52.427Z | [ recovery-image] Feb 21 08:26:51.033 INFO O| Feb 21 08:26:51.033 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7806 | 2025-02-21T08:26:52.455Z | [ recovery-image] Feb 21 08:26:51.060 INFO O| Feb 21 08:26:51.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7807 | 2025-02-21T08:26:52.455Z | [ recovery-image] Feb 21 08:26:51.060 INFO O| Feb 21 08:26:51.060 INFO STEP 1104 (remove_files) COMPLETE |
7808 | 2025-02-21T08:26:52.455Z | [ recovery-image] Feb 21 08:26:51.060 INFO O| Feb 21 08:26:51.060 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7809 | 2025-02-21T08:26:52.476Z | [ recovery-image] Feb 21 08:26:51.080 INFO O| Feb 21 08:26:51.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7810 | 2025-02-21T08:26:52.476Z | [ recovery-image] Feb 21 08:26:51.080 INFO O| Feb 21 08:26:51.080 INFO STEP 1105 (remove_files) COMPLETE |
7811 | 2025-02-21T08:26:52.476Z | [ recovery-image] Feb 21 08:26:51.080 INFO O| Feb 21 08:26:51.080 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7812 | 2025-02-21T08:26:52.494Z | [ recovery-image] Feb 21 08:26:51.100 INFO O| Feb 21 08:26:51.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7813 | 2025-02-21T08:26:52.494Z | [ recovery-image] Feb 21 08:26:51.100 INFO O| Feb 21 08:26:51.100 INFO STEP 1106 (remove_files) COMPLETE |
7814 | 2025-02-21T08:26:52.498Z | [ recovery-image] Feb 21 08:26:51.100 INFO O| Feb 21 08:26:51.100 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7815 | 2025-02-21T08:26:52.515Z | [ recovery-image] Feb 21 08:26:51.121 INFO O| Feb 21 08:26:51.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7816 | 2025-02-21T08:26:52.515Z | [ recovery-image] Feb 21 08:26:51.121 INFO O| Feb 21 08:26:51.121 INFO STEP 1107 (remove_files) COMPLETE |
7817 | 2025-02-21T08:26:52.515Z | [ recovery-image] Feb 21 08:26:51.121 INFO O| Feb 21 08:26:51.121 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7818 | 2025-02-21T08:26:52.541Z | [ recovery-image] Feb 21 08:26:51.147 INFO O| Feb 21 08:26:51.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7819 | 2025-02-21T08:26:52.541Z | [ recovery-image] Feb 21 08:26:51.147 INFO O| Feb 21 08:26:51.147 INFO STEP 1108 (remove_files) COMPLETE |
7820 | 2025-02-21T08:26:52.545Z | [ recovery-image] Feb 21 08:26:51.147 INFO O| Feb 21 08:26:51.147 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7821 | 2025-02-21T08:26:52.568Z | [ recovery-image] Feb 21 08:26:51.174 INFO O| Feb 21 08:26:51.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7822 | 2025-02-21T08:26:52.572Z | [ recovery-image] Feb 21 08:26:51.174 INFO O| Feb 21 08:26:51.174 INFO STEP 1109 (remove_files) COMPLETE |
7823 | 2025-02-21T08:26:52.572Z | [ recovery-image] Feb 21 08:26:51.174 INFO O| Feb 21 08:26:51.174 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7824 | 2025-02-21T08:26:52.590Z | [ recovery-image] Feb 21 08:26:51.196 INFO O| Feb 21 08:26:51.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7825 | 2025-02-21T08:26:52.597Z | [ recovery-image] Feb 21 08:26:51.203 INFO O| Feb 21 08:26:51.202 INFO STEP 1110 (remove_files) COMPLETE |
7826 | 2025-02-21T08:26:52.600Z | [ recovery-image] Feb 21 08:26:51.205 INFO O| Feb 21 08:26:51.204 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7827 | 2025-02-21T08:26:52.650Z | [ recovery-image] Feb 21 08:26:51.251 INFO O| Feb 21 08:26:51.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7828 | 2025-02-21T08:26:52.650Z | [ recovery-image] Feb 21 08:26:51.251 INFO O| Feb 21 08:26:51.251 INFO STEP 1111 (remove_files) COMPLETE |
7829 | 2025-02-21T08:26:52.655Z | [ recovery-image] Feb 21 08:26:51.251 INFO O| Feb 21 08:26:51.251 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7830 | 2025-02-21T08:26:52.676Z | [ recovery-image] Feb 21 08:26:51.282 INFO O| Feb 21 08:26:51.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7831 | 2025-02-21T08:26:52.676Z | [ recovery-image] Feb 21 08:26:51.282 INFO O| Feb 21 08:26:51.282 INFO STEP 1112 (remove_files) COMPLETE |
7832 | 2025-02-21T08:26:52.676Z | [ recovery-image] Feb 21 08:26:51.282 INFO O| Feb 21 08:26:51.282 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7833 | 2025-02-21T08:26:52.697Z | [ recovery-image] Feb 21 08:26:51.302 INFO O| Feb 21 08:26:51.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7834 | 2025-02-21T08:26:52.697Z | [ recovery-image] Feb 21 08:26:51.302 INFO O| Feb 21 08:26:51.302 INFO STEP 1113 (remove_files) COMPLETE |
7835 | 2025-02-21T08:26:52.697Z | [ recovery-image] Feb 21 08:26:51.302 INFO O| Feb 21 08:26:51.302 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7836 | 2025-02-21T08:26:52.717Z | [ recovery-image] Feb 21 08:26:51.323 INFO O| Feb 21 08:26:51.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7837 | 2025-02-21T08:26:52.718Z | [ recovery-image] Feb 21 08:26:51.323 INFO O| Feb 21 08:26:51.323 INFO STEP 1114 (remove_files) COMPLETE |
7838 | 2025-02-21T08:26:52.718Z | [ recovery-image] Feb 21 08:26:51.323 INFO O| Feb 21 08:26:51.323 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7839 | 2025-02-21T08:26:52.741Z | [ recovery-image] Feb 21 08:26:51.345 INFO O| Feb 21 08:26:51.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7840 | 2025-02-21T08:26:52.741Z | [ recovery-image] Feb 21 08:26:51.345 INFO O| Feb 21 08:26:51.345 INFO STEP 1115 (remove_files) COMPLETE |
7841 | 2025-02-21T08:26:52.744Z | [ recovery-image] Feb 21 08:26:51.346 INFO O| Feb 21 08:26:51.345 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7842 | 2025-02-21T08:26:52.758Z | [ recovery-image] Feb 21 08:26:51.364 INFO O| Feb 21 08:26:51.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7843 | 2025-02-21T08:26:52.758Z | [ recovery-image] Feb 21 08:26:51.364 INFO O| Feb 21 08:26:51.364 INFO STEP 1116 (remove_files) COMPLETE |
7844 | 2025-02-21T08:26:52.758Z | [ recovery-image] Feb 21 08:26:51.364 INFO O| Feb 21 08:26:51.364 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7845 | 2025-02-21T08:26:52.777Z | [ recovery-image] Feb 21 08:26:51.382 INFO O| Feb 21 08:26:51.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7846 | 2025-02-21T08:26:52.777Z | [ recovery-image] Feb 21 08:26:51.382 INFO O| Feb 21 08:26:51.382 INFO STEP 1117 (remove_files) COMPLETE |
7847 | 2025-02-21T08:26:52.777Z | [ recovery-image] Feb 21 08:26:51.382 INFO O| Feb 21 08:26:51.382 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7848 | 2025-02-21T08:26:52.794Z | [ recovery-image] Feb 21 08:26:51.400 INFO O| Feb 21 08:26:51.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7849 | 2025-02-21T08:26:52.794Z | [ recovery-image] Feb 21 08:26:51.400 INFO O| Feb 21 08:26:51.400 INFO STEP 1118 (remove_files) COMPLETE |
7850 | 2025-02-21T08:26:52.794Z | [ recovery-image] Feb 21 08:26:51.400 INFO O| Feb 21 08:26:51.400 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7851 | 2025-02-21T08:26:52.812Z | [ recovery-image] Feb 21 08:26:51.417 INFO O| Feb 21 08:26:51.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7852 | 2025-02-21T08:26:52.812Z | [ recovery-image] Feb 21 08:26:51.417 INFO O| Feb 21 08:26:51.417 INFO STEP 1119 (remove_files) COMPLETE |
7853 | 2025-02-21T08:26:52.812Z | [ recovery-image] Feb 21 08:26:51.417 INFO O| Feb 21 08:26:51.417 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7854 | 2025-02-21T08:26:52.849Z | [ recovery-image] Feb 21 08:26:51.455 INFO O| Feb 21 08:26:51.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7855 | 2025-02-21T08:26:52.849Z | [ recovery-image] Feb 21 08:26:51.455 INFO O| Feb 21 08:26:51.455 INFO STEP 1120 (remove_files) COMPLETE |
7856 | 2025-02-21T08:26:52.849Z | [ recovery-image] Feb 21 08:26:51.455 INFO O| Feb 21 08:26:51.455 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7857 | 2025-02-21T08:26:52.869Z | [ recovery-image] Feb 21 08:26:51.475 INFO O| Feb 21 08:26:51.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7858 | 2025-02-21T08:26:52.869Z | [ recovery-image] Feb 21 08:26:51.475 INFO O| Feb 21 08:26:51.475 INFO STEP 1121 (remove_files) COMPLETE |
7859 | 2025-02-21T08:26:52.869Z | [ recovery-image] Feb 21 08:26:51.475 INFO O| Feb 21 08:26:51.475 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7860 | 2025-02-21T08:26:52.888Z | [ recovery-image] Feb 21 08:26:51.494 INFO O| Feb 21 08:26:51.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7861 | 2025-02-21T08:26:52.888Z | [ recovery-image] Feb 21 08:26:51.494 INFO O| Feb 21 08:26:51.494 INFO STEP 1122 (remove_files) COMPLETE |
7862 | 2025-02-21T08:26:52.890Z | [ recovery-image] Feb 21 08:26:51.494 INFO O| Feb 21 08:26:51.494 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7863 | 2025-02-21T08:26:52.907Z | [ recovery-image] Feb 21 08:26:51.513 INFO O| Feb 21 08:26:51.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7864 | 2025-02-21T08:26:52.910Z | [ recovery-image] Feb 21 08:26:51.513 INFO O| Feb 21 08:26:51.513 INFO STEP 1123 (remove_files) COMPLETE |
7865 | 2025-02-21T08:26:52.910Z | [ recovery-image] Feb 21 08:26:51.513 INFO O| Feb 21 08:26:51.513 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7866 | 2025-02-21T08:26:52.929Z | [ recovery-image] Feb 21 08:26:51.533 INFO O| Feb 21 08:26:51.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7867 | 2025-02-21T08:26:52.932Z | [ recovery-image] Feb 21 08:26:51.533 INFO O| Feb 21 08:26:51.533 INFO STEP 1124 (remove_files) COMPLETE |
7868 | 2025-02-21T08:26:52.932Z | [ recovery-image] Feb 21 08:26:51.533 INFO O| Feb 21 08:26:51.533 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7869 | 2025-02-21T08:26:52.963Z | [ recovery-image] Feb 21 08:26:51.569 INFO O| Feb 21 08:26:51.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7870 | 2025-02-21T08:26:52.964Z | [ recovery-image] Feb 21 08:26:51.569 INFO O| Feb 21 08:26:51.569 INFO STEP 1125 (remove_files) COMPLETE |
7871 | 2025-02-21T08:26:52.969Z | [ recovery-image] Feb 21 08:26:51.569 INFO O| Feb 21 08:26:51.569 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7872 | 2025-02-21T08:26:52.983Z | [ recovery-image] Feb 21 08:26:51.589 INFO O| Feb 21 08:26:51.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7873 | 2025-02-21T08:26:52.985Z | [ recovery-image] Feb 21 08:26:51.589 INFO O| Feb 21 08:26:51.589 INFO STEP 1126 (remove_files) COMPLETE |
7874 | 2025-02-21T08:26:52.985Z | [ recovery-image] Feb 21 08:26:51.589 INFO O| Feb 21 08:26:51.589 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7875 | 2025-02-21T08:26:53.058Z | [ recovery-image] Feb 21 08:26:51.663 INFO O| Feb 21 08:26:51.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7876 | 2025-02-21T08:26:53.063Z | [ recovery-image] Feb 21 08:26:51.663 INFO O| Feb 21 08:26:51.663 INFO STEP 1127 (remove_files) COMPLETE |
7877 | 2025-02-21T08:26:53.063Z | [ recovery-image] Feb 21 08:26:51.663 INFO O| Feb 21 08:26:51.663 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7878 | 2025-02-21T08:26:53.081Z | [ recovery-image] Feb 21 08:26:51.687 INFO O| Feb 21 08:26:51.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7879 | 2025-02-21T08:26:53.084Z | [ recovery-image] Feb 21 08:26:51.687 INFO O| Feb 21 08:26:51.687 INFO STEP 1128 (remove_files) COMPLETE |
7880 | 2025-02-21T08:26:53.084Z | [ recovery-image] Feb 21 08:26:51.687 INFO O| Feb 21 08:26:51.687 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7881 | 2025-02-21T08:26:53.102Z | [ recovery-image] Feb 21 08:26:51.707 INFO O| Feb 21 08:26:51.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7882 | 2025-02-21T08:26:53.102Z | [ recovery-image] Feb 21 08:26:51.708 INFO O| Feb 21 08:26:51.707 INFO STEP 1129 (remove_files) COMPLETE |
7883 | 2025-02-21T08:26:53.102Z | [ recovery-image] Feb 21 08:26:51.708 INFO O| Feb 21 08:26:51.708 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7884 | 2025-02-21T08:26:53.120Z | [ recovery-image] Feb 21 08:26:51.726 INFO O| Feb 21 08:26:51.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7885 | 2025-02-21T08:26:53.121Z | [ recovery-image] Feb 21 08:26:51.726 INFO O| Feb 21 08:26:51.726 INFO STEP 1130 (remove_files) COMPLETE |
7886 | 2025-02-21T08:26:53.121Z | [ recovery-image] Feb 21 08:26:51.726 INFO O| Feb 21 08:26:51.726 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7887 | 2025-02-21T08:26:53.139Z | [ recovery-image] Feb 21 08:26:51.744 INFO O| Feb 21 08:26:51.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7888 | 2025-02-21T08:26:53.139Z | [ recovery-image] Feb 21 08:26:51.744 INFO O| Feb 21 08:26:51.744 INFO STEP 1131 (remove_files) COMPLETE |
7889 | 2025-02-21T08:26:53.139Z | [ recovery-image] Feb 21 08:26:51.744 INFO O| Feb 21 08:26:51.744 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7890 | 2025-02-21T08:26:53.159Z | [ recovery-image] Feb 21 08:26:51.764 INFO O| Feb 21 08:26:51.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7891 | 2025-02-21T08:26:53.159Z | [ recovery-image] Feb 21 08:26:51.764 INFO O| Feb 21 08:26:51.764 INFO STEP 1132 (remove_files) COMPLETE |
7892 | 2025-02-21T08:26:53.159Z | [ recovery-image] Feb 21 08:26:51.765 INFO O| Feb 21 08:26:51.764 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7893 | 2025-02-21T08:26:53.179Z | [ recovery-image] Feb 21 08:26:51.784 INFO O| Feb 21 08:26:51.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7894 | 2025-02-21T08:26:53.179Z | [ recovery-image] Feb 21 08:26:51.784 INFO O| Feb 21 08:26:51.784 INFO STEP 1133 (remove_files) COMPLETE |
7895 | 2025-02-21T08:26:53.179Z | [ recovery-image] Feb 21 08:26:51.784 INFO O| Feb 21 08:26:51.784 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7896 | 2025-02-21T08:26:53.198Z | [ recovery-image] Feb 21 08:26:51.803 INFO O| Feb 21 08:26:51.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7897 | 2025-02-21T08:26:53.198Z | [ recovery-image] Feb 21 08:26:51.803 INFO O| Feb 21 08:26:51.803 INFO STEP 1134 (remove_files) COMPLETE |
7898 | 2025-02-21T08:26:53.198Z | [ recovery-image] Feb 21 08:26:51.803 INFO O| Feb 21 08:26:51.803 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7899 | 2025-02-21T08:26:53.243Z | [ recovery-image] Feb 21 08:26:51.844 INFO O| Feb 21 08:26:51.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7900 | 2025-02-21T08:26:53.243Z | [ recovery-image] Feb 21 08:26:51.844 INFO O| Feb 21 08:26:51.844 INFO STEP 1135 (remove_files) COMPLETE |
7901 | 2025-02-21T08:26:53.256Z | [ recovery-image] Feb 21 08:26:51.844 INFO O| Feb 21 08:26:51.844 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7902 | 2025-02-21T08:26:53.273Z | [ recovery-image] Feb 21 08:26:51.862 INFO O| Feb 21 08:26:51.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7903 | 2025-02-21T08:26:53.273Z | [ recovery-image] Feb 21 08:26:51.862 INFO O| Feb 21 08:26:51.862 INFO STEP 1136 (remove_files) COMPLETE |
7904 | 2025-02-21T08:26:53.273Z | [ recovery-image] Feb 21 08:26:51.862 INFO O| Feb 21 08:26:51.862 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7905 | 2025-02-21T08:26:53.276Z | [ recovery-image] Feb 21 08:26:51.880 INFO O| Feb 21 08:26:51.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7906 | 2025-02-21T08:26:53.276Z | [ recovery-image] Feb 21 08:26:51.880 INFO O| Feb 21 08:26:51.880 INFO STEP 1137 (remove_files) COMPLETE |
7907 | 2025-02-21T08:26:53.277Z | [ recovery-image] Feb 21 08:26:51.880 INFO O| Feb 21 08:26:51.880 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7908 | 2025-02-21T08:26:53.293Z | [ recovery-image] Feb 21 08:26:51.898 INFO O| Feb 21 08:26:51.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7909 | 2025-02-21T08:26:53.296Z | [ recovery-image] Feb 21 08:26:51.899 INFO O| Feb 21 08:26:51.899 INFO STEP 1138 (remove_files) COMPLETE |
7910 | 2025-02-21T08:26:53.296Z | [ recovery-image] Feb 21 08:26:51.899 INFO O| Feb 21 08:26:51.899 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7911 | 2025-02-21T08:26:53.310Z | [ recovery-image] Feb 21 08:26:51.916 INFO O| Feb 21 08:26:51.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7912 | 2025-02-21T08:26:53.315Z | [ recovery-image] Feb 21 08:26:51.916 INFO O| Feb 21 08:26:51.916 INFO STEP 1139 (remove_files) COMPLETE |
7913 | 2025-02-21T08:26:53.315Z | [ recovery-image] Feb 21 08:26:51.917 INFO O| Feb 21 08:26:51.917 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7914 | 2025-02-21T08:26:53.346Z | [ recovery-image] Feb 21 08:26:51.952 INFO O| Feb 21 08:26:51.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7915 | 2025-02-21T08:26:53.351Z | [ recovery-image] Feb 21 08:26:51.952 INFO O| Feb 21 08:26:51.952 INFO STEP 1140 (remove_files) COMPLETE |
7916 | 2025-02-21T08:26:53.351Z | [ recovery-image] Feb 21 08:26:51.952 INFO O| Feb 21 08:26:51.952 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7917 | 2025-02-21T08:26:53.364Z | [ recovery-image] Feb 21 08:26:51.970 INFO O| Feb 21 08:26:51.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7918 | 2025-02-21T08:26:53.368Z | [ recovery-image] Feb 21 08:26:51.970 INFO O| Feb 21 08:26:51.970 INFO STEP 1141 (remove_files) COMPLETE |
7919 | 2025-02-21T08:26:53.368Z | [ recovery-image] Feb 21 08:26:51.970 INFO O| Feb 21 08:26:51.970 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7920 | 2025-02-21T08:26:53.381Z | [ recovery-image] Feb 21 08:26:51.987 INFO O| Feb 21 08:26:51.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7921 | 2025-02-21T08:26:53.398Z | [ recovery-image] Feb 21 08:26:51.987 INFO O| Feb 21 08:26:51.987 INFO STEP 1142 (remove_files) COMPLETE |
7922 | 2025-02-21T08:26:53.398Z | [ recovery-image] Feb 21 08:26:51.988 INFO O| Feb 21 08:26:51.987 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7923 | 2025-02-21T08:26:53.410Z | [ recovery-image] Feb 21 08:26:52.005 INFO O| Feb 21 08:26:52.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7924 | 2025-02-21T08:26:53.410Z | [ recovery-image] Feb 21 08:26:52.005 INFO O| Feb 21 08:26:52.005 INFO STEP 1143 (remove_files) COMPLETE |
7925 | 2025-02-21T08:26:53.410Z | [ recovery-image] Feb 21 08:26:52.005 INFO O| Feb 21 08:26:52.005 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7926 | 2025-02-21T08:26:53.418Z | [ recovery-image] Feb 21 08:26:52.023 INFO O| Feb 21 08:26:52.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7927 | 2025-02-21T08:26:53.420Z | [ recovery-image] Feb 21 08:26:52.023 INFO O| Feb 21 08:26:52.023 INFO STEP 1144 (remove_files) COMPLETE |
7928 | 2025-02-21T08:26:53.420Z | [ recovery-image] Feb 21 08:26:52.023 INFO O| Feb 21 08:26:52.023 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7929 | 2025-02-21T08:26:53.437Z | [ recovery-image] Feb 21 08:26:52.042 INFO O| Feb 21 08:26:52.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7930 | 2025-02-21T08:26:53.437Z | [ recovery-image] Feb 21 08:26:52.043 INFO O| Feb 21 08:26:52.043 INFO STEP 1145 (remove_files) COMPLETE |
7931 | 2025-02-21T08:26:53.437Z | [ recovery-image] Feb 21 08:26:52.043 INFO O| Feb 21 08:26:52.043 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7932 | 2025-02-21T08:26:53.455Z | [ recovery-image] Feb 21 08:26:52.061 INFO O| Feb 21 08:26:52.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7933 | 2025-02-21T08:26:53.455Z | [ recovery-image] Feb 21 08:26:52.061 INFO O| Feb 21 08:26:52.061 INFO STEP 1146 (remove_files) COMPLETE |
7934 | 2025-02-21T08:26:53.455Z | [ recovery-image] Feb 21 08:26:52.061 INFO O| Feb 21 08:26:52.061 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7935 | 2025-02-21T08:26:53.498Z | [ recovery-image] Feb 21 08:26:52.102 INFO O| Feb 21 08:26:52.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7936 | 2025-02-21T08:26:53.498Z | [ recovery-image] Feb 21 08:26:52.102 INFO O| Feb 21 08:26:52.102 INFO STEP 1147 (remove_files) COMPLETE |
7937 | 2025-02-21T08:26:53.498Z | [ recovery-image] Feb 21 08:26:52.102 INFO O| Feb 21 08:26:52.102 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7938 | 2025-02-21T08:26:53.518Z | [ recovery-image] Feb 21 08:26:52.123 INFO O| Feb 21 08:26:52.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7939 | 2025-02-21T08:26:53.518Z | [ recovery-image] Feb 21 08:26:52.123 INFO O| Feb 21 08:26:52.123 INFO STEP 1148 (remove_files) COMPLETE |
7940 | 2025-02-21T08:26:53.518Z | [ recovery-image] Feb 21 08:26:52.123 INFO O| Feb 21 08:26:52.123 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7941 | 2025-02-21T08:26:53.548Z | [ recovery-image] Feb 21 08:26:52.154 INFO O| Feb 21 08:26:52.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7942 | 2025-02-21T08:26:53.548Z | [ recovery-image] Feb 21 08:26:52.154 INFO O| Feb 21 08:26:52.154 INFO STEP 1149 (remove_files) COMPLETE |
7943 | 2025-02-21T08:26:53.549Z | [ recovery-image] Feb 21 08:26:52.154 INFO O| Feb 21 08:26:52.154 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7944 | 2025-02-21T08:26:53.581Z | [ recovery-image] Feb 21 08:26:52.187 INFO O| Feb 21 08:26:52.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7945 | 2025-02-21T08:26:53.581Z | [ recovery-image] Feb 21 08:26:52.187 INFO O| Feb 21 08:26:52.187 INFO STEP 1150 (remove_files) COMPLETE |
7946 | 2025-02-21T08:26:53.581Z | [ recovery-image] Feb 21 08:26:52.187 INFO O| Feb 21 08:26:52.187 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7947 | 2025-02-21T08:26:53.612Z | [ recovery-image] Feb 21 08:26:52.218 INFO O| Feb 21 08:26:52.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7948 | 2025-02-21T08:26:53.612Z | [ recovery-image] Feb 21 08:26:52.218 INFO O| Feb 21 08:26:52.218 INFO STEP 1151 (remove_files) COMPLETE |
7949 | 2025-02-21T08:26:53.612Z | [ recovery-image] Feb 21 08:26:52.218 INFO O| Feb 21 08:26:52.218 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7950 | 2025-02-21T08:26:53.633Z | [ recovery-image] Feb 21 08:26:52.239 INFO O| Feb 21 08:26:52.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7951 | 2025-02-21T08:26:53.633Z | [ recovery-image] Feb 21 08:26:52.239 INFO O| Feb 21 08:26:52.239 INFO STEP 1152 (remove_files) COMPLETE |
7952 | 2025-02-21T08:26:53.633Z | [ recovery-image] Feb 21 08:26:52.239 INFO O| Feb 21 08:26:52.239 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7953 | 2025-02-21T08:26:53.653Z | [ recovery-image] Feb 21 08:26:52.259 INFO O| Feb 21 08:26:52.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7954 | 2025-02-21T08:26:53.654Z | [ recovery-image] Feb 21 08:26:52.259 INFO O| Feb 21 08:26:52.259 INFO STEP 1153 (remove_files) COMPLETE |
7955 | 2025-02-21T08:26:53.654Z | [ recovery-image] Feb 21 08:26:52.259 INFO O| Feb 21 08:26:52.259 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7956 | 2025-02-21T08:26:53.672Z | [ recovery-image] Feb 21 08:26:52.278 INFO O| Feb 21 08:26:52.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7957 | 2025-02-21T08:26:53.672Z | [ recovery-image] Feb 21 08:26:52.278 INFO O| Feb 21 08:26:52.278 INFO STEP 1154 (remove_files) COMPLETE |
7958 | 2025-02-21T08:26:53.677Z | [ recovery-image] Feb 21 08:26:52.278 INFO O| Feb 21 08:26:52.278 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7959 | 2025-02-21T08:26:53.724Z | [ recovery-image] Feb 21 08:26:52.330 INFO O| Feb 21 08:26:52.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7960 | 2025-02-21T08:26:53.724Z | [ recovery-image] Feb 21 08:26:52.330 INFO O| Feb 21 08:26:52.330 INFO STEP 1155 (remove_files) COMPLETE |
7961 | 2025-02-21T08:26:53.724Z | [ recovery-image] Feb 21 08:26:52.330 INFO O| Feb 21 08:26:52.330 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7962 | 2025-02-21T08:26:53.747Z | [ recovery-image] Feb 21 08:26:52.350 INFO O| Feb 21 08:26:52.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7963 | 2025-02-21T08:26:53.747Z | [ recovery-image] Feb 21 08:26:52.350 INFO O| Feb 21 08:26:52.350 INFO STEP 1156 (remove_files) COMPLETE |
7964 | 2025-02-21T08:26:53.748Z | [ recovery-image] Feb 21 08:26:52.350 INFO O| Feb 21 08:26:52.350 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7965 | 2025-02-21T08:26:53.765Z | [ recovery-image] Feb 21 08:26:52.371 INFO O| Feb 21 08:26:52.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7966 | 2025-02-21T08:26:53.765Z | [ recovery-image] Feb 21 08:26:52.371 INFO O| Feb 21 08:26:52.371 INFO STEP 1157 (remove_files) COMPLETE |
7967 | 2025-02-21T08:26:53.767Z | [ recovery-image] Feb 21 08:26:52.371 INFO O| Feb 21 08:26:52.371 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7968 | 2025-02-21T08:26:53.828Z | [ recovery-image] Feb 21 08:26:52.433 INFO O| Feb 21 08:26:52.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7969 | 2025-02-21T08:26:53.828Z | [ recovery-image] Feb 21 08:26:52.433 INFO O| Feb 21 08:26:52.433 INFO STEP 1158 (remove_files) COMPLETE |
7970 | 2025-02-21T08:26:53.828Z | [ recovery-image] Feb 21 08:26:52.433 INFO O| Feb 21 08:26:52.433 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7971 | 2025-02-21T08:26:53.858Z | [ recovery-image] Feb 21 08:26:52.464 INFO O| Feb 21 08:26:52.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7972 | 2025-02-21T08:26:53.861Z | [ recovery-image] Feb 21 08:26:52.464 INFO O| Feb 21 08:26:52.464 INFO STEP 1159 (remove_files) COMPLETE |
7973 | 2025-02-21T08:26:53.861Z | [ recovery-image] Feb 21 08:26:52.464 INFO O| Feb 21 08:26:52.464 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7974 | 2025-02-21T08:26:53.883Z | [ recovery-image] Feb 21 08:26:52.488 INFO O| Feb 21 08:26:52.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7975 | 2025-02-21T08:26:53.883Z | [ recovery-image] Feb 21 08:26:52.488 INFO O| Feb 21 08:26:52.488 INFO STEP 1160 (remove_files) COMPLETE |
7976 | 2025-02-21T08:26:53.883Z | [ recovery-image] Feb 21 08:26:52.488 INFO O| Feb 21 08:26:52.488 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7977 | 2025-02-21T08:26:53.912Z | [ recovery-image] Feb 21 08:26:52.517 INFO O| Feb 21 08:26:52.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
7978 | 2025-02-21T08:26:53.913Z | [ recovery-image] Feb 21 08:26:52.518 INFO O| Feb 21 08:26:52.517 INFO STEP 1161 (remove_files) COMPLETE |
7979 | 2025-02-21T08:26:53.913Z | [ recovery-image] Feb 21 08:26:52.518 INFO O| Feb 21 08:26:52.518 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7980 | 2025-02-21T08:26:53.931Z | [ recovery-image] Feb 21 08:26:52.537 INFO O| Feb 21 08:26:52.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
7981 | 2025-02-21T08:26:53.931Z | [ recovery-image] Feb 21 08:26:52.537 INFO O| Feb 21 08:26:52.537 INFO STEP 1162 (remove_files) COMPLETE |
7982 | 2025-02-21T08:26:53.935Z | [ recovery-image] Feb 21 08:26:52.537 INFO O| Feb 21 08:26:52.537 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7983 | 2025-02-21T08:26:53.951Z | [ recovery-image] Feb 21 08:26:52.557 INFO O| Feb 21 08:26:52.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
7984 | 2025-02-21T08:26:53.951Z | [ recovery-image] Feb 21 08:26:52.557 INFO O| Feb 21 08:26:52.557 INFO STEP 1163 (remove_files) COMPLETE |
7985 | 2025-02-21T08:26:53.956Z | [ recovery-image] Feb 21 08:26:52.557 INFO O| Feb 21 08:26:52.557 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7986 | 2025-02-21T08:26:53.972Z | [ recovery-image] Feb 21 08:26:52.577 INFO O| Feb 21 08:26:52.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
7987 | 2025-02-21T08:26:53.972Z | [ recovery-image] Feb 21 08:26:52.577 INFO O| Feb 21 08:26:52.577 INFO STEP 1164 (remove_files) COMPLETE |
7988 | 2025-02-21T08:26:53.972Z | [ recovery-image] Feb 21 08:26:52.577 INFO O| Feb 21 08:26:52.577 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7989 | 2025-02-21T08:26:53.996Z | [ recovery-image] Feb 21 08:26:52.597 INFO O| Feb 21 08:26:52.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
7990 | 2025-02-21T08:26:53.996Z | [ recovery-image] Feb 21 08:26:52.597 INFO O| Feb 21 08:26:52.597 INFO STEP 1165 (remove_files) COMPLETE |
7991 | 2025-02-21T08:26:53.996Z | [ recovery-image] Feb 21 08:26:52.597 INFO O| Feb 21 08:26:52.597 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
7992 | 2025-02-21T08:26:54.029Z | [ recovery-image] Feb 21 08:26:52.629 INFO O| Feb 21 08:26:52.629 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
7993 | 2025-02-21T08:26:54.029Z | [ recovery-image] Feb 21 08:26:52.629 INFO O| Feb 21 08:26:52.629 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
7994 | 2025-02-21T08:26:55.901Z | [ recovery-image] Feb 21 08:26:54.507 INFO O| Feb 21 08:26:54.507 INFO STEP 1166 (pack_tar) COMPLETE |
7995 | 2025-02-21T08:26:55.901Z | [ recovery-image] Feb 21 08:26:54.507 INFO O| Feb 21 08:26:54.507 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7996 | 2025-02-21T08:26:55.907Z | [ recovery-image] Feb 21 08:26:54.507 INFO O| Feb 21 08:26:54.507 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7997 | 2025-02-21T08:26:56.150Z | [ recovery-image] Feb 21 08:26:54.755 INFO O| Feb 21 08:26:54.755 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
7998 | 2025-02-21T08:26:56.258Z | [ recovery-image] Feb 21 08:26:54.864 INFO O| Feb 21 08:26:54.864 INFO completed processing gimlet/ramdisk-03-recovery-trim |
7999 | 2025-02-21T08:26:56.267Z | [ recovery-image] Feb 21 08:26:54.873 INFO image builder template: zfs-recovery... |
8000 | 2025-02-21T08:26:56.268Z | [ recovery-image] Feb 21 08:26:54.873 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/.tmpDANt3T/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 |
8001 | 2025-02-21T08:26:56.320Z | [ recovery-image] Feb 21 08:26:54.926 INFO O| Feb 21 08:26:54.926 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8002 | 2025-02-21T08:26:56.328Z | [ recovery-image] Feb 21 08:26:54.934 INFO O| Feb 21 08:26:54.934 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8003 | 2025-02-21T08:26:56.460Z | [ recovery-image] Feb 21 08:26:55.066 INFO O| Feb 21 08:26:55.066 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
8004 | 2025-02-21T08:26:56.543Z | [ recovery-image] Feb 21 08:26:55.149 INFO O| Feb 21 08:26:55.149 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8005 | 2025-02-21T08:26:56.543Z | [ recovery-image] Feb 21 08:26:55.149 INFO O| Feb 21 08:26:55.149 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8006 | 2025-02-21T08:26:56.551Z | [ recovery-image] Feb 21 08:26:55.157 INFO O| Feb 21 08:26:55.157 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8007 | 2025-02-21T08:26:56.690Z | [ recovery-image] Feb 21 08:26:55.296 INFO O| Feb 21 08:26:55.296 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
8008 | 2025-02-21T08:26:56.760Z | [ recovery-image] Feb 21 08:26:55.365 INFO O| Feb 21 08:26:55.365 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
8009 | 2025-02-21T08:26:56.801Z | [ recovery-image] Feb 21 08:26:55.403 INFO O| Feb 21 08:26:55.403 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8010 | 2025-02-21T08:26:56.809Z | [ recovery-image] Feb 21 08:26:55.413 INFO O| Feb 21 08:26:55.413 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
8011 | 2025-02-21T08:26:56.900Z | [ recovery-image] Feb 21 08:26:55.506 INFO O| Feb 21 08:26:55.506 INFO no lofi found |
8012 | 2025-02-21T08:26:56.900Z | [ recovery-image] Feb 21 08:26:55.506 INFO O| Feb 21 08:26:55.506 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
8013 | 2025-02-21T08:26:56.900Z | [ recovery-image] Feb 21 08:26:55.506 INFO O| Feb 21 08:26:55.506 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8014 | 2025-02-21T08:26:59.407Z | [ recovery-image] Feb 21 08:26:58.012 INFO O| Feb 21 08:26:58.012 INFO lofi device = /dev/dsk/c2t1d0p0 |
8015 | 2025-02-21T08:26:59.407Z | [ recovery-image] Feb 21 08:26:58.012 INFO O| Feb 21 08:26:58.012 INFO pool device = /dev/dsk/c2t1d0p0 |
8016 | 2025-02-21T08:26:59.412Z | [ recovery-image] Feb 21 08:26:58.012 INFO O| Feb 21 08:26:58.012 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
8017 | 2025-02-21T08:26:59.636Z | [ recovery-image] Feb 21 08:26:58.242 INFO O| Feb 21 08:26:58.242 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8018 | 2025-02-21T08:26:59.636Z | [ recovery-image] Feb 21 08:26:58.242 INFO O| Feb 21 08:26:58.242 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
8019 | 2025-02-21T08:26:59.674Z | [ recovery-image] Feb 21 08:26:58.280 INFO O| Feb 21 08:26:58.279 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
8020 | 2025-02-21T08:26:59.982Z | [ recovery-image] Feb 21 08:26:58.588 INFO O| Feb 21 08:26:58.588 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
8021 | 2025-02-21T08:27:00.044Z | [ recovery-image] Feb 21 08:26:58.649 INFO O| Feb 21 08:26:58.649 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
8022 | 2025-02-21T08:27:00.073Z | [ recovery-image] Feb 21 08:26:58.679 INFO O| Feb 21 08:26:58.679 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
8023 | 2025-02-21T08:27:00.095Z | [ recovery-image] Feb 21 08:26:58.701 INFO O| Feb 21 08:26:58.700 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
8024 | 2025-02-21T08:27:00.200Z | [ recovery-image] Feb 21 08:26:58.805 INFO O| Feb 21 08:26:58.805 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8025 | 2025-02-21T08:27:00.200Z | [ recovery-image] Feb 21 08:26:58.805 INFO O| Feb 21 08:26:58.805 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8026 | 2025-02-21T08:27:00.203Z | [ recovery-image] Feb 21 08:26:58.806 INFO O| Feb 21 08:26:58.806 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8027 | 2025-02-21T08:27:00.216Z | [ recovery-image] Feb 21 08:26:58.821 INFO O| Feb 21 08:26:58.821 INFO boot environment UUID: 82ee6256-52c7-4fe6-ba10-0f04aa44a16d |
8028 | 2025-02-21T08:27:00.216Z | [ recovery-image] Feb 21 08:26:58.821 INFO O| Feb 21 08:26:58.821 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 82ee6256-52c7-4fe6-ba10-0f04aa44a16d |
8029 | 2025-02-21T08:27:00.282Z | [ recovery-image] Feb 21 08:26:58.888 INFO O| Feb 21 08:26:58.888 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8030 | 2025-02-21T08:27:00.327Z | [ recovery-image] Feb 21 08:26:58.933 INFO O| Feb 21 08:26:58.933 INFO STEP 0 (create_be) COMPLETE |
8031 | 2025-02-21T08:27:00.327Z | [ recovery-image] Feb 21 08:26:58.933 INFO O| Feb 21 08:26:58.933 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8032 | 2025-02-21T08:27:00.357Z | [ recovery-image] Feb 21 08:26:58.962 INFO O| Feb 21 08:26:58.962 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"] |
8033 | 2025-02-21T08:27:07.261Z | [ recovery-image] Feb 21 08:27:05.867 INFO O| Feb 21 08:27:05.867 INFO STEP 1 (unpack_tar) COMPLETE |
8034 | 2025-02-21T08:27:07.261Z | [ recovery-image] Feb 21 08:27:05.867 INFO O| Feb 21 08:27:05.867 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8035 | 2025-02-21T08:27:07.286Z | [ recovery-image] Feb 21 08:27:05.888 INFO O| Feb 21 08:27:05.888 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8036 | 2025-02-21T08:27:08.128Z | [ recovery-image] Feb 21 08:27:06.720 INFO O| Feb 21 08:27:06.720 INFO STEP 2 (devfsadm) COMPLETE |
8037 | 2025-02-21T08:27:08.128Z | [ recovery-image] Feb 21 08:27:06.720 INFO O| Feb 21 08:27:06.720 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8038 | 2025-02-21T08:27:08.136Z | [ recovery-image] Feb 21 08:27:06.741 INFO O| Feb 21 08:27:06.741 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8039 | 2025-02-21T08:27:08.136Z | [ recovery-image] Feb 21 08:27:06.741 INFO O| Feb 21 08:27:06.741 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8040 | 2025-02-21T08:27:08.136Z | [ recovery-image] Feb 21 08:27:06.741 INFO O| Feb 21 08:27:06.741 INFO STEP 3 (ensure_dir) COMPLETE |
8041 | 2025-02-21T08:27:08.140Z | [ recovery-image] Feb 21 08:27:06.741 INFO O| Feb 21 08:27:06.741 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8042 | 2025-02-21T08:27:08.157Z | [ recovery-image] Feb 21 08:27:06.762 INFO O| Feb 21 08:27:06.762 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8043 | 2025-02-21T08:27:08.158Z | [ recovery-image] Feb 21 08:27:06.762 INFO O| Feb 21 08:27:06.762 INFO STEP 4 (ensure_dir) COMPLETE |
8044 | 2025-02-21T08:27:08.158Z | [ recovery-image] Feb 21 08:27:06.762 INFO O| Feb 21 08:27:06.762 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8045 | 2025-02-21T08:27:08.191Z | [ recovery-image] Feb 21 08:27:06.796 INFO O| Feb 21 08:27:06.796 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8046 | 2025-02-21T08:27:08.191Z | [ recovery-image] Feb 21 08:27:06.796 INFO O| Feb 21 08:27:06.796 INFO STEP 5 (ensure_dir) COMPLETE |
8047 | 2025-02-21T08:27:08.191Z | [ recovery-image] Feb 21 08:27:06.796 INFO O| Feb 21 08:27:06.796 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8048 | 2025-02-21T08:27:08.263Z | [ recovery-image] Feb 21 08:27:06.869 INFO O| Feb 21 08:27:06.869 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8049 | 2025-02-21T08:27:08.263Z | [ recovery-image] Feb 21 08:27:06.869 INFO O| Feb 21 08:27:06.869 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8050 | 2025-02-21T08:27:08.263Z | [ recovery-image] Feb 21 08:27:06.869 INFO O| Feb 21 08:27:06.869 INFO STEP 6 (ensure_dir) COMPLETE |
8051 | 2025-02-21T08:27:08.268Z | [ recovery-image] Feb 21 08:27:06.869 INFO O| Feb 21 08:27:06.869 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8052 | 2025-02-21T08:27:08.285Z | [ recovery-image] Feb 21 08:27:06.890 INFO O| Feb 21 08:27:06.890 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8053 | 2025-02-21T08:27:08.285Z | [ recovery-image] Feb 21 08:27:06.890 INFO O| Feb 21 08:27:06.890 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8054 | 2025-02-21T08:27:08.285Z | [ recovery-image] Feb 21 08:27:06.890 INFO O| Feb 21 08:27:06.890 INFO STEP 7 (ensure_dir) COMPLETE |
8055 | 2025-02-21T08:27:08.291Z | [ recovery-image] Feb 21 08:27:06.891 INFO O| Feb 21 08:27:06.891 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8056 | 2025-02-21T08:27:08.305Z | [ recovery-image] Feb 21 08:27:06.909 INFO O| Feb 21 08:27:06.909 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
8057 | 2025-02-21T08:27:08.310Z | [ recovery-image] Feb 21 08:27:06.910 INFO O| Feb 21 08:27:06.910 INFO STEP 8 (remove_files) COMPLETE |
8058 | 2025-02-21T08:27:08.310Z | [ recovery-image] Feb 21 08:27:06.910 INFO O| Feb 21 08:27:06.910 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8059 | 2025-02-21T08:27:08.335Z | [ recovery-image] Feb 21 08:27:06.941 INFO O| Feb 21 08:27:06.941 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
8060 | 2025-02-21T08:27:08.338Z | [ recovery-image] Feb 21 08:27:06.942 INFO O| Feb 21 08:27:06.942 INFO STEP 9 (remove_files) COMPLETE |
8061 | 2025-02-21T08:27:08.338Z | [ recovery-image] Feb 21 08:27:06.942 INFO O| Feb 21 08:27:06.942 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8062 | 2025-02-21T08:27:08.359Z | [ recovery-image] Feb 21 08:27:06.964 INFO O| Feb 21 08:27:06.964 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
8063 | 2025-02-21T08:27:08.362Z | [ recovery-image] Feb 21 08:27:06.966 INFO O| Feb 21 08:27:06.966 INFO STEP 10 (remove_files) COMPLETE |
8064 | 2025-02-21T08:27:08.362Z | [ recovery-image] Feb 21 08:27:06.966 INFO O| Feb 21 08:27:06.966 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8065 | 2025-02-21T08:27:08.381Z | [ recovery-image] Feb 21 08:27:06.987 INFO O| Feb 21 08:27:06.987 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
8066 | 2025-02-21T08:27:08.384Z | [ recovery-image] Feb 21 08:27:06.987 INFO O| Feb 21 08:27:06.987 INFO STEP 11 (remove_files) COMPLETE |
8067 | 2025-02-21T08:27:08.384Z | [ recovery-image] Feb 21 08:27:06.987 INFO O| Feb 21 08:27:06.987 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8068 | 2025-02-21T08:27:08.405Z | [ recovery-image] Feb 21 08:27:07.008 INFO O| Feb 21 08:27:07.008 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
8069 | 2025-02-21T08:27:08.405Z | [ recovery-image] Feb 21 08:27:07.009 INFO O| Feb 21 08:27:07.009 INFO STEP 12 (remove_files) COMPLETE |
8070 | 2025-02-21T08:27:08.405Z | [ recovery-image] Feb 21 08:27:07.009 INFO O| Feb 21 08:27:07.009 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8071 | 2025-02-21T08:27:08.424Z | [ recovery-image] Feb 21 08:27:07.030 INFO O| Feb 21 08:27:07.030 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8072 | 2025-02-21T08:27:08.425Z | [ recovery-image] Feb 21 08:27:07.030 INFO O| Feb 21 08:27:07.030 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8073 | 2025-02-21T08:27:08.429Z | [ recovery-image] Feb 21 08:27:07.030 INFO O| Feb 21 08:27:07.030 INFO STEP 13 (ensure_dir) COMPLETE |
8074 | 2025-02-21T08:27:08.430Z | [ recovery-image] Feb 21 08:27:07.030 INFO O| Feb 21 08:27:07.030 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8075 | 2025-02-21T08:27:08.447Z | [ recovery-image] Feb 21 08:27:07.053 INFO O| Feb 21 08:27:07.053 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8076 | 2025-02-21T08:27:08.447Z | [ recovery-image] Feb 21 08:27:07.053 INFO O| Feb 21 08:27:07.053 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8077 | 2025-02-21T08:27:08.451Z | [ recovery-image] Feb 21 08:27:07.053 INFO O| Feb 21 08:27:07.053 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8078 | 2025-02-21T08:27:08.451Z | [ recovery-image] Feb 21 08:27:07.053 INFO O| Feb 21 08:27:07.053 INFO STEP 14 (ensure_dir) COMPLETE |
8079 | 2025-02-21T08:27:08.451Z | [ recovery-image] Feb 21 08:27:07.053 INFO O| Feb 21 08:27:07.053 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8080 | 2025-02-21T08:27:08.468Z | [ recovery-image] Feb 21 08:27:07.073 INFO O| Feb 21 08:27:07.073 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8081 | 2025-02-21T08:27:08.468Z | [ recovery-image] Feb 21 08:27:07.073 INFO O| Feb 21 08:27:07.073 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8082 | 2025-02-21T08:27:08.471Z | [ recovery-image] Feb 21 08:27:07.074 INFO O| Feb 21 08:27:07.073 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8083 | 2025-02-21T08:27:08.471Z | [ recovery-image] Feb 21 08:27:07.074 INFO O| Feb 21 08:27:07.074 INFO STEP 15 (ensure_dir) COMPLETE |
8084 | 2025-02-21T08:27:08.471Z | [ recovery-image] Feb 21 08:27:07.074 INFO O| Feb 21 08:27:07.074 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8085 | 2025-02-21T08:27:08.492Z | [ recovery-image] Feb 21 08:27:07.097 INFO O| Feb 21 08:27:07.096 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8086 | 2025-02-21T08:27:08.495Z | [ recovery-image] Feb 21 08:27:07.097 INFO O| Feb 21 08:27:07.097 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8087 | 2025-02-21T08:27:08.495Z | [ recovery-image] Feb 21 08:27:07.097 INFO O| Feb 21 08:27:07.097 INFO STEP 16 (ensure_dir) COMPLETE |
8088 | 2025-02-21T08:27:08.495Z | [ recovery-image] Feb 21 08:27:07.097 INFO O| Feb 21 08:27:07.097 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8089 | 2025-02-21T08:27:08.514Z | [ recovery-image] Feb 21 08:27:07.120 INFO O| Feb 21 08:27:07.120 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8090 | 2025-02-21T08:27:08.514Z | [ recovery-image] Feb 21 08:27:07.120 INFO O| Feb 21 08:27:07.120 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8091 | 2025-02-21T08:27:08.514Z | [ recovery-image] Feb 21 08:27:07.120 INFO O| Feb 21 08:27:07.120 INFO STEP 17 (ensure_dir) COMPLETE |
8092 | 2025-02-21T08:27:08.514Z | [ recovery-image] Feb 21 08:27:07.120 INFO O| Feb 21 08:27:07.120 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8093 | 2025-02-21T08:27:08.535Z | [ recovery-image] Feb 21 08:27:07.140 INFO O| Feb 21 08:27:07.140 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8094 | 2025-02-21T08:27:08.535Z | [ recovery-image] Feb 21 08:27:07.140 INFO O| Feb 21 08:27:07.140 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
8095 | 2025-02-21T08:27:08.537Z | [ recovery-image] Feb 21 08:27:07.140 INFO O| Feb 21 08:27:07.140 INFO ok! |
8096 | 2025-02-21T08:27:08.537Z | [ recovery-image] Feb 21 08:27:07.140 INFO O| Feb 21 08:27:07.140 INFO STEP 18 (ensure_symlink) COMPLETE |
8097 | 2025-02-21T08:27:08.538Z | [ recovery-image] Feb 21 08:27:07.140 INFO O| Feb 21 08:27:07.140 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8098 | 2025-02-21T08:27:08.572Z | [ recovery-image] Feb 21 08:27:07.178 INFO O| Feb 21 08:27:07.178 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
8099 | 2025-02-21T08:27:08.572Z | [ recovery-image] Feb 21 08:27:07.178 INFO O| Feb 21 08:27:07.178 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
8100 | 2025-02-21T08:27:08.572Z | [ recovery-image] Feb 21 08:27:07.178 INFO O| Feb 21 08:27:07.178 INFO ok! |
8101 | 2025-02-21T08:27:08.572Z | [ recovery-image] Feb 21 08:27:07.178 INFO O| Feb 21 08:27:07.178 INFO STEP 19 (ensure_file) COMPLETE |
8102 | 2025-02-21T08:27:08.576Z | [ recovery-image] Feb 21 08:27:07.178 INFO O| Feb 21 08:27:07.178 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8103 | 2025-02-21T08:27:08.629Z | [ recovery-image] Feb 21 08:27:07.235 INFO O| Feb 21 08:27:07.235 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
8104 | 2025-02-21T08:27:08.629Z | [ recovery-image] Feb 21 08:27:07.235 INFO O| Feb 21 08:27:07.235 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8105 | 2025-02-21T08:27:08.634Z | [ recovery-image] Feb 21 08:27:07.235 INFO O| Feb 21 08:27:07.235 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
8106 | 2025-02-21T08:27:08.634Z | [ recovery-image] Feb 21 08:27:07.235 INFO O| Feb 21 08:27:07.235 INFO ok! |
8107 | 2025-02-21T08:27:08.634Z | [ recovery-image] Feb 21 08:27:07.235 INFO O| Feb 21 08:27:07.235 INFO STEP 20 (ensure_symlink) COMPLETE |
8108 | 2025-02-21T08:27:08.634Z | [ recovery-image] Feb 21 08:27:07.236 INFO O| Feb 21 08:27:07.235 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8109 | 2025-02-21T08:27:08.651Z | [ recovery-image] Feb 21 08:27:07.257 INFO O| Feb 21 08:27:07.257 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
8110 | 2025-02-21T08:27:08.651Z | [ recovery-image] Feb 21 08:27:07.257 INFO O| Feb 21 08:27:07.257 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8111 | 2025-02-21T08:27:08.656Z | [ recovery-image] Feb 21 08:27:07.257 INFO O| Feb 21 08:27:07.257 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
8112 | 2025-02-21T08:27:08.656Z | [ recovery-image] Feb 21 08:27:07.257 INFO O| Feb 21 08:27:07.257 INFO ok! |
8113 | 2025-02-21T08:27:08.656Z | [ recovery-image] Feb 21 08:27:07.257 INFO O| Feb 21 08:27:07.257 INFO STEP 21 (ensure_symlink) COMPLETE |
8114 | 2025-02-21T08:27:08.656Z | [ recovery-image] Feb 21 08:27:07.257 INFO O| Feb 21 08:27:07.257 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8115 | 2025-02-21T08:27:08.671Z | [ recovery-image] Feb 21 08:27:07.276 INFO O| Feb 21 08:27:07.276 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
8116 | 2025-02-21T08:27:08.671Z | [ recovery-image] Feb 21 08:27:07.276 INFO O| Feb 21 08:27:07.276 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8117 | 2025-02-21T08:27:08.671Z | [ recovery-image] Feb 21 08:27:07.276 INFO O| Feb 21 08:27:07.276 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
8118 | 2025-02-21T08:27:08.671Z | [ recovery-image] Feb 21 08:27:07.276 INFO O| Feb 21 08:27:07.276 INFO ok! |
8119 | 2025-02-21T08:27:08.675Z | [ recovery-image] Feb 21 08:27:07.277 INFO O| Feb 21 08:27:07.276 INFO STEP 22 (ensure_symlink) COMPLETE |
8120 | 2025-02-21T08:27:08.675Z | [ recovery-image] Feb 21 08:27:07.277 INFO O| Feb 21 08:27:07.277 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8121 | 2025-02-21T08:27:08.714Z | [ recovery-image] Feb 21 08:27:07.319 INFO O| Feb 21 08:27:07.319 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
8122 | 2025-02-21T08:27:08.714Z | [ recovery-image] Feb 21 08:27:07.319 INFO O| Feb 21 08:27:07.319 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8123 | 2025-02-21T08:27:08.716Z | [ recovery-image] Feb 21 08:27:07.319 INFO O| Feb 21 08:27:07.319 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
8124 | 2025-02-21T08:27:08.717Z | [ recovery-image] Feb 21 08:27:07.319 INFO O| Feb 21 08:27:07.319 INFO ok! |
8125 | 2025-02-21T08:27:08.717Z | [ recovery-image] Feb 21 08:27:07.319 INFO O| Feb 21 08:27:07.319 INFO STEP 23 (ensure_symlink) COMPLETE |
8126 | 2025-02-21T08:27:08.717Z | [ recovery-image] Feb 21 08:27:07.319 INFO O| Feb 21 08:27:07.319 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8127 | 2025-02-21T08:27:08.787Z | [ recovery-image] Feb 21 08:27:07.392 INFO O| Feb 21 08:27:07.392 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8128 | 2025-02-21T08:27:08.793Z | [ recovery-image] Feb 21 08:27:07.393 INFO O| Feb 21 08:27:07.392 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 ... |
8129 | 2025-02-21T08:27:08.793Z | [ recovery-image] Feb 21 08:27:07.393 INFO O| Feb 21 08:27:07.393 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
8130 | 2025-02-21T08:27:08.794Z | [ recovery-image] Feb 21 08:27:07.393 INFO O| Feb 21 08:27:07.393 INFO ok! |
8131 | 2025-02-21T08:27:08.794Z | [ recovery-image] Feb 21 08:27:07.393 INFO O| Feb 21 08:27:07.393 INFO STEP 24 (ensure_file) COMPLETE |
8132 | 2025-02-21T08:27:08.794Z | [ recovery-image] Feb 21 08:27:07.393 INFO O| Feb 21 08:27:07.393 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8133 | 2025-02-21T08:27:08.819Z | [ recovery-image] Feb 21 08:27:07.425 INFO O| Feb 21 08:27:07.424 INFO updating shadow file |
8134 | 2025-02-21T08:27:08.822Z | [ recovery-image] Feb 21 08:27:07.425 INFO O| Feb 21 08:27:07.425 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8135 | 2025-02-21T08:27:08.822Z | [ recovery-image] Feb 21 08:27:07.425 INFO O| Feb 21 08:27:07.425 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8136 | 2025-02-21T08:27:08.822Z | [ recovery-image] Feb 21 08:27:07.425 INFO O| Feb 21 08:27:07.425 INFO STEP 25 (shadow) COMPLETE |
8137 | 2025-02-21T08:27:08.822Z | [ recovery-image] Feb 21 08:27:07.425 INFO O| Feb 21 08:27:07.425 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8138 | 2025-02-21T08:27:08.886Z | [ recovery-image] Feb 21 08:27:07.491 INFO O| Feb 21 08:27:07.491 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
8139 | 2025-02-21T08:27:08.886Z | [ recovery-image] Feb 21 08:27:07.492 INFO O| Feb 21 08:27:07.492 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
8140 | 2025-02-21T08:27:08.892Z | [ recovery-image] Feb 21 08:27:07.492 INFO O| Feb 21 08:27:07.492 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
8141 | 2025-02-21T08:27:08.892Z | [ recovery-image] Feb 21 08:27:07.492 INFO O| Feb 21 08:27:07.492 INFO ok! |
8142 | 2025-02-21T08:27:08.892Z | [ recovery-image] Feb 21 08:27:07.492 INFO O| Feb 21 08:27:07.492 INFO STEP 26 (ensure_file) COMPLETE |
8143 | 2025-02-21T08:27:08.892Z | [ recovery-image] Feb 21 08:27:07.492 INFO O| Feb 21 08:27:07.492 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8144 | 2025-02-21T08:27:08.948Z | [ recovery-image] Feb 21 08:27:07.554 INFO O| Feb 21 08:27:07.554 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
8145 | 2025-02-21T08:27:08.949Z | [ recovery-image] Feb 21 08:27:07.554 INFO O| Feb 21 08:27:07.554 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
8146 | 2025-02-21T08:27:08.949Z | [ recovery-image] Feb 21 08:27:07.554 INFO O| Feb 21 08:27:07.554 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
8147 | 2025-02-21T08:27:08.952Z | [ recovery-image] Feb 21 08:27:07.554 INFO O| Feb 21 08:27:07.554 INFO ok! |
8148 | 2025-02-21T08:27:08.952Z | [ recovery-image] Feb 21 08:27:07.554 INFO O| Feb 21 08:27:07.554 INFO STEP 27 (ensure_file) COMPLETE |
8149 | 2025-02-21T08:27:08.952Z | [ recovery-image] Feb 21 08:27:07.554 INFO O| Feb 21 08:27:07.554 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8150 | 2025-02-21T08:27:08.971Z | [ recovery-image] Feb 21 08:27:07.577 INFO O| Feb 21 08:27:07.577 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8151 | 2025-02-21T08:27:08.971Z | [ recovery-image] Feb 21 08:27:07.577 INFO O| Feb 21 08:27:07.577 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
8152 | 2025-02-21T08:27:08.974Z | [ recovery-image] Feb 21 08:27:07.577 INFO O| Feb 21 08:27:07.577 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8153 | 2025-02-21T08:27:08.974Z | [ recovery-image] Feb 21 08:27:07.577 INFO O| Feb 21 08:27:07.577 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8154 | 2025-02-21T08:27:08.975Z | [ recovery-image] Feb 21 08:27:07.577 INFO O| Feb 21 08:27:07.577 INFO ok! |
8155 | 2025-02-21T08:27:08.975Z | [ recovery-image] Feb 21 08:27:07.577 INFO O| Feb 21 08:27:07.577 INFO STEP 28 (ensure_file) COMPLETE |
8156 | 2025-02-21T08:27:08.975Z | [ recovery-image] Feb 21 08:27:07.577 INFO O| Feb 21 08:27:07.577 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8157 | 2025-02-21T08:27:08.991Z | [ recovery-image] Feb 21 08:27:07.597 INFO O| Feb 21 08:27:07.597 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
8158 | 2025-02-21T08:27:08.991Z | [ recovery-image] Feb 21 08:27:07.597 INFO O| Feb 21 08:27:07.597 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
8159 | 2025-02-21T08:27:08.996Z | [ recovery-image] Feb 21 08:27:07.597 INFO O| Feb 21 08:27:07.597 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
8160 | 2025-02-21T08:27:08.996Z | [ recovery-image] Feb 21 08:27:07.597 INFO O| Feb 21 08:27:07.597 INFO ok! |
8161 | 2025-02-21T08:27:08.996Z | [ recovery-image] Feb 21 08:27:07.597 INFO O| Feb 21 08:27:07.597 INFO STEP 29 (ensure_file) COMPLETE |
8162 | 2025-02-21T08:27:08.996Z | [ recovery-image] Feb 21 08:27:07.597 INFO O| Feb 21 08:27:07.597 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8163 | 2025-02-21T08:27:09.027Z | [ recovery-image] Feb 21 08:27:07.633 INFO O| Feb 21 08:27:07.633 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
8164 | 2025-02-21T08:27:09.027Z | [ recovery-image] Feb 21 08:27:07.633 INFO O| Feb 21 08:27:07.633 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
8165 | 2025-02-21T08:27:09.027Z | [ recovery-image] Feb 21 08:27:07.633 INFO O| Feb 21 08:27:07.633 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
8166 | 2025-02-21T08:27:09.027Z | [ recovery-image] Feb 21 08:27:07.633 INFO O| Feb 21 08:27:07.633 INFO ok! |
8167 | 2025-02-21T08:27:09.030Z | [ recovery-image] Feb 21 08:27:07.633 INFO O| Feb 21 08:27:07.633 INFO STEP 30 (ensure_file) COMPLETE |
8168 | 2025-02-21T08:27:09.030Z | [ recovery-image] Feb 21 08:27:07.633 INFO O| Feb 21 08:27:07.633 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8169 | 2025-02-21T08:27:09.050Z | [ recovery-image] Feb 21 08:27:07.656 INFO O| Feb 21 08:27:07.656 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
8170 | 2025-02-21T08:27:09.050Z | [ recovery-image] Feb 21 08:27:07.656 INFO O| Feb 21 08:27:07.656 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
8171 | 2025-02-21T08:27:09.054Z | [ recovery-image] Feb 21 08:27:07.656 INFO O| Feb 21 08:27:07.656 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8172 | 2025-02-21T08:27:09.055Z | [ recovery-image] Feb 21 08:27:07.656 INFO O| Feb 21 08:27:07.656 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8173 | 2025-02-21T08:27:09.055Z | [ recovery-image] Feb 21 08:27:07.656 INFO O| Feb 21 08:27:07.656 INFO ok! |
8174 | 2025-02-21T08:27:09.055Z | [ recovery-image] Feb 21 08:27:07.657 INFO O| Feb 21 08:27:07.657 INFO STEP 31 (ensure_file) COMPLETE |
8175 | 2025-02-21T08:27:09.055Z | [ recovery-image] Feb 21 08:27:07.657 INFO O| Feb 21 08:27:07.657 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8176 | 2025-02-21T08:27:09.087Z | [ recovery-image] Feb 21 08:27:07.693 INFO O| Feb 21 08:27:07.693 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
8177 | 2025-02-21T08:27:09.087Z | [ recovery-image] Feb 21 08:27:07.693 INFO O| Feb 21 08:27:07.693 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
8178 | 2025-02-21T08:27:09.087Z | [ recovery-image] Feb 21 08:27:07.693 INFO O| Feb 21 08:27:07.693 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
8179 | 2025-02-21T08:27:09.092Z | [ recovery-image] Feb 21 08:27:07.693 INFO O| Feb 21 08:27:07.693 INFO ok! |
8180 | 2025-02-21T08:27:09.092Z | [ recovery-image] Feb 21 08:27:07.693 INFO O| Feb 21 08:27:07.693 INFO STEP 32 (ensure_file) COMPLETE |
8181 | 2025-02-21T08:27:09.092Z | [ recovery-image] Feb 21 08:27:07.693 INFO O| Feb 21 08:27:07.693 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8182 | 2025-02-21T08:27:09.122Z | [ recovery-image] Feb 21 08:27:07.727 INFO O| Feb 21 08:27:07.727 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8183 | 2025-02-21T08:27:09.122Z | [ recovery-image] Feb 21 08:27:07.728 INFO O| Feb 21 08:27:07.728 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
8184 | 2025-02-21T08:27:09.126Z | [ recovery-image] Feb 21 08:27:07.728 INFO O| Feb 21 08:27:07.728 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
8185 | 2025-02-21T08:27:09.126Z | [ recovery-image] Feb 21 08:27:07.728 INFO O| Feb 21 08:27:07.728 INFO ok! |
8186 | 2025-02-21T08:27:09.126Z | [ recovery-image] Feb 21 08:27:07.728 INFO O| Feb 21 08:27:07.728 INFO STEP 33 (ensure_file) COMPLETE |
8187 | 2025-02-21T08:27:09.126Z | [ recovery-image] Feb 21 08:27:07.728 INFO O| Feb 21 08:27:07.728 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8188 | 2025-02-21T08:27:09.178Z | [ recovery-image] Feb 21 08:27:07.783 INFO O| Feb 21 08:27:07.783 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
8189 | 2025-02-21T08:27:09.178Z | [ recovery-image] Feb 21 08:27:07.783 INFO O| Feb 21 08:27:07.783 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
8190 | 2025-02-21T08:27:09.178Z | [ recovery-image] Feb 21 08:27:07.784 INFO O| Feb 21 08:27:07.784 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8191 | 2025-02-21T08:27:09.183Z | [ recovery-image] Feb 21 08:27:07.784 INFO O| Feb 21 08:27:07.784 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8192 | 2025-02-21T08:27:09.183Z | [ recovery-image] Feb 21 08:27:07.784 INFO O| Feb 21 08:27:07.784 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8193 | 2025-02-21T08:27:09.183Z | [ recovery-image] Feb 21 08:27:07.784 INFO O| Feb 21 08:27:07.784 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8194 | 2025-02-21T08:27:09.183Z | [ recovery-image] Feb 21 08:27:07.784 INFO O| Feb 21 08:27:07.784 INFO ok! |
8195 | 2025-02-21T08:27:09.183Z | [ recovery-image] Feb 21 08:27:07.784 INFO O| Feb 21 08:27:07.784 INFO STEP 34 (ensure_file) COMPLETE |
8196 | 2025-02-21T08:27:09.183Z | [ recovery-image] Feb 21 08:27:07.784 INFO O| Feb 21 08:27:07.784 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8197 | 2025-02-21T08:27:09.215Z | [ recovery-image] Feb 21 08:27:07.819 INFO O| Feb 21 08:27:07.819 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8198 | 2025-02-21T08:27:09.218Z | [ recovery-image] Feb 21 08:27:07.820 INFO O| Feb 21 08:27:07.820 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8199 | 2025-02-21T08:27:09.218Z | [ recovery-image] Feb 21 08:27:07.820 INFO O| Feb 21 08:27:07.820 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8200 | 2025-02-21T08:27:09.218Z | [ recovery-image] Feb 21 08:27:07.820 INFO O| Feb 21 08:27:07.820 INFO STEP 35 (ensure_dir) COMPLETE |
8201 | 2025-02-21T08:27:09.218Z | [ recovery-image] Feb 21 08:27:07.820 INFO O| Feb 21 08:27:07.820 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8202 | 2025-02-21T08:27:09.299Z | [ recovery-image] Feb 21 08:27:07.905 INFO O| Feb 21 08:27:07.905 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 |
8203 | 2025-02-21T08:27:09.299Z | [ recovery-image] Feb 21 08:27:07.905 INFO O| Feb 21 08:27:07.905 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 ... |
8204 | 2025-02-21T08:27:09.304Z | [ recovery-image] Feb 21 08:27:07.905 INFO O| Feb 21 08:27:07.905 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 |
8205 | 2025-02-21T08:27:09.304Z | [ recovery-image] Feb 21 08:27:07.905 INFO O| Feb 21 08:27:07.905 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 |
8206 | 2025-02-21T08:27:09.304Z | [ recovery-image] Feb 21 08:27:07.905 INFO O| Feb 21 08:27:07.905 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 |
8207 | 2025-02-21T08:27:09.304Z | [ recovery-image] Feb 21 08:27:07.905 INFO O| Feb 21 08:27:07.905 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 |
8208 | 2025-02-21T08:27:09.304Z | [ recovery-image] Feb 21 08:27:07.905 INFO O| Feb 21 08:27:07.905 INFO ok! |
8209 | 2025-02-21T08:27:09.304Z | [ recovery-image] Feb 21 08:27:07.905 INFO O| Feb 21 08:27:07.905 INFO STEP 36 (ensure_file) COMPLETE |
8210 | 2025-02-21T08:27:09.304Z | [ recovery-image] Feb 21 08:27:07.905 INFO O| Feb 21 08:27:07.905 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8211 | 2025-02-21T08:27:09.355Z | [ recovery-image] Feb 21 08:27:07.950 INFO O| Feb 21 08:27:07.950 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8212 | 2025-02-21T08:27:09.356Z | [ recovery-image] Feb 21 08:27:07.950 INFO O| Feb 21 08:27:07.950 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 ... |
8213 | 2025-02-21T08:27:09.359Z | [ recovery-image] Feb 21 08:27:07.950 INFO O| Feb 21 08:27:07.950 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8214 | 2025-02-21T08:27:09.359Z | [ recovery-image] Feb 21 08:27:07.950 INFO O| Feb 21 08:27:07.950 INFO ok! |
8215 | 2025-02-21T08:27:09.359Z | [ recovery-image] Feb 21 08:27:07.950 INFO O| Feb 21 08:27:07.950 INFO STEP 37 (ensure_symlink) COMPLETE |
8216 | 2025-02-21T08:27:09.359Z | [ recovery-image] Feb 21 08:27:07.950 INFO O| Feb 21 08:27:07.950 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8217 | 2025-02-21T08:27:09.396Z | [ recovery-image] Feb 21 08:27:08.002 INFO O| Feb 21 08:27:08.001 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
8218 | 2025-02-21T08:27:09.396Z | [ recovery-image] Feb 21 08:27:08.002 INFO O| Feb 21 08:27:08.001 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
8219 | 2025-02-21T08:27:09.399Z | [ recovery-image] Feb 21 08:27:08.002 INFO O| Feb 21 08:27:08.002 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8220 | 2025-02-21T08:27:09.399Z | [ recovery-image] Feb 21 08:27:08.002 INFO O| Feb 21 08:27:08.002 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8221 | 2025-02-21T08:27:09.399Z | [ recovery-image] Feb 21 08:27:08.002 INFO O| Feb 21 08:27:08.002 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8222 | 2025-02-21T08:27:09.399Z | [ recovery-image] Feb 21 08:27:08.002 INFO O| Feb 21 08:27:08.002 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8223 | 2025-02-21T08:27:09.399Z | [ recovery-image] Feb 21 08:27:08.002 INFO O| Feb 21 08:27:08.002 INFO ok! |
8224 | 2025-02-21T08:27:09.399Z | [ recovery-image] Feb 21 08:27:08.002 INFO O| Feb 21 08:27:08.002 INFO STEP 38 (ensure_file) COMPLETE |
8225 | 2025-02-21T08:27:09.399Z | [ recovery-image] Feb 21 08:27:08.002 INFO O| Feb 21 08:27:08.002 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8226 | 2025-02-21T08:27:09.459Z | [ recovery-image] Feb 21 08:27:08.064 INFO O| Feb 21 08:27:08.064 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
8227 | 2025-02-21T08:27:09.459Z | [ recovery-image] Feb 21 08:27:08.064 INFO O| Feb 21 08:27:08.064 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 ... |
8228 | 2025-02-21T08:27:09.459Z | [ recovery-image] Feb 21 08:27:08.064 INFO O| Feb 21 08:27:08.064 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 |
8229 | 2025-02-21T08:27:09.463Z | [ recovery-image] Feb 21 08:27:08.064 INFO O| Feb 21 08:27:08.064 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
8230 | 2025-02-21T08:27:09.463Z | [ recovery-image] Feb 21 08:27:08.064 INFO O| Feb 21 08:27:08.064 INFO ok! |
8231 | 2025-02-21T08:27:09.463Z | [ recovery-image] Feb 21 08:27:08.064 INFO O| Feb 21 08:27:08.064 INFO STEP 39 (ensure_file) COMPLETE |
8232 | 2025-02-21T08:27:09.463Z | [ recovery-image] Feb 21 08:27:08.064 INFO O| Feb 21 08:27:08.064 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8233 | 2025-02-21T08:27:09.477Z | [ recovery-image] Feb 21 08:27:08.082 INFO O| Feb 21 08:27:08.082 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
8234 | 2025-02-21T08:27:09.477Z | [ recovery-image] Feb 21 08:27:08.082 INFO O| Feb 21 08:27:08.082 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
8235 | 2025-02-21T08:27:09.478Z | [ recovery-image] Feb 21 08:27:08.082 INFO O| Feb 21 08:27:08.082 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
8236 | 2025-02-21T08:27:09.478Z | [ recovery-image] Feb 21 08:27:08.082 INFO O| Feb 21 08:27:08.082 INFO ok! |
8237 | 2025-02-21T08:27:09.482Z | [ recovery-image] Feb 21 08:27:08.082 INFO O| Feb 21 08:27:08.082 INFO STEP 40 (ensure_file) COMPLETE |
8238 | 2025-02-21T08:27:09.482Z | [ recovery-image] Feb 21 08:27:08.082 INFO O| Feb 21 08:27:08.082 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8239 | 2025-02-21T08:27:09.555Z | [ recovery-image] Feb 21 08:27:08.117 INFO O| Feb 21 08:27:08.117 INFO updating shadow file |
8240 | 2025-02-21T08:27:09.582Z | [ recovery-image] Feb 21 08:27:08.117 INFO O| Feb 21 08:27:08.117 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8241 | 2025-02-21T08:27:09.582Z | [ recovery-image] Feb 21 08:27:08.118 INFO O| Feb 21 08:27:08.118 INFO STEP 41 (shadow) COMPLETE |
8242 | 2025-02-21T08:27:09.582Z | [ recovery-image] Feb 21 08:27:08.118 INFO O| Feb 21 08:27:08.118 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8243 | 2025-02-21T08:27:09.582Z | [ recovery-image] Feb 21 08:27:08.149 INFO O| Feb 21 08:27:08.148 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
8244 | 2025-02-21T08:27:09.582Z | [ recovery-image] Feb 21 08:27:08.149 INFO O| Feb 21 08:27:08.149 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
8245 | 2025-02-21T08:27:09.582Z | [ recovery-image] Feb 21 08:27:08.149 INFO O| Feb 21 08:27:08.149 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8246 | 2025-02-21T08:27:09.582Z | [ recovery-image] Feb 21 08:27:08.149 INFO O| Feb 21 08:27:08.149 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8247 | 2025-02-21T08:27:09.582Z | [ recovery-image] Feb 21 08:27:08.149 INFO O| Feb 21 08:27:08.149 INFO ok! |
8248 | 2025-02-21T08:27:09.582Z | [ recovery-image] Feb 21 08:27:08.149 INFO O| Feb 21 08:27:08.149 INFO STEP 42 (ensure_file) COMPLETE |
8249 | 2025-02-21T08:27:09.582Z | [ recovery-image] Feb 21 08:27:08.149 INFO O| Feb 21 08:27:08.149 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8250 | 2025-02-21T08:27:09.602Z | [ recovery-image] Feb 21 08:27:08.192 INFO O| Feb 21 08:27:08.192 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
8251 | 2025-02-21T08:27:09.602Z | [ recovery-image] Feb 21 08:27:08.192 INFO O| Feb 21 08:27:08.192 INFO STEP 43 (ensure_dir) COMPLETE |
8252 | 2025-02-21T08:27:09.602Z | [ recovery-image] Feb 21 08:27:08.192 INFO O| Feb 21 08:27:08.192 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8253 | 2025-02-21T08:27:09.646Z | [ recovery-image] Feb 21 08:27:08.232 INFO O| Feb 21 08:27:08.232 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8254 | 2025-02-21T08:27:09.646Z | [ recovery-image] Feb 21 08:27:08.232 INFO O| Feb 21 08:27:08.232 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8255 | 2025-02-21T08:27:09.670Z | [ recovery-image] Feb 21 08:27:08.232 INFO O| Feb 21 08:27:08.232 INFO STEP 44 (ensure_dir) COMPLETE |
8256 | 2025-02-21T08:27:09.671Z | [ recovery-image] Feb 21 08:27:08.233 INFO O| Feb 21 08:27:08.233 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8257 | 2025-02-21T08:27:09.701Z | [ recovery-image] Feb 21 08:27:08.252 INFO O| Feb 21 08:27:08.252 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8258 | 2025-02-21T08:27:09.701Z | [ recovery-image] Feb 21 08:27:08.252 INFO O| Feb 21 08:27:08.252 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8259 | 2025-02-21T08:27:09.701Z | [ recovery-image] Feb 21 08:27:08.252 INFO O| Feb 21 08:27:08.252 INFO STEP 45 (ensure_dir) COMPLETE |
8260 | 2025-02-21T08:27:09.703Z | [ recovery-image] Feb 21 08:27:08.252 INFO O| Feb 21 08:27:08.252 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8261 | 2025-02-21T08:27:09.735Z | [ recovery-image] Feb 21 08:27:08.290 INFO O| Feb 21 08:27:08.290 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
8262 | 2025-02-21T08:27:09.736Z | [ recovery-image] Feb 21 08:27:08.290 INFO O| Feb 21 08:27:08.290 INFO copying /tmp/.tmpDANt3T/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
8263 | 2025-02-21T08:27:09.771Z | [ recovery-image] Feb 21 08:27:08.356 INFO O| Feb 21 08:27:08.356 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
8264 | 2025-02-21T08:27:09.771Z | [ recovery-image] Feb 21 08:27:08.356 INFO O| Feb 21 08:27:08.356 INFO ok! |
8265 | 2025-02-21T08:27:09.789Z | [ recovery-image] Feb 21 08:27:08.356 INFO O| Feb 21 08:27:08.356 INFO STEP 46 (ensure_file) COMPLETE |
8266 | 2025-02-21T08:27:09.789Z | [ recovery-image] Feb 21 08:27:08.356 INFO O| Feb 21 08:27:08.356 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8267 | 2025-02-21T08:27:09.858Z | [ recovery-image] Feb 21 08:27:08.437 INFO O| Feb 21 08:27:08.436 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8268 | 2025-02-21T08:27:09.858Z | [ recovery-image] Feb 21 08:27:08.437 INFO O| Feb 21 08:27:08.437 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8269 | 2025-02-21T08:27:09.858Z | [ recovery-image] Feb 21 08:27:08.437 INFO O| Feb 21 08:27:08.437 INFO STEP 47 (ensure_dir) COMPLETE |
8270 | 2025-02-21T08:27:09.947Z | [ recovery-image] Feb 21 08:27:08.437 INFO O| Feb 21 08:27:08.437 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8271 | 2025-02-21T08:27:09.947Z | [ recovery-image] Feb 21 08:27:08.454 INFO O| Feb 21 08:27:08.454 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
8272 | 2025-02-21T08:27:09.947Z | [ recovery-image] Feb 21 08:27:08.454 INFO O| Feb 21 08:27:08.454 INFO copying /tmp/.tmpDANt3T/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
8273 | 2025-02-21T08:27:09.947Z | [ recovery-image] Feb 21 08:27:08.454 INFO O| Feb 21 08:27:08.454 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
8274 | 2025-02-21T08:27:09.947Z | [ recovery-image] Feb 21 08:27:08.454 INFO O| Feb 21 08:27:08.454 INFO ok! |
8275 | 2025-02-21T08:27:09.947Z | [ recovery-image] Feb 21 08:27:08.454 INFO O| Feb 21 08:27:08.454 INFO STEP 48 (ensure_file) COMPLETE |
8276 | 2025-02-21T08:27:09.949Z | [ recovery-image] Feb 21 08:27:08.454 INFO O| Feb 21 08:27:08.454 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8277 | 2025-02-21T08:27:09.956Z | [ recovery-image] Feb 21 08:27:08.497 INFO O| Feb 21 08:27:08.497 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8278 | 2025-02-21T08:27:09.956Z | [ recovery-image] Feb 21 08:27:08.497 INFO O| Feb 21 08:27:08.497 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8279 | 2025-02-21T08:27:09.956Z | [ recovery-image] Feb 21 08:27:08.497 INFO O| Feb 21 08:27:08.497 INFO STEP 49 (ensure_dir) COMPLETE |
8280 | 2025-02-21T08:27:09.956Z | [ recovery-image] Feb 21 08:27:08.497 INFO O| Feb 21 08:27:08.497 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8281 | 2025-02-21T08:27:09.956Z | [ recovery-image] Feb 21 08:27:08.516 INFO O| Feb 21 08:27:08.516 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
8282 | 2025-02-21T08:27:09.957Z | [ recovery-image] Feb 21 08:27:08.516 INFO O| Feb 21 08:27:08.516 INFO copying /tmp/.tmpDANt3T/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
8283 | 2025-02-21T08:27:11.907Z | [ recovery-image] Feb 21 08:27:10.512 INFO O| Feb 21 08:27:10.512 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
8284 | 2025-02-21T08:27:11.907Z | [ recovery-image] Feb 21 08:27:10.512 INFO O| Feb 21 08:27:10.512 INFO ok! |
8285 | 2025-02-21T08:27:11.913Z | [ recovery-image] Feb 21 08:27:10.512 INFO O| Feb 21 08:27:10.512 INFO STEP 50 (ensure_file) COMPLETE |
8286 | 2025-02-21T08:27:11.913Z | [ recovery-image] Feb 21 08:27:10.512 INFO O| Feb 21 08:27:10.512 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8287 | 2025-02-21T08:27:11.928Z | [ recovery-image] Feb 21 08:27:10.533 INFO O| Feb 21 08:27:10.533 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
8288 | 2025-02-21T08:27:11.928Z | [ recovery-image] Feb 21 08:27:10.533 INFO O| Feb 21 08:27:10.533 INFO copying /tmp/.tmpDANt3T/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
8289 | 2025-02-21T08:27:11.976Z | [ recovery-image] Feb 21 08:27:10.582 INFO O| Feb 21 08:27:10.582 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
8290 | 2025-02-21T08:27:11.976Z | [ recovery-image] Feb 21 08:27:10.582 INFO O| Feb 21 08:27:10.582 INFO ok! |
8291 | 2025-02-21T08:27:11.979Z | [ recovery-image] Feb 21 08:27:10.582 INFO O| Feb 21 08:27:10.582 INFO STEP 51 (ensure_file) COMPLETE |
8292 | 2025-02-21T08:27:11.979Z | [ recovery-image] Feb 21 08:27:10.582 INFO O| Feb 21 08:27:10.582 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8293 | 2025-02-21T08:27:12.002Z | [ recovery-image] Feb 21 08:27:10.608 INFO O| Feb 21 08:27:10.608 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8294 | 2025-02-21T08:27:12.002Z | [ recovery-image] Feb 21 08:27:10.608 INFO O| Feb 21 08:27:10.608 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8295 | 2025-02-21T08:27:12.007Z | [ recovery-image] Feb 21 08:27:10.608 INFO O| Feb 21 08:27:10.608 INFO STEP 52 (ensure_dir) COMPLETE |
8296 | 2025-02-21T08:27:12.007Z | [ recovery-image] Feb 21 08:27:10.608 INFO O| Feb 21 08:27:10.608 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8297 | 2025-02-21T08:27:12.043Z | [ recovery-image] Feb 21 08:27:10.646 INFO O| Feb 21 08:27:10.646 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8298 | 2025-02-21T08:27:12.043Z | [ recovery-image] Feb 21 08:27:10.646 INFO O| Feb 21 08:27:10.646 INFO copying /tmp/.tmpDANt3T/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 ... |
8299 | 2025-02-21T08:27:12.047Z | [ recovery-image] Feb 21 08:27:10.646 INFO O| Feb 21 08:27:10.646 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 |
8300 | 2025-02-21T08:27:12.047Z | [ recovery-image] Feb 21 08:27:10.646 INFO O| Feb 21 08:27:10.646 INFO ok! |
8301 | 2025-02-21T08:27:12.047Z | [ recovery-image] Feb 21 08:27:10.646 INFO O| Feb 21 08:27:10.646 INFO STEP 53 (ensure_file) COMPLETE |
8302 | 2025-02-21T08:27:12.048Z | [ recovery-image] Feb 21 08:27:10.646 INFO O| Feb 21 08:27:10.646 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8303 | 2025-02-21T08:27:12.101Z | [ recovery-image] Feb 21 08:27:10.705 INFO O| Feb 21 08:27:10.705 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8304 | 2025-02-21T08:27:12.101Z | [ recovery-image] Feb 21 08:27:10.705 INFO O| Feb 21 08:27:10.705 INFO copying /tmp/.tmpDANt3T/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 ... |
8305 | 2025-02-21T08:27:12.101Z | [ recovery-image] Feb 21 08:27:10.705 INFO O| Feb 21 08:27:10.705 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 |
8306 | 2025-02-21T08:27:12.104Z | [ recovery-image] Feb 21 08:27:10.705 INFO O| Feb 21 08:27:10.705 INFO ok! |
8307 | 2025-02-21T08:27:12.104Z | [ recovery-image] Feb 21 08:27:10.706 INFO O| Feb 21 08:27:10.706 INFO STEP 54 (ensure_file) COMPLETE |
8308 | 2025-02-21T08:27:12.104Z | [ recovery-image] Feb 21 08:27:10.706 INFO O| Feb 21 08:27:10.706 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8309 | 2025-02-21T08:27:12.121Z | [ recovery-image] Feb 21 08:27:10.727 INFO O| Feb 21 08:27:10.727 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8310 | 2025-02-21T08:27:12.121Z | [ recovery-image] Feb 21 08:27:10.727 INFO O| Feb 21 08:27:10.727 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8311 | 2025-02-21T08:27:12.122Z | [ recovery-image] Feb 21 08:27:10.727 INFO O| Feb 21 08:27:10.727 INFO STEP 55 (ensure_dir) COMPLETE |
8312 | 2025-02-21T08:27:12.124Z | [ recovery-image] Feb 21 08:27:10.727 INFO O| Feb 21 08:27:10.727 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8313 | 2025-02-21T08:27:12.142Z | [ recovery-image] Feb 21 08:27:10.748 INFO O| Feb 21 08:27:10.748 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8314 | 2025-02-21T08:27:12.142Z | [ recovery-image] Feb 21 08:27:10.748 INFO O| Feb 21 08:27:10.748 INFO copying /tmp/.tmpDANt3T/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 ... |
8315 | 2025-02-21T08:27:12.142Z | [ recovery-image] Feb 21 08:27:10.748 INFO O| Feb 21 08:27:10.748 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8316 | 2025-02-21T08:27:12.147Z | [ recovery-image] Feb 21 08:27:10.748 INFO O| Feb 21 08:27:10.748 INFO ok! |
8317 | 2025-02-21T08:27:12.147Z | [ recovery-image] Feb 21 08:27:10.748 INFO O| Feb 21 08:27:10.748 INFO STEP 56 (ensure_file) COMPLETE |
8318 | 2025-02-21T08:27:12.147Z | [ recovery-image] Feb 21 08:27:10.748 INFO O| Feb 21 08:27:10.748 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8319 | 2025-02-21T08:27:12.163Z | [ recovery-image] Feb 21 08:27:10.769 INFO O| Feb 21 08:27:10.769 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8320 | 2025-02-21T08:27:12.163Z | [ recovery-image] Feb 21 08:27:10.769 INFO O| Feb 21 08:27:10.769 INFO copying /tmp/.tmpDANt3T/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 ... |
8321 | 2025-02-21T08:27:12.166Z | [ recovery-image] Feb 21 08:27:10.769 INFO O| Feb 21 08:27:10.769 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 |
8322 | 2025-02-21T08:27:12.166Z | [ recovery-image] Feb 21 08:27:10.769 INFO O| Feb 21 08:27:10.769 INFO ok! |
8323 | 2025-02-21T08:27:12.166Z | [ recovery-image] Feb 21 08:27:10.769 INFO O| Feb 21 08:27:10.769 INFO STEP 57 (ensure_file) COMPLETE |
8324 | 2025-02-21T08:27:12.166Z | [ recovery-image] Feb 21 08:27:10.769 INFO O| Feb 21 08:27:10.769 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8325 | 2025-02-21T08:27:12.184Z | [ recovery-image] Feb 21 08:27:10.790 INFO O| Feb 21 08:27:10.790 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8326 | 2025-02-21T08:27:12.187Z | [ recovery-image] Feb 21 08:27:10.790 INFO O| Feb 21 08:27:10.790 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8327 | 2025-02-21T08:27:12.187Z | [ recovery-image] Feb 21 08:27:10.790 INFO O| Feb 21 08:27:10.790 INFO STEP 58 (ensure_dir) COMPLETE |
8328 | 2025-02-21T08:27:12.187Z | [ recovery-image] Feb 21 08:27:10.790 INFO O| Feb 21 08:27:10.790 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8329 | 2025-02-21T08:27:12.207Z | [ recovery-image] Feb 21 08:27:10.811 INFO O| Feb 21 08:27:10.811 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8330 | 2025-02-21T08:27:12.207Z | [ recovery-image] Feb 21 08:27:10.811 INFO O| Feb 21 08:27:10.811 INFO copying /tmp/.tmpDANt3T/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 ... |
8331 | 2025-02-21T08:27:12.207Z | [ recovery-image] Feb 21 08:27:10.811 INFO O| Feb 21 08:27:10.811 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8332 | 2025-02-21T08:27:12.210Z | [ recovery-image] Feb 21 08:27:10.811 INFO O| Feb 21 08:27:10.811 INFO ok! |
8333 | 2025-02-21T08:27:12.210Z | [ recovery-image] Feb 21 08:27:10.811 INFO O| Feb 21 08:27:10.811 INFO STEP 59 (ensure_file) COMPLETE |
8334 | 2025-02-21T08:27:12.210Z | [ recovery-image] Feb 21 08:27:10.811 INFO O| Feb 21 08:27:10.811 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8335 | 2025-02-21T08:27:12.234Z | [ recovery-image] Feb 21 08:27:10.839 INFO O| Feb 21 08:27:10.839 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
8336 | 2025-02-21T08:27:12.234Z | [ recovery-image] Feb 21 08:27:10.840 INFO O| Feb 21 08:27:10.839 INFO copying /tmp/.tmpDANt3T/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
8337 | 2025-02-21T08:27:12.236Z | [ recovery-image] Feb 21 08:27:10.840 INFO O| Feb 21 08:27:10.840 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
8338 | 2025-02-21T08:27:12.236Z | [ recovery-image] Feb 21 08:27:10.840 INFO O| Feb 21 08:27:10.840 INFO ok! |
8339 | 2025-02-21T08:27:12.236Z | [ recovery-image] Feb 21 08:27:10.840 INFO O| Feb 21 08:27:10.840 INFO STEP 60 (ensure_file) COMPLETE |
8340 | 2025-02-21T08:27:12.236Z | [ recovery-image] Feb 21 08:27:10.840 INFO O| Feb 21 08:27:10.840 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8341 | 2025-02-21T08:27:12.263Z | [ recovery-image] Feb 21 08:27:10.868 INFO O| Feb 21 08:27:10.868 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
8342 | 2025-02-21T08:27:12.263Z | [ recovery-image] Feb 21 08:27:10.868 INFO O| Feb 21 08:27:10.868 INFO STEP 61 (ensure_dir) COMPLETE |
8343 | 2025-02-21T08:27:12.263Z | [ recovery-image] Feb 21 08:27:10.868 INFO O| Feb 21 08:27:10.868 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8344 | 2025-02-21T08:27:12.305Z | [ recovery-image] Feb 21 08:27:10.910 INFO O| Feb 21 08:27:10.910 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
8345 | 2025-02-21T08:27:12.305Z | [ recovery-image] Feb 21 08:27:10.910 INFO O| Feb 21 08:27:10.910 INFO STEP 62 (ensure_dir) COMPLETE |
8346 | 2025-02-21T08:27:12.310Z | [ recovery-image] Feb 21 08:27:10.910 INFO O| Feb 21 08:27:10.910 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8347 | 2025-02-21T08:27:12.330Z | [ recovery-image] Feb 21 08:27:10.931 INFO O| Feb 21 08:27:10.930 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
8348 | 2025-02-21T08:27:12.330Z | [ recovery-image] Feb 21 08:27:10.931 INFO O| Feb 21 08:27:10.931 INFO STEP 63 (ensure_dir) COMPLETE |
8349 | 2025-02-21T08:27:12.333Z | [ recovery-image] Feb 21 08:27:10.931 INFO O| Feb 21 08:27:10.931 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8350 | 2025-02-21T08:27:12.382Z | [ recovery-image] Feb 21 08:27:10.988 INFO O| Feb 21 08:27:10.988 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
8351 | 2025-02-21T08:27:12.382Z | [ recovery-image] Feb 21 08:27:10.988 INFO O| Feb 21 08:27:10.988 INFO STEP 64 (ensure_dir) COMPLETE |
8352 | 2025-02-21T08:27:12.385Z | [ recovery-image] Feb 21 08:27:10.988 INFO O| Feb 21 08:27:10.988 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8353 | 2025-02-21T08:27:12.418Z | [ recovery-image] Feb 21 08:27:11.022 INFO O| Feb 21 08:27:11.022 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
8354 | 2025-02-21T08:27:12.418Z | [ recovery-image] Feb 21 08:27:11.022 INFO O| Feb 21 08:27:11.022 INFO copying /tmp/.tmpDANt3T/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
8355 | 2025-02-21T08:27:12.422Z | [ recovery-image] Feb 21 08:27:11.023 INFO O| Feb 21 08:27:11.023 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
8356 | 2025-02-21T08:27:12.422Z | [ recovery-image] Feb 21 08:27:11.023 INFO O| Feb 21 08:27:11.023 INFO ok! |
8357 | 2025-02-21T08:27:12.422Z | [ recovery-image] Feb 21 08:27:11.023 INFO O| Feb 21 08:27:11.023 INFO STEP 65 (ensure_file) COMPLETE |
8358 | 2025-02-21T08:27:12.422Z | [ recovery-image] Feb 21 08:27:11.023 INFO O| Feb 21 08:27:11.023 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8359 | 2025-02-21T08:27:12.441Z | [ recovery-image] Feb 21 08:27:11.045 INFO O| Feb 21 08:27:11.044 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
8360 | 2025-02-21T08:27:12.446Z | [ recovery-image] Feb 21 08:27:11.045 INFO O| Feb 21 08:27:11.045 INFO STEP 66 (remove_files) COMPLETE |
8361 | 2025-02-21T08:27:12.447Z | [ recovery-image] Feb 21 08:27:11.045 INFO O| Feb 21 08:27:11.045 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8362 | 2025-02-21T08:27:12.460Z | [ recovery-image] Feb 21 08:27:11.066 INFO O| Feb 21 08:27:11.066 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
8363 | 2025-02-21T08:27:12.463Z | [ recovery-image] Feb 21 08:27:11.066 INFO O| Feb 21 08:27:11.066 INFO STEP 67 (remove_files) COMPLETE |
8364 | 2025-02-21T08:27:12.463Z | [ recovery-image] Feb 21 08:27:11.066 INFO O| Feb 21 08:27:11.066 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8365 | 2025-02-21T08:27:12.483Z | [ recovery-image] Feb 21 08:27:11.086 INFO O| Feb 21 08:27:11.085 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
8366 | 2025-02-21T08:27:12.487Z | [ recovery-image] Feb 21 08:27:11.086 INFO O| Feb 21 08:27:11.086 INFO STEP 68 (remove_files) COMPLETE |
8367 | 2025-02-21T08:27:12.488Z | [ recovery-image] Feb 21 08:27:11.086 INFO O| Feb 21 08:27:11.086 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8368 | 2025-02-21T08:27:12.510Z | [ recovery-image] Feb 21 08:27:11.108 INFO O| Feb 21 08:27:11.108 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
8369 | 2025-02-21T08:27:12.520Z | [ recovery-image] Feb 21 08:27:11.108 INFO O| Feb 21 08:27:11.108 INFO STEP 69 (remove_files) COMPLETE |
8370 | 2025-02-21T08:27:12.520Z | [ recovery-image] Feb 21 08:27:11.108 INFO O| Feb 21 08:27:11.108 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8371 | 2025-02-21T08:27:12.529Z | [ recovery-image] Feb 21 08:27:11.134 INFO O| Feb 21 08:27:11.134 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
8372 | 2025-02-21T08:27:12.534Z | [ recovery-image] Feb 21 08:27:11.135 INFO O| Feb 21 08:27:11.135 INFO STEP 70 (remove_files) COMPLETE |
8373 | 2025-02-21T08:27:12.534Z | [ recovery-image] Feb 21 08:27:11.135 INFO O| Feb 21 08:27:11.135 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8374 | 2025-02-21T08:27:12.579Z | [ recovery-image] Feb 21 08:27:11.184 INFO O| Feb 21 08:27:11.184 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
8375 | 2025-02-21T08:27:12.584Z | [ recovery-image] Feb 21 08:27:11.184 INFO O| Feb 21 08:27:11.184 INFO STEP 71 (remove_files) COMPLETE |
8376 | 2025-02-21T08:27:12.584Z | [ recovery-image] Feb 21 08:27:11.184 INFO O| Feb 21 08:27:11.184 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8377 | 2025-02-21T08:27:12.619Z | [ recovery-image] Feb 21 08:27:11.222 INFO O| Feb 21 08:27:11.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
8378 | 2025-02-21T08:27:12.628Z | [ recovery-image] Feb 21 08:27:11.222 INFO O| Feb 21 08:27:11.222 INFO STEP 72 (remove_files) COMPLETE |
8379 | 2025-02-21T08:27:12.628Z | [ recovery-image] Feb 21 08:27:11.223 INFO O| Feb 21 08:27:11.222 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8380 | 2025-02-21T08:27:12.983Z | [ recovery-image] Feb 21 08:27:11.266 INFO O| Feb 21 08:27:11.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
8381 | 2025-02-21T08:27:12.983Z | [ recovery-image] Feb 21 08:27:11.266 INFO O| Feb 21 08:27:11.266 INFO STEP 73 (remove_files) COMPLETE |
8382 | 2025-02-21T08:27:13.598Z | [ recovery-image] Feb 21 08:27:11.266 INFO O| Feb 21 08:27:11.266 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8383 | 2025-02-21T08:27:13.598Z | [ recovery-image] Feb 21 08:27:11.286 INFO O| Feb 21 08:27:11.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
8384 | 2025-02-21T08:27:13.598Z | [ recovery-image] Feb 21 08:27:11.286 INFO O| Feb 21 08:27:11.286 INFO STEP 74 (remove_files) COMPLETE |
8385 | 2025-02-21T08:27:13.598Z | [ recovery-image] Feb 21 08:27:11.287 INFO O| Feb 21 08:27:11.286 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8386 | 2025-02-21T08:27:13.598Z | [ recovery-image] Feb 21 08:27:11.328 INFO O| Feb 21 08:27:11.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
8387 | 2025-02-21T08:27:13.598Z | [ recovery-image] Feb 21 08:27:11.328 INFO O| Feb 21 08:27:11.328 INFO STEP 75 (remove_files) COMPLETE |
8388 | 2025-02-21T08:27:13.598Z | [ recovery-image] Feb 21 08:27:11.328 INFO O| Feb 21 08:27:11.328 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8389 | 2025-02-21T08:27:13.598Z | [ recovery-image] Feb 21 08:27:11.349 INFO O| Feb 21 08:27:11.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
8390 | 2025-02-21T08:27:13.598Z | [ recovery-image] Feb 21 08:27:11.350 INFO O| Feb 21 08:27:11.349 INFO STEP 76 (remove_files) COMPLETE |
8391 | 2025-02-21T08:27:13.598Z | [ recovery-image] Feb 21 08:27:11.350 INFO O| Feb 21 08:27:11.350 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8392 | 2025-02-21T08:27:13.598Z | [ recovery-image] Feb 21 08:27:11.432 INFO O| Feb 21 08:27:11.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
8393 | 2025-02-21T08:27:13.598Z | [ recovery-image] Feb 21 08:27:11.432 INFO O| Feb 21 08:27:11.432 INFO STEP 77 (remove_files) COMPLETE |
8394 | 2025-02-21T08:27:13.598Z | [ recovery-image] Feb 21 08:27:11.432 INFO O| Feb 21 08:27:11.432 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8395 | 2025-02-21T08:27:13.598Z | [ recovery-image] Feb 21 08:27:11.453 INFO O| Feb 21 08:27:11.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
8396 | 2025-02-21T08:27:13.598Z | [ recovery-image] Feb 21 08:27:11.454 INFO O| Feb 21 08:27:11.453 INFO STEP 78 (remove_files) COMPLETE |
8397 | 2025-02-21T08:27:13.598Z | [ recovery-image] Feb 21 08:27:11.454 INFO O| Feb 21 08:27:11.453 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8398 | 2025-02-21T08:27:13.598Z | [ recovery-image] Feb 21 08:27:11.473 INFO O| Feb 21 08:27:11.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
8399 | 2025-02-21T08:27:13.598Z | [ recovery-image] Feb 21 08:27:11.473 INFO O| Feb 21 08:27:11.473 INFO STEP 79 (remove_files) COMPLETE |
8400 | 2025-02-21T08:27:13.598Z | [ recovery-image] Feb 21 08:27:11.473 INFO O| Feb 21 08:27:11.473 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8401 | 2025-02-21T08:27:13.598Z | [ recovery-image] Feb 21 08:27:11.491 INFO O| Feb 21 08:27:11.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
8402 | 2025-02-21T08:27:13.598Z | [ recovery-image] Feb 21 08:27:11.491 INFO O| Feb 21 08:27:11.491 INFO STEP 80 (remove_files) COMPLETE |
8403 | 2025-02-21T08:27:13.598Z | [ recovery-image] Feb 21 08:27:11.491 INFO O| Feb 21 08:27:11.491 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8404 | 2025-02-21T08:27:13.598Z | [ recovery-image] Feb 21 08:27:11.529 INFO O| Feb 21 08:27:11.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
8405 | 2025-02-21T08:27:13.598Z | [ recovery-image] Feb 21 08:27:11.529 INFO O| Feb 21 08:27:11.529 INFO STEP 81 (remove_files) COMPLETE |
8406 | 2025-02-21T08:27:13.598Z | [ recovery-image] Feb 21 08:27:11.529 INFO O| Feb 21 08:27:11.529 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8407 | 2025-02-21T08:27:13.598Z | [ recovery-image] Feb 21 08:27:11.582 INFO O| Feb 21 08:27:11.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8408 | 2025-02-21T08:27:13.598Z | [ recovery-image] Feb 21 08:27:11.582 INFO O| Feb 21 08:27:11.582 INFO STEP 82 (remove_files) COMPLETE |
8409 | 2025-02-21T08:27:13.598Z | [ recovery-image] Feb 21 08:27:11.582 INFO O| Feb 21 08:27:11.582 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8410 | 2025-02-21T08:27:13.875Z | [ recovery-image] Feb 21 08:27:11.610 INFO O| Feb 21 08:27:11.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8411 | 2025-02-21T08:27:13.875Z | [ recovery-image] Feb 21 08:27:11.610 INFO O| Feb 21 08:27:11.610 INFO STEP 83 (remove_files) COMPLETE |
8412 | 2025-02-21T08:27:13.875Z | [ recovery-image] Feb 21 08:27:11.610 INFO O| Feb 21 08:27:11.610 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8413 | 2025-02-21T08:27:13.875Z | [ recovery-image] Feb 21 08:27:11.668 INFO O| Feb 21 08:27:11.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8414 | 2025-02-21T08:27:13.875Z | [ recovery-image] Feb 21 08:27:11.668 INFO O| Feb 21 08:27:11.668 INFO STEP 84 (remove_files) COMPLETE |
8415 | 2025-02-21T08:27:13.876Z | [ recovery-image] Feb 21 08:27:11.668 INFO O| Feb 21 08:27:11.668 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8416 | 2025-02-21T08:27:13.876Z | [ recovery-image] Feb 21 08:27:11.690 INFO O| Feb 21 08:27:11.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8417 | 2025-02-21T08:27:13.876Z | [ recovery-image] Feb 21 08:27:11.690 INFO O| Feb 21 08:27:11.690 INFO STEP 85 (remove_files) COMPLETE |
8418 | 2025-02-21T08:27:13.876Z | [ recovery-image] Feb 21 08:27:11.690 INFO O| Feb 21 08:27:11.690 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8419 | 2025-02-21T08:27:13.876Z | [ recovery-image] Feb 21 08:27:11.710 INFO O| Feb 21 08:27:11.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8420 | 2025-02-21T08:27:13.876Z | [ recovery-image] Feb 21 08:27:11.710 INFO O| Feb 21 08:27:11.710 INFO STEP 86 (remove_files) COMPLETE |
8421 | 2025-02-21T08:27:13.876Z | [ recovery-image] Feb 21 08:27:11.710 INFO O| Feb 21 08:27:11.710 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8422 | 2025-02-21T08:27:13.876Z | [ recovery-image] Feb 21 08:27:11.730 INFO O| Feb 21 08:27:11.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8423 | 2025-02-21T08:27:13.876Z | [ recovery-image] Feb 21 08:27:11.730 INFO O| Feb 21 08:27:11.730 INFO STEP 87 (remove_files) COMPLETE |
8424 | 2025-02-21T08:27:13.876Z | [ recovery-image] Feb 21 08:27:11.730 INFO O| Feb 21 08:27:11.730 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8425 | 2025-02-21T08:27:13.876Z | [ recovery-image] Feb 21 08:27:11.751 INFO O| Feb 21 08:27:11.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8426 | 2025-02-21T08:27:13.876Z | [ recovery-image] Feb 21 08:27:11.751 INFO O| Feb 21 08:27:11.751 INFO STEP 88 (remove_files) COMPLETE |
8427 | 2025-02-21T08:27:13.876Z | [ recovery-image] Feb 21 08:27:11.751 INFO O| Feb 21 08:27:11.751 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8428 | 2025-02-21T08:27:13.876Z | [ recovery-image] Feb 21 08:27:11.773 INFO O| Feb 21 08:27:11.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8429 | 2025-02-21T08:27:13.876Z | [ recovery-image] Feb 21 08:27:11.773 INFO O| Feb 21 08:27:11.773 INFO STEP 89 (remove_files) COMPLETE |
8430 | 2025-02-21T08:27:13.876Z | [ recovery-image] Feb 21 08:27:11.773 INFO O| Feb 21 08:27:11.773 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8431 | 2025-02-21T08:27:13.876Z | [ recovery-image] Feb 21 08:27:11.815 INFO O| Feb 21 08:27:11.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8432 | 2025-02-21T08:27:13.877Z | [ recovery-image] Feb 21 08:27:11.815 INFO O| Feb 21 08:27:11.815 INFO STEP 90 (remove_files) COMPLETE |
8433 | 2025-02-21T08:27:13.877Z | [ recovery-image] Feb 21 08:27:11.815 INFO O| Feb 21 08:27:11.815 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8434 | 2025-02-21T08:27:13.877Z | [ recovery-image] Feb 21 08:27:11.836 INFO O| Feb 21 08:27:11.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8435 | 2025-02-21T08:27:13.877Z | [ recovery-image] Feb 21 08:27:11.836 INFO O| Feb 21 08:27:11.836 INFO STEP 91 (remove_files) COMPLETE |
8436 | 2025-02-21T08:27:13.877Z | [ recovery-image] Feb 21 08:27:11.836 INFO O| Feb 21 08:27:11.836 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8437 | 2025-02-21T08:27:13.877Z | [ recovery-image] Feb 21 08:27:11.857 INFO O| Feb 21 08:27:11.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8438 | 2025-02-21T08:27:13.877Z | [ recovery-image] Feb 21 08:27:11.858 INFO O| Feb 21 08:27:11.858 INFO STEP 92 (remove_files) COMPLETE |
8439 | 2025-02-21T08:27:13.877Z | [ recovery-image] Feb 21 08:27:11.858 INFO O| Feb 21 08:27:11.858 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8440 | 2025-02-21T08:27:13.877Z | [ recovery-image] Feb 21 08:27:11.878 INFO O| Feb 21 08:27:11.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8441 | 2025-02-21T08:27:13.877Z | [ recovery-image] Feb 21 08:27:11.878 INFO O| Feb 21 08:27:11.878 INFO STEP 93 (remove_files) COMPLETE |
8442 | 2025-02-21T08:27:13.877Z | [ recovery-image] Feb 21 08:27:11.878 INFO O| Feb 21 08:27:11.878 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8443 | 2025-02-21T08:27:13.877Z | [ recovery-image] Feb 21 08:27:11.945 INFO O| Feb 21 08:27:11.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8444 | 2025-02-21T08:27:13.877Z | [ recovery-image] Feb 21 08:27:11.945 INFO O| Feb 21 08:27:11.945 INFO STEP 94 (remove_files) COMPLETE |
8445 | 2025-02-21T08:27:13.877Z | [ recovery-image] Feb 21 08:27:11.945 INFO O| Feb 21 08:27:11.945 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8446 | 2025-02-21T08:27:13.877Z | [ recovery-image] Feb 21 08:27:12.009 INFO O| Feb 21 08:27:12.008 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8447 | 2025-02-21T08:27:13.878Z | [ recovery-image] Feb 21 08:27:12.009 INFO O| Feb 21 08:27:12.009 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"} |
8448 | 2025-02-21T08:27:25.620Z | [ recovery-image] Feb 21 08:27:23.033 INFO O| Feb 21 08:27:23.033 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 |
8449 | 2025-02-21T08:27:25.620Z | [ recovery-image] Feb 21 08:27:23.033 INFO O| Feb 21 08:27:23.033 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8450 | 2025-02-21T08:27:25.757Z | [ recovery-image] Feb 21 08:27:23.051 INFO O| Feb 21 08:27:23.051 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "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"} |
8451 | 2025-02-21T08:27:25.757Z | [ recovery-image] Feb 21 08:27:23.204 INFO O| Feb 21 08:27:23.203 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8452 | 2025-02-21T08:27:25.757Z | [ recovery-image] Feb 21 08:27:23.204 INFO O| Feb 21 08:27:23.204 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 ... |
8453 | 2025-02-21T08:27:25.757Z | [ recovery-image] Feb 21 08:27:23.206 INFO O| Feb 21 08:27:23.206 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8454 | 2025-02-21T08:27:25.757Z | [ recovery-image] Feb 21 08:27:23.206 INFO O| Feb 21 08:27:23.206 INFO ok! |
8455 | 2025-02-21T08:27:25.757Z | [ recovery-image] Feb 21 08:27:23.206 INFO O| Feb 21 08:27:23.206 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8456 | 2025-02-21T08:27:25.757Z | [ recovery-image] Feb 21 08:27:23.206 INFO O| Feb 21 08:27:23.206 INFO STEP 95 (seed_smf) COMPLETE |
8457 | 2025-02-21T08:27:25.757Z | [ recovery-image] Feb 21 08:27:23.206 INFO O| Feb 21 08:27:23.206 INFO steps complete; finalising image! |
8458 | 2025-02-21T08:27:25.757Z | [ recovery-image] Feb 21 08:27:23.206 INFO O| Feb 21 08:27:23.206 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8459 | 2025-02-21T08:27:25.843Z | [ recovery-image] Feb 21 08:27:23.290 INFO O| Feb 21 08:27:23.290 INFO trim TEMPORARY-gimlet-zfs-recovery: (5% trimmed, started at Fri Feb 21 08:27:23 2025) |
8460 | 2025-02-21T08:27:25.843Z | [ recovery-image] Feb 21 08:27:23.502 INFO O| Feb 21 08:27:23.502 INFO trim TEMPORARY-gimlet-zfs-recovery: (66% trimmed, started at Fri Feb 21 08:27:23 2025) |
8461 | 2025-02-21T08:27:25.844Z | [ recovery-image] Feb 21 08:27:23.769 INFO O| Feb 21 08:27:23.769 INFO temporary pool has 380M used, 1.38G avail, 1.00x compressratio |
8462 | 2025-02-21T08:27:25.844Z | [ recovery-image] Feb 21 08:27:23.770 INFO O| Feb 21 08:27:23.769 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8463 | 2025-02-21T08:27:25.932Z | [ recovery-image] Feb 21 08:27:24.531 INFO O| Feb 21 08:27:24.531 INFO copying image /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw to output file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8464 | 2025-02-21T08:27:25.932Z | [ recovery-image] Feb 21 08:27:24.531 INFO O| Feb 21 08:27:24.531 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8465 | 2025-02-21T08:27:31.941Z | [ recovery-image] Feb 21 08:27:30.547 INFO O| Feb 21 08:27:30.546 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8466 | 2025-02-21T08:27:31.943Z | [ recovery-image] Feb 21 08:27:30.547 INFO O| Feb 21 08:27:30.547 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8467 | 2025-02-21T08:27:31.946Z | [ recovery-image] Feb 21 08:27:30.547 INFO O| Feb 21 08:27:30.547 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8468 | 2025-02-21T08:27:31.947Z | [ recovery-image] Feb 21 08:27:30.547 INFO O| Feb 21 08:27:30.547 INFO completed processing gimlet/zfs-recovery |
8469 | 2025-02-21T08:27:31.947Z | [ recovery-image] Feb 21 08:27:30.547 INFO O| Feb 21 08:27:30.547 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8470 | 2025-02-21T08:27:32.666Z | [ recovery-image] Feb 21 08:27:31.271 INFO O| Feb 21 08:27:31.271 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8471 | 2025-02-21T08:27:32.812Z | [ recovery-image] Feb 21 08:27:31.418 INFO BUILD STRING "heads/stlouis-0-g2b7912f651\n" |
8472 | 2025-02-21T08:27:32.816Z | [ recovery-image] Feb 21 08:27:31.418 INFO expanded image name: "recovery 903e27d/${os_short_commit} 2025-02-21 07:56" -> "recovery 903e27d/2b7912f 2025-02-21 07:56" |
8473 | 2025-02-21T08:27:32.817Z | [ recovery-image] Feb 21 08:27:31.418 INFO output artefacts stored in: "/work/os-recovery" |
8474 | 2025-02-21T08:27:32.817Z | [ recovery-image] Feb 21 08:27:31.418 INFO collecting git info from project "phbl"... |
8475 | 2025-02-21T08:27:32.855Z | [ recovery-image] Feb 21 08:27:31.460 INFO collecting git info from project "chelsio-t6-roms"... |
8476 | 2025-02-21T08:27:32.890Z | [ recovery-image] Feb 21 08:27:31.495 INFO collecting git info from project "image-builder"... |
8477 | 2025-02-21T08:27:32.908Z | [ recovery-image] Feb 21 08:27:31.513 INFO collecting git info from project "pilot"... |
8478 | 2025-02-21T08:27:32.989Z | [ recovery-image] Feb 21 08:27:31.589 INFO collecting git info from project "pinprick"... |
8479 | 2025-02-21T08:27:33.062Z | [ recovery-image] Feb 21 08:27:31.667 INFO collecting git info from project "amd-host-image-builder"... |
8480 | 2025-02-21T08:27:33.521Z | [ recovery-image] Feb 21 08:27:32.126 INFO collecting git info from project "amd-firmware"... |
8481 | 2025-02-21T08:27:34.078Z | [ recovery-image] Feb 21 08:27:32.684 INFO collecting git info from project "bootserver"... |
8482 | 2025-02-21T08:27:34.094Z | [ recovery-image] Feb 21 08:27:32.699 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8483 | 2025-02-21T08:27:34.710Z | [ recovery-image] Feb 21 08:27:33.315 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8484 | 2025-02-21T08:27:35.321Z | [ recovery-image] Feb 21 08:27:33.926 INFO creating Oxide boot image... |
8485 | 2025-02-21T08:27:35.321Z | [ recovery-image] Feb 21 08:27:33.926 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 903e27d/2b7912f 2025-02-21 07:56", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8486 | 2025-02-21T08:28:18.630Z | [ host-image] Feb 21 08:28:17.235 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23219:20250221T003923Z |
8487 | 2025-02-21T08:28:18.634Z | [ host-image] Feb 21 08:28:17.235 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23219:20250221T003923Z |
8488 | 2025-02-21T08:28:18.634Z | [ host-image] Feb 21 08:28:17.235 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8489 | 2025-02-21T08:28:18.635Z | [ host-image] Feb 21 08:28:17.235 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8490 | 2025-02-21T08:28:18.636Z | [ host-image] Feb 21 08:28:17.236 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8491 | 2025-02-21T08:28:18.636Z | [ host-image] Feb 21 08:28:17.236 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8492 | 2025-02-21T08:28:18.636Z | [ host-image] Feb 21 08:28:17.237 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8493 | 2025-02-21T08:28:18.636Z | [ host-image] Feb 21 08:28:17.237 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8494 | 2025-02-21T08:28:18.636Z | [ host-image] Feb 21 08:28:17.237 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8495 | 2025-02-21T08:28:18.636Z | [ host-image] Feb 21 08:28:17.237 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8496 | 2025-02-21T08:28:18.636Z | [ host-image] Feb 21 08:28:17.238 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23219:20250221T003923Z |
8497 | 2025-02-21T08:28:18.640Z | [ host-image] Feb 21 08:28:17.240 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23219:20250221T003924Z |
8498 | 2025-02-21T08:28:18.640Z | [ host-image] Feb 21 08:28:17.242 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23219:20250221T003924Z |
8499 | 2025-02-21T08:28:18.640Z | [ host-image] Feb 21 08:28:17.242 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23219:20250221T003924Z |
8500 | 2025-02-21T08:28:18.640Z | [ host-image] Feb 21 08:28:17.242 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8501 | 2025-02-21T08:28:18.640Z | [ host-image] Feb 21 08:28:17.244 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23219:20250221T003924Z |
8502 | 2025-02-21T08:28:18.640Z | [ host-image] Feb 21 08:28:17.245 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23219:20250221T003924Z |
8503 | 2025-02-21T08:28:18.640Z | [ host-image] Feb 21 08:28:17.245 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23219:20250221T003925Z |
8504 | 2025-02-21T08:28:18.640Z | [ host-image] Feb 21 08:28:17.245 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23219:20250221T003925Z |
8505 | 2025-02-21T08:28:18.640Z | [ host-image] Feb 21 08:28:17.245 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23219:20250221T003926Z |
8506 | 2025-02-21T08:28:18.645Z | [ host-image] Feb 21 08:28:17.245 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23219:20250221T003926Z |
8507 | 2025-02-21T08:28:18.645Z | [ host-image] Feb 21 08:28:17.246 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23219:20250221T003926Z |
8508 | 2025-02-21T08:28:18.645Z | [ host-image] Feb 21 08:28:17.246 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23219:20250221T003926Z |
8509 | 2025-02-21T08:28:18.645Z | [ host-image] Feb 21 08:28:17.246 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23219:20250221T003927Z |
8510 | 2025-02-21T08:28:18.645Z | [ host-image] Feb 21 08:28:17.246 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23219:20250221T003927Z |
8511 | 2025-02-21T08:28:18.645Z | [ host-image] Feb 21 08:28:17.247 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23219:20250221T003928Z |
8512 | 2025-02-21T08:28:18.645Z | [ host-image] Feb 21 08:28:17.247 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23219:20250221T003928Z |
8513 | 2025-02-21T08:28:18.645Z | [ host-image] Feb 21 08:28:17.247 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23219:20250221T003930Z |
8514 | 2025-02-21T08:28:18.645Z | [ host-image] Feb 21 08:28:17.247 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23219:20250221T003930Z |
8515 | 2025-02-21T08:28:18.645Z | [ host-image] Feb 21 08:28:17.247 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.334:20250214T080526Z |
8516 | 2025-02-21T08:28:18.645Z | [ host-image] Feb 21 08:28:17.247 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23219:20250221T003931Z |
8517 | 2025-02-21T08:28:18.645Z | [ host-image] Feb 21 08:28:17.248 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23219:20250221T003934Z |
8518 | 2025-02-21T08:28:18.646Z | [ host-image] Feb 21 08:28:17.248 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23219:20250221T003934Z |
8519 | 2025-02-21T08:28:18.646Z | [ host-image] Feb 21 08:28:17.248 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23219:20250221T003935Z |
8520 | 2025-02-21T08:28:18.649Z | [ host-image] Feb 21 08:28:17.250 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23219:20250221T003936Z |
8521 | 2025-02-21T08:28:18.649Z | [ host-image] Feb 21 08:28:17.250 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23219:20250221T003936Z |
8522 | 2025-02-21T08:28:18.659Z | [ host-image] Feb 21 08:28:17.264 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8523 | 2025-02-21T08:28:18.659Z | [ host-image] Feb 21 08:28:17.264 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23219:20250221T003937Z |
8524 | 2025-02-21T08:28:18.663Z | [ host-image] Feb 21 08:28:17.264 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z |
8525 | 2025-02-21T08:28:18.663Z | [ host-image] Feb 21 08:28:17.265 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8526 | 2025-02-21T08:28:18.667Z | [ host-image] Feb 21 08:28:17.273 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8527 | 2025-02-21T08:28:18.671Z | [ host-image] Feb 21 08:28:17.273 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23219:20250221T003937Z |
8528 | 2025-02-21T08:28:18.671Z | [ host-image] Feb 21 08:28:17.273 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8529 | 2025-02-21T08:28:18.671Z | [ host-image] Feb 21 08:28:17.274 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8530 | 2025-02-21T08:28:18.671Z | [ host-image] Feb 21 08:28:17.276 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8531 | 2025-02-21T08:28:18.671Z | [ host-image] Feb 21 08:28:17.276 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8532 | 2025-02-21T08:28:18.690Z | [ host-image] Feb 21 08:28:17.295 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8533 | 2025-02-21T08:28:18.690Z | [ host-image] Feb 21 08:28:17.295 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8534 | 2025-02-21T08:28:18.693Z | [ host-image] Feb 21 08:28:17.296 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8535 | 2025-02-21T08:28:18.693Z | [ host-image] Feb 21 08:28:17.297 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8536 | 2025-02-21T08:28:18.694Z | [ host-image] Feb 21 08:28:17.298 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8537 | 2025-02-21T08:28:18.694Z | [ host-image] Feb 21 08:28:17.298 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8538 | 2025-02-21T08:28:18.746Z | [ host-image] Feb 21 08:28:17.351 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.16-2.0:20250212T181143Z |
8539 | 2025-02-21T08:28:18.749Z | [ host-image] Feb 21 08:28:17.352 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8540 | 2025-02-21T08:28:18.749Z | [ host-image] Feb 21 08:28:17.352 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8541 | 2025-02-21T08:28:18.749Z | [ host-image] Feb 21 08:28:17.354 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23219:20250221T003939Z |
8542 | 2025-02-21T08:28:18.750Z | [ host-image] Feb 21 08:28:17.354 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23219:20250221T003944Z |
8543 | 2025-02-21T08:28:18.750Z | [ host-image] Feb 21 08:28:17.354 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8544 | 2025-02-21T08:28:18.750Z | [ host-image] Feb 21 08:28:17.354 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23219:20250221T003945Z |
8545 | 2025-02-21T08:28:18.750Z | [ host-image] Feb 21 08:28:17.355 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z |
8546 | 2025-02-21T08:28:18.750Z | [ host-image] Feb 21 08:28:17.355 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z |
8547 | 2025-02-21T08:28:18.753Z | [ host-image] Feb 21 08:28:17.355 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z |
8548 | 2025-02-21T08:28:18.754Z | [ host-image] Feb 21 08:28:17.355 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23219:20250221T003945Z |
8549 | 2025-02-21T08:28:18.754Z | [ host-image] Feb 21 08:28:17.355 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8550 | 2025-02-21T08:28:18.757Z | [ host-image] Feb 21 08:28:17.362 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8551 | 2025-02-21T08:28:18.760Z | [ host-image] Feb 21 08:28:17.363 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8552 | 2025-02-21T08:28:18.760Z | [ host-image] Feb 21 08:28:17.363 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8553 | 2025-02-21T08:28:18.760Z | [ host-image] Feb 21 08:28:17.364 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23219:20250221T003945Z |
8554 | 2025-02-21T08:28:18.761Z | [ host-image] Feb 21 08:28:17.364 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8555 | 2025-02-21T08:28:18.799Z | [ host-image] Feb 21 08:28:17.404 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8556 | 2025-02-21T08:28:18.799Z | [ host-image] Feb 21 08:28:17.404 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23219:20250221T003946Z |
8557 | 2025-02-21T08:28:18.804Z | [ host-image] Feb 21 08:28:17.407 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23219:20250221T003946Z |
8558 | 2025-02-21T08:28:18.804Z | [ host-image] Feb 21 08:28:17.408 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23219:20250221T003946Z |
8559 | 2025-02-21T08:28:18.804Z | [ host-image] Feb 21 08:28:17.408 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8560 | 2025-02-21T08:28:18.807Z | [ host-image] Feb 21 08:28:17.409 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23219:20250221T003948Z |
8561 | 2025-02-21T08:28:18.807Z | [ host-image] Feb 21 08:28:17.409 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23219:20250221T003948Z |
8562 | 2025-02-21T08:28:18.808Z | [ host-image] Feb 21 08:28:17.409 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23219:20250221T003948Z |
8563 | 2025-02-21T08:28:18.808Z | [ host-image] Feb 21 08:28:17.410 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23219:20250221T003948Z |
8564 | 2025-02-21T08:28:18.812Z | [ host-image] Feb 21 08:28:17.415 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8565 | 2025-02-21T08:28:18.812Z | [ host-image] Feb 21 08:28:17.416 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23219:20250221T003948Z |
8566 | 2025-02-21T08:28:18.812Z | [ host-image] Feb 21 08:28:17.417 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23219:20250221T003950Z |
8567 | 2025-02-21T08:28:18.813Z | [ host-image] Feb 21 08:28:17.417 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8568 | 2025-02-21T08:28:18.813Z | [ host-image] Feb 21 08:28:17.417 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23219:20250221T003950Z |
8569 | 2025-02-21T08:28:18.816Z | [ host-image] Feb 21 08:28:17.417 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23219:20250221T003950Z |
8570 | 2025-02-21T08:28:18.816Z | [ host-image] Feb 21 08:28:17.418 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.1.27-2.0.23219:20250221T003950Z |
8571 | 2025-02-21T08:28:18.817Z | [ host-image] Feb 21 08:28:17.418 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23219:20250221T003950Z |
8572 | 2025-02-21T08:28:18.835Z | [ host-image] Feb 21 08:28:17.430 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23219:20250221T003950Z |
8573 | 2025-02-21T08:28:18.835Z | [ host-image] Feb 21 08:28:17.430 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8574 | 2025-02-21T08:28:18.835Z | [ host-image] Feb 21 08:28:17.433 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23219:20250221T003950Z |
8575 | 2025-02-21T08:28:18.835Z | [ host-image] Feb 21 08:28:17.435 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23219:20250221T003950Z |
8576 | 2025-02-21T08:28:18.835Z | [ host-image] Feb 21 08:28:17.435 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23219:20250221T003951Z |
8577 | 2025-02-21T08:28:18.835Z | [ host-image] Feb 21 08:28:17.436 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23219:20250221T003951Z |
8578 | 2025-02-21T08:28:18.835Z | [ host-image] Feb 21 08:28:17.437 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23219:20250221T003951Z |
8579 | 2025-02-21T08:28:18.836Z | [ host-image] Feb 21 08:28:17.437 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23219:20250221T003951Z |
8580 | 2025-02-21T08:28:18.848Z | [ host-image] Feb 21 08:28:17.453 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23219:20250221T003953Z |
8581 | 2025-02-21T08:28:18.851Z | [ host-image] Feb 21 08:28:17.453 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23219:20250221T003952Z |
8582 | 2025-02-21T08:28:18.852Z | [ host-image] Feb 21 08:28:17.454 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23219:20250221T003952Z |
8583 | 2025-02-21T08:28:18.852Z | [ host-image] Feb 21 08:28:17.456 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23219:20250221T003952Z |
8584 | 2025-02-21T08:28:18.852Z | [ host-image] Feb 21 08:28:17.456 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23219:20250221T003953Z |
8585 | 2025-02-21T08:28:18.882Z | [ host-image] Feb 21 08:28:17.487 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23219:20250221T003956Z |
8586 | 2025-02-21T08:28:18.882Z | [ host-image] Feb 21 08:28:17.487 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23219:20250221T003953Z |
8587 | 2025-02-21T08:28:18.896Z | [ host-image] Feb 21 08:28:17.502 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23219:20250221T003953Z |
8588 | 2025-02-21T08:28:18.900Z | [ host-image] Feb 21 08:28:17.502 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z |
8589 | 2025-02-21T08:28:18.900Z | [ host-image] Feb 21 08:28:17.503 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z |
8590 | 2025-02-21T08:28:18.942Z | [ host-image] Feb 21 08:28:17.547 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23219:20250221T003953Z |
8591 | 2025-02-21T08:28:18.945Z | [ host-image] Feb 21 08:28:17.547 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8592 | 2025-02-21T08:28:18.946Z | [ host-image] Feb 21 08:28:17.547 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23219:20250221T003953Z |
8593 | 2025-02-21T08:28:18.946Z | [ host-image] Feb 21 08:28:17.547 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23219:20250221T003954Z |
8594 | 2025-02-21T08:28:18.946Z | [ host-image] Feb 21 08:28:17.549 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23219:20250221T003954Z |
8595 | 2025-02-21T08:28:18.946Z | [ host-image] Feb 21 08:28:17.549 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8596 | 2025-02-21T08:28:18.946Z | [ host-image] Feb 21 08:28:17.550 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8597 | 2025-02-21T08:28:18.950Z | [ host-image] Feb 21 08:28:17.551 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23219:20250221T003955Z |
8598 | 2025-02-21T08:28:18.950Z | [ host-image] Feb 21 08:28:17.551 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23219:20250221T003955Z |
8599 | 2025-02-21T08:28:18.950Z | [ host-image] Feb 21 08:28:17.551 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23219:20250221T003955Z |
8600 | 2025-02-21T08:28:18.950Z | [ host-image] Feb 21 08:28:17.552 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23219:20250221T003955Z |
8601 | 2025-02-21T08:28:18.950Z | [ host-image] Feb 21 08:28:17.552 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23219:20250221T003955Z |
8602 | 2025-02-21T08:28:18.950Z | [ host-image] Feb 21 08:28:17.552 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23219:20250221T003956Z |
8603 | 2025-02-21T08:28:18.954Z | [ host-image] Feb 21 08:28:17.556 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8604 | 2025-02-21T08:28:18.954Z | [ host-image] Feb 21 08:28:17.557 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23219:20250221T003956Z |
8605 | 2025-02-21T08:28:18.957Z | [ host-image] Feb 21 08:28:17.559 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23219:20250221T003956Z |
8606 | 2025-02-21T08:28:18.957Z | [ host-image] Feb 21 08:28:17.559 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23219:20250221T003956Z |
8607 | 2025-02-21T08:28:18.957Z | [ host-image] Feb 21 08:28:17.560 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23219:20250221T003957Z |
8608 | 2025-02-21T08:28:18.957Z | [ host-image] Feb 21 08:28:17.560 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23219:20250221T003957Z |
8609 | 2025-02-21T08:28:18.958Z | [ host-image] Feb 21 08:28:17.561 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23219:20250221T003957Z |
8610 | 2025-02-21T08:28:18.958Z | [ host-image] Feb 21 08:28:17.561 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8611 | 2025-02-21T08:28:18.958Z | [ host-image] Feb 21 08:28:17.561 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8612 | 2025-02-21T08:28:18.958Z | [ host-image] Feb 21 08:28:17.562 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23219:20250221T003959Z |
8613 | 2025-02-21T08:28:18.959Z | [ host-image] Feb 21 08:28:17.562 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23219:20250221T004000Z |
8614 | 2025-02-21T08:28:18.959Z | [ host-image] Feb 21 08:28:17.562 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8615 | 2025-02-21T08:28:18.959Z | [ host-image] Feb 21 08:28:17.562 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8616 | 2025-02-21T08:28:18.959Z | [ host-image] Feb 21 08:28:17.563 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8617 | 2025-02-21T08:28:18.963Z | [ host-image] Feb 21 08:28:17.563 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8618 | 2025-02-21T08:28:18.963Z | [ host-image] Feb 21 08:28:17.563 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8619 | 2025-02-21T08:28:18.963Z | [ host-image] Feb 21 08:28:17.564 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8620 | 2025-02-21T08:28:18.963Z | [ host-image] Feb 21 08:28:17.566 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z |
8621 | 2025-02-21T08:28:18.964Z | [ host-image] Feb 21 08:28:17.567 INFO O| tempdir @ "/tmp/.tmp6pg0Ec/tmp" |
8622 | 2025-02-21T08:28:18.964Z | [ host-image] Feb 21 08:28:17.567 INFO O| image root @ "/tmp/.tmp6pg0Ec/tmp/root" |
8623 | 2025-02-21T08:28:18.964Z | [ host-image] Feb 21 08:28:17.567 INFO O| creating image... |
8624 | 2025-02-21T08:28:20.189Z | [ host-image] Feb 21 08:28:18.794 INFO O| copying publishers... |
8625 | 2025-02-21T08:28:44.341Z | [ host-image] Feb 21 08:28:42.946 INFO O| adding properties... |
8626 | 2025-02-21T08:28:46.641Z | [ host-image] Feb 21 08:28:45.245 INFO O| installing packages... |
8627 | 2025-02-21T08:28:49.408Z | [ recovery-image] Feb 21 08:28:47.532 INFO O| ok, image written! |
8628 | 2025-02-21T08:28:49.436Z | [ recovery-image] Feb 21 08:28:47.532 INFO O| ok, boot_image_csum file written! |
8629 | 2025-02-21T08:28:49.436Z | [ recovery-image] Feb 21 08:28:47.539 INFO creating boot archive (CPIO)... |
8630 | 2025-02-21T08:28:49.436Z | [ recovery-image] Feb 21 08:28:47.539 INFO exec: ["bash", "/work/oxidecomputer/helios/image/mkcpio.sh", "/rpool/images/build/recovery/work/gimlet/ramdisk", "/work/os-recovery/cpio", "/work/oxidecomputer/helios/tmp/image.recovery"], pwd: None |
8631 | 2025-02-21T08:28:49.436Z | [ recovery-image] Feb 21 08:28:47.561 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8632 | 2025-02-21T08:28:49.436Z | [ recovery-image] Feb 21 08:28:47.561 INFO E| + outfile=/work/os-recovery/cpio |
8633 | 2025-02-21T08:28:49.436Z | [ recovery-image] Feb 21 08:28:47.561 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8634 | 2025-02-21T08:28:49.436Z | [ recovery-image] Feb 21 08:28:47.564 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8635 | 2025-02-21T08:28:49.436Z | [ recovery-image] Feb 21 08:28:47.565 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8636 | 2025-02-21T08:28:49.436Z | [ recovery-image] Feb 21 08:28:47.613 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8637 | 2025-02-21T08:28:49.437Z | [ recovery-image] Feb 21 08:28:47.613 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8638 | 2025-02-21T08:28:49.437Z | [ recovery-image] Feb 21 08:28:47.625 INFO creating compressed cpio/unix for nanobl-rs... |
8639 | 2025-02-21T08:28:49.437Z | [ recovery-image] Feb 21 08:28:47.625 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/rpool/images/build/recovery/work/gimlet/ramdisk/platform/oxide/kernel/amd64/unix\' >\'/work/os-recovery/unix.z\'"], pwd: None |
8640 | 2025-02-21T08:28:49.487Z | [ recovery-image] Feb 21 08:28:48.093 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8641 | 2025-02-21T08:28:57.010Z | [ recovery-image] Feb 21 08:28:55.614 INFO creating reset image... |
8642 | 2025-02-21T08:28:57.013Z | [ recovery-image] Feb 21 08:28:55.614 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8643 | 2025-02-21T08:28:58.037Z | [ recovery-image] Feb 21 08:28:56.642 INFO E| Updating crates.io index |
8644 | 2025-02-21T08:28:58.460Z | [ recovery-image] Feb 21 08:28:57.060 INFO E| Downloading crates ... |
8645 | 2025-02-21T08:28:58.569Z | [ recovery-image] Feb 21 08:28:57.174 INFO E| Downloaded anstyle-query v1.1.1 |
8646 | 2025-02-21T08:28:58.580Z | [ recovery-image] Feb 21 08:28:57.185 INFO E| Downloaded anstyle-parse v0.2.5 |
8647 | 2025-02-21T08:28:58.583Z | [ recovery-image] Feb 21 08:28:57.188 INFO E| Downloaded is_terminal_polyfill v1.70.1 |
8648 | 2025-02-21T08:28:58.586Z | [ recovery-image] Feb 21 08:28:57.190 INFO E| Downloaded anstyle v1.0.8 |
8649 | 2025-02-21T08:28:58.588Z | [ recovery-image] Feb 21 08:28:57.192 INFO E| Downloaded clap_derive v4.5.13 |
8650 | 2025-02-21T08:28:58.598Z | [ recovery-image] Feb 21 08:28:57.204 INFO E| Downloaded utf8parse v0.2.2 |
8651 | 2025-02-21T08:28:58.606Z | [ recovery-image] Feb 21 08:28:57.212 INFO E| Downloaded clap_lex v0.7.2 |
8652 | 2025-02-21T08:28:58.609Z | [ recovery-image] Feb 21 08:28:57.214 INFO E| Downloaded shared_child v1.0.1 |
8653 | 2025-02-21T08:28:58.612Z | [ recovery-image] Feb 21 08:28:57.216 INFO E| Downloaded colorchoice v1.0.2 |
8654 | 2025-02-21T08:28:58.612Z | [ recovery-image] Feb 21 08:28:57.217 INFO E| Downloaded heck v0.5.0 |
8655 | 2025-02-21T08:28:58.615Z | [ recovery-image] Feb 21 08:28:57.219 INFO E| Downloaded os_pipe v1.2.1 |
8656 | 2025-02-21T08:28:58.617Z | [ recovery-image] Feb 21 08:28:57.220 INFO E| Downloaded anstream v0.6.15 |
8657 | 2025-02-21T08:28:58.620Z | [ recovery-image] Feb 21 08:28:57.224 INFO E| Downloaded once_cell v1.19.0 |
8658 | 2025-02-21T08:28:58.624Z | [ recovery-image] Feb 21 08:28:57.228 INFO E| Downloaded strsim v0.11.1 |
8659 | 2025-02-21T08:28:58.626Z | [ recovery-image] Feb 21 08:28:57.230 INFO E| Downloaded quote v1.0.37 |
8660 | 2025-02-21T08:28:58.629Z | [ recovery-image] Feb 21 08:28:57.234 INFO E| Downloaded unicode-ident v1.0.13 |
8661 | 2025-02-21T08:28:58.633Z | [ recovery-image] Feb 21 08:28:57.239 INFO E| Downloaded clap v4.5.17 |
8662 | 2025-02-21T08:28:58.667Z | [ recovery-image] Feb 21 08:28:57.272 INFO E| Downloaded proc-macro2 v1.0.86 |
8663 | 2025-02-21T08:28:58.671Z | [ recovery-image] Feb 21 08:28:57.276 INFO E| Downloaded duct v0.13.7 |
8664 | 2025-02-21T08:28:58.716Z | [ recovery-image] Feb 21 08:28:57.321 INFO E| Downloaded clap_builder v4.5.17 |
8665 | 2025-02-21T08:28:58.727Z | [ recovery-image] Feb 21 08:28:57.333 INFO E| Downloaded syn v2.0.77 |
8666 | 2025-02-21T08:28:58.827Z | [ recovery-image] Feb 21 08:28:57.432 INFO E| Downloaded libc v0.2.158 |
8667 | 2025-02-21T08:28:58.966Z | [ recovery-image] Feb 21 08:28:57.569 INFO E| Compiling proc-macro2 v1.0.86 |
8668 | 2025-02-21T08:28:58.967Z | [ recovery-image] Feb 21 08:28:57.569 INFO E| Compiling libc v0.2.158 |
8669 | 2025-02-21T08:28:58.970Z | [ recovery-image] Feb 21 08:28:57.569 INFO E| Compiling unicode-ident v1.0.13 |
8670 | 2025-02-21T08:28:58.970Z | [ recovery-image] Feb 21 08:28:57.569 INFO E| Compiling utf8parse v0.2.2 |
8671 | 2025-02-21T08:28:58.970Z | [ recovery-image] Feb 21 08:28:57.569 INFO E| Compiling anstyle-query v1.1.1 |
8672 | 2025-02-21T08:28:58.970Z | [ recovery-image] Feb 21 08:28:57.570 INFO E| Compiling anstyle v1.0.8 |
8673 | 2025-02-21T08:28:58.970Z | [ recovery-image] Feb 21 08:28:57.570 INFO E| Compiling is_terminal_polyfill v1.70.1 |
8674 | 2025-02-21T08:28:58.970Z | [ recovery-image] Feb 21 08:28:57.570 INFO E| Compiling colorchoice v1.0.2 |
8675 | 2025-02-21T08:28:59.582Z | [ recovery-image] Feb 21 08:28:58.187 INFO E| Compiling anstyle-parse v0.2.5 |
8676 | 2025-02-21T08:28:59.582Z | [ recovery-image] Feb 21 08:28:58.187 INFO E| Compiling clap_lex v0.7.2 |
8677 | 2025-02-21T08:28:59.901Z | [ recovery-image] Feb 21 08:28:58.504 INFO E| Compiling strsim v0.11.1 |
8678 | 2025-02-21T08:28:59.958Z | [ recovery-image] Feb 21 08:28:58.564 INFO E| Compiling heck v0.5.0 |
8679 | 2025-02-21T08:29:00.014Z | [ recovery-image] Feb 21 08:28:58.619 INFO E| Compiling once_cell v1.19.0 |
8680 | 2025-02-21T08:29:00.205Z | [ recovery-image] Feb 21 08:28:58.810 INFO E| Compiling anstream v0.6.15 |
8681 | 2025-02-21T08:29:00.883Z | [ recovery-image] Feb 21 08:28:59.487 INFO E| Compiling clap_builder v4.5.17 |
8682 | 2025-02-21T08:29:01.682Z | [ recovery-image] Feb 21 08:29:00.287 INFO E| Compiling os_pipe v1.2.1 |
8683 | 2025-02-21T08:29:01.812Z | [ recovery-image] Feb 21 08:29:00.361 INFO E| Compiling shared_child v1.0.1 |
8684 | 2025-02-21T08:29:02.063Z | [ recovery-image] Feb 21 08:29:00.669 INFO E| Compiling duct v0.13.7 |
8685 | 2025-02-21T08:29:02.437Z | [ recovery-image] Feb 21 08:29:01.042 INFO E| Compiling quote v1.0.37 |
8686 | 2025-02-21T08:29:03.056Z | [ recovery-image] Feb 21 08:29:01.662 INFO E| Compiling syn v2.0.77 |
8687 | 2025-02-21T08:29:11.912Z | [ recovery-image] Feb 21 08:29:10.515 INFO E| Compiling clap_derive v4.5.13 |
8688 | 2025-02-21T08:29:16.058Z | [ recovery-image] Feb 21 08:29:14.664 INFO E| Compiling clap v4.5.17 |
8689 | 2025-02-21T08:29:16.151Z | [ recovery-image] Feb 21 08:29:14.757 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8690 | 2025-02-21T08:29:18.839Z | [ recovery-image] Feb 21 08:29:17.444 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.27s |
8691 | 2025-02-21T08:29:18.858Z | [ recovery-image] Feb 21 08:29:17.463 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8692 | 2025-02-21T08:29:19.222Z | [ recovery-image] Feb 21 08:29:17.827 INFO E| Updating crates.io index |
8693 | 2025-02-21T08:29:19.358Z | [ recovery-image] Feb 21 08:29:17.963 INFO E| Downloading crates ... |
8694 | 2025-02-21T08:29:19.541Z | [ recovery-image] Feb 21 08:29:18.146 INFO E| Downloaded seq-macro v0.3.5 |
8695 | 2025-02-21T08:29:19.544Z | [ recovery-image] Feb 21 08:29:18.150 INFO E| Downloaded scroll_derive v0.12.0 |
8696 | 2025-02-21T08:29:19.555Z | [ recovery-image] Feb 21 08:29:18.160 INFO E| Downloaded miniz_oxide v0.8.0 |
8697 | 2025-02-21T08:29:19.563Z | [ recovery-image] Feb 21 08:29:18.168 INFO E| Downloaded bitstruct_derive v0.1.0 |
8698 | 2025-02-21T08:29:19.566Z | [ recovery-image] Feb 21 08:29:18.171 INFO E| Downloaded bitstruct v0.1.1 |
8699 | 2025-02-21T08:29:19.571Z | [ recovery-image] Feb 21 08:29:18.175 INFO E| Downloaded scroll v0.12.0 |
8700 | 2025-02-21T08:29:19.574Z | [ recovery-image] Feb 21 08:29:18.177 INFO E| Downloaded cpio_reader v0.1.1 |
8701 | 2025-02-21T08:29:19.574Z | [ recovery-image] Feb 21 08:29:18.179 INFO E| Downloaded bit_field v0.10.2 |
8702 | 2025-02-21T08:29:19.579Z | [ recovery-image] Feb 21 08:29:18.181 INFO E| Downloaded adler2 v2.0.0 |
8703 | 2025-02-21T08:29:19.595Z | [ recovery-image] Feb 21 08:29:18.197 INFO E| Downloaded proc-macro2 v1.0.89 |
8704 | 2025-02-21T08:29:19.610Z | [ recovery-image] Feb 21 08:29:18.215 INFO E| Downloaded raw-cpuid v10.7.0 |
8705 | 2025-02-21T08:29:19.627Z | [ recovery-image] Feb 21 08:29:18.233 INFO E| Downloaded goblin v0.8.2 |
8706 | 2025-02-21T08:29:19.638Z | [ recovery-image] Feb 21 08:29:18.244 INFO E| Downloaded syn v2.0.85 |
8707 | 2025-02-21T08:29:19.862Z | [ recovery-image] Feb 21 08:29:18.467 INFO E| Downloaded x86 v0.52.0 |
8708 | 2025-02-21T08:29:19.959Z | [ recovery-image] Feb 21 08:29:18.565 INFO E| Updating crates.io index |
8709 | 2025-02-21T08:29:20.113Z | [ recovery-image] Feb 21 08:29:18.718 INFO E| Downloading crates ... |
8710 | 2025-02-21T08:29:20.265Z | [ recovery-image] Feb 21 08:29:18.870 INFO E| Downloaded rustc-demangle v0.1.24 |
8711 | 2025-02-21T08:29:20.268Z | [ recovery-image] Feb 21 08:29:18.874 INFO E| Downloaded memchr v2.5.0 |
8712 | 2025-02-21T08:29:20.275Z | [ recovery-image] Feb 21 08:29:18.880 INFO E| Downloaded allocator-api2 v0.2.18 |
8713 | 2025-02-21T08:29:20.280Z | [ recovery-image] Feb 21 08:29:18.885 INFO E| Downloaded getopts v0.2.21 |
8714 | 2025-02-21T08:29:20.317Z | [ recovery-image] Feb 21 08:29:18.922 INFO E| Downloaded hashbrown v0.15.0 |
8715 | 2025-02-21T08:29:20.325Z | [ recovery-image] Feb 21 08:29:18.929 INFO E| Downloaded compiler_builtins v0.1.134 |
8716 | 2025-02-21T08:29:20.427Z | [ recovery-image] Feb 21 08:29:19.032 INFO E| Downloaded libc v0.2.161 |
8717 | 2025-02-21T08:29:20.656Z | [ recovery-image] Feb 21 08:29:19.261 INFO E| Compiling compiler_builtins v0.1.134 |
8718 | 2025-02-21T08:29:20.656Z | [ recovery-image] Feb 21 08:29:19.261 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) |
8719 | 2025-02-21T08:29:20.659Z | [ recovery-image] Feb 21 08:29:19.261 INFO E| Compiling proc-macro2 v1.0.89 |
8720 | 2025-02-21T08:29:20.659Z | [ recovery-image] Feb 21 08:29:19.261 INFO E| Compiling unicode-ident v1.0.13 |
8721 | 2025-02-21T08:29:20.659Z | [ recovery-image] Feb 21 08:29:19.261 INFO E| Compiling syn v1.0.109 |
8722 | 2025-02-21T08:29:20.659Z | [ recovery-image] Feb 21 08:29:19.261 INFO E| Compiling x86 v0.52.0 |
8723 | 2025-02-21T08:29:20.659Z | [ recovery-image] Feb 21 08:29:19.261 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8724 | 2025-02-21T08:29:20.659Z | [ recovery-image] Feb 21 08:29:19.261 INFO E| Compiling seq-macro v0.3.5 |
8725 | 2025-02-21T08:29:22.273Z | [ host-image] Feb 21 08:29:20.878 INFO O| seeding SMF database... |
8726 | 2025-02-21T08:29:23.150Z | [ recovery-image] Feb 21 08:29:21.755 INFO E| Compiling quote v1.0.37 |
8727 | 2025-02-21T08:29:23.519Z | [ recovery-image] Feb 21 08:29:22.124 INFO E| Compiling syn v2.0.85 |
8728 | 2025-02-21T08:29:29.818Z | [ recovery-image] Feb 21 08:29:28.424 INFO E| Compiling scroll_derive v0.12.0 |
8729 | 2025-02-21T08:29:35.776Z | [ recovery-image] Feb 21 08:29:34.381 INFO E| Compiling bitstruct_derive v0.1.0 |
8730 | 2025-02-21T08:29:37.486Z | [ host-image] Feb 21 08:29:36.091 INFO O| configuring SMF profile... |
8731 | 2025-02-21T08:29:37.489Z | [ host-image] Feb 21 08:29:36.091 INFO O| modifying shadow(5)... |
8732 | 2025-02-21T08:29:37.489Z | [ host-image] Feb 21 08:29:36.091 INFO O| loading user and group database... |
8733 | 2025-02-21T08:29:37.489Z | [ host-image] Feb 21 08:29:36.091 INFO O| assessing packaged files... |
8734 | 2025-02-21T08:29:43.014Z | [ host-image] Feb 21 08:29:41.618 INFO O| creating archive... |
8735 | 2025-02-21T08:29:43.103Z | [ host-image] Feb 21 08:29:41.708 INFO O| missing from packaging: |
8736 | 2025-02-21T08:29:43.105Z | [ host-image] Feb 21 08:29:41.708 INFO O| "etc/.pwd.lock" |
8737 | 2025-02-21T08:29:43.105Z | [ host-image] Feb 21 08:29:41.708 INFO O| "etc/bash" |
8738 | 2025-02-21T08:29:43.112Z | [ host-image] Feb 21 08:29:41.717 INFO O| "etc/svc/profile/generic.xml" |
8739 | 2025-02-21T08:29:43.112Z | [ host-image] Feb 21 08:29:41.717 INFO O| "etc/svc/profile/inetd_services.xml" |
8740 | 2025-02-21T08:29:43.115Z | [ host-image] Feb 21 08:29:41.717 INFO O| "etc/svc/profile/name_service.xml" |
8741 | 2025-02-21T08:29:43.115Z | [ host-image] Feb 21 08:29:41.717 INFO O| "etc/svc/profile/platform.xml" |
8742 | 2025-02-21T08:29:43.115Z | [ host-image] Feb 21 08:29:41.717 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8743 | 2025-02-21T08:29:43.115Z | [ host-image] Feb 21 08:29:41.718 INFO O| "etc/svc/repository.db" |
8744 | 2025-02-21T08:29:43.129Z | [ host-image] Feb 21 08:29:41.734 INFO O| "opt/ooce/share" |
8745 | 2025-02-21T08:29:43.129Z | [ host-image] Feb 21 08:29:41.734 INFO O| "opt/ooce/share/man" |
8746 | 2025-02-21T08:29:43.132Z | [ host-image] Feb 21 08:29:41.734 INFO O| "opt/ooce/share/man/man1" |
8747 | 2025-02-21T08:29:43.144Z | [ host-image] Feb 21 08:29:41.749 INFO O| finishing archive... |
8748 | 2025-02-21T08:29:47.480Z | [ host-image] Feb 21 08:29:46.085 INFO O| creating gzonly manifest... |
8749 | 2025-02-21T08:29:47.509Z | [ host-image] Feb 21 08:29:46.115 INFO O| ok |
8750 | 2025-02-21T08:29:47.696Z | [ host-image] Feb 21 08:29:46.301 INFO image builder template: ramdisk-02-trim... |
8751 | 2025-02-21T08:29:47.696Z | [ host-image] Feb 21 08:29:46.301 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/.tmpDANt3T/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 |
8752 | 2025-02-21T08:29:47.737Z | [ host-image] Feb 21 08:29:46.342 INFO O| Feb 21 08:29:46.341 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8753 | 2025-02-21T08:29:47.747Z | [ host-image] Feb 21 08:29:46.352 INFO O| Feb 21 08:29:46.352 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8754 | 2025-02-21T08:29:47.981Z | [ host-image] Feb 21 08:29:46.586 INFO O| Feb 21 08:29:46.586 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8755 | 2025-02-21T08:29:48.104Z | [ host-image] Feb 21 08:29:46.709 INFO O| Feb 21 08:29:46.709 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8756 | 2025-02-21T08:29:48.107Z | [ host-image] Feb 21 08:29:46.710 INFO O| Feb 21 08:29:46.710 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8757 | 2025-02-21T08:29:48.114Z | [ host-image] Feb 21 08:29:46.719 INFO O| Feb 21 08:29:46.719 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8758 | 2025-02-21T08:29:48.135Z | [ host-image] Feb 21 08:29:46.740 INFO O| Feb 21 08:29:46.740 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8759 | 2025-02-21T08:29:48.164Z | [ host-image] Feb 21 08:29:46.767 INFO O| Feb 21 08:29:46.767 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8760 | 2025-02-21T08:29:48.542Z | [ host-image] Feb 21 08:29:47.147 INFO O| Feb 21 08:29:47.147 INFO rolled back to input snapshot; work may begin |
8761 | 2025-02-21T08:29:48.542Z | [ host-image] Feb 21 08:29:47.148 INFO O| Feb 21 08:29:47.147 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8762 | 2025-02-21T08:29:48.552Z | [ host-image] Feb 21 08:29:47.157 INFO O| Feb 21 08:29:47.157 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8763 | 2025-02-21T08:29:48.570Z | [ host-image] Feb 21 08:29:47.175 INFO O| Feb 21 08:29:47.175 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8764 | 2025-02-21T08:29:48.641Z | [ host-image] Feb 21 08:29:47.246 INFO O| Feb 21 08:29:47.246 INFO STEP 0 (remove_files) COMPLETE |
8765 | 2025-02-21T08:29:48.641Z | [ host-image] Feb 21 08:29:47.246 INFO O| Feb 21 08:29:47.246 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8766 | 2025-02-21T08:29:48.673Z | [ host-image] Feb 21 08:29:47.278 INFO O| Feb 21 08:29:47.278 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8767 | 2025-02-21T08:29:48.676Z | [ host-image] Feb 21 08:29:47.280 INFO O| Feb 21 08:29:47.280 INFO STEP 1 (remove_files) COMPLETE |
8768 | 2025-02-21T08:29:48.676Z | [ host-image] Feb 21 08:29:47.280 INFO O| Feb 21 08:29:47.280 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8769 | 2025-02-21T08:29:48.731Z | [ host-image] Feb 21 08:29:47.336 INFO O| Feb 21 08:29:47.336 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8770 | 2025-02-21T08:29:48.755Z | [ host-image] Feb 21 08:29:47.359 INFO O| Feb 21 08:29:47.358 INFO STEP 2 (remove_files) COMPLETE |
8771 | 2025-02-21T08:29:48.755Z | [ host-image] Feb 21 08:29:47.359 INFO O| Feb 21 08:29:47.359 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8772 | 2025-02-21T08:29:48.775Z | [ host-image] Feb 21 08:29:47.380 INFO O| Feb 21 08:29:47.380 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8773 | 2025-02-21T08:29:48.778Z | [ host-image] Feb 21 08:29:47.383 INFO O| Feb 21 08:29:47.383 INFO STEP 3 (remove_files) COMPLETE |
8774 | 2025-02-21T08:29:48.778Z | [ host-image] Feb 21 08:29:47.383 INFO O| Feb 21 08:29:47.383 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8775 | 2025-02-21T08:29:48.810Z | [ host-image] Feb 21 08:29:47.415 INFO O| Feb 21 08:29:47.415 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8776 | 2025-02-21T08:29:48.817Z | [ host-image] Feb 21 08:29:47.421 INFO O| Feb 21 08:29:47.421 INFO STEP 4 (remove_files) COMPLETE |
8777 | 2025-02-21T08:29:48.817Z | [ host-image] Feb 21 08:29:47.422 INFO O| Feb 21 08:29:47.421 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8778 | 2025-02-21T08:29:48.854Z | [ host-image] Feb 21 08:29:47.458 INFO O| Feb 21 08:29:47.458 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8779 | 2025-02-21T08:29:48.858Z | [ host-image] Feb 21 08:29:47.463 INFO O| Feb 21 08:29:47.463 INFO STEP 5 (remove_files) COMPLETE |
8780 | 2025-02-21T08:29:48.858Z | [ host-image] Feb 21 08:29:47.463 INFO O| Feb 21 08:29:47.463 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8781 | 2025-02-21T08:29:48.880Z | [ host-image] Feb 21 08:29:47.485 INFO O| Feb 21 08:29:47.485 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8782 | 2025-02-21T08:29:48.897Z | [ host-image] Feb 21 08:29:47.502 INFO O| Feb 21 08:29:47.502 INFO STEP 6 (remove_files) COMPLETE |
8783 | 2025-02-21T08:29:48.897Z | [ host-image] Feb 21 08:29:47.502 INFO O| Feb 21 08:29:47.502 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8784 | 2025-02-21T08:29:48.953Z | [ host-image] Feb 21 08:29:47.558 INFO O| Feb 21 08:29:47.557 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8785 | 2025-02-21T08:29:48.972Z | [ host-image] Feb 21 08:29:47.577 INFO O| Feb 21 08:29:47.577 INFO STEP 7 (remove_files) COMPLETE |
8786 | 2025-02-21T08:29:48.972Z | [ host-image] Feb 21 08:29:47.577 INFO O| Feb 21 08:29:47.577 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8787 | 2025-02-21T08:29:49.004Z | [ host-image] Feb 21 08:29:47.609 INFO O| Feb 21 08:29:47.609 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8788 | 2025-02-21T08:29:49.169Z | [ host-image] Feb 21 08:29:47.774 INFO O| Feb 21 08:29:47.774 INFO STEP 8 (remove_files) COMPLETE |
8789 | 2025-02-21T08:29:49.169Z | [ host-image] Feb 21 08:29:47.774 INFO O| Feb 21 08:29:47.774 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8790 | 2025-02-21T08:29:49.190Z | [ host-image] Feb 21 08:29:47.795 INFO O| Feb 21 08:29:47.795 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8791 | 2025-02-21T08:29:49.371Z | [ host-image] Feb 21 08:29:47.976 INFO O| Feb 21 08:29:47.976 INFO STEP 9 (remove_files) COMPLETE |
8792 | 2025-02-21T08:29:49.371Z | [ host-image] Feb 21 08:29:47.976 INFO O| Feb 21 08:29:47.976 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8793 | 2025-02-21T08:29:49.391Z | [ host-image] Feb 21 08:29:47.996 INFO O| Feb 21 08:29:47.996 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8794 | 2025-02-21T08:29:49.397Z | [ host-image] Feb 21 08:29:48.002 INFO O| Feb 21 08:29:48.002 INFO STEP 10 (remove_files) COMPLETE |
8795 | 2025-02-21T08:29:49.397Z | [ host-image] Feb 21 08:29:48.002 INFO O| Feb 21 08:29:48.002 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8796 | 2025-02-21T08:29:49.455Z | [ host-image] Feb 21 08:29:48.060 INFO O| Feb 21 08:29:48.059 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8797 | 2025-02-21T08:29:49.458Z | [ host-image] Feb 21 08:29:48.061 INFO O| Feb 21 08:29:48.061 INFO STEP 11 (remove_files) COMPLETE |
8798 | 2025-02-21T08:29:49.458Z | [ host-image] Feb 21 08:29:48.061 INFO O| Feb 21 08:29:48.061 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8799 | 2025-02-21T08:29:49.476Z | [ host-image] Feb 21 08:29:48.081 INFO O| Feb 21 08:29:48.081 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8800 | 2025-02-21T08:29:49.479Z | [ host-image] Feb 21 08:29:48.084 INFO O| Feb 21 08:29:48.084 INFO STEP 12 (remove_files) COMPLETE |
8801 | 2025-02-21T08:29:49.479Z | [ host-image] Feb 21 08:29:48.084 INFO O| Feb 21 08:29:48.084 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8802 | 2025-02-21T08:29:49.516Z | [ host-image] Feb 21 08:29:48.121 INFO O| Feb 21 08:29:48.121 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8803 | 2025-02-21T08:29:49.519Z | [ host-image] Feb 21 08:29:48.122 INFO O| Feb 21 08:29:48.121 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8804 | 2025-02-21T08:29:49.524Z | [ host-image] Feb 21 08:29:48.122 INFO O| Feb 21 08:29:48.122 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8805 | 2025-02-21T08:29:49.524Z | [ host-image] Feb 21 08:29:48.122 INFO O| Feb 21 08:29:48.122 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8806 | 2025-02-21T08:29:49.527Z | [ host-image] Feb 21 08:29:48.123 INFO O| Feb 21 08:29:48.123 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8807 | 2025-02-21T08:29:49.527Z | [ host-image] Feb 21 08:29:48.123 INFO O| Feb 21 08:29:48.123 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8808 | 2025-02-21T08:29:49.527Z | [ host-image] Feb 21 08:29:48.123 INFO O| Feb 21 08:29:48.123 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8809 | 2025-02-21T08:29:49.527Z | [ host-image] Feb 21 08:29:48.123 INFO O| Feb 21 08:29:48.123 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8810 | 2025-02-21T08:29:49.527Z | [ host-image] Feb 21 08:29:48.124 INFO O| Feb 21 08:29:48.124 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8811 | 2025-02-21T08:29:49.527Z | [ host-image] Feb 21 08:29:48.124 INFO O| Feb 21 08:29:48.124 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8812 | 2025-02-21T08:29:49.527Z | [ host-image] Feb 21 08:29:48.124 INFO O| Feb 21 08:29:48.124 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8813 | 2025-02-21T08:29:49.527Z | [ host-image] Feb 21 08:29:48.124 INFO O| Feb 21 08:29:48.124 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8814 | 2025-02-21T08:29:49.528Z | [ host-image] Feb 21 08:29:48.124 INFO O| Feb 21 08:29:48.124 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8815 | 2025-02-21T08:29:49.528Z | [ host-image] Feb 21 08:29:48.125 INFO O| Feb 21 08:29:48.124 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8816 | 2025-02-21T08:29:49.528Z | [ host-image] Feb 21 08:29:48.125 INFO O| Feb 21 08:29:48.125 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8817 | 2025-02-21T08:29:49.528Z | [ host-image] Feb 21 08:29:48.125 INFO O| Feb 21 08:29:48.125 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8818 | 2025-02-21T08:29:49.528Z | [ host-image] Feb 21 08:29:48.126 INFO O| Feb 21 08:29:48.126 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8819 | 2025-02-21T08:29:49.609Z | [ host-image] Feb 21 08:29:48.214 INFO O| Feb 21 08:29:48.214 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8820 | 2025-02-21T08:29:49.612Z | [ host-image] Feb 21 08:29:48.215 INFO O| Feb 21 08:29:48.215 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8821 | 2025-02-21T08:29:49.638Z | [ host-image] Feb 21 08:29:48.242 INFO O| Feb 21 08:29:48.242 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8822 | 2025-02-21T08:29:49.704Z | [ host-image] Feb 21 08:29:48.307 INFO O| Feb 21 08:29:48.307 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8823 | 2025-02-21T08:29:50.269Z | [ host-image] Feb 21 08:29:48.874 INFO O| Feb 21 08:29:48.874 INFO STEP 13 (remove_files) COMPLETE |
8824 | 2025-02-21T08:29:50.269Z | [ host-image] Feb 21 08:29:48.874 INFO O| Feb 21 08:29:48.874 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8825 | 2025-02-21T08:29:50.308Z | [ host-image] Feb 21 08:29:48.911 INFO O| Feb 21 08:29:48.911 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8826 | 2025-02-21T08:29:50.327Z | [ host-image] Feb 21 08:29:48.914 INFO O| Feb 21 08:29:48.914 INFO STEP 14 (remove_files) COMPLETE |
8827 | 2025-02-21T08:29:50.327Z | [ host-image] Feb 21 08:29:48.914 INFO O| Feb 21 08:29:48.914 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8828 | 2025-02-21T08:29:50.330Z | [ host-image] Feb 21 08:29:48.935 INFO O| Feb 21 08:29:48.934 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8829 | 2025-02-21T08:29:50.341Z | [ host-image] Feb 21 08:29:48.946 INFO O| Feb 21 08:29:48.946 INFO STEP 15 (remove_files) COMPLETE |
8830 | 2025-02-21T08:29:50.341Z | [ host-image] Feb 21 08:29:48.946 INFO O| Feb 21 08:29:48.946 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8831 | 2025-02-21T08:29:50.406Z | [ host-image] Feb 21 08:29:49.008 INFO O| Feb 21 08:29:49.007 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8832 | 2025-02-21T08:29:50.409Z | [ host-image] Feb 21 08:29:49.008 INFO O| Feb 21 08:29:49.008 INFO STEP 16 (remove_files) COMPLETE |
8833 | 2025-02-21T08:29:50.409Z | [ host-image] Feb 21 08:29:49.008 INFO O| Feb 21 08:29:49.008 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8834 | 2025-02-21T08:29:50.466Z | [ host-image] Feb 21 08:29:49.071 INFO O| Feb 21 08:29:49.071 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8835 | 2025-02-21T08:29:50.469Z | [ host-image] Feb 21 08:29:49.074 INFO O| Feb 21 08:29:49.074 INFO STEP 17 (remove_files) COMPLETE |
8836 | 2025-02-21T08:29:50.469Z | [ host-image] Feb 21 08:29:49.074 INFO O| Feb 21 08:29:49.074 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8837 | 2025-02-21T08:29:50.536Z | [ host-image] Feb 21 08:29:49.142 INFO O| Feb 21 08:29:49.141 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8838 | 2025-02-21T08:29:50.539Z | [ host-image] Feb 21 08:29:49.142 INFO O| Feb 21 08:29:49.142 INFO STEP 18 (remove_files) COMPLETE |
8839 | 2025-02-21T08:29:50.539Z | [ host-image] Feb 21 08:29:49.142 INFO O| Feb 21 08:29:49.142 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8840 | 2025-02-21T08:29:50.557Z | [ host-image] Feb 21 08:29:49.162 INFO O| Feb 21 08:29:49.162 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8841 | 2025-02-21T08:29:50.557Z | [ host-image] Feb 21 08:29:49.162 INFO O| Feb 21 08:29:49.162 INFO STEP 19 (remove_files) COMPLETE |
8842 | 2025-02-21T08:29:50.561Z | [ host-image] Feb 21 08:29:49.162 INFO O| Feb 21 08:29:49.162 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8843 | 2025-02-21T08:29:50.616Z | [ host-image] Feb 21 08:29:49.221 INFO O| Feb 21 08:29:49.221 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8844 | 2025-02-21T08:29:50.616Z | [ host-image] Feb 21 08:29:49.221 INFO O| Feb 21 08:29:49.221 INFO STEP 20 (remove_files) COMPLETE |
8845 | 2025-02-21T08:29:50.619Z | [ host-image] Feb 21 08:29:49.221 INFO O| Feb 21 08:29:49.221 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8846 | 2025-02-21T08:29:50.693Z | [ host-image] Feb 21 08:29:49.278 INFO O| Feb 21 08:29:49.278 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8847 | 2025-02-21T08:29:50.693Z | [ host-image] Feb 21 08:29:49.278 INFO O| Feb 21 08:29:49.278 INFO STEP 21 (remove_files) COMPLETE |
8848 | 2025-02-21T08:29:50.693Z | [ host-image] Feb 21 08:29:49.278 INFO O| Feb 21 08:29:49.278 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8849 | 2025-02-21T08:29:50.696Z | [ host-image] Feb 21 08:29:49.298 INFO O| Feb 21 08:29:49.298 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8850 | 2025-02-21T08:29:50.696Z | [ host-image] Feb 21 08:29:49.298 INFO O| Feb 21 08:29:49.298 INFO STEP 22 (remove_files) COMPLETE |
8851 | 2025-02-21T08:29:50.696Z | [ host-image] Feb 21 08:29:49.298 INFO O| Feb 21 08:29:49.298 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8852 | 2025-02-21T08:29:50.727Z | [ host-image] Feb 21 08:29:49.332 INFO O| Feb 21 08:29:49.332 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8853 | 2025-02-21T08:29:50.728Z | [ host-image] Feb 21 08:29:49.333 INFO O| Feb 21 08:29:49.333 INFO STEP 23 (remove_files) COMPLETE |
8854 | 2025-02-21T08:29:50.730Z | [ host-image] Feb 21 08:29:49.333 INFO O| Feb 21 08:29:49.333 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8855 | 2025-02-21T08:29:50.747Z | [ host-image] Feb 21 08:29:49.352 INFO O| Feb 21 08:29:49.352 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8856 | 2025-02-21T08:29:50.750Z | [ host-image] Feb 21 08:29:49.352 INFO O| Feb 21 08:29:49.352 INFO STEP 24 (remove_files) COMPLETE |
8857 | 2025-02-21T08:29:50.750Z | [ host-image] Feb 21 08:29:49.352 INFO O| Feb 21 08:29:49.352 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8858 | 2025-02-21T08:29:50.778Z | [ host-image] Feb 21 08:29:49.383 INFO O| Feb 21 08:29:49.383 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8859 | 2025-02-21T08:29:50.779Z | [ host-image] Feb 21 08:29:49.383 INFO O| Feb 21 08:29:49.383 INFO STEP 25 (remove_files) COMPLETE |
8860 | 2025-02-21T08:29:50.779Z | [ host-image] Feb 21 08:29:49.383 INFO O| Feb 21 08:29:49.383 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8861 | 2025-02-21T08:29:50.839Z | [ host-image] Feb 21 08:29:49.443 INFO O| Feb 21 08:29:49.443 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8862 | 2025-02-21T08:29:50.839Z | [ host-image] Feb 21 08:29:49.443 INFO O| Feb 21 08:29:49.443 INFO STEP 26 (remove_files) COMPLETE |
8863 | 2025-02-21T08:29:50.839Z | [ host-image] Feb 21 08:29:49.443 INFO O| Feb 21 08:29:49.443 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8864 | 2025-02-21T08:29:50.877Z | [ host-image] Feb 21 08:29:49.482 INFO O| Feb 21 08:29:49.482 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8865 | 2025-02-21T08:29:50.877Z | [ host-image] Feb 21 08:29:49.482 INFO O| Feb 21 08:29:49.482 INFO STEP 27 (remove_files) COMPLETE |
8866 | 2025-02-21T08:29:50.882Z | [ host-image] Feb 21 08:29:49.482 INFO O| Feb 21 08:29:49.482 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8867 | 2025-02-21T08:29:50.935Z | [ host-image] Feb 21 08:29:49.541 INFO O| Feb 21 08:29:49.540 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8868 | 2025-02-21T08:29:50.935Z | [ host-image] Feb 21 08:29:49.541 INFO O| Feb 21 08:29:49.541 INFO STEP 28 (remove_files) COMPLETE |
8869 | 2025-02-21T08:29:50.936Z | [ host-image] Feb 21 08:29:49.541 INFO O| Feb 21 08:29:49.541 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8870 | 2025-02-21T08:29:50.955Z | [ host-image] Feb 21 08:29:49.560 INFO O| Feb 21 08:29:49.559 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8871 | 2025-02-21T08:29:50.955Z | [ host-image] Feb 21 08:29:49.560 INFO O| Feb 21 08:29:49.560 INFO STEP 29 (remove_files) COMPLETE |
8872 | 2025-02-21T08:29:50.955Z | [ host-image] Feb 21 08:29:49.560 INFO O| Feb 21 08:29:49.560 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8873 | 2025-02-21T08:29:50.974Z | [ host-image] Feb 21 08:29:49.579 INFO O| Feb 21 08:29:49.579 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8874 | 2025-02-21T08:29:50.978Z | [ host-image] Feb 21 08:29:49.579 INFO O| Feb 21 08:29:49.579 INFO STEP 30 (remove_files) COMPLETE |
8875 | 2025-02-21T08:29:50.978Z | [ host-image] Feb 21 08:29:49.580 INFO O| Feb 21 08:29:49.579 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8876 | 2025-02-21T08:29:50.994Z | [ host-image] Feb 21 08:29:49.599 INFO O| Feb 21 08:29:49.599 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8877 | 2025-02-21T08:29:50.994Z | [ host-image] Feb 21 08:29:49.599 INFO O| Feb 21 08:29:49.599 INFO STEP 31 (remove_files) COMPLETE |
8878 | 2025-02-21T08:29:50.997Z | [ host-image] Feb 21 08:29:49.599 INFO O| Feb 21 08:29:49.599 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8879 | 2025-02-21T08:29:51.031Z | [ host-image] Feb 21 08:29:49.635 INFO O| Feb 21 08:29:49.635 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8880 | 2025-02-21T08:29:51.031Z | [ host-image] Feb 21 08:29:49.635 INFO O| Feb 21 08:29:49.635 INFO STEP 32 (remove_files) COMPLETE |
8881 | 2025-02-21T08:29:51.034Z | [ host-image] Feb 21 08:29:49.635 INFO O| Feb 21 08:29:49.635 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8882 | 2025-02-21T08:29:51.050Z | [ host-image] Feb 21 08:29:49.655 INFO O| Feb 21 08:29:49.655 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8883 | 2025-02-21T08:29:51.050Z | [ host-image] Feb 21 08:29:49.655 INFO O| Feb 21 08:29:49.655 INFO STEP 33 (remove_files) COMPLETE |
8884 | 2025-02-21T08:29:51.053Z | [ host-image] Feb 21 08:29:49.655 INFO O| Feb 21 08:29:49.655 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8885 | 2025-02-21T08:29:51.070Z | [ host-image] Feb 21 08:29:49.675 INFO O| Feb 21 08:29:49.675 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8886 | 2025-02-21T08:29:51.070Z | [ host-image] Feb 21 08:29:49.675 INFO O| Feb 21 08:29:49.675 INFO STEP 34 (remove_files) COMPLETE |
8887 | 2025-02-21T08:29:51.070Z | [ host-image] Feb 21 08:29:49.675 INFO O| Feb 21 08:29:49.675 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8888 | 2025-02-21T08:29:51.109Z | [ host-image] Feb 21 08:29:49.713 INFO O| Feb 21 08:29:49.713 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8889 | 2025-02-21T08:29:51.112Z | [ host-image] Feb 21 08:29:49.713 INFO O| Feb 21 08:29:49.713 INFO STEP 35 (remove_files) COMPLETE |
8890 | 2025-02-21T08:29:51.112Z | [ host-image] Feb 21 08:29:49.713 INFO O| Feb 21 08:29:49.713 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8891 | 2025-02-21T08:29:51.142Z | [ host-image] Feb 21 08:29:49.747 INFO O| Feb 21 08:29:49.747 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8892 | 2025-02-21T08:29:51.142Z | [ host-image] Feb 21 08:29:49.747 INFO O| Feb 21 08:29:49.747 INFO STEP 36 (remove_files) COMPLETE |
8893 | 2025-02-21T08:29:51.142Z | [ host-image] Feb 21 08:29:49.747 INFO O| Feb 21 08:29:49.747 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8894 | 2025-02-21T08:29:51.170Z | [ host-image] Feb 21 08:29:49.774 INFO O| Feb 21 08:29:49.774 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8895 | 2025-02-21T08:29:51.173Z | [ host-image] Feb 21 08:29:49.774 INFO O| Feb 21 08:29:49.774 INFO STEP 37 (remove_files) COMPLETE |
8896 | 2025-02-21T08:29:51.173Z | [ host-image] Feb 21 08:29:49.774 INFO O| Feb 21 08:29:49.774 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8897 | 2025-02-21T08:29:51.226Z | [ host-image] Feb 21 08:29:49.831 INFO O| Feb 21 08:29:49.831 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8898 | 2025-02-21T08:29:51.231Z | [ host-image] Feb 21 08:29:49.832 INFO O| Feb 21 08:29:49.831 INFO STEP 38 (remove_files) COMPLETE |
8899 | 2025-02-21T08:29:51.231Z | [ host-image] Feb 21 08:29:49.832 INFO O| Feb 21 08:29:49.831 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8900 | 2025-02-21T08:29:51.247Z | [ host-image] Feb 21 08:29:49.852 INFO O| Feb 21 08:29:49.852 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8901 | 2025-02-21T08:29:51.249Z | [ host-image] Feb 21 08:29:49.852 INFO O| Feb 21 08:29:49.852 INFO STEP 39 (remove_files) COMPLETE |
8902 | 2025-02-21T08:29:51.249Z | [ host-image] Feb 21 08:29:49.852 INFO O| Feb 21 08:29:49.852 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8903 | 2025-02-21T08:29:51.348Z | [ host-image] Feb 21 08:29:49.953 INFO O| Feb 21 08:29:49.953 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8904 | 2025-02-21T08:29:51.348Z | [ host-image] Feb 21 08:29:49.953 INFO O| Feb 21 08:29:49.953 INFO STEP 40 (remove_files) COMPLETE |
8905 | 2025-02-21T08:29:51.351Z | [ host-image] Feb 21 08:29:49.953 INFO O| Feb 21 08:29:49.953 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8906 | 2025-02-21T08:29:51.368Z | [ host-image] Feb 21 08:29:49.973 INFO O| Feb 21 08:29:49.973 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8907 | 2025-02-21T08:29:51.371Z | [ host-image] Feb 21 08:29:49.973 INFO O| Feb 21 08:29:49.973 INFO STEP 41 (remove_files) COMPLETE |
8908 | 2025-02-21T08:29:51.371Z | [ host-image] Feb 21 08:29:49.973 INFO O| Feb 21 08:29:49.973 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8909 | 2025-02-21T08:29:51.388Z | [ host-image] Feb 21 08:29:49.993 INFO O| Feb 21 08:29:49.993 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8910 | 2025-02-21T08:29:51.391Z | [ host-image] Feb 21 08:29:49.994 INFO O| Feb 21 08:29:49.994 INFO STEP 42 (remove_files) COMPLETE |
8911 | 2025-02-21T08:29:51.391Z | [ host-image] Feb 21 08:29:49.994 INFO O| Feb 21 08:29:49.994 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8912 | 2025-02-21T08:29:51.411Z | [ host-image] Feb 21 08:29:50.016 INFO O| Feb 21 08:29:50.016 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8913 | 2025-02-21T08:29:51.411Z | [ host-image] Feb 21 08:29:50.016 INFO O| Feb 21 08:29:50.016 INFO STEP 43 (remove_files) COMPLETE |
8914 | 2025-02-21T08:29:51.411Z | [ host-image] Feb 21 08:29:50.016 INFO O| Feb 21 08:29:50.016 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8915 | 2025-02-21T08:29:51.473Z | [ host-image] Feb 21 08:29:50.078 INFO O| Feb 21 08:29:50.078 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8916 | 2025-02-21T08:29:51.473Z | [ host-image] Feb 21 08:29:50.078 INFO O| Feb 21 08:29:50.078 INFO STEP 44 (remove_files) COMPLETE |
8917 | 2025-02-21T08:29:51.473Z | [ host-image] Feb 21 08:29:50.078 INFO O| Feb 21 08:29:50.078 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8918 | 2025-02-21T08:29:51.494Z | [ host-image] Feb 21 08:29:50.099 INFO O| Feb 21 08:29:50.099 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8919 | 2025-02-21T08:29:51.494Z | [ host-image] Feb 21 08:29:50.099 INFO O| Feb 21 08:29:50.099 INFO STEP 45 (remove_files) COMPLETE |
8920 | 2025-02-21T08:29:51.494Z | [ host-image] Feb 21 08:29:50.099 INFO O| Feb 21 08:29:50.099 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8921 | 2025-02-21T08:29:51.513Z | [ host-image] Feb 21 08:29:50.118 INFO O| Feb 21 08:29:50.118 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8922 | 2025-02-21T08:29:51.513Z | [ host-image] Feb 21 08:29:50.118 INFO O| Feb 21 08:29:50.118 INFO STEP 46 (remove_files) COMPLETE |
8923 | 2025-02-21T08:29:51.516Z | [ host-image] Feb 21 08:29:50.118 INFO O| Feb 21 08:29:50.118 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8924 | 2025-02-21T08:29:51.543Z | [ host-image] Feb 21 08:29:50.148 INFO O| Feb 21 08:29:50.148 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8925 | 2025-02-21T08:29:51.543Z | [ host-image] Feb 21 08:29:50.148 INFO O| Feb 21 08:29:50.148 INFO STEP 47 (remove_files) COMPLETE |
8926 | 2025-02-21T08:29:51.546Z | [ host-image] Feb 21 08:29:50.148 INFO O| Feb 21 08:29:50.148 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8927 | 2025-02-21T08:29:51.583Z | [ host-image] Feb 21 08:29:50.188 INFO O| Feb 21 08:29:50.188 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8928 | 2025-02-21T08:29:51.583Z | [ host-image] Feb 21 08:29:50.188 INFO O| Feb 21 08:29:50.188 INFO STEP 48 (remove_files) COMPLETE |
8929 | 2025-02-21T08:29:51.583Z | [ host-image] Feb 21 08:29:50.188 INFO O| Feb 21 08:29:50.188 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8930 | 2025-02-21T08:29:51.611Z | [ host-image] Feb 21 08:29:50.217 INFO O| Feb 21 08:29:50.216 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8931 | 2025-02-21T08:29:51.614Z | [ host-image] Feb 21 08:29:50.217 INFO O| Feb 21 08:29:50.217 INFO STEP 49 (remove_files) COMPLETE |
8932 | 2025-02-21T08:29:51.614Z | [ host-image] Feb 21 08:29:50.217 INFO O| Feb 21 08:29:50.217 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8933 | 2025-02-21T08:29:51.631Z | [ host-image] Feb 21 08:29:50.236 INFO O| Feb 21 08:29:50.236 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8934 | 2025-02-21T08:29:51.634Z | [ host-image] Feb 21 08:29:50.236 INFO O| Feb 21 08:29:50.236 INFO STEP 50 (remove_files) COMPLETE |
8935 | 2025-02-21T08:29:51.634Z | [ host-image] Feb 21 08:29:50.236 INFO O| Feb 21 08:29:50.236 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8936 | 2025-02-21T08:29:51.661Z | [ host-image] Feb 21 08:29:50.266 INFO O| Feb 21 08:29:50.266 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8937 | 2025-02-21T08:29:51.661Z | [ host-image] Feb 21 08:29:50.266 INFO O| Feb 21 08:29:50.266 INFO STEP 51 (remove_files) COMPLETE |
8938 | 2025-02-21T08:29:51.663Z | [ host-image] Feb 21 08:29:50.266 INFO O| Feb 21 08:29:50.266 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8939 | 2025-02-21T08:29:51.679Z | [ host-image] Feb 21 08:29:50.284 INFO O| Feb 21 08:29:50.284 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8940 | 2025-02-21T08:29:51.679Z | [ host-image] Feb 21 08:29:50.284 INFO O| Feb 21 08:29:50.284 INFO STEP 52 (remove_files) COMPLETE |
8941 | 2025-02-21T08:29:51.682Z | [ host-image] Feb 21 08:29:50.284 INFO O| Feb 21 08:29:50.284 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8942 | 2025-02-21T08:29:51.714Z | [ host-image] Feb 21 08:29:50.319 INFO O| Feb 21 08:29:50.319 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8943 | 2025-02-21T08:29:51.717Z | [ host-image] Feb 21 08:29:50.319 INFO O| Feb 21 08:29:50.319 INFO STEP 53 (remove_files) COMPLETE |
8944 | 2025-02-21T08:29:51.717Z | [ host-image] Feb 21 08:29:50.319 INFO O| Feb 21 08:29:50.319 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8945 | 2025-02-21T08:29:51.745Z | [ host-image] Feb 21 08:29:50.350 INFO O| Feb 21 08:29:50.350 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8946 | 2025-02-21T08:29:51.745Z | [ host-image] Feb 21 08:29:50.350 INFO O| Feb 21 08:29:50.350 INFO STEP 54 (remove_files) COMPLETE |
8947 | 2025-02-21T08:29:51.748Z | [ host-image] Feb 21 08:29:50.350 INFO O| Feb 21 08:29:50.350 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8948 | 2025-02-21T08:29:51.787Z | [ host-image] Feb 21 08:29:50.392 INFO O| Feb 21 08:29:50.392 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8949 | 2025-02-21T08:29:51.790Z | [ host-image] Feb 21 08:29:50.393 INFO O| Feb 21 08:29:50.392 INFO STEP 55 (remove_files) COMPLETE |
8950 | 2025-02-21T08:29:51.790Z | [ host-image] Feb 21 08:29:50.393 INFO O| Feb 21 08:29:50.393 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8951 | 2025-02-21T08:29:51.808Z | [ host-image] Feb 21 08:29:50.413 INFO O| Feb 21 08:29:50.413 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
8952 | 2025-02-21T08:29:51.811Z | [ host-image] Feb 21 08:29:50.413 INFO O| Feb 21 08:29:50.413 INFO STEP 56 (remove_files) COMPLETE |
8953 | 2025-02-21T08:29:51.811Z | [ host-image] Feb 21 08:29:50.413 INFO O| Feb 21 08:29:50.413 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8954 | 2025-02-21T08:29:51.850Z | [ host-image] Feb 21 08:29:50.455 INFO O| Feb 21 08:29:50.455 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
8955 | 2025-02-21T08:29:51.850Z | [ host-image] Feb 21 08:29:50.455 INFO O| Feb 21 08:29:50.455 INFO STEP 57 (remove_files) COMPLETE |
8956 | 2025-02-21T08:29:51.853Z | [ host-image] Feb 21 08:29:50.455 INFO O| Feb 21 08:29:50.455 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8957 | 2025-02-21T08:29:51.918Z | [ host-image] Feb 21 08:29:50.523 INFO O| Feb 21 08:29:50.523 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
8958 | 2025-02-21T08:29:51.918Z | [ host-image] Feb 21 08:29:50.523 INFO O| Feb 21 08:29:50.523 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
8959 | 2025-02-21T08:29:51.921Z | [ host-image] Feb 21 08:29:50.524 INFO O| Feb 21 08:29:50.523 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8960 | 2025-02-21T08:29:51.922Z | [ host-image] Feb 21 08:29:50.524 INFO O| Feb 21 08:29:50.524 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8961 | 2025-02-21T08:29:51.922Z | [ host-image] Feb 21 08:29:50.524 INFO O| Feb 21 08:29:50.524 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8962 | 2025-02-21T08:29:51.922Z | [ host-image] Feb 21 08:29:50.524 INFO O| Feb 21 08:29:50.524 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8963 | 2025-02-21T08:29:51.922Z | [ host-image] Feb 21 08:29:50.524 INFO O| Feb 21 08:29:50.524 INFO ok! |
8964 | 2025-02-21T08:29:51.922Z | [ host-image] Feb 21 08:29:50.524 INFO O| Feb 21 08:29:50.524 INFO STEP 58 (ensure_file) COMPLETE |
8965 | 2025-02-21T08:29:51.922Z | [ host-image] Feb 21 08:29:50.524 INFO O| Feb 21 08:29:50.524 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8966 | 2025-02-21T08:29:51.983Z | [ host-image] Feb 21 08:29:50.588 INFO O| Feb 21 08:29:50.588 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
8967 | 2025-02-21T08:29:51.983Z | [ host-image] Feb 21 08:29:50.588 INFO O| Feb 21 08:29:50.588 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
8968 | 2025-02-21T08:29:51.987Z | [ host-image] Feb 21 08:29:50.588 INFO O| Feb 21 08:29:50.588 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8969 | 2025-02-21T08:29:51.987Z | [ host-image] Feb 21 08:29:50.588 INFO O| Feb 21 08:29:50.588 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8970 | 2025-02-21T08:29:51.987Z | [ host-image] Feb 21 08:29:50.588 INFO O| Feb 21 08:29:50.588 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8971 | 2025-02-21T08:29:51.987Z | [ host-image] Feb 21 08:29:50.589 INFO O| Feb 21 08:29:50.589 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8972 | 2025-02-21T08:29:51.987Z | [ host-image] Feb 21 08:29:50.589 INFO O| Feb 21 08:29:50.589 INFO ok! |
8973 | 2025-02-21T08:29:51.987Z | [ host-image] Feb 21 08:29:50.589 INFO O| Feb 21 08:29:50.589 INFO STEP 59 (ensure_file) COMPLETE |
8974 | 2025-02-21T08:29:51.988Z | [ host-image] Feb 21 08:29:50.589 INFO O| Feb 21 08:29:50.589 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8975 | 2025-02-21T08:29:52.004Z | [ host-image] Feb 21 08:29:50.609 INFO O| Feb 21 08:29:50.609 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
8976 | 2025-02-21T08:29:52.004Z | [ host-image] Feb 21 08:29:50.609 INFO O| Feb 21 08:29:50.609 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
8977 | 2025-02-21T08:29:52.004Z | [ host-image] Feb 21 08:29:50.609 INFO O| Feb 21 08:29:50.609 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
8978 | 2025-02-21T08:29:52.007Z | [ host-image] Feb 21 08:29:50.609 INFO O| Feb 21 08:29:50.609 INFO ok! |
8979 | 2025-02-21T08:29:52.007Z | [ host-image] Feb 21 08:29:50.609 INFO O| Feb 21 08:29:50.609 INFO STEP 60 (ensure_file) COMPLETE |
8980 | 2025-02-21T08:29:52.007Z | [ host-image] Feb 21 08:29:50.609 INFO O| Feb 21 08:29:50.609 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8981 | 2025-02-21T08:29:52.022Z | [ host-image] Feb 21 08:29:50.627 INFO O| Feb 21 08:29:50.627 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
8982 | 2025-02-21T08:29:52.022Z | [ host-image] Feb 21 08:29:50.627 INFO O| Feb 21 08:29:50.627 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
8983 | 2025-02-21T08:29:52.025Z | [ host-image] Feb 21 08:29:50.627 INFO O| Feb 21 08:29:50.627 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
8984 | 2025-02-21T08:29:52.025Z | [ host-image] Feb 21 08:29:50.627 INFO O| Feb 21 08:29:50.627 INFO ok! |
8985 | 2025-02-21T08:29:52.025Z | [ host-image] Feb 21 08:29:50.627 INFO O| Feb 21 08:29:50.627 INFO STEP 61 (ensure_file) COMPLETE |
8986 | 2025-02-21T08:29:52.025Z | [ host-image] Feb 21 08:29:50.627 INFO O| Feb 21 08:29:50.627 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8987 | 2025-02-21T08:29:52.039Z | [ host-image] Feb 21 08:29:50.644 INFO O| Feb 21 08:29:50.644 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
8988 | 2025-02-21T08:29:52.039Z | [ host-image] Feb 21 08:29:50.644 INFO O| Feb 21 08:29:50.644 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
8989 | 2025-02-21T08:29:52.042Z | [ host-image] Feb 21 08:29:50.645 INFO O| Feb 21 08:29:50.644 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8990 | 2025-02-21T08:29:52.042Z | [ host-image] Feb 21 08:29:50.645 INFO O| Feb 21 08:29:50.645 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8991 | 2025-02-21T08:29:52.042Z | [ host-image] Feb 21 08:29:50.645 INFO O| Feb 21 08:29:50.645 INFO ok! |
8992 | 2025-02-21T08:29:52.043Z | [ host-image] Feb 21 08:29:50.645 INFO O| Feb 21 08:29:50.645 INFO STEP 62 (ensure_file) COMPLETE |
8993 | 2025-02-21T08:29:52.043Z | [ host-image] Feb 21 08:29:50.645 INFO O| Feb 21 08:29:50.645 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8994 | 2025-02-21T08:29:52.058Z | [ host-image] Feb 21 08:29:50.663 INFO O| Feb 21 08:29:50.663 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
8995 | 2025-02-21T08:29:52.059Z | [ host-image] Feb 21 08:29:50.663 INFO O| Feb 21 08:29:50.663 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
8996 | 2025-02-21T08:29:52.059Z | [ host-image] Feb 21 08:29:50.663 INFO O| Feb 21 08:29:50.663 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8997 | 2025-02-21T08:29:52.059Z | [ host-image] Feb 21 08:29:50.663 INFO O| Feb 21 08:29:50.663 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8998 | 2025-02-21T08:29:52.063Z | [ host-image] Feb 21 08:29:50.663 INFO O| Feb 21 08:29:50.663 INFO ok! |
8999 | 2025-02-21T08:29:52.063Z | [ host-image] Feb 21 08:29:50.663 INFO O| Feb 21 08:29:50.663 INFO STEP 63 (ensure_file) COMPLETE |
9000 | 2025-02-21T08:29:52.063Z | [ host-image] Feb 21 08:29:50.663 INFO O| Feb 21 08:29:50.663 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9001 | 2025-02-21T08:29:52.137Z | [ host-image] Feb 21 08:29:50.741 INFO O| Feb 21 08:29:50.741 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
9002 | 2025-02-21T08:29:52.137Z | [ host-image] Feb 21 08:29:50.741 INFO O| Feb 21 08:29:50.741 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
9003 | 2025-02-21T08:29:52.137Z | [ host-image] Feb 21 08:29:50.741 INFO O| Feb 21 08:29:50.741 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
9004 | 2025-02-21T08:29:52.140Z | [ host-image] Feb 21 08:29:50.741 INFO O| Feb 21 08:29:50.741 INFO ok! |
9005 | 2025-02-21T08:29:52.140Z | [ host-image] Feb 21 08:29:50.741 INFO O| Feb 21 08:29:50.741 INFO STEP 64 (assemble_files) COMPLETE |
9006 | 2025-02-21T08:29:52.140Z | [ host-image] Feb 21 08:29:50.741 INFO O| Feb 21 08:29:50.741 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9007 | 2025-02-21T08:29:52.156Z | [ host-image] Feb 21 08:29:50.761 INFO O| Feb 21 08:29:50.761 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
9008 | 2025-02-21T08:29:52.157Z | [ host-image] Feb 21 08:29:50.762 INFO O| Feb 21 08:29:50.761 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
9009 | 2025-02-21T08:29:52.157Z | [ host-image] Feb 21 08:29:50.762 INFO O| Feb 21 08:29:50.762 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9010 | 2025-02-21T08:29:52.160Z | [ host-image] Feb 21 08:29:50.762 INFO O| Feb 21 08:29:50.762 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9011 | 2025-02-21T08:29:52.160Z | [ host-image] Feb 21 08:29:50.762 INFO O| Feb 21 08:29:50.762 INFO ok! |
9012 | 2025-02-21T08:29:52.160Z | [ host-image] Feb 21 08:29:50.762 INFO O| Feb 21 08:29:50.762 INFO STEP 65 (ensure_file) COMPLETE |
9013 | 2025-02-21T08:29:52.160Z | [ host-image] Feb 21 08:29:50.762 INFO O| Feb 21 08:29:50.762 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9014 | 2025-02-21T08:29:52.177Z | [ host-image] Feb 21 08:29:50.782 INFO O| Feb 21 08:29:50.782 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9015 | 2025-02-21T08:29:52.177Z | [ host-image] Feb 21 08:29:50.782 INFO O| Feb 21 08:29:50.782 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9016 | 2025-02-21T08:29:52.177Z | [ host-image] Feb 21 08:29:50.782 INFO O| Feb 21 08:29:50.782 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9017 | 2025-02-21T08:29:52.180Z | [ host-image] Feb 21 08:29:50.782 INFO O| Feb 21 08:29:50.782 INFO STEP 66 (ensure_dir) COMPLETE |
9018 | 2025-02-21T08:29:52.180Z | [ host-image] Feb 21 08:29:50.782 INFO O| Feb 21 08:29:50.782 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9019 | 2025-02-21T08:29:52.195Z | [ host-image] Feb 21 08:29:50.800 INFO O| Feb 21 08:29:50.800 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
9020 | 2025-02-21T08:29:52.195Z | [ host-image] Feb 21 08:29:50.800 INFO O| Feb 21 08:29:50.800 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 ... |
9021 | 2025-02-21T08:29:52.204Z | [ host-image] Feb 21 08:29:50.809 INFO O| Feb 21 08:29:50.809 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 |
9022 | 2025-02-21T08:29:52.207Z | [ host-image] Feb 21 08:29:50.809 INFO O| Feb 21 08:29:50.809 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
9023 | 2025-02-21T08:29:52.208Z | [ host-image] Feb 21 08:29:50.809 INFO O| Feb 21 08:29:50.809 INFO ok! |
9024 | 2025-02-21T08:29:52.208Z | [ host-image] Feb 21 08:29:50.809 INFO O| Feb 21 08:29:50.809 INFO STEP 67 (ensure_file) COMPLETE |
9025 | 2025-02-21T08:29:52.208Z | [ host-image] Feb 21 08:29:50.809 INFO O| Feb 21 08:29:50.809 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9026 | 2025-02-21T08:29:52.223Z | [ host-image] Feb 21 08:29:50.828 INFO O| Feb 21 08:29:50.828 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
9027 | 2025-02-21T08:29:52.223Z | [ host-image] Feb 21 08:29:50.828 INFO O| Feb 21 08:29:50.828 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 ... |
9028 | 2025-02-21T08:29:52.225Z | [ host-image] Feb 21 08:29:50.828 INFO O| Feb 21 08:29:50.828 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 |
9029 | 2025-02-21T08:29:52.225Z | [ host-image] Feb 21 08:29:50.828 INFO O| Feb 21 08:29:50.828 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
9030 | 2025-02-21T08:29:52.225Z | [ host-image] Feb 21 08:29:50.828 INFO O| Feb 21 08:29:50.828 INFO ok! |
9031 | 2025-02-21T08:29:52.226Z | [ host-image] Feb 21 08:29:50.828 INFO O| Feb 21 08:29:50.828 INFO STEP 68 (ensure_file) COMPLETE |
9032 | 2025-02-21T08:29:52.226Z | [ host-image] Feb 21 08:29:50.828 INFO O| Feb 21 08:29:50.828 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9033 | 2025-02-21T08:29:52.271Z | [ host-image] Feb 21 08:29:50.876 INFO O| Feb 21 08:29:50.875 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
9034 | 2025-02-21T08:29:52.271Z | [ host-image] Feb 21 08:29:50.876 INFO O| Feb 21 08:29:50.876 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
9035 | 2025-02-21T08:29:56.172Z | [ host-image] Feb 21 08:29:54.777 INFO O| Feb 21 08:29:54.777 INFO STEP 69 (pack_tar) COMPLETE |
9036 | 2025-02-21T08:29:56.172Z | [ host-image] Feb 21 08:29:54.777 INFO O| Feb 21 08:29:54.777 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
9037 | 2025-02-21T08:29:56.175Z | [ host-image] Feb 21 08:29:54.777 INFO O| Feb 21 08:29:54.777 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
9038 | 2025-02-21T08:29:56.671Z | [ host-image] Feb 21 08:29:55.276 INFO O| Feb 21 08:29:55.276 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
9039 | 2025-02-21T08:29:56.786Z | [ host-image] Feb 21 08:29:55.391 INFO O| Feb 21 08:29:55.391 INFO completed processing gimlet/ramdisk-02-trim |
9040 | 2025-02-21T08:29:56.789Z | [ host-image] Feb 21 08:29:55.394 INFO image builder template: zfs... |
9041 | 2025-02-21T08:29:56.792Z | [ host-image] Feb 21 08:29:55.394 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/.tmpDANt3T/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 |
9042 | 2025-02-21T08:29:56.812Z | [ host-image] Feb 21 08:29:55.417 INFO O| Feb 21 08:29:55.416 INFO skip include "stress" because feature "stress" is not enabled |
9043 | 2025-02-21T08:29:56.881Z | [ host-image] Feb 21 08:29:55.485 INFO O| Feb 21 08:29:55.485 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
9044 | 2025-02-21T08:29:56.889Z | [ host-image] Feb 21 08:29:55.494 INFO O| Feb 21 08:29:55.494 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9045 | 2025-02-21T08:29:57.021Z | [ host-image] Feb 21 08:29:55.625 INFO O| Feb 21 08:29:55.625 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
9046 | 2025-02-21T08:29:57.150Z | [ host-image] Feb 21 08:29:55.754 INFO O| Feb 21 08:29:55.754 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
9047 | 2025-02-21T08:29:57.150Z | [ host-image] Feb 21 08:29:55.755 INFO O| Feb 21 08:29:55.755 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
9048 | 2025-02-21T08:29:57.175Z | [ host-image] Feb 21 08:29:55.779 INFO O| Feb 21 08:29:55.779 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
9049 | 2025-02-21T08:29:57.384Z | [ host-image] Feb 21 08:29:55.989 INFO O| Feb 21 08:29:55.989 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
9050 | 2025-02-21T08:29:57.498Z | [ host-image] Feb 21 08:29:56.103 INFO O| Feb 21 08:29:56.103 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
9051 | 2025-02-21T08:29:57.536Z | [ host-image] Feb 21 08:29:56.141 INFO O| Feb 21 08:29:56.141 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9052 | 2025-02-21T08:29:57.545Z | [ host-image] Feb 21 08:29:56.151 INFO O| Feb 21 08:29:56.150 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
9053 | 2025-02-21T08:29:57.546Z | [ host-image] Feb 21 08:29:56.151 INFO O| Feb 21 08:29:56.151 INFO no lofi found |
9054 | 2025-02-21T08:29:57.548Z | [ host-image] Feb 21 08:29:56.151 INFO O| Feb 21 08:29:56.151 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
9055 | 2025-02-21T08:29:57.548Z | [ host-image] Feb 21 08:29:56.151 INFO O| Feb 21 08:29:56.151 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9056 | 2025-02-21T08:29:59.408Z | [ host-image] Feb 21 08:29:58.012 INFO O| Feb 21 08:29:58.012 INFO lofi device = /dev/dsk/c2t1d0p0 |
9057 | 2025-02-21T08:29:59.408Z | [ host-image] Feb 21 08:29:58.013 INFO O| Feb 21 08:29:58.012 INFO pool device = /dev/dsk/c2t1d0p0 |
9058 | 2025-02-21T08:29:59.411Z | [ host-image] Feb 21 08:29:58.013 INFO O| Feb 21 08:29:58.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"] |
9059 | 2025-02-21T08:29:59.630Z | [ host-image] Feb 21 08:29:58.235 INFO O| Feb 21 08:29:58.235 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9060 | 2025-02-21T08:29:59.630Z | [ host-image] Feb 21 08:29:58.235 INFO O| Feb 21 08:29:58.235 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
9061 | 2025-02-21T08:29:59.661Z | [ host-image] Feb 21 08:29:58.266 INFO O| Feb 21 08:29:58.266 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
9062 | 2025-02-21T08:29:59.805Z | [ host-image] Feb 21 08:29:58.410 INFO O| Feb 21 08:29:58.410 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
9063 | 2025-02-21T08:29:59.897Z | [ host-image] Feb 21 08:29:58.502 INFO O| Feb 21 08:29:58.502 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
9064 | 2025-02-21T08:29:59.927Z | [ host-image] Feb 21 08:29:58.532 INFO O| Feb 21 08:29:58.531 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
9065 | 2025-02-21T08:29:59.948Z | [ host-image] Feb 21 08:29:58.553 INFO O| Feb 21 08:29:58.553 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
9066 | 2025-02-21T08:30:00.049Z | [ host-image] Feb 21 08:29:58.653 INFO O| Feb 21 08:29:58.653 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
9067 | 2025-02-21T08:30:00.052Z | [ host-image] Feb 21 08:29:58.654 INFO O| Feb 21 08:29:58.654 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
9068 | 2025-02-21T08:30:00.052Z | [ host-image] Feb 21 08:29:58.654 INFO O| Feb 21 08:29:58.654 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9069 | 2025-02-21T08:30:00.070Z | [ host-image] Feb 21 08:29:58.675 INFO O| Feb 21 08:29:58.675 INFO boot environment UUID: 2dafe8fd-f96d-4cef-9a78-2b5f18b517fb |
9070 | 2025-02-21T08:30:00.070Z | [ host-image] Feb 21 08:29:58.675 INFO O| Feb 21 08:29:58.675 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 2dafe8fd-f96d-4cef-9a78-2b5f18b517fb |
9071 | 2025-02-21T08:30:00.129Z | [ host-image] Feb 21 08:29:58.734 INFO O| Feb 21 08:29:58.734 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
9072 | 2025-02-21T08:30:00.194Z | [ host-image] Feb 21 08:29:58.799 INFO O| Feb 21 08:29:58.799 INFO STEP 0 (create_be) COMPLETE |
9073 | 2025-02-21T08:30:00.194Z | [ host-image] Feb 21 08:29:58.799 INFO O| Feb 21 08:29:58.799 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9074 | 2025-02-21T08:30:00.286Z | [ host-image] Feb 21 08:29:58.890 INFO O| Feb 21 08:29:58.890 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9075 | 2025-02-21T08:30:01.069Z | [ recovery-image] Feb 21 08:29:59.674 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) |
9076 | 2025-02-21T08:30:09.480Z | [ recovery-image] Feb 21 08:30:08.084 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) |
9077 | 2025-02-21T08:30:21.390Z | [ recovery-image] Feb 21 08:30:19.995 INFO E| Compiling bitflags v1.3.2 |
9078 | 2025-02-21T08:30:21.393Z | [ recovery-image] Feb 21 08:30:19.995 INFO E| Compiling log v0.4.22 |
9079 | 2025-02-21T08:30:21.393Z | [ recovery-image] Feb 21 08:30:19.995 INFO E| Compiling plain v0.2.3 |
9080 | 2025-02-21T08:30:21.393Z | [ recovery-image] Feb 21 08:30:19.995 INFO E| Compiling scroll v0.12.0 |
9081 | 2025-02-21T08:30:21.393Z | [ recovery-image] Feb 21 08:30:19.995 INFO E| Compiling bit_field v0.10.2 |
9082 | 2025-02-21T08:30:21.393Z | [ recovery-image] Feb 21 08:30:19.995 INFO E| Compiling adler2 v2.0.0 |
9083 | 2025-02-21T08:30:21.393Z | [ recovery-image] Feb 21 08:30:19.995 INFO E| Compiling bitstruct v0.1.1 |
9084 | 2025-02-21T08:30:21.600Z | [ recovery-image] Feb 21 08:30:20.202 INFO E| Compiling raw-cpuid v10.7.0 |
9085 | 2025-02-21T08:30:22.056Z | [ recovery-image] Feb 21 08:30:20.661 INFO E| Compiling miniz_oxide v0.8.0 |
9086 | 2025-02-21T08:30:22.497Z | [ recovery-image] Feb 21 08:30:21.102 INFO E| Compiling cpio_reader v0.1.1 |
9087 | 2025-02-21T08:30:22.646Z | [ recovery-image] Feb 21 08:30:21.251 INFO E| Compiling static_assertions v1.1.0 |
9088 | 2025-02-21T08:30:23.599Z | [ recovery-image] Feb 21 08:30:22.204 INFO E| Compiling goblin v0.8.2 |
9089 | 2025-02-21T08:30:25.692Z | [ host-image] Feb 21 08:30:24.296 INFO O| Feb 21 08:30:24.296 INFO STEP 1 (unpack_tar) COMPLETE |
9090 | 2025-02-21T08:30:25.692Z | [ host-image] Feb 21 08:30:24.297 INFO O| Feb 21 08:30:24.296 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9091 | 2025-02-21T08:30:25.711Z | [ host-image] Feb 21 08:30:24.316 INFO O| Feb 21 08:30:24.316 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9092 | 2025-02-21T08:30:26.627Z | [ host-image] Feb 21 08:30:25.232 INFO O| Feb 21 08:30:25.232 INFO STEP 2 (devfsadm) COMPLETE |
9093 | 2025-02-21T08:30:26.627Z | [ host-image] Feb 21 08:30:25.232 INFO O| Feb 21 08:30:25.232 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9094 | 2025-02-21T08:30:26.646Z | [ host-image] Feb 21 08:30:25.251 INFO O| Feb 21 08:30:25.250 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9095 | 2025-02-21T08:30:26.646Z | [ host-image] Feb 21 08:30:25.251 INFO O| Feb 21 08:30:25.251 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9096 | 2025-02-21T08:30:26.646Z | [ host-image] Feb 21 08:30:25.251 INFO O| Feb 21 08:30:25.251 INFO STEP 3 (ensure_dir) COMPLETE |
9097 | 2025-02-21T08:30:26.648Z | [ host-image] Feb 21 08:30:25.251 INFO O| Feb 21 08:30:25.251 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9098 | 2025-02-21T08:30:26.664Z | [ host-image] Feb 21 08:30:25.269 INFO O| Feb 21 08:30:25.269 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9099 | 2025-02-21T08:30:26.664Z | [ host-image] Feb 21 08:30:25.269 INFO O| Feb 21 08:30:25.269 INFO STEP 4 (ensure_dir) COMPLETE |
9100 | 2025-02-21T08:30:26.667Z | [ host-image] Feb 21 08:30:25.269 INFO O| Feb 21 08:30:25.269 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9101 | 2025-02-21T08:30:26.691Z | [ host-image] Feb 21 08:30:25.296 INFO O| Feb 21 08:30:25.296 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9102 | 2025-02-21T08:30:26.691Z | [ host-image] Feb 21 08:30:25.296 INFO O| Feb 21 08:30:25.296 INFO STEP 5 (ensure_dir) COMPLETE |
9103 | 2025-02-21T08:30:26.694Z | [ host-image] Feb 21 08:30:25.296 INFO O| Feb 21 08:30:25.296 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9104 | 2025-02-21T08:30:26.770Z | [ host-image] Feb 21 08:30:25.374 INFO O| Feb 21 08:30:25.374 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9105 | 2025-02-21T08:30:26.770Z | [ host-image] Feb 21 08:30:25.375 INFO O| Feb 21 08:30:25.374 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9106 | 2025-02-21T08:30:26.772Z | [ host-image] Feb 21 08:30:25.375 INFO O| Feb 21 08:30:25.375 INFO STEP 6 (ensure_dir) COMPLETE |
9107 | 2025-02-21T08:30:26.773Z | [ host-image] Feb 21 08:30:25.375 INFO O| Feb 21 08:30:25.375 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9108 | 2025-02-21T08:30:26.791Z | [ host-image] Feb 21 08:30:25.396 INFO O| Feb 21 08:30:25.396 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9109 | 2025-02-21T08:30:26.791Z | [ host-image] Feb 21 08:30:25.396 INFO O| Feb 21 08:30:25.396 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9110 | 2025-02-21T08:30:26.791Z | [ host-image] Feb 21 08:30:25.396 INFO O| Feb 21 08:30:25.396 INFO STEP 7 (ensure_dir) COMPLETE |
9111 | 2025-02-21T08:30:26.794Z | [ host-image] Feb 21 08:30:25.396 INFO O| Feb 21 08:30:25.396 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9112 | 2025-02-21T08:30:26.818Z | [ host-image] Feb 21 08:30:25.423 INFO O| Feb 21 08:30:25.423 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
9113 | 2025-02-21T08:30:26.840Z | [ host-image] Feb 21 08:30:25.444 INFO O| Feb 21 08:30:25.444 INFO STEP 8 (remove_files) COMPLETE |
9114 | 2025-02-21T08:30:26.840Z | [ host-image] Feb 21 08:30:25.444 INFO O| Feb 21 08:30:25.444 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9115 | 2025-02-21T08:30:26.953Z | [ host-image] Feb 21 08:30:25.556 INFO O| Feb 21 08:30:25.556 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
9116 | 2025-02-21T08:30:26.956Z | [ host-image] Feb 21 08:30:25.557 INFO O| Feb 21 08:30:25.557 INFO STEP 9 (remove_files) COMPLETE |
9117 | 2025-02-21T08:30:26.956Z | [ host-image] Feb 21 08:30:25.557 INFO O| Feb 21 08:30:25.557 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9118 | 2025-02-21T08:30:27.007Z | [ host-image] Feb 21 08:30:25.612 INFO O| Feb 21 08:30:25.612 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
9119 | 2025-02-21T08:30:27.010Z | [ host-image] Feb 21 08:30:25.613 INFO O| Feb 21 08:30:25.613 INFO STEP 10 (remove_files) COMPLETE |
9120 | 2025-02-21T08:30:27.010Z | [ host-image] Feb 21 08:30:25.613 INFO O| Feb 21 08:30:25.613 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9121 | 2025-02-21T08:30:27.057Z | [ host-image] Feb 21 08:30:25.662 INFO O| Feb 21 08:30:25.662 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
9122 | 2025-02-21T08:30:27.079Z | [ host-image] Feb 21 08:30:25.684 INFO O| Feb 21 08:30:25.684 INFO STEP 11 (remove_files) COMPLETE |
9123 | 2025-02-21T08:30:27.079Z | [ host-image] Feb 21 08:30:25.684 INFO O| Feb 21 08:30:25.684 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9124 | 2025-02-21T08:30:27.102Z | [ host-image] Feb 21 08:30:25.706 INFO O| Feb 21 08:30:25.706 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
9125 | 2025-02-21T08:30:27.105Z | [ host-image] Feb 21 08:30:25.707 INFO O| Feb 21 08:30:25.707 INFO STEP 12 (remove_files) COMPLETE |
9126 | 2025-02-21T08:30:27.105Z | [ host-image] Feb 21 08:30:25.707 INFO O| Feb 21 08:30:25.707 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9127 | 2025-02-21T08:30:27.124Z | [ host-image] Feb 21 08:30:25.729 INFO O| Feb 21 08:30:25.728 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9128 | 2025-02-21T08:30:27.126Z | [ host-image] Feb 21 08:30:25.729 INFO O| Feb 21 08:30:25.729 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9129 | 2025-02-21T08:30:27.127Z | [ host-image] Feb 21 08:30:25.729 INFO O| Feb 21 08:30:25.729 INFO STEP 13 (ensure_dir) COMPLETE |
9130 | 2025-02-21T08:30:27.127Z | [ host-image] Feb 21 08:30:25.729 INFO O| Feb 21 08:30:25.729 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9131 | 2025-02-21T08:30:27.144Z | [ host-image] Feb 21 08:30:25.749 INFO O| Feb 21 08:30:25.749 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9132 | 2025-02-21T08:30:27.148Z | [ host-image] Feb 21 08:30:25.749 INFO O| Feb 21 08:30:25.749 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9133 | 2025-02-21T08:30:27.149Z | [ host-image] Feb 21 08:30:25.750 INFO O| Feb 21 08:30:25.750 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9134 | 2025-02-21T08:30:27.149Z | [ host-image] Feb 21 08:30:25.750 INFO O| Feb 21 08:30:25.750 INFO STEP 14 (ensure_dir) COMPLETE |
9135 | 2025-02-21T08:30:27.149Z | [ host-image] Feb 21 08:30:25.750 INFO O| Feb 21 08:30:25.750 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9136 | 2025-02-21T08:30:27.185Z | [ host-image] Feb 21 08:30:25.790 INFO O| Feb 21 08:30:25.790 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9137 | 2025-02-21T08:30:27.185Z | [ host-image] Feb 21 08:30:25.790 INFO O| Feb 21 08:30:25.790 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9138 | 2025-02-21T08:30:27.189Z | [ host-image] Feb 21 08:30:25.790 INFO O| Feb 21 08:30:25.790 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9139 | 2025-02-21T08:30:27.189Z | [ host-image] Feb 21 08:30:25.790 INFO O| Feb 21 08:30:25.790 INFO STEP 15 (ensure_dir) COMPLETE |
9140 | 2025-02-21T08:30:27.189Z | [ host-image] Feb 21 08:30:25.791 INFO O| Feb 21 08:30:25.790 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9141 | 2025-02-21T08:30:27.221Z | [ host-image] Feb 21 08:30:25.826 INFO O| Feb 21 08:30:25.826 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9142 | 2025-02-21T08:30:27.222Z | [ host-image] Feb 21 08:30:25.826 INFO O| Feb 21 08:30:25.826 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9143 | 2025-02-21T08:30:27.224Z | [ host-image] Feb 21 08:30:25.827 INFO O| Feb 21 08:30:25.826 INFO STEP 16 (ensure_dir) COMPLETE |
9144 | 2025-02-21T08:30:27.225Z | [ host-image] Feb 21 08:30:25.827 INFO O| Feb 21 08:30:25.827 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9145 | 2025-02-21T08:30:27.249Z | [ host-image] Feb 21 08:30:25.848 INFO O| Feb 21 08:30:25.848 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9146 | 2025-02-21T08:30:27.249Z | [ host-image] Feb 21 08:30:25.848 INFO O| Feb 21 08:30:25.848 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9147 | 2025-02-21T08:30:27.249Z | [ host-image] Feb 21 08:30:25.848 INFO O| Feb 21 08:30:25.848 INFO STEP 17 (ensure_dir) COMPLETE |
9148 | 2025-02-21T08:30:27.252Z | [ host-image] Feb 21 08:30:25.848 INFO O| Feb 21 08:30:25.848 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9149 | 2025-02-21T08:30:27.266Z | [ host-image] Feb 21 08:30:25.871 INFO O| Feb 21 08:30:25.870 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
9150 | 2025-02-21T08:30:27.266Z | [ host-image] Feb 21 08:30:25.871 INFO O| Feb 21 08:30:25.871 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
9151 | 2025-02-21T08:30:27.266Z | [ host-image] Feb 21 08:30:25.871 INFO O| Feb 21 08:30:25.871 INFO ok! |
9152 | 2025-02-21T08:30:27.266Z | [ host-image] Feb 21 08:30:25.871 INFO O| Feb 21 08:30:25.871 INFO STEP 18 (ensure_symlink) COMPLETE |
9153 | 2025-02-21T08:30:27.266Z | [ host-image] Feb 21 08:30:25.871 INFO O| Feb 21 08:30:25.871 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9154 | 2025-02-21T08:30:27.322Z | [ host-image] Feb 21 08:30:25.926 INFO O| Feb 21 08:30:25.926 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
9155 | 2025-02-21T08:30:27.322Z | [ host-image] Feb 21 08:30:25.926 INFO O| Feb 21 08:30:25.926 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
9156 | 2025-02-21T08:30:27.323Z | [ host-image] Feb 21 08:30:25.926 INFO O| Feb 21 08:30:25.926 INFO ok! |
9157 | 2025-02-21T08:30:27.323Z | [ host-image] Feb 21 08:30:25.926 INFO O| Feb 21 08:30:25.926 INFO STEP 19 (ensure_file) COMPLETE |
9158 | 2025-02-21T08:30:27.323Z | [ host-image] Feb 21 08:30:25.926 INFO O| Feb 21 08:30:25.926 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9159 | 2025-02-21T08:30:27.355Z | [ host-image] Feb 21 08:30:25.959 INFO O| Feb 21 08:30:25.959 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
9160 | 2025-02-21T08:30:27.355Z | [ host-image] Feb 21 08:30:25.959 INFO O| Feb 21 08:30:25.959 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
9161 | 2025-02-21T08:30:27.358Z | [ host-image] Feb 21 08:30:25.960 INFO O| Feb 21 08:30:25.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
9162 | 2025-02-21T08:30:27.358Z | [ host-image] Feb 21 08:30:25.960 INFO O| Feb 21 08:30:25.960 INFO ok! |
9163 | 2025-02-21T08:30:27.358Z | [ host-image] Feb 21 08:30:25.960 INFO O| Feb 21 08:30:25.960 INFO STEP 20 (ensure_symlink) COMPLETE |
9164 | 2025-02-21T08:30:27.358Z | [ host-image] Feb 21 08:30:25.960 INFO O| Feb 21 08:30:25.960 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9165 | 2025-02-21T08:30:27.396Z | [ host-image] Feb 21 08:30:26.001 INFO O| Feb 21 08:30:26.001 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
9166 | 2025-02-21T08:30:27.396Z | [ host-image] Feb 21 08:30:26.001 INFO O| Feb 21 08:30:26.001 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
9167 | 2025-02-21T08:30:27.399Z | [ host-image] Feb 21 08:30:26.001 INFO O| Feb 21 08:30:26.001 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
9168 | 2025-02-21T08:30:27.399Z | [ host-image] Feb 21 08:30:26.001 INFO O| Feb 21 08:30:26.001 INFO ok! |
9169 | 2025-02-21T08:30:27.399Z | [ host-image] Feb 21 08:30:26.001 INFO O| Feb 21 08:30:26.001 INFO STEP 21 (ensure_symlink) COMPLETE |
9170 | 2025-02-21T08:30:27.399Z | [ host-image] Feb 21 08:30:26.001 INFO O| Feb 21 08:30:26.001 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9171 | 2025-02-21T08:30:27.444Z | [ host-image] Feb 21 08:30:26.048 INFO O| Feb 21 08:30:26.048 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
9172 | 2025-02-21T08:30:27.447Z | [ host-image] Feb 21 08:30:26.048 INFO O| Feb 21 08:30:26.048 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
9173 | 2025-02-21T08:30:27.447Z | [ host-image] Feb 21 08:30:26.048 INFO O| Feb 21 08:30:26.048 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
9174 | 2025-02-21T08:30:27.447Z | [ host-image] Feb 21 08:30:26.048 INFO O| Feb 21 08:30:26.048 INFO ok! |
9175 | 2025-02-21T08:30:27.447Z | [ host-image] Feb 21 08:30:26.049 INFO O| Feb 21 08:30:26.048 INFO STEP 22 (ensure_symlink) COMPLETE |
9176 | 2025-02-21T08:30:27.447Z | [ host-image] Feb 21 08:30:26.049 INFO O| Feb 21 08:30:26.049 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9177 | 2025-02-21T08:30:27.484Z | [ host-image] Feb 21 08:30:26.088 INFO O| Feb 21 08:30:26.088 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
9178 | 2025-02-21T08:30:27.484Z | [ host-image] Feb 21 08:30:26.089 INFO O| Feb 21 08:30:26.088 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
9179 | 2025-02-21T08:30:27.484Z | [ host-image] Feb 21 08:30:26.089 INFO O| Feb 21 08:30:26.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
9180 | 2025-02-21T08:30:27.484Z | [ host-image] Feb 21 08:30:26.089 INFO O| Feb 21 08:30:26.089 INFO ok! |
9181 | 2025-02-21T08:30:27.487Z | [ host-image] Feb 21 08:30:26.089 INFO O| Feb 21 08:30:26.089 INFO STEP 23 (ensure_symlink) COMPLETE |
9182 | 2025-02-21T08:30:27.487Z | [ host-image] Feb 21 08:30:26.089 INFO O| Feb 21 08:30:26.089 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9183 | 2025-02-21T08:30:27.545Z | [ host-image] Feb 21 08:30:26.150 INFO O| Feb 21 08:30:26.150 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
9184 | 2025-02-21T08:30:27.548Z | [ host-image] Feb 21 08:30:26.150 INFO O| Feb 21 08:30:26.150 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
9185 | 2025-02-21T08:30:27.548Z | [ host-image] Feb 21 08:30:26.150 INFO O| Feb 21 08:30:26.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
9186 | 2025-02-21T08:30:27.548Z | [ host-image] Feb 21 08:30:26.151 INFO O| Feb 21 08:30:26.150 INFO ok! |
9187 | 2025-02-21T08:30:27.548Z | [ host-image] Feb 21 08:30:26.151 INFO O| Feb 21 08:30:26.150 INFO STEP 24 (ensure_file) COMPLETE |
9188 | 2025-02-21T08:30:27.548Z | [ host-image] Feb 21 08:30:26.151 INFO O| Feb 21 08:30:26.150 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9189 | 2025-02-21T08:30:27.565Z | [ host-image] Feb 21 08:30:26.170 INFO O| Feb 21 08:30:26.170 INFO updating shadow file |
9190 | 2025-02-21T08:30:27.569Z | [ host-image] Feb 21 08:30:26.171 INFO O| Feb 21 08:30:26.171 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9191 | 2025-02-21T08:30:27.569Z | [ host-image] Feb 21 08:30:26.171 INFO O| Feb 21 08:30:26.171 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9192 | 2025-02-21T08:30:27.569Z | [ host-image] Feb 21 08:30:26.171 INFO O| Feb 21 08:30:26.171 INFO STEP 25 (shadow) COMPLETE |
9193 | 2025-02-21T08:30:27.569Z | [ host-image] Feb 21 08:30:26.171 INFO O| Feb 21 08:30:26.171 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9194 | 2025-02-21T08:30:27.606Z | [ host-image] Feb 21 08:30:26.210 INFO O| Feb 21 08:30:26.210 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
9195 | 2025-02-21T08:30:27.606Z | [ host-image] Feb 21 08:30:26.211 INFO O| Feb 21 08:30:26.211 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
9196 | 2025-02-21T08:30:27.609Z | [ host-image] Feb 21 08:30:26.211 INFO O| Feb 21 08:30:26.211 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
9197 | 2025-02-21T08:30:27.609Z | [ host-image] Feb 21 08:30:26.211 INFO O| Feb 21 08:30:26.211 INFO ok! |
9198 | 2025-02-21T08:30:27.609Z | [ host-image] Feb 21 08:30:26.211 INFO O| Feb 21 08:30:26.211 INFO STEP 26 (ensure_file) COMPLETE |
9199 | 2025-02-21T08:30:27.609Z | [ host-image] Feb 21 08:30:26.211 INFO O| Feb 21 08:30:26.211 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9200 | 2025-02-21T08:30:27.644Z | [ host-image] Feb 21 08:30:26.248 INFO O| Feb 21 08:30:26.248 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
9201 | 2025-02-21T08:30:27.644Z | [ host-image] Feb 21 08:30:26.248 INFO O| Feb 21 08:30:26.248 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
9202 | 2025-02-21T08:30:27.644Z | [ host-image] Feb 21 08:30:26.249 INFO O| Feb 21 08:30:26.248 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
9203 | 2025-02-21T08:30:27.644Z | [ host-image] Feb 21 08:30:26.249 INFO O| Feb 21 08:30:26.249 INFO ok! |
9204 | 2025-02-21T08:30:27.647Z | [ host-image] Feb 21 08:30:26.249 INFO O| Feb 21 08:30:26.249 INFO STEP 27 (ensure_file) COMPLETE |
9205 | 2025-02-21T08:30:27.647Z | [ host-image] Feb 21 08:30:26.249 INFO O| Feb 21 08:30:26.249 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9206 | 2025-02-21T08:30:27.663Z | [ host-image] Feb 21 08:30:26.268 INFO O| Feb 21 08:30:26.268 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
9207 | 2025-02-21T08:30:27.663Z | [ host-image] Feb 21 08:30:26.268 INFO O| Feb 21 08:30:26.268 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
9208 | 2025-02-21T08:30:27.666Z | [ host-image] Feb 21 08:30:26.269 INFO O| Feb 21 08:30:26.268 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9209 | 2025-02-21T08:30:27.666Z | [ host-image] Feb 21 08:30:26.269 INFO O| Feb 21 08:30:26.269 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9210 | 2025-02-21T08:30:27.666Z | [ host-image] Feb 21 08:30:26.269 INFO O| Feb 21 08:30:26.269 INFO ok! |
9211 | 2025-02-21T08:30:27.666Z | [ host-image] Feb 21 08:30:26.269 INFO O| Feb 21 08:30:26.269 INFO STEP 28 (ensure_file) COMPLETE |
9212 | 2025-02-21T08:30:27.666Z | [ host-image] Feb 21 08:30:26.269 INFO O| Feb 21 08:30:26.269 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9213 | 2025-02-21T08:30:27.691Z | [ host-image] Feb 21 08:30:26.296 INFO O| Feb 21 08:30:26.296 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
9214 | 2025-02-21T08:30:27.692Z | [ host-image] Feb 21 08:30:26.296 INFO O| Feb 21 08:30:26.296 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
9215 | 2025-02-21T08:30:27.692Z | [ host-image] Feb 21 08:30:26.296 INFO O| Feb 21 08:30:26.296 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
9216 | 2025-02-21T08:30:27.694Z | [ host-image] Feb 21 08:30:26.297 INFO O| Feb 21 08:30:26.296 INFO ok! |
9217 | 2025-02-21T08:30:27.694Z | [ host-image] Feb 21 08:30:26.297 INFO O| Feb 21 08:30:26.296 INFO STEP 29 (ensure_file) COMPLETE |
9218 | 2025-02-21T08:30:27.694Z | [ host-image] Feb 21 08:30:26.297 INFO O| Feb 21 08:30:26.296 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9219 | 2025-02-21T08:30:27.729Z | [ host-image] Feb 21 08:30:26.334 INFO O| Feb 21 08:30:26.334 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
9220 | 2025-02-21T08:30:27.729Z | [ host-image] Feb 21 08:30:26.334 INFO O| Feb 21 08:30:26.334 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
9221 | 2025-02-21T08:30:27.729Z | [ host-image] Feb 21 08:30:26.335 INFO O| Feb 21 08:30:26.334 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
9222 | 2025-02-21T08:30:27.732Z | [ host-image] Feb 21 08:30:26.335 INFO O| Feb 21 08:30:26.335 INFO ok! |
9223 | 2025-02-21T08:30:27.732Z | [ host-image] Feb 21 08:30:26.335 INFO O| Feb 21 08:30:26.335 INFO STEP 30 (ensure_file) COMPLETE |
9224 | 2025-02-21T08:30:27.732Z | [ host-image] Feb 21 08:30:26.335 INFO O| Feb 21 08:30:26.335 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9225 | 2025-02-21T08:30:27.769Z | [ host-image] Feb 21 08:30:26.373 INFO O| Feb 21 08:30:26.373 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
9226 | 2025-02-21T08:30:27.769Z | [ host-image] Feb 21 08:30:26.373 INFO O| Feb 21 08:30:26.373 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
9227 | 2025-02-21T08:30:27.769Z | [ host-image] Feb 21 08:30:26.374 INFO O| Feb 21 08:30:26.374 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9228 | 2025-02-21T08:30:27.772Z | [ host-image] Feb 21 08:30:26.374 INFO O| Feb 21 08:30:26.374 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9229 | 2025-02-21T08:30:27.772Z | [ host-image] Feb 21 08:30:26.374 INFO O| Feb 21 08:30:26.374 INFO ok! |
9230 | 2025-02-21T08:30:27.772Z | [ host-image] Feb 21 08:30:26.374 INFO O| Feb 21 08:30:26.374 INFO STEP 31 (ensure_file) COMPLETE |
9231 | 2025-02-21T08:30:27.772Z | [ host-image] Feb 21 08:30:26.374 INFO O| Feb 21 08:30:26.374 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9232 | 2025-02-21T08:30:27.902Z | [ host-image] Feb 21 08:30:26.506 INFO O| Feb 21 08:30:26.506 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
9233 | 2025-02-21T08:30:27.905Z | [ host-image] Feb 21 08:30:26.507 INFO O| Feb 21 08:30:26.507 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
9234 | 2025-02-21T08:30:27.905Z | [ host-image] Feb 21 08:30:26.507 INFO O| Feb 21 08:30:26.507 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
9235 | 2025-02-21T08:30:27.905Z | [ host-image] Feb 21 08:30:26.507 INFO O| Feb 21 08:30:26.507 INFO ok! |
9236 | 2025-02-21T08:30:27.905Z | [ host-image] Feb 21 08:30:26.507 INFO O| Feb 21 08:30:26.507 INFO STEP 32 (ensure_file) COMPLETE |
9237 | 2025-02-21T08:30:27.905Z | [ host-image] Feb 21 08:30:26.507 INFO O| Feb 21 08:30:26.507 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9238 | 2025-02-21T08:30:27.952Z | [ host-image] Feb 21 08:30:26.556 INFO O| Feb 21 08:30:26.556 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
9239 | 2025-02-21T08:30:27.955Z | [ host-image] Feb 21 08:30:26.557 INFO O| Feb 21 08:30:26.556 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
9240 | 2025-02-21T08:30:27.955Z | [ host-image] Feb 21 08:30:26.557 INFO O| Feb 21 08:30:26.557 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
9241 | 2025-02-21T08:30:27.955Z | [ host-image] Feb 21 08:30:26.557 INFO O| Feb 21 08:30:26.557 INFO ok! |
9242 | 2025-02-21T08:30:27.955Z | [ host-image] Feb 21 08:30:26.557 INFO O| Feb 21 08:30:26.557 INFO STEP 33 (ensure_file) COMPLETE |
9243 | 2025-02-21T08:30:27.955Z | [ host-image] Feb 21 08:30:26.557 INFO O| Feb 21 08:30:26.557 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9244 | 2025-02-21T08:30:27.976Z | [ host-image] Feb 21 08:30:26.579 INFO O| Feb 21 08:30:26.579 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
9245 | 2025-02-21T08:30:27.979Z | [ host-image] Feb 21 08:30:26.579 INFO O| Feb 21 08:30:26.579 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
9246 | 2025-02-21T08:30:27.979Z | [ host-image] Feb 21 08:30:26.580 INFO O| Feb 21 08:30:26.580 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9247 | 2025-02-21T08:30:27.979Z | [ host-image] Feb 21 08:30:26.580 INFO O| Feb 21 08:30:26.580 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9248 | 2025-02-21T08:30:27.979Z | [ host-image] Feb 21 08:30:26.580 INFO O| Feb 21 08:30:26.580 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9249 | 2025-02-21T08:30:27.979Z | [ host-image] Feb 21 08:30:26.580 INFO O| Feb 21 08:30:26.580 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9250 | 2025-02-21T08:30:27.980Z | [ host-image] Feb 21 08:30:26.580 INFO O| Feb 21 08:30:26.580 INFO ok! |
9251 | 2025-02-21T08:30:27.980Z | [ host-image] Feb 21 08:30:26.580 INFO O| Feb 21 08:30:26.580 INFO STEP 34 (ensure_file) COMPLETE |
9252 | 2025-02-21T08:30:27.980Z | [ host-image] Feb 21 08:30:26.581 INFO O| Feb 21 08:30:26.580 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9253 | 2025-02-21T08:30:27.997Z | [ host-image] Feb 21 08:30:26.601 INFO O| Feb 21 08:30:26.601 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9254 | 2025-02-21T08:30:28.000Z | [ host-image] Feb 21 08:30:26.601 INFO O| Feb 21 08:30:26.601 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9255 | 2025-02-21T08:30:28.000Z | [ host-image] Feb 21 08:30:26.602 INFO O| Feb 21 08:30:26.601 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9256 | 2025-02-21T08:30:28.000Z | [ host-image] Feb 21 08:30:26.602 INFO O| Feb 21 08:30:26.602 INFO STEP 35 (ensure_dir) COMPLETE |
9257 | 2025-02-21T08:30:28.000Z | [ host-image] Feb 21 08:30:26.602 INFO O| Feb 21 08:30:26.602 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9258 | 2025-02-21T08:30:28.066Z | [ host-image] Feb 21 08:30:26.671 INFO O| Feb 21 08:30:26.671 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 |
9259 | 2025-02-21T08:30:28.067Z | [ host-image] Feb 21 08:30:26.671 INFO O| Feb 21 08:30:26.671 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 ... |
9260 | 2025-02-21T08:30:28.070Z | [ host-image] Feb 21 08:30:26.672 INFO O| Feb 21 08:30:26.672 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 |
9261 | 2025-02-21T08:30:28.070Z | [ host-image] Feb 21 08:30:26.672 INFO O| Feb 21 08:30:26.672 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 |
9262 | 2025-02-21T08:30:28.070Z | [ host-image] Feb 21 08:30:26.672 INFO O| Feb 21 08:30:26.672 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 |
9263 | 2025-02-21T08:30:28.070Z | [ host-image] Feb 21 08:30:26.672 INFO O| Feb 21 08:30:26.672 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 |
9264 | 2025-02-21T08:30:28.070Z | [ host-image] Feb 21 08:30:26.672 INFO O| Feb 21 08:30:26.672 INFO ok! |
9265 | 2025-02-21T08:30:28.070Z | [ host-image] Feb 21 08:30:26.672 INFO O| Feb 21 08:30:26.672 INFO STEP 36 (ensure_file) COMPLETE |
9266 | 2025-02-21T08:30:28.070Z | [ host-image] Feb 21 08:30:26.672 INFO O| Feb 21 08:30:26.672 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9267 | 2025-02-21T08:30:28.136Z | [ host-image] Feb 21 08:30:26.741 INFO O| Feb 21 08:30:26.741 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
9268 | 2025-02-21T08:30:28.136Z | [ host-image] Feb 21 08:30:26.741 INFO O| Feb 21 08:30:26.741 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 ... |
9269 | 2025-02-21T08:30:28.139Z | [ host-image] Feb 21 08:30:26.741 INFO O| Feb 21 08:30:26.741 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
9270 | 2025-02-21T08:30:28.139Z | [ host-image] Feb 21 08:30:26.741 INFO O| Feb 21 08:30:26.741 INFO ok! |
9271 | 2025-02-21T08:30:28.139Z | [ host-image] Feb 21 08:30:26.741 INFO O| Feb 21 08:30:26.741 INFO STEP 37 (ensure_symlink) COMPLETE |
9272 | 2025-02-21T08:30:28.139Z | [ host-image] Feb 21 08:30:26.741 INFO O| Feb 21 08:30:26.741 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9273 | 2025-02-21T08:30:28.215Z | [ host-image] Feb 21 08:30:26.820 INFO O| Feb 21 08:30:26.820 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
9274 | 2025-02-21T08:30:28.215Z | [ host-image] Feb 21 08:30:26.820 INFO O| Feb 21 08:30:26.820 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9275 | 2025-02-21T08:30:28.218Z | [ host-image] Feb 21 08:30:26.820 INFO O| Feb 21 08:30:26.820 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9276 | 2025-02-21T08:30:28.218Z | [ host-image] Feb 21 08:30:26.820 INFO O| Feb 21 08:30:26.820 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9277 | 2025-02-21T08:30:28.218Z | [ host-image] Feb 21 08:30:26.821 INFO O| Feb 21 08:30:26.820 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9278 | 2025-02-21T08:30:28.218Z | [ host-image] Feb 21 08:30:26.821 INFO O| Feb 21 08:30:26.821 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9279 | 2025-02-21T08:30:28.218Z | [ host-image] Feb 21 08:30:26.821 INFO O| Feb 21 08:30:26.821 INFO ok! |
9280 | 2025-02-21T08:30:28.218Z | [ host-image] Feb 21 08:30:26.821 INFO O| Feb 21 08:30:26.821 INFO STEP 38 (ensure_file) COMPLETE |
9281 | 2025-02-21T08:30:28.218Z | [ host-image] Feb 21 08:30:26.821 INFO O| Feb 21 08:30:26.821 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9282 | 2025-02-21T08:30:28.305Z | [ host-image] Feb 21 08:30:26.910 INFO O| Feb 21 08:30:26.910 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
9283 | 2025-02-21T08:30:28.305Z | [ host-image] Feb 21 08:30:26.910 INFO O| Feb 21 08:30:26.910 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 ... |
9284 | 2025-02-21T08:30:28.305Z | [ host-image] Feb 21 08:30:26.910 INFO O| Feb 21 08:30:26.910 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 |
9285 | 2025-02-21T08:30:28.308Z | [ host-image] Feb 21 08:30:26.910 INFO O| Feb 21 08:30:26.910 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9286 | 2025-02-21T08:30:28.308Z | [ host-image] Feb 21 08:30:26.910 INFO O| Feb 21 08:30:26.910 INFO ok! |
9287 | 2025-02-21T08:30:28.308Z | [ host-image] Feb 21 08:30:26.910 INFO O| Feb 21 08:30:26.910 INFO STEP 39 (ensure_file) COMPLETE |
9288 | 2025-02-21T08:30:28.308Z | [ host-image] Feb 21 08:30:26.910 INFO O| Feb 21 08:30:26.910 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9289 | 2025-02-21T08:30:28.410Z | [ host-image] Feb 21 08:30:27.015 INFO O| Feb 21 08:30:27.015 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
9290 | 2025-02-21T08:30:28.410Z | [ host-image] Feb 21 08:30:27.015 INFO O| Feb 21 08:30:27.015 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
9291 | 2025-02-21T08:30:28.413Z | [ host-image] Feb 21 08:30:27.016 INFO O| Feb 21 08:30:27.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
9292 | 2025-02-21T08:30:28.413Z | [ host-image] Feb 21 08:30:27.016 INFO O| Feb 21 08:30:27.016 INFO ok! |
9293 | 2025-02-21T08:30:28.413Z | [ host-image] Feb 21 08:30:27.016 INFO O| Feb 21 08:30:27.016 INFO STEP 40 (ensure_file) COMPLETE |
9294 | 2025-02-21T08:30:28.413Z | [ host-image] Feb 21 08:30:27.016 INFO O| Feb 21 08:30:27.016 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9295 | 2025-02-21T08:30:28.492Z | [ host-image] Feb 21 08:30:27.097 INFO O| Feb 21 08:30:27.097 INFO updating shadow file |
9296 | 2025-02-21T08:30:28.492Z | [ host-image] Feb 21 08:30:27.097 INFO O| Feb 21 08:30:27.097 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9297 | 2025-02-21T08:30:28.492Z | [ host-image] Feb 21 08:30:27.097 INFO O| Feb 21 08:30:27.097 INFO STEP 41 (shadow) COMPLETE |
9298 | 2025-02-21T08:30:28.496Z | [ host-image] Feb 21 08:30:27.097 INFO O| Feb 21 08:30:27.097 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9299 | 2025-02-21T08:30:28.539Z | [ host-image] Feb 21 08:30:27.144 INFO O| Feb 21 08:30:27.143 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
9300 | 2025-02-21T08:30:28.539Z | [ host-image] Feb 21 08:30:27.144 INFO O| Feb 21 08:30:27.144 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
9301 | 2025-02-21T08:30:28.542Z | [ host-image] Feb 21 08:30:27.144 INFO O| Feb 21 08:30:27.144 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9302 | 2025-02-21T08:30:28.542Z | [ host-image] Feb 21 08:30:27.144 INFO O| Feb 21 08:30:27.144 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9303 | 2025-02-21T08:30:28.542Z | [ host-image] Feb 21 08:30:27.144 INFO O| Feb 21 08:30:27.144 INFO ok! |
9304 | 2025-02-21T08:30:28.542Z | [ host-image] Feb 21 08:30:27.144 INFO O| Feb 21 08:30:27.144 INFO STEP 42 (ensure_file) COMPLETE |
9305 | 2025-02-21T08:30:28.543Z | [ host-image] Feb 21 08:30:27.144 INFO O| Feb 21 08:30:27.144 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9306 | 2025-02-21T08:30:28.543Z | [ host-image] Feb 21 08:30:27.144 INFO O| Feb 21 08:30:27.144 INFO skip step because feature "mfg" is not enabled |
9307 | 2025-02-21T08:30:28.543Z | [ host-image] Feb 21 08:30:27.144 INFO O| Feb 21 08:30:27.144 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9308 | 2025-02-21T08:30:28.543Z | [ host-image] Feb 21 08:30:27.144 INFO O| Feb 21 08:30:27.144 INFO skip step because feature "mfg" is not enabled |
9309 | 2025-02-21T08:30:28.543Z | [ host-image] Feb 21 08:30:27.144 INFO O| Feb 21 08:30:27.144 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9310 | 2025-02-21T08:30:28.560Z | [ host-image] Feb 21 08:30:27.164 INFO O| Feb 21 08:30:27.164 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
9311 | 2025-02-21T08:30:28.560Z | [ host-image] Feb 21 08:30:27.164 INFO O| Feb 21 08:30:27.164 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
9312 | 2025-02-21T08:30:29.485Z | [ host-image] Feb 21 08:30:28.090 INFO O| Feb 21 08:30:28.090 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9313 | 2025-02-21T08:30:29.486Z | [ host-image] Feb 21 08:30:28.090 INFO O| Feb 21 08:30:28.090 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9314 | 2025-02-21T08:30:29.489Z | [ host-image] Feb 21 08:30:28.090 INFO O| Feb 21 08:30:28.090 INFO ok! |
9315 | 2025-02-21T08:30:29.489Z | [ host-image] Feb 21 08:30:28.090 INFO O| Feb 21 08:30:28.090 INFO STEP 45 (ensure_file) COMPLETE |
9316 | 2025-02-21T08:30:29.489Z | [ host-image] Feb 21 08:30:28.090 INFO O| Feb 21 08:30:28.090 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9317 | 2025-02-21T08:30:29.536Z | [ host-image] Feb 21 08:30:28.141 INFO O| Feb 21 08:30:28.141 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
9318 | 2025-02-21T08:30:29.536Z | [ host-image] Feb 21 08:30:28.141 INFO O| Feb 21 08:30:28.141 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9319 | 2025-02-21T08:30:29.540Z | [ host-image] Feb 21 08:30:28.141 INFO O| Feb 21 08:30:28.141 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9320 | 2025-02-21T08:30:29.540Z | [ host-image] Feb 21 08:30:28.141 INFO O| Feb 21 08:30:28.141 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9321 | 2025-02-21T08:30:29.540Z | [ host-image] Feb 21 08:30:28.141 INFO O| Feb 21 08:30:28.141 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9322 | 2025-02-21T08:30:29.540Z | [ host-image] Feb 21 08:30:28.141 INFO O| Feb 21 08:30:28.141 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9323 | 2025-02-21T08:30:29.540Z | [ host-image] Feb 21 08:30:28.142 INFO O| Feb 21 08:30:28.141 INFO ok! |
9324 | 2025-02-21T08:30:29.540Z | [ host-image] Feb 21 08:30:28.142 INFO O| Feb 21 08:30:28.141 INFO STEP 46 (ensure_file) COMPLETE |
9325 | 2025-02-21T08:30:29.540Z | [ host-image] Feb 21 08:30:28.142 INFO O| Feb 21 08:30:28.142 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9326 | 2025-02-21T08:30:29.574Z | [ host-image] Feb 21 08:30:28.179 INFO O| Feb 21 08:30:28.179 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
9327 | 2025-02-21T08:30:29.574Z | [ host-image] Feb 21 08:30:28.179 INFO O| Feb 21 08:30:28.179 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 ... |
9328 | 2025-02-21T08:30:29.577Z | [ host-image] Feb 21 08:30:28.179 INFO O| Feb 21 08:30:28.179 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 |
9329 | 2025-02-21T08:30:29.577Z | [ host-image] Feb 21 08:30:28.179 INFO O| Feb 21 08:30:28.179 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9330 | 2025-02-21T08:30:29.578Z | [ host-image] Feb 21 08:30:28.179 INFO O| Feb 21 08:30:28.179 INFO ok! |
9331 | 2025-02-21T08:30:29.578Z | [ host-image] Feb 21 08:30:28.179 INFO O| Feb 21 08:30:28.179 INFO STEP 47 (ensure_file) COMPLETE |
9332 | 2025-02-21T08:30:29.578Z | [ host-image] Feb 21 08:30:28.179 INFO O| Feb 21 08:30:28.179 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9333 | 2025-02-21T08:30:29.625Z | [ host-image] Feb 21 08:30:28.229 INFO O| Feb 21 08:30:28.229 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
9334 | 2025-02-21T08:30:29.625Z | [ host-image] Feb 21 08:30:28.229 INFO O| Feb 21 08:30:28.229 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
9335 | 2025-02-21T08:30:29.628Z | [ host-image] Feb 21 08:30:28.230 INFO O| Feb 21 08:30:28.229 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9336 | 2025-02-21T08:30:29.628Z | [ host-image] Feb 21 08:30:28.230 INFO O| Feb 21 08:30:28.230 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9337 | 2025-02-21T08:30:29.628Z | [ host-image] Feb 21 08:30:28.230 INFO O| Feb 21 08:30:28.230 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9338 | 2025-02-21T08:30:29.628Z | [ host-image] Feb 21 08:30:28.230 INFO O| Feb 21 08:30:28.230 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9339 | 2025-02-21T08:30:29.628Z | [ host-image] Feb 21 08:30:28.230 INFO O| Feb 21 08:30:28.230 INFO ok! |
9340 | 2025-02-21T08:30:29.629Z | [ host-image] Feb 21 08:30:28.230 INFO O| Feb 21 08:30:28.230 INFO STEP 48 (ensure_file) COMPLETE |
9341 | 2025-02-21T08:30:29.629Z | [ host-image] Feb 21 08:30:28.230 INFO O| Feb 21 08:30:28.230 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9342 | 2025-02-21T08:30:29.689Z | [ host-image] Feb 21 08:30:28.294 INFO O| Feb 21 08:30:28.293 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
9343 | 2025-02-21T08:30:29.689Z | [ host-image] Feb 21 08:30:28.294 INFO O| Feb 21 08:30:28.293 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 ... |
9344 | 2025-02-21T08:30:29.692Z | [ host-image] Feb 21 08:30:28.294 INFO O| Feb 21 08:30:28.294 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
9345 | 2025-02-21T08:30:29.692Z | [ host-image] Feb 21 08:30:28.294 INFO O| Feb 21 08:30:28.294 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
9346 | 2025-02-21T08:30:29.692Z | [ host-image] Feb 21 08:30:28.294 INFO O| Feb 21 08:30:28.294 INFO ok! |
9347 | 2025-02-21T08:30:29.692Z | [ host-image] Feb 21 08:30:28.294 INFO O| Feb 21 08:30:28.294 INFO STEP 49 (ensure_file) COMPLETE |
9348 | 2025-02-21T08:30:29.692Z | [ host-image] Feb 21 08:30:28.294 INFO O| Feb 21 08:30:28.294 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9349 | 2025-02-21T08:30:29.800Z | [ host-image] Feb 21 08:30:28.404 INFO O| Feb 21 08:30:28.404 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
9350 | 2025-02-21T08:30:29.800Z | [ host-image] Feb 21 08:30:28.405 INFO O| Feb 21 08:30:28.404 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
9351 | 2025-02-21T08:30:29.820Z | [ host-image] Feb 21 08:30:28.425 INFO O| Feb 21 08:30:28.425 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9352 | 2025-02-21T08:30:29.820Z | [ host-image] Feb 21 08:30:28.425 INFO O| Feb 21 08:30:28.425 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9353 | 2025-02-21T08:30:29.824Z | [ host-image] Feb 21 08:30:28.425 INFO O| Feb 21 08:30:28.425 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9354 | 2025-02-21T08:30:29.825Z | [ host-image] Feb 21 08:30:28.425 INFO O| Feb 21 08:30:28.425 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9355 | 2025-02-21T08:30:29.825Z | [ host-image] Feb 21 08:30:28.425 INFO O| Feb 21 08:30:28.425 INFO ok! |
9356 | 2025-02-21T08:30:29.825Z | [ host-image] Feb 21 08:30:28.425 INFO O| Feb 21 08:30:28.425 INFO STEP 50 (ensure_file) COMPLETE |
9357 | 2025-02-21T08:30:29.825Z | [ host-image] Feb 21 08:30:28.425 INFO O| Feb 21 08:30:28.425 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9358 | 2025-02-21T08:30:29.912Z | [ host-image] Feb 21 08:30:28.516 INFO O| Feb 21 08:30:28.516 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
9359 | 2025-02-21T08:30:29.912Z | [ host-image] Feb 21 08:30:28.516 INFO O| Feb 21 08:30:28.516 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 ... |
9360 | 2025-02-21T08:30:29.914Z | [ host-image] Feb 21 08:30:28.517 INFO O| Feb 21 08:30:28.517 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 |
9361 | 2025-02-21T08:30:29.915Z | [ host-image] Feb 21 08:30:28.517 INFO O| Feb 21 08:30:28.517 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
9362 | 2025-02-21T08:30:29.915Z | [ host-image] Feb 21 08:30:28.517 INFO O| Feb 21 08:30:28.517 INFO ok! |
9363 | 2025-02-21T08:30:29.915Z | [ host-image] Feb 21 08:30:28.517 INFO O| Feb 21 08:30:28.517 INFO STEP 51 (ensure_file) COMPLETE |
9364 | 2025-02-21T08:30:29.915Z | [ host-image] Feb 21 08:30:28.517 INFO O| Feb 21 08:30:28.517 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9365 | 2025-02-21T08:30:30.010Z | [ host-image] Feb 21 08:30:28.614 INFO O| Feb 21 08:30:28.614 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
9366 | 2025-02-21T08:30:30.010Z | [ host-image] Feb 21 08:30:28.614 INFO O| Feb 21 08:30:28.614 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 ... |
9367 | 2025-02-21T08:30:30.013Z | [ host-image] Feb 21 08:30:28.615 INFO O| Feb 21 08:30:28.615 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 |
9368 | 2025-02-21T08:30:30.013Z | [ host-image] Feb 21 08:30:28.615 INFO O| Feb 21 08:30:28.615 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9369 | 2025-02-21T08:30:30.013Z | [ host-image] Feb 21 08:30:28.615 INFO O| Feb 21 08:30:28.615 INFO ok! |
9370 | 2025-02-21T08:30:30.013Z | [ host-image] Feb 21 08:30:28.615 INFO O| Feb 21 08:30:28.615 INFO STEP 52 (ensure_file) COMPLETE |
9371 | 2025-02-21T08:30:30.013Z | [ host-image] Feb 21 08:30:28.615 INFO O| Feb 21 08:30:28.615 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9372 | 2025-02-21T08:30:30.223Z | [ host-image] Feb 21 08:30:28.827 INFO O| Feb 21 08:30:28.827 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
9373 | 2025-02-21T08:30:30.223Z | [ host-image] Feb 21 08:30:28.827 INFO O| Feb 21 08:30:28.827 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 ... |
9374 | 2025-02-21T08:30:30.223Z | [ host-image] Feb 21 08:30:28.828 INFO O| Feb 21 08:30:28.828 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 |
9375 | 2025-02-21T08:30:30.226Z | [ host-image] Feb 21 08:30:28.828 INFO O| Feb 21 08:30:28.828 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9376 | 2025-02-21T08:30:30.226Z | [ host-image] Feb 21 08:30:28.828 INFO O| Feb 21 08:30:28.828 INFO ok! |
9377 | 2025-02-21T08:30:30.226Z | [ host-image] Feb 21 08:30:28.828 INFO O| Feb 21 08:30:28.828 INFO STEP 53 (ensure_file) COMPLETE |
9378 | 2025-02-21T08:30:30.227Z | [ host-image] Feb 21 08:30:28.828 INFO O| Feb 21 08:30:28.828 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9379 | 2025-02-21T08:30:30.355Z | [ host-image] Feb 21 08:30:28.958 INFO O| Feb 21 08:30:28.958 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
9380 | 2025-02-21T08:30:30.355Z | [ host-image] Feb 21 08:30:28.959 INFO O| Feb 21 08:30:28.958 INFO STEP 54 (ensure_dir) COMPLETE |
9381 | 2025-02-21T08:30:30.355Z | [ host-image] Feb 21 08:30:28.959 INFO O| Feb 21 08:30:28.958 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9382 | 2025-02-21T08:30:30.515Z | [ host-image] Feb 21 08:30:29.119 INFO O| Feb 21 08:30:29.119 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9383 | 2025-02-21T08:30:30.517Z | [ host-image] Feb 21 08:30:29.119 INFO O| Feb 21 08:30:29.119 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9384 | 2025-02-21T08:30:30.517Z | [ host-image] Feb 21 08:30:29.119 INFO O| Feb 21 08:30:29.119 INFO STEP 55 (ensure_dir) COMPLETE |
9385 | 2025-02-21T08:30:30.517Z | [ host-image] Feb 21 08:30:29.119 INFO O| Feb 21 08:30:29.119 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9386 | 2025-02-21T08:30:30.556Z | [ host-image] Feb 21 08:30:29.161 INFO O| Feb 21 08:30:29.161 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9387 | 2025-02-21T08:30:30.556Z | [ host-image] Feb 21 08:30:29.161 INFO O| Feb 21 08:30:29.161 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9388 | 2025-02-21T08:30:30.559Z | [ host-image] Feb 21 08:30:29.161 INFO O| Feb 21 08:30:29.161 INFO STEP 56 (ensure_dir) COMPLETE |
9389 | 2025-02-21T08:30:30.559Z | [ host-image] Feb 21 08:30:29.161 INFO O| Feb 21 08:30:29.161 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9390 | 2025-02-21T08:30:30.574Z | [ host-image] Feb 21 08:30:29.179 INFO O| Feb 21 08:30:29.179 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
9391 | 2025-02-21T08:30:30.575Z | [ host-image] Feb 21 08:30:29.179 INFO O| Feb 21 08:30:29.179 INFO copying /tmp/.tmpDANt3T/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
9392 | 2025-02-21T08:30:30.647Z | [ host-image] Feb 21 08:30:29.252 INFO O| Feb 21 08:30:29.252 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
9393 | 2025-02-21T08:30:30.647Z | [ host-image] Feb 21 08:30:29.252 INFO O| Feb 21 08:30:29.252 INFO ok! |
9394 | 2025-02-21T08:30:30.650Z | [ host-image] Feb 21 08:30:29.252 INFO O| Feb 21 08:30:29.252 INFO STEP 57 (ensure_file) COMPLETE |
9395 | 2025-02-21T08:30:30.650Z | [ host-image] Feb 21 08:30:29.252 INFO O| Feb 21 08:30:29.252 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9396 | 2025-02-21T08:30:30.703Z | [ host-image] Feb 21 08:30:29.308 INFO O| Feb 21 08:30:29.308 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
9397 | 2025-02-21T08:30:30.704Z | [ host-image] Feb 21 08:30:29.308 INFO O| Feb 21 08:30:29.308 INFO copying /tmp/.tmpDANt3T/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
9398 | 2025-02-21T08:30:32.282Z | [ host-image] Feb 21 08:30:30.886 INFO O| Feb 21 08:30:30.886 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
9399 | 2025-02-21T08:30:32.282Z | [ host-image] Feb 21 08:30:30.887 INFO O| Feb 21 08:30:30.887 INFO ok! |
9400 | 2025-02-21T08:30:32.283Z | [ host-image] Feb 21 08:30:30.887 INFO O| Feb 21 08:30:30.887 INFO STEP 58 (ensure_file) COMPLETE |
9401 | 2025-02-21T08:30:32.285Z | [ host-image] Feb 21 08:30:30.887 INFO O| Feb 21 08:30:30.887 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9402 | 2025-02-21T08:30:32.304Z | [ host-image] Feb 21 08:30:30.908 INFO O| Feb 21 08:30:30.908 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9403 | 2025-02-21T08:30:32.307Z | [ host-image] Feb 21 08:30:30.909 INFO O| Feb 21 08:30:30.908 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9404 | 2025-02-21T08:30:32.307Z | [ host-image] Feb 21 08:30:30.909 INFO O| Feb 21 08:30:30.909 INFO STEP 59 (ensure_dir) COMPLETE |
9405 | 2025-02-21T08:30:32.307Z | [ host-image] Feb 21 08:30:30.909 INFO O| Feb 21 08:30:30.909 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9406 | 2025-02-21T08:30:32.339Z | [ host-image] Feb 21 08:30:30.943 INFO O| Feb 21 08:30:30.943 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
9407 | 2025-02-21T08:30:32.339Z | [ host-image] Feb 21 08:30:30.943 INFO O| Feb 21 08:30:30.943 INFO copying /tmp/.tmpDANt3T/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 ... |
9408 | 2025-02-21T08:30:32.342Z | [ host-image] Feb 21 08:30:30.944 INFO O| Feb 21 08:30:30.943 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
9409 | 2025-02-21T08:30:32.342Z | [ host-image] Feb 21 08:30:30.944 INFO O| Feb 21 08:30:30.944 INFO ok! |
9410 | 2025-02-21T08:30:32.342Z | [ host-image] Feb 21 08:30:30.944 INFO O| Feb 21 08:30:30.944 INFO STEP 60 (ensure_file) COMPLETE |
9411 | 2025-02-21T08:30:32.342Z | [ host-image] Feb 21 08:30:30.944 INFO O| Feb 21 08:30:30.944 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9412 | 2025-02-21T08:30:32.359Z | [ host-image] Feb 21 08:30:30.963 INFO O| Feb 21 08:30:30.963 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
9413 | 2025-02-21T08:30:32.359Z | [ host-image] Feb 21 08:30:30.963 INFO O| Feb 21 08:30:30.963 INFO copying /tmp/.tmpDANt3T/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 ... |
9414 | 2025-02-21T08:30:32.361Z | [ host-image] Feb 21 08:30:30.964 INFO O| Feb 21 08:30:30.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
9415 | 2025-02-21T08:30:32.362Z | [ host-image] Feb 21 08:30:30.964 INFO O| Feb 21 08:30:30.964 INFO ok! |
9416 | 2025-02-21T08:30:32.362Z | [ host-image] Feb 21 08:30:30.964 INFO O| Feb 21 08:30:30.964 INFO STEP 61 (ensure_file) COMPLETE |
9417 | 2025-02-21T08:30:32.362Z | [ host-image] Feb 21 08:30:30.964 INFO O| Feb 21 08:30:30.964 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9418 | 2025-02-21T08:30:32.379Z | [ host-image] Feb 21 08:30:30.983 INFO O| Feb 21 08:30:30.983 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9419 | 2025-02-21T08:30:32.379Z | [ host-image] Feb 21 08:30:30.984 INFO O| Feb 21 08:30:30.983 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9420 | 2025-02-21T08:30:32.382Z | [ host-image] Feb 21 08:30:30.984 INFO O| Feb 21 08:30:30.984 INFO STEP 62 (ensure_dir) COMPLETE |
9421 | 2025-02-21T08:30:32.382Z | [ host-image] Feb 21 08:30:30.984 INFO O| Feb 21 08:30:30.984 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9422 | 2025-02-21T08:30:32.438Z | [ host-image] Feb 21 08:30:31.043 INFO O| Feb 21 08:30:31.043 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9423 | 2025-02-21T08:30:32.438Z | [ host-image] Feb 21 08:30:31.043 INFO O| Feb 21 08:30:31.043 INFO copying /tmp/.tmpDANt3T/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 ... |
9424 | 2025-02-21T08:30:32.442Z | [ host-image] Feb 21 08:30:31.043 INFO O| Feb 21 08:30:31.043 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9425 | 2025-02-21T08:30:32.442Z | [ host-image] Feb 21 08:30:31.043 INFO O| Feb 21 08:30:31.043 INFO ok! |
9426 | 2025-02-21T08:30:32.442Z | [ host-image] Feb 21 08:30:31.043 INFO O| Feb 21 08:30:31.043 INFO STEP 63 (ensure_file) COMPLETE |
9427 | 2025-02-21T08:30:32.442Z | [ host-image] Feb 21 08:30:31.043 INFO O| Feb 21 08:30:31.043 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9428 | 2025-02-21T08:30:32.498Z | [ host-image] Feb 21 08:30:31.103 INFO O| Feb 21 08:30:31.103 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9429 | 2025-02-21T08:30:32.498Z | [ host-image] Feb 21 08:30:31.103 INFO O| Feb 21 08:30:31.103 INFO copying /tmp/.tmpDANt3T/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 ... |
9430 | 2025-02-21T08:30:32.501Z | [ host-image] Feb 21 08:30:31.103 INFO O| Feb 21 08:30:31.103 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9431 | 2025-02-21T08:30:32.501Z | [ host-image] Feb 21 08:30:31.103 INFO O| Feb 21 08:30:31.103 INFO ok! |
9432 | 2025-02-21T08:30:32.501Z | [ host-image] Feb 21 08:30:31.103 INFO O| Feb 21 08:30:31.103 INFO STEP 64 (ensure_file) COMPLETE |
9433 | 2025-02-21T08:30:32.501Z | [ host-image] Feb 21 08:30:31.103 INFO O| Feb 21 08:30:31.103 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9434 | 2025-02-21T08:30:32.516Z | [ host-image] Feb 21 08:30:31.121 INFO O| Feb 21 08:30:31.121 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9435 | 2025-02-21T08:30:32.516Z | [ host-image] Feb 21 08:30:31.121 INFO O| Feb 21 08:30:31.121 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9436 | 2025-02-21T08:30:32.520Z | [ host-image] Feb 21 08:30:31.121 INFO O| Feb 21 08:30:31.121 INFO STEP 65 (ensure_dir) COMPLETE |
9437 | 2025-02-21T08:30:32.520Z | [ host-image] Feb 21 08:30:31.121 INFO O| Feb 21 08:30:31.121 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9438 | 2025-02-21T08:30:32.537Z | [ host-image] Feb 21 08:30:31.142 INFO O| Feb 21 08:30:31.142 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9439 | 2025-02-21T08:30:32.537Z | [ host-image] Feb 21 08:30:31.142 INFO O| Feb 21 08:30:31.142 INFO copying /tmp/.tmpDANt3T/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 ... |
9440 | 2025-02-21T08:30:32.540Z | [ host-image] Feb 21 08:30:31.142 INFO O| Feb 21 08:30:31.142 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9441 | 2025-02-21T08:30:32.540Z | [ host-image] Feb 21 08:30:31.142 INFO O| Feb 21 08:30:31.142 INFO ok! |
9442 | 2025-02-21T08:30:32.540Z | [ host-image] Feb 21 08:30:31.142 INFO O| Feb 21 08:30:31.142 INFO STEP 66 (ensure_file) COMPLETE |
9443 | 2025-02-21T08:30:32.540Z | [ host-image] Feb 21 08:30:31.142 INFO O| Feb 21 08:30:31.142 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9444 | 2025-02-21T08:30:32.576Z | [ host-image] Feb 21 08:30:31.181 INFO O| Feb 21 08:30:31.181 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9445 | 2025-02-21T08:30:32.576Z | [ host-image] Feb 21 08:30:31.181 INFO O| Feb 21 08:30:31.181 INFO copying /tmp/.tmpDANt3T/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9446 | 2025-02-21T08:30:32.579Z | [ host-image] Feb 21 08:30:31.181 INFO O| Feb 21 08:30:31.181 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9447 | 2025-02-21T08:30:32.579Z | [ host-image] Feb 21 08:30:31.181 INFO O| Feb 21 08:30:31.181 INFO ok! |
9448 | 2025-02-21T08:30:32.579Z | [ host-image] Feb 21 08:30:31.181 INFO O| Feb 21 08:30:31.181 INFO STEP 67 (ensure_file) COMPLETE |
9449 | 2025-02-21T08:30:32.579Z | [ host-image] Feb 21 08:30:31.181 INFO O| Feb 21 08:30:31.181 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9450 | 2025-02-21T08:30:32.610Z | [ host-image] Feb 21 08:30:31.215 INFO O| Feb 21 08:30:31.215 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9451 | 2025-02-21T08:30:32.610Z | [ host-image] Feb 21 08:30:31.215 INFO O| Feb 21 08:30:31.215 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9452 | 2025-02-21T08:30:32.610Z | [ host-image] Feb 21 08:30:31.215 INFO O| Feb 21 08:30:31.215 INFO STEP 68 (ensure_dir) COMPLETE |
9453 | 2025-02-21T08:30:32.613Z | [ host-image] Feb 21 08:30:31.215 INFO O| Feb 21 08:30:31.215 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9454 | 2025-02-21T08:30:32.632Z | [ host-image] Feb 21 08:30:31.234 INFO O| Feb 21 08:30:31.234 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9455 | 2025-02-21T08:30:32.632Z | [ host-image] Feb 21 08:30:31.234 INFO O| Feb 21 08:30:31.234 INFO copying /tmp/.tmpDANt3T/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9456 | 2025-02-21T08:30:34.135Z | [ host-image] Feb 21 08:30:32.740 INFO O| Feb 21 08:30:32.739 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9457 | 2025-02-21T08:30:34.135Z | [ host-image] Feb 21 08:30:32.740 INFO O| Feb 21 08:30:32.740 INFO ok! |
9458 | 2025-02-21T08:30:34.140Z | [ host-image] Feb 21 08:30:32.740 INFO O| Feb 21 08:30:32.740 INFO STEP 69 (ensure_file) COMPLETE |
9459 | 2025-02-21T08:30:34.140Z | [ host-image] Feb 21 08:30:32.740 INFO O| Feb 21 08:30:32.740 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9460 | 2025-02-21T08:30:34.156Z | [ host-image] Feb 21 08:30:32.761 INFO O| Feb 21 08:30:32.761 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9461 | 2025-02-21T08:30:34.156Z | [ host-image] Feb 21 08:30:32.761 INFO O| Feb 21 08:30:32.761 INFO copying /tmp/.tmpDANt3T/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9462 | 2025-02-21T08:30:36.599Z | [ host-image] Feb 21 08:30:35.203 INFO O| Feb 21 08:30:35.203 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9463 | 2025-02-21T08:30:36.599Z | [ host-image] Feb 21 08:30:35.203 INFO O| Feb 21 08:30:35.203 INFO ok! |
9464 | 2025-02-21T08:30:36.599Z | [ host-image] Feb 21 08:30:35.203 INFO O| Feb 21 08:30:35.203 INFO STEP 70 (ensure_file) COMPLETE |
9465 | 2025-02-21T08:30:36.599Z | [ host-image] Feb 21 08:30:35.203 INFO O| Feb 21 08:30:35.203 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9466 | 2025-02-21T08:30:36.617Z | [ host-image] Feb 21 08:30:35.222 INFO O| Feb 21 08:30:35.222 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9467 | 2025-02-21T08:30:36.617Z | [ host-image] Feb 21 08:30:35.222 INFO O| Feb 21 08:30:35.222 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9468 | 2025-02-21T08:30:36.617Z | [ host-image] Feb 21 08:30:35.222 INFO O| Feb 21 08:30:35.222 INFO STEP 71 (ensure_dir) COMPLETE |
9469 | 2025-02-21T08:30:36.620Z | [ host-image] Feb 21 08:30:35.222 INFO O| Feb 21 08:30:35.222 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9470 | 2025-02-21T08:30:36.638Z | [ host-image] Feb 21 08:30:35.240 INFO O| Feb 21 08:30:35.240 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9471 | 2025-02-21T08:30:36.638Z | [ host-image] Feb 21 08:30:35.240 INFO O| Feb 21 08:30:35.240 INFO copying /tmp/.tmpDANt3T/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 ... |
9472 | 2025-02-21T08:30:36.638Z | [ host-image] Feb 21 08:30:35.240 INFO O| Feb 21 08:30:35.240 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9473 | 2025-02-21T08:30:36.638Z | [ host-image] Feb 21 08:30:35.240 INFO O| Feb 21 08:30:35.240 INFO ok! |
9474 | 2025-02-21T08:30:36.640Z | [ host-image] Feb 21 08:30:35.240 INFO O| Feb 21 08:30:35.240 INFO STEP 72 (ensure_file) COMPLETE |
9475 | 2025-02-21T08:30:36.641Z | [ host-image] Feb 21 08:30:35.240 INFO O| Feb 21 08:30:35.240 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9476 | 2025-02-21T08:30:36.676Z | [ host-image] Feb 21 08:30:35.278 INFO O| Feb 21 08:30:35.278 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9477 | 2025-02-21T08:30:36.676Z | [ host-image] Feb 21 08:30:35.278 INFO O| Feb 21 08:30:35.278 INFO copying /tmp/.tmpDANt3T/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 ... |
9478 | 2025-02-21T08:30:36.679Z | [ host-image] Feb 21 08:30:35.279 INFO O| Feb 21 08:30:35.279 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9479 | 2025-02-21T08:30:36.679Z | [ host-image] Feb 21 08:30:35.279 INFO O| Feb 21 08:30:35.279 INFO ok! |
9480 | 2025-02-21T08:30:36.679Z | [ host-image] Feb 21 08:30:35.279 INFO O| Feb 21 08:30:35.279 INFO STEP 73 (ensure_file) COMPLETE |
9481 | 2025-02-21T08:30:36.679Z | [ host-image] Feb 21 08:30:35.279 INFO O| Feb 21 08:30:35.279 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9482 | 2025-02-21T08:30:36.741Z | [ host-image] Feb 21 08:30:35.346 INFO O| Feb 21 08:30:35.346 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9483 | 2025-02-21T08:30:36.741Z | [ host-image] Feb 21 08:30:35.346 INFO O| Feb 21 08:30:35.346 INFO copying /tmp/.tmpDANt3T/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9484 | 2025-02-21T08:30:36.745Z | [ host-image] Feb 21 08:30:35.346 INFO O| Feb 21 08:30:35.346 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9485 | 2025-02-21T08:30:36.745Z | [ host-image] Feb 21 08:30:35.346 INFO O| Feb 21 08:30:35.346 INFO ok! |
9486 | 2025-02-21T08:30:36.745Z | [ host-image] Feb 21 08:30:35.346 INFO O| Feb 21 08:30:35.346 INFO STEP 74 (ensure_file) COMPLETE |
9487 | 2025-02-21T08:30:36.745Z | [ host-image] Feb 21 08:30:35.347 INFO O| Feb 21 08:30:35.347 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9488 | 2025-02-21T08:30:36.762Z | [ host-image] Feb 21 08:30:35.367 INFO O| Feb 21 08:30:35.366 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9489 | 2025-02-21T08:30:36.764Z | [ host-image] Feb 21 08:30:35.367 INFO O| Feb 21 08:30:35.367 INFO copying /tmp/.tmpDANt3T/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9490 | 2025-02-21T08:30:36.765Z | [ host-image] Feb 21 08:30:35.367 INFO O| Feb 21 08:30:35.367 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9491 | 2025-02-21T08:30:36.765Z | [ host-image] Feb 21 08:30:35.367 INFO O| Feb 21 08:30:35.367 INFO ok! |
9492 | 2025-02-21T08:30:36.765Z | [ host-image] Feb 21 08:30:35.367 INFO O| Feb 21 08:30:35.367 INFO STEP 75 (ensure_file) COMPLETE |
9493 | 2025-02-21T08:30:36.765Z | [ host-image] Feb 21 08:30:35.367 INFO O| Feb 21 08:30:35.367 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9494 | 2025-02-21T08:30:36.784Z | [ host-image] Feb 21 08:30:35.389 INFO O| Feb 21 08:30:35.389 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9495 | 2025-02-21T08:30:36.784Z | [ host-image] Feb 21 08:30:35.389 INFO O| Feb 21 08:30:35.389 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9496 | 2025-02-21T08:30:36.787Z | [ host-image] Feb 21 08:30:35.389 INFO O| Feb 21 08:30:35.389 INFO STEP 76 (ensure_dir) COMPLETE |
9497 | 2025-02-21T08:30:36.787Z | [ host-image] Feb 21 08:30:35.389 INFO O| Feb 21 08:30:35.389 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9498 | 2025-02-21T08:30:36.822Z | [ host-image] Feb 21 08:30:35.427 INFO O| Feb 21 08:30:35.426 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9499 | 2025-02-21T08:30:36.822Z | [ host-image] Feb 21 08:30:35.427 INFO O| Feb 21 08:30:35.427 INFO copying /tmp/.tmpDANt3T/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9500 | 2025-02-21T08:30:36.826Z | [ host-image] Feb 21 08:30:35.431 INFO O| Feb 21 08:30:35.431 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9501 | 2025-02-21T08:30:36.826Z | [ host-image] Feb 21 08:30:35.431 INFO O| Feb 21 08:30:35.431 INFO ok! |
9502 | 2025-02-21T08:30:36.826Z | [ host-image] Feb 21 08:30:35.431 INFO O| Feb 21 08:30:35.431 INFO STEP 77 (ensure_file) COMPLETE |
9503 | 2025-02-21T08:30:36.826Z | [ host-image] Feb 21 08:30:35.431 INFO O| Feb 21 08:30:35.431 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9504 | 2025-02-21T08:30:36.846Z | [ host-image] Feb 21 08:30:35.451 INFO O| Feb 21 08:30:35.451 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9505 | 2025-02-21T08:30:36.846Z | [ host-image] Feb 21 08:30:35.451 INFO O| Feb 21 08:30:35.451 INFO copying /tmp/.tmpDANt3T/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9506 | 2025-02-21T08:30:36.846Z | [ host-image] Feb 21 08:30:35.451 INFO O| Feb 21 08:30:35.451 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9507 | 2025-02-21T08:30:36.849Z | [ host-image] Feb 21 08:30:35.451 INFO O| Feb 21 08:30:35.451 INFO ok! |
9508 | 2025-02-21T08:30:36.849Z | [ host-image] Feb 21 08:30:35.451 INFO O| Feb 21 08:30:35.451 INFO STEP 78 (ensure_file) COMPLETE |
9509 | 2025-02-21T08:30:36.849Z | [ host-image] Feb 21 08:30:35.451 INFO O| Feb 21 08:30:35.451 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9510 | 2025-02-21T08:30:36.890Z | [ host-image] Feb 21 08:30:35.494 INFO O| Feb 21 08:30:35.494 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9511 | 2025-02-21T08:30:36.890Z | [ host-image] Feb 21 08:30:35.494 INFO O| Feb 21 08:30:35.494 INFO copying /tmp/.tmpDANt3T/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9512 | 2025-02-21T08:30:39.047Z | [ host-image] Feb 21 08:30:37.652 INFO O| Feb 21 08:30:37.652 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9513 | 2025-02-21T08:30:39.047Z | [ host-image] Feb 21 08:30:37.652 INFO O| Feb 21 08:30:37.652 INFO ok! |
9514 | 2025-02-21T08:30:39.050Z | [ host-image] Feb 21 08:30:37.652 INFO O| Feb 21 08:30:37.652 INFO STEP 79 (ensure_file) COMPLETE |
9515 | 2025-02-21T08:30:39.050Z | [ host-image] Feb 21 08:30:37.652 INFO O| Feb 21 08:30:37.652 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9516 | 2025-02-21T08:30:39.068Z | [ host-image] Feb 21 08:30:37.673 INFO O| Feb 21 08:30:37.673 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9517 | 2025-02-21T08:30:39.071Z | [ host-image] Feb 21 08:30:37.673 INFO O| Feb 21 08:30:37.673 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9518 | 2025-02-21T08:30:39.071Z | [ host-image] Feb 21 08:30:37.673 INFO O| Feb 21 08:30:37.673 INFO STEP 80 (ensure_dir) COMPLETE |
9519 | 2025-02-21T08:30:39.071Z | [ host-image] Feb 21 08:30:37.673 INFO O| Feb 21 08:30:37.673 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9520 | 2025-02-21T08:30:39.106Z | [ host-image] Feb 21 08:30:37.710 INFO O| Feb 21 08:30:37.710 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9521 | 2025-02-21T08:30:39.109Z | [ host-image] Feb 21 08:30:37.711 INFO O| Feb 21 08:30:37.711 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9522 | 2025-02-21T08:30:39.109Z | [ host-image] Feb 21 08:30:37.711 INFO O| Feb 21 08:30:37.711 INFO STEP 81 (ensure_dir) COMPLETE |
9523 | 2025-02-21T08:30:39.109Z | [ host-image] Feb 21 08:30:37.711 INFO O| Feb 21 08:30:37.711 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9524 | 2025-02-21T08:30:39.129Z | [ host-image] Feb 21 08:30:37.734 INFO O| Feb 21 08:30:37.734 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9525 | 2025-02-21T08:30:39.132Z | [ host-image] Feb 21 08:30:37.734 INFO O| Feb 21 08:30:37.734 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9526 | 2025-02-21T08:30:39.132Z | [ host-image] Feb 21 08:30:37.734 INFO O| Feb 21 08:30:37.734 INFO STEP 82 (ensure_dir) COMPLETE |
9527 | 2025-02-21T08:30:39.132Z | [ host-image] Feb 21 08:30:37.734 INFO O| Feb 21 08:30:37.734 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9528 | 2025-02-21T08:30:39.150Z | [ host-image] Feb 21 08:30:37.755 INFO O| Feb 21 08:30:37.755 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9529 | 2025-02-21T08:30:39.151Z | [ host-image] Feb 21 08:30:37.755 INFO O| Feb 21 08:30:37.755 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9530 | 2025-02-21T08:30:39.151Z | [ host-image] Feb 21 08:30:37.755 INFO O| Feb 21 08:30:37.755 INFO STEP 83 (ensure_dir) COMPLETE |
9531 | 2025-02-21T08:30:39.167Z | [ host-image] Feb 21 08:30:37.755 INFO O| Feb 21 08:30:37.755 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9532 | 2025-02-21T08:30:39.172Z | [ host-image] Feb 21 08:30:37.776 INFO O| Feb 21 08:30:37.776 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9533 | 2025-02-21T08:30:39.175Z | [ host-image] Feb 21 08:30:37.777 INFO O| Feb 21 08:30:37.777 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9534 | 2025-02-21T08:30:39.175Z | [ host-image] Feb 21 08:30:37.777 INFO O| Feb 21 08:30:37.777 INFO STEP 84 (ensure_dir) COMPLETE |
9535 | 2025-02-21T08:30:39.175Z | [ host-image] Feb 21 08:30:37.777 INFO O| Feb 21 08:30:37.777 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9536 | 2025-02-21T08:30:39.196Z | [ host-image] Feb 21 08:30:37.800 INFO O| Feb 21 08:30:37.800 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9537 | 2025-02-21T08:30:39.196Z | [ host-image] Feb 21 08:30:37.800 INFO O| Feb 21 08:30:37.800 INFO copying /tmp/.tmpDANt3T/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 ... |
9538 | 2025-02-21T08:30:39.197Z | [ host-image] Feb 21 08:30:37.800 INFO O| Feb 21 08:30:37.800 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9539 | 2025-02-21T08:30:39.200Z | [ host-image] Feb 21 08:30:37.800 INFO O| Feb 21 08:30:37.800 INFO ok! |
9540 | 2025-02-21T08:30:39.200Z | [ host-image] Feb 21 08:30:37.800 INFO O| Feb 21 08:30:37.800 INFO STEP 85 (ensure_file) COMPLETE |
9541 | 2025-02-21T08:30:39.200Z | [ host-image] Feb 21 08:30:37.800 INFO O| Feb 21 08:30:37.800 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9542 | 2025-02-21T08:30:39.217Z | [ host-image] Feb 21 08:30:37.822 INFO O| Feb 21 08:30:37.822 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9543 | 2025-02-21T08:30:39.217Z | [ host-image] Feb 21 08:30:37.822 INFO O| Feb 21 08:30:37.822 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9544 | 2025-02-21T08:30:39.218Z | [ host-image] Feb 21 08:30:37.822 INFO O| Feb 21 08:30:37.822 INFO STEP 86 (ensure_dir) COMPLETE |
9545 | 2025-02-21T08:30:39.222Z | [ host-image] Feb 21 08:30:37.822 INFO O| Feb 21 08:30:37.822 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9546 | 2025-02-21T08:30:39.255Z | [ host-image] Feb 21 08:30:37.860 INFO O| Feb 21 08:30:37.860 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9547 | 2025-02-21T08:30:39.255Z | [ host-image] Feb 21 08:30:37.860 INFO O| Feb 21 08:30:37.860 INFO copying /tmp/.tmpDANt3T/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9548 | 2025-02-21T08:30:39.256Z | [ host-image] Feb 21 08:30:37.860 INFO O| Feb 21 08:30:37.860 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9549 | 2025-02-21T08:30:39.258Z | [ host-image] Feb 21 08:30:37.860 INFO O| Feb 21 08:30:37.860 INFO ok! |
9550 | 2025-02-21T08:30:39.258Z | [ host-image] Feb 21 08:30:37.861 INFO O| Feb 21 08:30:37.861 INFO STEP 87 (ensure_file) COMPLETE |
9551 | 2025-02-21T08:30:39.258Z | [ host-image] Feb 21 08:30:37.861 INFO O| Feb 21 08:30:37.861 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9552 | 2025-02-21T08:30:39.278Z | [ host-image] Feb 21 08:30:37.883 INFO O| Feb 21 08:30:37.883 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9553 | 2025-02-21T08:30:39.278Z | [ host-image] Feb 21 08:30:37.883 INFO O| Feb 21 08:30:37.883 INFO copying /tmp/.tmpDANt3T/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9554 | 2025-02-21T08:30:39.298Z | [ host-image] Feb 21 08:30:37.903 INFO O| Feb 21 08:30:37.903 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9555 | 2025-02-21T08:30:39.298Z | [ host-image] Feb 21 08:30:37.903 INFO O| Feb 21 08:30:37.903 INFO ok! |
9556 | 2025-02-21T08:30:39.298Z | [ host-image] Feb 21 08:30:37.903 INFO O| Feb 21 08:30:37.903 INFO STEP 88 (ensure_file) COMPLETE |
9557 | 2025-02-21T08:30:39.301Z | [ host-image] Feb 21 08:30:37.903 INFO O| Feb 21 08:30:37.903 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9558 | 2025-02-21T08:30:39.333Z | [ host-image] Feb 21 08:30:37.937 INFO O| Feb 21 08:30:37.937 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9559 | 2025-02-21T08:30:39.333Z | [ host-image] Feb 21 08:30:37.938 INFO O| Feb 21 08:30:37.937 INFO copying /tmp/.tmpDANt3T/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9560 | 2025-02-21T08:30:39.910Z | [ host-image] Feb 21 08:30:38.514 INFO O| Feb 21 08:30:38.513 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9561 | 2025-02-21T08:30:39.910Z | [ host-image] Feb 21 08:30:38.514 INFO O| Feb 21 08:30:38.514 INFO ok! |
9562 | 2025-02-21T08:30:39.910Z | [ host-image] Feb 21 08:30:38.514 INFO O| Feb 21 08:30:38.514 INFO STEP 89 (ensure_file) COMPLETE |
9563 | 2025-02-21T08:30:39.913Z | [ host-image] Feb 21 08:30:38.514 INFO O| Feb 21 08:30:38.514 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9564 | 2025-02-21T08:30:39.927Z | [ host-image] Feb 21 08:30:38.532 INFO O| Feb 21 08:30:38.532 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9565 | 2025-02-21T08:30:39.927Z | [ host-image] Feb 21 08:30:38.532 INFO O| Feb 21 08:30:38.532 INFO copying /tmp/.tmpDANt3T/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9566 | 2025-02-21T08:30:39.927Z | [ host-image] Feb 21 08:30:38.532 INFO O| Feb 21 08:30:38.532 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9567 | 2025-02-21T08:30:39.931Z | [ host-image] Feb 21 08:30:38.532 INFO O| Feb 21 08:30:38.532 INFO ok! |
9568 | 2025-02-21T08:30:39.931Z | [ host-image] Feb 21 08:30:38.532 INFO O| Feb 21 08:30:38.532 INFO STEP 90 (ensure_file) COMPLETE |
9569 | 2025-02-21T08:30:39.931Z | [ host-image] Feb 21 08:30:38.532 INFO O| Feb 21 08:30:38.532 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9570 | 2025-02-21T08:30:39.951Z | [ host-image] Feb 21 08:30:38.555 INFO O| Feb 21 08:30:38.555 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9571 | 2025-02-21T08:30:39.953Z | [ host-image] Feb 21 08:30:38.556 INFO O| Feb 21 08:30:38.556 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9572 | 2025-02-21T08:30:39.953Z | [ host-image] Feb 21 08:30:38.556 INFO O| Feb 21 08:30:38.556 INFO STEP 91 (ensure_dir) COMPLETE |
9573 | 2025-02-21T08:30:39.953Z | [ host-image] Feb 21 08:30:38.556 INFO O| Feb 21 08:30:38.556 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9574 | 2025-02-21T08:30:39.971Z | [ host-image] Feb 21 08:30:38.576 INFO O| Feb 21 08:30:38.576 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9575 | 2025-02-21T08:30:39.971Z | [ host-image] Feb 21 08:30:38.576 INFO O| Feb 21 08:30:38.576 INFO copying /tmp/.tmpDANt3T/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 ... |
9576 | 2025-02-21T08:30:39.971Z | [ host-image] Feb 21 08:30:38.576 INFO O| Feb 21 08:30:38.576 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9577 | 2025-02-21T08:30:39.974Z | [ host-image] Feb 21 08:30:38.576 INFO O| Feb 21 08:30:38.576 INFO ok! |
9578 | 2025-02-21T08:30:39.974Z | [ host-image] Feb 21 08:30:38.576 INFO O| Feb 21 08:30:38.576 INFO STEP 92 (ensure_file) COMPLETE |
9579 | 2025-02-21T08:30:39.975Z | [ host-image] Feb 21 08:30:38.577 INFO O| Feb 21 08:30:38.576 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9580 | 2025-02-21T08:30:39.996Z | [ host-image] Feb 21 08:30:38.600 INFO O| Feb 21 08:30:38.600 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9581 | 2025-02-21T08:30:39.996Z | [ host-image] Feb 21 08:30:38.600 INFO O| Feb 21 08:30:38.600 INFO copying /tmp/.tmpDANt3T/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 ... |
9582 | 2025-02-21T08:30:39.999Z | [ host-image] Feb 21 08:30:38.601 INFO O| Feb 21 08:30:38.600 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9583 | 2025-02-21T08:30:39.999Z | [ host-image] Feb 21 08:30:38.601 INFO O| Feb 21 08:30:38.601 INFO ok! |
9584 | 2025-02-21T08:30:39.999Z | [ host-image] Feb 21 08:30:38.601 INFO O| Feb 21 08:30:38.601 INFO STEP 93 (ensure_file) COMPLETE |
9585 | 2025-02-21T08:30:39.999Z | [ host-image] Feb 21 08:30:38.601 INFO O| Feb 21 08:30:38.601 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9586 | 2025-02-21T08:30:40.111Z | [ host-image] Feb 21 08:30:38.663 INFO O| Feb 21 08:30:38.663 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9587 | 2025-02-21T08:30:40.111Z | [ host-image] Feb 21 08:30:38.663 INFO O| Feb 21 08:30:38.663 INFO copying /tmp/.tmpDANt3T/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 ... |
9588 | 2025-02-21T08:30:40.111Z | [ host-image] Feb 21 08:30:38.663 INFO O| Feb 21 08:30:38.663 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9589 | 2025-02-21T08:30:40.111Z | [ host-image] Feb 21 08:30:38.663 INFO O| Feb 21 08:30:38.663 INFO ok! |
9590 | 2025-02-21T08:30:40.111Z | [ host-image] Feb 21 08:30:38.663 INFO O| Feb 21 08:30:38.663 INFO STEP 94 (ensure_file) COMPLETE |
9591 | 2025-02-21T08:30:40.111Z | [ host-image] Feb 21 08:30:38.663 INFO O| Feb 21 08:30:38.663 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9592 | 2025-02-21T08:30:40.111Z | [ host-image] Feb 21 08:30:38.705 INFO O| Feb 21 08:30:38.705 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9593 | 2025-02-21T08:30:40.111Z | [ host-image] Feb 21 08:30:38.705 INFO O| Feb 21 08:30:38.705 INFO copying /tmp/.tmpDANt3T/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 ... |
9594 | 2025-02-21T08:30:40.111Z | [ host-image] Feb 21 08:30:38.705 INFO O| Feb 21 08:30:38.705 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9595 | 2025-02-21T08:30:40.111Z | [ host-image] Feb 21 08:30:38.705 INFO O| Feb 21 08:30:38.705 INFO ok! |
9596 | 2025-02-21T08:30:40.111Z | [ host-image] Feb 21 08:30:38.705 INFO O| Feb 21 08:30:38.705 INFO STEP 95 (ensure_file) COMPLETE |
9597 | 2025-02-21T08:30:40.111Z | [ host-image] Feb 21 08:30:38.705 INFO O| Feb 21 08:30:38.705 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9598 | 2025-02-21T08:30:40.122Z | [ host-image] Feb 21 08:30:38.727 INFO O| Feb 21 08:30:38.727 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9599 | 2025-02-21T08:30:40.122Z | [ host-image] Feb 21 08:30:38.727 INFO O| Feb 21 08:30:38.727 INFO copying /tmp/.tmpDANt3T/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 ... |
9600 | 2025-02-21T08:30:40.125Z | [ host-image] Feb 21 08:30:38.727 INFO O| Feb 21 08:30:38.727 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9601 | 2025-02-21T08:30:40.125Z | [ host-image] Feb 21 08:30:38.727 INFO O| Feb 21 08:30:38.727 INFO ok! |
9602 | 2025-02-21T08:30:40.125Z | [ host-image] Feb 21 08:30:38.727 INFO O| Feb 21 08:30:38.727 INFO STEP 96 (ensure_file) COMPLETE |
9603 | 2025-02-21T08:30:40.125Z | [ host-image] Feb 21 08:30:38.727 INFO O| Feb 21 08:30:38.727 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9604 | 2025-02-21T08:30:40.143Z | [ host-image] Feb 21 08:30:38.748 INFO O| Feb 21 08:30:38.748 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d does not exist |
9605 | 2025-02-21T08:30:40.143Z | [ host-image] Feb 21 08:30:38.748 INFO O| Feb 21 08:30:38.748 INFO copying /tmp/.tmpDANt3T/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 ... |
9606 | 2025-02-21T08:30:40.147Z | [ host-image] Feb 21 08:30:38.748 INFO O| Feb 21 08:30:38.748 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d |
9607 | 2025-02-21T08:30:40.147Z | [ host-image] Feb 21 08:30:38.749 INFO O| Feb 21 08:30:38.748 INFO ok! |
9608 | 2025-02-21T08:30:40.147Z | [ host-image] Feb 21 08:30:38.749 INFO O| Feb 21 08:30:38.749 INFO STEP 97 (ensure_file) COMPLETE |
9609 | 2025-02-21T08:30:40.147Z | [ host-image] Feb 21 08:30:38.749 INFO O| Feb 21 08:30:38.749 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9610 | 2025-02-21T08:30:40.164Z | [ host-image] Feb 21 08:30:38.768 INFO O| Feb 21 08:30:38.768 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9611 | 2025-02-21T08:30:40.164Z | [ host-image] Feb 21 08:30:38.768 INFO O| Feb 21 08:30:38.768 INFO copying /tmp/.tmpDANt3T/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9612 | 2025-02-21T08:30:40.168Z | [ host-image] Feb 21 08:30:38.769 INFO O| Feb 21 08:30:38.768 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9613 | 2025-02-21T08:30:40.168Z | [ host-image] Feb 21 08:30:38.769 INFO O| Feb 21 08:30:38.769 INFO ok! |
9614 | 2025-02-21T08:30:40.168Z | [ host-image] Feb 21 08:30:38.769 INFO O| Feb 21 08:30:38.769 INFO STEP 98 (ensure_file) COMPLETE |
9615 | 2025-02-21T08:30:40.168Z | [ host-image] Feb 21 08:30:38.769 INFO O| Feb 21 08:30:38.769 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9616 | 2025-02-21T08:30:40.185Z | [ host-image] Feb 21 08:30:38.789 INFO O| Feb 21 08:30:38.789 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9617 | 2025-02-21T08:30:40.185Z | [ host-image] Feb 21 08:30:38.789 INFO O| Feb 21 08:30:38.789 INFO copying /tmp/.tmpDANt3T/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 ... |
9618 | 2025-02-21T08:30:40.185Z | [ host-image] Feb 21 08:30:38.789 INFO O| Feb 21 08:30:38.789 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9619 | 2025-02-21T08:30:40.185Z | [ host-image] Feb 21 08:30:38.789 INFO O| Feb 21 08:30:38.789 INFO ok! |
9620 | 2025-02-21T08:30:40.185Z | [ host-image] Feb 21 08:30:38.789 INFO O| Feb 21 08:30:38.789 INFO STEP 99 (ensure_file) COMPLETE |
9621 | 2025-02-21T08:30:40.185Z | [ host-image] Feb 21 08:30:38.789 INFO O| Feb 21 08:30:38.789 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9622 | 2025-02-21T08:30:40.205Z | [ host-image] Feb 21 08:30:38.809 INFO O| Feb 21 08:30:38.809 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9623 | 2025-02-21T08:30:40.205Z | [ host-image] Feb 21 08:30:38.809 INFO O| Feb 21 08:30:38.809 INFO copying /tmp/.tmpDANt3T/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 ... |
9624 | 2025-02-21T08:30:40.208Z | [ host-image] Feb 21 08:30:38.810 INFO O| Feb 21 08:30:38.809 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9625 | 2025-02-21T08:30:40.208Z | [ host-image] Feb 21 08:30:38.810 INFO O| Feb 21 08:30:38.810 INFO ok! |
9626 | 2025-02-21T08:30:40.208Z | [ host-image] Feb 21 08:30:38.810 INFO O| Feb 21 08:30:38.810 INFO STEP 100 (ensure_file) COMPLETE |
9627 | 2025-02-21T08:30:40.208Z | [ host-image] Feb 21 08:30:38.810 INFO O| Feb 21 08:30:38.810 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9628 | 2025-02-21T08:30:40.226Z | [ host-image] Feb 21 08:30:38.831 INFO O| Feb 21 08:30:38.831 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9629 | 2025-02-21T08:30:40.226Z | [ host-image] Feb 21 08:30:38.831 INFO O| Feb 21 08:30:38.831 INFO copying /tmp/.tmpDANt3T/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 ... |
9630 | 2025-02-21T08:30:40.229Z | [ host-image] Feb 21 08:30:38.831 INFO O| Feb 21 08:30:38.831 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9631 | 2025-02-21T08:30:40.229Z | [ host-image] Feb 21 08:30:38.831 INFO O| Feb 21 08:30:38.831 INFO ok! |
9632 | 2025-02-21T08:30:40.229Z | [ host-image] Feb 21 08:30:38.832 INFO O| Feb 21 08:30:38.831 INFO STEP 101 (ensure_file) COMPLETE |
9633 | 2025-02-21T08:30:40.229Z | [ host-image] Feb 21 08:30:38.832 INFO O| Feb 21 08:30:38.832 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9634 | 2025-02-21T08:30:40.247Z | [ host-image] Feb 21 08:30:38.852 INFO O| Feb 21 08:30:38.851 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9635 | 2025-02-21T08:30:40.247Z | [ host-image] Feb 21 08:30:38.852 INFO O| Feb 21 08:30:38.851 INFO copying /tmp/.tmpDANt3T/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9636 | 2025-02-21T08:30:40.250Z | [ host-image] Feb 21 08:30:38.852 INFO O| Feb 21 08:30:38.852 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9637 | 2025-02-21T08:30:40.251Z | [ host-image] Feb 21 08:30:38.852 INFO O| Feb 21 08:30:38.852 INFO ok! |
9638 | 2025-02-21T08:30:40.251Z | [ host-image] Feb 21 08:30:38.852 INFO O| Feb 21 08:30:38.852 INFO STEP 102 (ensure_file) COMPLETE |
9639 | 2025-02-21T08:30:40.251Z | [ host-image] Feb 21 08:30:38.852 INFO O| Feb 21 08:30:38.852 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9640 | 2025-02-21T08:30:40.267Z | [ host-image] Feb 21 08:30:38.872 INFO O| Feb 21 08:30:38.872 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9641 | 2025-02-21T08:30:40.267Z | [ host-image] Feb 21 08:30:38.872 INFO O| Feb 21 08:30:38.872 INFO copying /tmp/.tmpDANt3T/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 ... |
9642 | 2025-02-21T08:30:40.267Z | [ host-image] Feb 21 08:30:38.872 INFO O| Feb 21 08:30:38.872 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9643 | 2025-02-21T08:30:40.270Z | [ host-image] Feb 21 08:30:38.872 INFO O| Feb 21 08:30:38.872 INFO ok! |
9644 | 2025-02-21T08:30:40.270Z | [ host-image] Feb 21 08:30:38.872 INFO O| Feb 21 08:30:38.872 INFO STEP 103 (ensure_file) COMPLETE |
9645 | 2025-02-21T08:30:40.270Z | [ host-image] Feb 21 08:30:38.872 INFO O| Feb 21 08:30:38.872 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9646 | 2025-02-21T08:30:40.287Z | [ host-image] Feb 21 08:30:38.892 INFO O| Feb 21 08:30:38.892 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9647 | 2025-02-21T08:30:40.287Z | [ host-image] Feb 21 08:30:38.892 INFO O| Feb 21 08:30:38.892 INFO copying /tmp/.tmpDANt3T/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 ... |
9648 | 2025-02-21T08:30:40.291Z | [ host-image] Feb 21 08:30:38.892 INFO O| Feb 21 08:30:38.892 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9649 | 2025-02-21T08:30:40.291Z | [ host-image] Feb 21 08:30:38.892 INFO O| Feb 21 08:30:38.892 INFO ok! |
9650 | 2025-02-21T08:30:40.291Z | [ host-image] Feb 21 08:30:38.892 INFO O| Feb 21 08:30:38.892 INFO STEP 104 (ensure_file) COMPLETE |
9651 | 2025-02-21T08:30:40.292Z | [ host-image] Feb 21 08:30:38.893 INFO O| Feb 21 08:30:38.892 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9652 | 2025-02-21T08:30:40.308Z | [ host-image] Feb 21 08:30:38.912 INFO O| Feb 21 08:30:38.912 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9653 | 2025-02-21T08:30:40.308Z | [ host-image] Feb 21 08:30:38.913 INFO O| Feb 21 08:30:38.912 INFO copying /tmp/.tmpDANt3T/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 ... |
9654 | 2025-02-21T08:30:40.311Z | [ host-image] Feb 21 08:30:38.913 INFO O| Feb 21 08:30:38.913 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9655 | 2025-02-21T08:30:40.311Z | [ host-image] Feb 21 08:30:38.913 INFO O| Feb 21 08:30:38.913 INFO ok! |
9656 | 2025-02-21T08:30:40.311Z | [ host-image] Feb 21 08:30:38.913 INFO O| Feb 21 08:30:38.913 INFO STEP 105 (ensure_file) COMPLETE |
9657 | 2025-02-21T08:30:40.311Z | [ host-image] Feb 21 08:30:38.913 INFO O| Feb 21 08:30:38.913 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9658 | 2025-02-21T08:30:40.330Z | [ host-image] Feb 21 08:30:38.934 INFO O| Feb 21 08:30:38.934 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9659 | 2025-02-21T08:30:40.330Z | [ host-image] Feb 21 08:30:38.934 INFO O| Feb 21 08:30:38.934 INFO copying /tmp/.tmpDANt3T/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 ... |
9660 | 2025-02-21T08:30:40.330Z | [ host-image] Feb 21 08:30:38.934 INFO O| Feb 21 08:30:38.934 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9661 | 2025-02-21T08:30:40.333Z | [ host-image] Feb 21 08:30:38.934 INFO O| Feb 21 08:30:38.934 INFO ok! |
9662 | 2025-02-21T08:30:40.333Z | [ host-image] Feb 21 08:30:38.934 INFO O| Feb 21 08:30:38.934 INFO STEP 106 (ensure_file) COMPLETE |
9663 | 2025-02-21T08:30:40.333Z | [ host-image] Feb 21 08:30:38.934 INFO O| Feb 21 08:30:38.934 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9664 | 2025-02-21T08:30:40.350Z | [ host-image] Feb 21 08:30:38.955 INFO O| Feb 21 08:30:38.955 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9665 | 2025-02-21T08:30:40.350Z | [ host-image] Feb 21 08:30:38.955 INFO O| Feb 21 08:30:38.955 INFO copying /tmp/.tmpDANt3T/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 ... |
9666 | 2025-02-21T08:30:40.353Z | [ host-image] Feb 21 08:30:38.955 INFO O| Feb 21 08:30:38.955 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9667 | 2025-02-21T08:30:40.354Z | [ host-image] Feb 21 08:30:38.955 INFO O| Feb 21 08:30:38.955 INFO ok! |
9668 | 2025-02-21T08:30:40.354Z | [ host-image] Feb 21 08:30:38.955 INFO O| Feb 21 08:30:38.955 INFO STEP 107 (ensure_file) COMPLETE |
9669 | 2025-02-21T08:30:40.354Z | [ host-image] Feb 21 08:30:38.955 INFO O| Feb 21 08:30:38.955 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9670 | 2025-02-21T08:30:40.368Z | [ host-image] Feb 21 08:30:38.973 INFO O| Feb 21 08:30:38.973 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9671 | 2025-02-21T08:30:40.369Z | [ host-image] Feb 21 08:30:38.973 INFO O| Feb 21 08:30:38.973 INFO copying /tmp/.tmpDANt3T/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 ... |
9672 | 2025-02-21T08:30:40.369Z | [ host-image] Feb 21 08:30:38.973 INFO O| Feb 21 08:30:38.973 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9673 | 2025-02-21T08:30:40.369Z | [ host-image] Feb 21 08:30:38.973 INFO O| Feb 21 08:30:38.973 INFO ok! |
9674 | 2025-02-21T08:30:40.369Z | [ host-image] Feb 21 08:30:38.973 INFO O| Feb 21 08:30:38.973 INFO STEP 108 (ensure_file) COMPLETE |
9675 | 2025-02-21T08:30:40.369Z | [ host-image] Feb 21 08:30:38.973 INFO O| Feb 21 08:30:38.973 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9676 | 2025-02-21T08:30:40.387Z | [ host-image] Feb 21 08:30:38.992 INFO O| Feb 21 08:30:38.992 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9677 | 2025-02-21T08:30:40.387Z | [ host-image] Feb 21 08:30:38.992 INFO O| Feb 21 08:30:38.992 INFO copying /tmp/.tmpDANt3T/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 ... |
9678 | 2025-02-21T08:30:40.387Z | [ host-image] Feb 21 08:30:38.992 INFO O| Feb 21 08:30:38.992 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9679 | 2025-02-21T08:30:40.387Z | [ host-image] Feb 21 08:30:38.992 INFO O| Feb 21 08:30:38.992 INFO ok! |
9680 | 2025-02-21T08:30:40.388Z | [ host-image] Feb 21 08:30:38.992 INFO O| Feb 21 08:30:38.992 INFO STEP 109 (ensure_file) COMPLETE |
9681 | 2025-02-21T08:30:40.391Z | [ host-image] Feb 21 08:30:38.992 INFO O| Feb 21 08:30:38.992 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9682 | 2025-02-21T08:30:40.408Z | [ host-image] Feb 21 08:30:39.013 INFO O| Feb 21 08:30:39.012 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9683 | 2025-02-21T08:30:40.408Z | [ host-image] Feb 21 08:30:39.013 INFO O| Feb 21 08:30:39.013 INFO copying /tmp/.tmpDANt3T/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 ... |
9684 | 2025-02-21T08:30:40.411Z | [ host-image] Feb 21 08:30:39.013 INFO O| Feb 21 08:30:39.013 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9685 | 2025-02-21T08:30:40.411Z | [ host-image] Feb 21 08:30:39.013 INFO O| Feb 21 08:30:39.013 INFO ok! |
9686 | 2025-02-21T08:30:40.411Z | [ host-image] Feb 21 08:30:39.013 INFO O| Feb 21 08:30:39.013 INFO STEP 110 (ensure_file) COMPLETE |
9687 | 2025-02-21T08:30:40.411Z | [ host-image] Feb 21 08:30:39.013 INFO O| Feb 21 08:30:39.013 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9688 | 2025-02-21T08:30:40.439Z | [ host-image] Feb 21 08:30:39.042 INFO O| Feb 21 08:30:39.042 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9689 | 2025-02-21T08:30:40.439Z | [ host-image] Feb 21 08:30:39.043 INFO O| Feb 21 08:30:39.043 INFO copying /tmp/.tmpDANt3T/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 ... |
9690 | 2025-02-21T08:30:40.442Z | [ host-image] Feb 21 08:30:39.043 INFO O| Feb 21 08:30:39.043 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9691 | 2025-02-21T08:30:40.442Z | [ host-image] Feb 21 08:30:39.043 INFO O| Feb 21 08:30:39.043 INFO ok! |
9692 | 2025-02-21T08:30:40.442Z | [ host-image] Feb 21 08:30:39.043 INFO O| Feb 21 08:30:39.043 INFO STEP 111 (ensure_file) COMPLETE |
9693 | 2025-02-21T08:30:40.442Z | [ host-image] Feb 21 08:30:39.043 INFO O| Feb 21 08:30:39.043 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9694 | 2025-02-21T08:30:40.462Z | [ host-image] Feb 21 08:30:39.067 INFO O| Feb 21 08:30:39.067 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9695 | 2025-02-21T08:30:40.463Z | [ host-image] Feb 21 08:30:39.067 INFO O| Feb 21 08:30:39.067 INFO copying /tmp/.tmpDANt3T/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 ... |
9696 | 2025-02-21T08:30:40.466Z | [ host-image] Feb 21 08:30:39.068 INFO O| Feb 21 08:30:39.067 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9697 | 2025-02-21T08:30:40.466Z | [ host-image] Feb 21 08:30:39.068 INFO O| Feb 21 08:30:39.068 INFO ok! |
9698 | 2025-02-21T08:30:40.466Z | [ host-image] Feb 21 08:30:39.068 INFO O| Feb 21 08:30:39.068 INFO STEP 112 (ensure_file) COMPLETE |
9699 | 2025-02-21T08:30:40.466Z | [ host-image] Feb 21 08:30:39.068 INFO O| Feb 21 08:30:39.068 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9700 | 2025-02-21T08:30:40.485Z | [ host-image] Feb 21 08:30:39.090 INFO O| Feb 21 08:30:39.090 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh does not exist |
9701 | 2025-02-21T08:30:40.485Z | [ host-image] Feb 21 08:30:39.090 INFO O| Feb 21 08:30:39.090 INFO copying /tmp/.tmpDANt3T/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 ... |
9702 | 2025-02-21T08:30:40.488Z | [ host-image] Feb 21 08:30:39.090 INFO O| Feb 21 08:30:39.090 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh |
9703 | 2025-02-21T08:30:40.488Z | [ host-image] Feb 21 08:30:39.090 INFO O| Feb 21 08:30:39.090 INFO ok! |
9704 | 2025-02-21T08:30:40.488Z | [ host-image] Feb 21 08:30:39.090 INFO O| Feb 21 08:30:39.090 INFO STEP 113 (ensure_file) COMPLETE |
9705 | 2025-02-21T08:30:40.488Z | [ host-image] Feb 21 08:30:39.090 INFO O| Feb 21 08:30:39.090 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9706 | 2025-02-21T08:30:40.506Z | [ host-image] Feb 21 08:30:39.111 INFO O| Feb 21 08:30:39.111 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d does not exist |
9707 | 2025-02-21T08:30:40.506Z | [ host-image] Feb 21 08:30:39.111 INFO O| Feb 21 08:30:39.111 INFO copying /tmp/.tmpDANt3T/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 ... |
9708 | 2025-02-21T08:30:40.509Z | [ host-image] Feb 21 08:30:39.111 INFO O| Feb 21 08:30:39.111 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d |
9709 | 2025-02-21T08:30:40.509Z | [ host-image] Feb 21 08:30:39.111 INFO O| Feb 21 08:30:39.111 INFO ok! |
9710 | 2025-02-21T08:30:40.509Z | [ host-image] Feb 21 08:30:39.112 INFO O| Feb 21 08:30:39.112 INFO STEP 114 (ensure_file) COMPLETE |
9711 | 2025-02-21T08:30:40.510Z | [ host-image] Feb 21 08:30:39.112 INFO O| Feb 21 08:30:39.112 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9712 | 2025-02-21T08:30:40.528Z | [ host-image] Feb 21 08:30:39.130 INFO O| Feb 21 08:30:39.130 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9713 | 2025-02-21T08:30:40.528Z | [ host-image] Feb 21 08:30:39.130 INFO O| Feb 21 08:30:39.130 INFO copying /tmp/.tmpDANt3T/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 ... |
9714 | 2025-02-21T08:30:40.531Z | [ host-image] Feb 21 08:30:39.130 INFO O| Feb 21 08:30:39.130 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9715 | 2025-02-21T08:30:40.531Z | [ host-image] Feb 21 08:30:39.131 INFO O| Feb 21 08:30:39.130 INFO ok! |
9716 | 2025-02-21T08:30:40.531Z | [ host-image] Feb 21 08:30:39.131 INFO O| Feb 21 08:30:39.130 INFO STEP 115 (ensure_file) COMPLETE |
9717 | 2025-02-21T08:30:40.531Z | [ host-image] Feb 21 08:30:39.131 INFO O| Feb 21 08:30:39.130 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9718 | 2025-02-21T08:30:40.556Z | [ host-image] Feb 21 08:30:39.161 INFO O| Feb 21 08:30:39.161 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist |
9719 | 2025-02-21T08:30:40.557Z | [ host-image] Feb 21 08:30:39.161 INFO O| Feb 21 08:30:39.161 INFO copying /tmp/.tmpDANt3T/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 ... |
9720 | 2025-02-21T08:30:40.560Z | [ host-image] Feb 21 08:30:39.162 INFO O| Feb 21 08:30:39.162 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d |
9721 | 2025-02-21T08:30:40.560Z | [ host-image] Feb 21 08:30:39.162 INFO O| Feb 21 08:30:39.162 INFO ok! |
9722 | 2025-02-21T08:30:40.560Z | [ host-image] Feb 21 08:30:39.162 INFO O| Feb 21 08:30:39.162 INFO STEP 116 (ensure_file) COMPLETE |
9723 | 2025-02-21T08:30:40.560Z | [ host-image] Feb 21 08:30:39.162 INFO O| Feb 21 08:30:39.162 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9724 | 2025-02-21T08:30:40.615Z | [ host-image] Feb 21 08:30:39.220 INFO O| Feb 21 08:30:39.220 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9725 | 2025-02-21T08:30:40.615Z | [ host-image] Feb 21 08:30:39.220 INFO O| Feb 21 08:30:39.220 INFO copying /tmp/.tmpDANt3T/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 ... |
9726 | 2025-02-21T08:30:40.618Z | [ host-image] Feb 21 08:30:39.220 INFO O| Feb 21 08:30:39.220 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9727 | 2025-02-21T08:30:40.618Z | [ host-image] Feb 21 08:30:39.220 INFO O| Feb 21 08:30:39.220 INFO ok! |
9728 | 2025-02-21T08:30:40.618Z | [ host-image] Feb 21 08:30:39.220 INFO O| Feb 21 08:30:39.220 INFO STEP 117 (ensure_file) COMPLETE |
9729 | 2025-02-21T08:30:40.618Z | [ host-image] Feb 21 08:30:39.220 INFO O| Feb 21 08:30:39.220 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9730 | 2025-02-21T08:30:40.677Z | [ host-image] Feb 21 08:30:39.282 INFO O| Feb 21 08:30:39.282 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist |
9731 | 2025-02-21T08:30:40.677Z | [ host-image] Feb 21 08:30:39.282 INFO O| Feb 21 08:30:39.282 INFO copying /tmp/.tmpDANt3T/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 ... |
9732 | 2025-02-21T08:30:40.677Z | [ host-image] Feb 21 08:30:39.282 INFO O| Feb 21 08:30:39.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d |
9733 | 2025-02-21T08:30:40.677Z | [ host-image] Feb 21 08:30:39.282 INFO O| Feb 21 08:30:39.282 INFO ok! |
9734 | 2025-02-21T08:30:40.680Z | [ host-image] Feb 21 08:30:39.282 INFO O| Feb 21 08:30:39.282 INFO STEP 118 (ensure_file) COMPLETE |
9735 | 2025-02-21T08:30:40.680Z | [ host-image] Feb 21 08:30:39.282 INFO O| Feb 21 08:30:39.282 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9736 | 2025-02-21T08:30:40.699Z | [ host-image] Feb 21 08:30:39.304 INFO O| Feb 21 08:30:39.303 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9737 | 2025-02-21T08:30:40.699Z | [ host-image] Feb 21 08:30:39.304 INFO O| Feb 21 08:30:39.304 INFO copying /tmp/.tmpDANt3T/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 ... |
9738 | 2025-02-21T08:30:40.702Z | [ host-image] Feb 21 08:30:39.304 INFO O| Feb 21 08:30:39.304 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9739 | 2025-02-21T08:30:40.702Z | [ host-image] Feb 21 08:30:39.304 INFO O| Feb 21 08:30:39.304 INFO ok! |
9740 | 2025-02-21T08:30:40.702Z | [ host-image] Feb 21 08:30:39.304 INFO O| Feb 21 08:30:39.304 INFO STEP 119 (ensure_file) COMPLETE |
9741 | 2025-02-21T08:30:40.702Z | [ host-image] Feb 21 08:30:39.304 INFO O| Feb 21 08:30:39.304 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9742 | 2025-02-21T08:30:40.720Z | [ host-image] Feb 21 08:30:39.324 INFO O| Feb 21 08:30:39.324 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9743 | 2025-02-21T08:30:40.720Z | [ host-image] Feb 21 08:30:39.324 INFO O| Feb 21 08:30:39.324 INFO copying /tmp/.tmpDANt3T/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 ... |
9744 | 2025-02-21T08:30:40.720Z | [ host-image] Feb 21 08:30:39.325 INFO O| Feb 21 08:30:39.324 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9745 | 2025-02-21T08:30:40.722Z | [ host-image] Feb 21 08:30:39.325 INFO O| Feb 21 08:30:39.325 INFO ok! |
9746 | 2025-02-21T08:30:40.723Z | [ host-image] Feb 21 08:30:39.325 INFO O| Feb 21 08:30:39.325 INFO STEP 120 (ensure_file) COMPLETE |
9747 | 2025-02-21T08:30:40.723Z | [ host-image] Feb 21 08:30:39.325 INFO O| Feb 21 08:30:39.325 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9748 | 2025-02-21T08:30:40.738Z | [ host-image] Feb 21 08:30:39.343 INFO O| Feb 21 08:30:39.343 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9749 | 2025-02-21T08:30:40.739Z | [ host-image] Feb 21 08:30:39.343 INFO O| Feb 21 08:30:39.343 INFO copying /tmp/.tmpDANt3T/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9750 | 2025-02-21T08:30:40.741Z | [ host-image] Feb 21 08:30:39.343 INFO O| Feb 21 08:30:39.343 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9751 | 2025-02-21T08:30:40.742Z | [ host-image] Feb 21 08:30:39.344 INFO O| Feb 21 08:30:39.343 INFO ok! |
9752 | 2025-02-21T08:30:40.742Z | [ host-image] Feb 21 08:30:39.344 INFO O| Feb 21 08:30:39.344 INFO STEP 121 (ensure_file) COMPLETE |
9753 | 2025-02-21T08:30:40.742Z | [ host-image] Feb 21 08:30:39.344 INFO O| Feb 21 08:30:39.344 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9754 | 2025-02-21T08:30:40.758Z | [ host-image] Feb 21 08:30:39.363 INFO O| Feb 21 08:30:39.363 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9755 | 2025-02-21T08:30:40.759Z | [ host-image] Feb 21 08:30:39.363 INFO O| Feb 21 08:30:39.363 INFO copying /tmp/.tmpDANt3T/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 ... |
9756 | 2025-02-21T08:30:40.762Z | [ host-image] Feb 21 08:30:39.363 INFO O| Feb 21 08:30:39.363 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9757 | 2025-02-21T08:30:40.762Z | [ host-image] Feb 21 08:30:39.363 INFO O| Feb 21 08:30:39.363 INFO ok! |
9758 | 2025-02-21T08:30:40.762Z | [ host-image] Feb 21 08:30:39.363 INFO O| Feb 21 08:30:39.363 INFO STEP 122 (ensure_file) COMPLETE |
9759 | 2025-02-21T08:30:40.762Z | [ host-image] Feb 21 08:30:39.363 INFO O| Feb 21 08:30:39.363 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9760 | 2025-02-21T08:30:40.767Z | [ recovery-image] Feb 21 08:30:39.372 INFO E| Finished `release` profile [optimized] target(s) in 1m 21s |
9761 | 2025-02-21T08:30:40.777Z | [ host-image] Feb 21 08:30:39.382 INFO O| Feb 21 08:30:39.382 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9762 | 2025-02-21T08:30:40.777Z | [ host-image] Feb 21 08:30:39.382 INFO O| Feb 21 08:30:39.382 INFO copying /tmp/.tmpDANt3T/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9763 | 2025-02-21T08:30:40.780Z | [ host-image] Feb 21 08:30:39.382 INFO O| Feb 21 08:30:39.382 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9764 | 2025-02-21T08:30:40.780Z | [ host-image] Feb 21 08:30:39.382 INFO O| Feb 21 08:30:39.382 INFO ok! |
9765 | 2025-02-21T08:30:40.780Z | [ host-image] Feb 21 08:30:39.382 INFO O| Feb 21 08:30:39.382 INFO STEP 123 (ensure_file) COMPLETE |
9766 | 2025-02-21T08:30:40.780Z | [ host-image] Feb 21 08:30:39.382 INFO O| Feb 21 08:30:39.382 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9767 | 2025-02-21T08:30:40.798Z | [ host-image] Feb 21 08:30:39.403 INFO O| Feb 21 08:30:39.403 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9768 | 2025-02-21T08:30:40.798Z | [ host-image] Feb 21 08:30:39.403 INFO O| Feb 21 08:30:39.403 INFO copying /tmp/.tmpDANt3T/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9769 | 2025-02-21T08:30:40.802Z | [ recovery-image] Feb 21 08:30:39.406 INFO building host image... |
9770 | 2025-02-21T08:30:40.802Z | [ recovery-image] Feb 21 08:30:39.406 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") |
9771 | 2025-02-21T08:30:42.038Z | [ recovery-image] Feb 21 08:30:40.643 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
9772 | 2025-02-21T08:30:45.103Z | [ recovery-image] Feb 21 08:30:43.708 INFO image complete! materials are in "/work/os-recovery" |
9773 | 2025-02-21T08:30:45.110Z | [ recovery-image] |
9774 | 2025-02-21T08:30:45.113Z | [ recovery-image] real 11:22.453435381 |
9775 | 2025-02-21T08:30:45.113Z | [ recovery-image] user 6:54.843478392 |
9776 | 2025-02-21T08:30:45.113Z | [ recovery-image] sys 1:04.493627613 |
9777 | 2025-02-21T08:30:45.113Z | [ recovery-image] trap 0.400385268 |
9778 | 2025-02-21T08:30:45.113Z | [ recovery-image] tflt 0.427213766 |
9779 | 2025-02-21T08:30:45.113Z | [ recovery-image] dflt 3.313847073 |
9780 | 2025-02-21T08:30:45.113Z | [ recovery-image] kflt 0.000989491 |
9781 | 2025-02-21T08:30:45.113Z | [ recovery-image] lock 27:08.406976134 |
9782 | 2025-02-21T08:30:45.113Z | [ recovery-image] slp 1:09:46.969123244 |
9783 | 2025-02-21T08:30:45.113Z | [ recovery-image] lat 5:50.819695898 |
9784 | 2025-02-21T08:30:45.113Z | [ recovery-image] stop 13.137274430 |
9785 | 2025-02-21T08:30:45.113Z | Feb 21 08:30:43.716 INFO [recovery-image] process exited with exit status: 0 (682.507527652s) |
9786 | 2025-02-21T08:30:53.559Z | [ host-image] Feb 21 08:30:52.164 INFO O| Feb 21 08:30:52.164 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9787 | 2025-02-21T08:30:53.559Z | [ host-image] Feb 21 08:30:52.164 INFO O| Feb 21 08:30:52.164 INFO ok! |
9788 | 2025-02-21T08:30:53.562Z | [ host-image] Feb 21 08:30:52.164 INFO O| Feb 21 08:30:52.164 INFO STEP 124 (ensure_file) COMPLETE |
9789 | 2025-02-21T08:30:53.562Z | [ host-image] Feb 21 08:30:52.164 INFO O| Feb 21 08:30:52.164 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9790 | 2025-02-21T08:30:53.579Z | [ host-image] Feb 21 08:30:52.184 INFO O| Feb 21 08:30:52.184 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9791 | 2025-02-21T08:30:53.579Z | [ host-image] Feb 21 08:30:52.184 INFO O| Feb 21 08:30:52.184 INFO STEP 125 (ensure_dir) COMPLETE |
9792 | 2025-02-21T08:30:53.579Z | [ host-image] Feb 21 08:30:52.184 INFO O| Feb 21 08:30:52.184 INFO STEP 126: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9793 | 2025-02-21T08:30:53.599Z | [ host-image] Feb 21 08:30:52.203 INFO O| Feb 21 08:30:52.203 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9794 | 2025-02-21T08:30:53.599Z | [ host-image] Feb 21 08:30:52.203 INFO O| Feb 21 08:30:52.203 INFO STEP 126 (ensure_dir) COMPLETE |
9795 | 2025-02-21T08:30:53.601Z | [ host-image] Feb 21 08:30:52.203 INFO O| Feb 21 08:30:52.203 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9796 | 2025-02-21T08:30:53.634Z | [ host-image] Feb 21 08:30:52.238 INFO O| Feb 21 08:30:52.238 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9797 | 2025-02-21T08:30:53.634Z | [ host-image] Feb 21 08:30:52.238 INFO O| Feb 21 08:30:52.238 INFO STEP 127 (ensure_dir) COMPLETE |
9798 | 2025-02-21T08:30:53.637Z | [ host-image] Feb 21 08:30:52.238 INFO O| Feb 21 08:30:52.238 INFO STEP 128: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9799 | 2025-02-21T08:30:53.670Z | [ host-image] Feb 21 08:30:52.275 INFO O| Feb 21 08:30:52.275 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9800 | 2025-02-21T08:30:53.670Z | [ host-image] Feb 21 08:30:52.275 INFO O| Feb 21 08:30:52.275 INFO STEP 128 (ensure_dir) COMPLETE |
9801 | 2025-02-21T08:30:53.673Z | [ host-image] Feb 21 08:30:52.275 INFO O| Feb 21 08:30:52.275 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9802 | 2025-02-21T08:30:53.708Z | [ host-image] Feb 21 08:30:52.312 INFO O| Feb 21 08:30:52.312 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9803 | 2025-02-21T08:30:53.708Z | [ host-image] Feb 21 08:30:52.312 INFO O| Feb 21 08:30:52.312 INFO copying /tmp/.tmpDANt3T/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 ... |
9804 | 2025-02-21T08:30:53.711Z | [ host-image] Feb 21 08:30:52.313 INFO O| Feb 21 08:30:52.312 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9805 | 2025-02-21T08:30:53.711Z | [ host-image] Feb 21 08:30:52.313 INFO O| Feb 21 08:30:52.312 INFO ok! |
9806 | 2025-02-21T08:30:53.711Z | [ host-image] Feb 21 08:30:52.313 INFO O| Feb 21 08:30:52.313 INFO STEP 129 (ensure_file) COMPLETE |
9807 | 2025-02-21T08:30:53.711Z | [ host-image] Feb 21 08:30:52.313 INFO O| Feb 21 08:30:52.313 INFO STEP 130: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9808 | 2025-02-21T08:30:53.768Z | [ host-image] Feb 21 08:30:52.372 INFO O| Feb 21 08:30:52.372 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9809 | 2025-02-21T08:30:53.768Z | [ host-image] Feb 21 08:30:52.372 INFO O| Feb 21 08:30:52.372 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9810 | 2025-02-21T08:30:53.768Z | [ host-image] Feb 21 08:30:52.372 INFO O| Feb 21 08:30:52.372 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9811 | 2025-02-21T08:30:53.768Z | [ host-image] Feb 21 08:30:52.372 INFO O| Feb 21 08:30:52.372 INFO STEP 130 (ensure_dir) COMPLETE |
9812 | 2025-02-21T08:30:53.768Z | [ host-image] Feb 21 08:30:52.372 INFO O| Feb 21 08:30:52.372 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9813 | 2025-02-21T08:30:53.788Z | [ host-image] Feb 21 08:30:52.393 INFO O| Feb 21 08:30:52.393 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9814 | 2025-02-21T08:30:53.788Z | [ host-image] Feb 21 08:30:52.393 INFO O| Feb 21 08:30:52.393 INFO copying /tmp/.tmpDANt3T/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9815 | 2025-02-21T08:30:53.789Z | [ host-image] Feb 21 08:30:52.393 INFO O| Feb 21 08:30:52.393 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9816 | 2025-02-21T08:30:53.789Z | [ host-image] Feb 21 08:30:52.393 INFO O| Feb 21 08:30:52.393 INFO ok! |
9817 | 2025-02-21T08:30:53.792Z | [ host-image] Feb 21 08:30:52.393 INFO O| Feb 21 08:30:52.393 INFO STEP 131 (ensure_file) COMPLETE |
9818 | 2025-02-21T08:30:53.792Z | [ host-image] Feb 21 08:30:52.393 INFO O| Feb 21 08:30:52.393 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9819 | 2025-02-21T08:30:53.809Z | [ host-image] Feb 21 08:30:52.414 INFO O| Feb 21 08:30:52.414 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9820 | 2025-02-21T08:30:53.813Z | [ host-image] Feb 21 08:30:52.414 INFO O| Feb 21 08:30:52.414 INFO STEP 132 (remove_files) COMPLETE |
9821 | 2025-02-21T08:30:53.813Z | [ host-image] Feb 21 08:30:52.414 INFO O| Feb 21 08:30:52.414 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9822 | 2025-02-21T08:30:53.829Z | [ host-image] Feb 21 08:30:52.433 INFO O| Feb 21 08:30:52.433 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9823 | 2025-02-21T08:30:53.829Z | [ host-image] Feb 21 08:30:52.433 INFO O| Feb 21 08:30:52.433 INFO STEP 133 (remove_files) COMPLETE |
9824 | 2025-02-21T08:30:53.831Z | [ host-image] Feb 21 08:30:52.433 INFO O| Feb 21 08:30:52.433 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9825 | 2025-02-21T08:30:53.849Z | [ host-image] Feb 21 08:30:52.454 INFO O| Feb 21 08:30:52.454 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9826 | 2025-02-21T08:30:53.852Z | [ host-image] Feb 21 08:30:52.454 INFO O| Feb 21 08:30:52.454 INFO STEP 134 (remove_files) COMPLETE |
9827 | 2025-02-21T08:30:53.852Z | [ host-image] Feb 21 08:30:52.454 INFO O| Feb 21 08:30:52.454 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9828 | 2025-02-21T08:30:53.882Z | [ host-image] Feb 21 08:30:52.487 INFO O| Feb 21 08:30:52.487 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9829 | 2025-02-21T08:30:53.885Z | [ host-image] Feb 21 08:30:52.487 INFO O| Feb 21 08:30:52.487 INFO STEP 135 (remove_files) COMPLETE |
9830 | 2025-02-21T08:30:53.885Z | [ host-image] Feb 21 08:30:52.487 INFO O| Feb 21 08:30:52.487 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9831 | 2025-02-21T08:30:53.942Z | [ host-image] Feb 21 08:30:52.546 INFO O| Feb 21 08:30:52.546 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9832 | 2025-02-21T08:30:53.944Z | [ host-image] Feb 21 08:30:52.546 INFO O| Feb 21 08:30:52.546 INFO STEP 136 (remove_files) COMPLETE |
9833 | 2025-02-21T08:30:53.944Z | [ host-image] Feb 21 08:30:52.547 INFO O| Feb 21 08:30:52.546 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9834 | 2025-02-21T08:30:54.004Z | [ host-image] Feb 21 08:30:52.608 INFO O| Feb 21 08:30:52.608 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9835 | 2025-02-21T08:30:54.007Z | [ host-image] Feb 21 08:30:52.608 INFO O| Feb 21 08:30:52.608 INFO STEP 137 (remove_files) COMPLETE |
9836 | 2025-02-21T08:30:54.007Z | [ host-image] Feb 21 08:30:52.608 INFO O| Feb 21 08:30:52.608 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9837 | 2025-02-21T08:30:54.065Z | [ host-image] Feb 21 08:30:52.670 INFO O| Feb 21 08:30:52.670 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9838 | 2025-02-21T08:30:54.065Z | [ host-image] Feb 21 08:30:52.670 INFO O| Feb 21 08:30:52.670 INFO STEP 138 (remove_files) COMPLETE |
9839 | 2025-02-21T08:30:54.068Z | [ host-image] Feb 21 08:30:52.670 INFO O| Feb 21 08:30:52.670 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9840 | 2025-02-21T08:30:54.083Z | [ host-image] Feb 21 08:30:52.688 INFO O| Feb 21 08:30:52.687 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9841 | 2025-02-21T08:30:54.083Z | [ host-image] Feb 21 08:30:52.688 INFO O| Feb 21 08:30:52.688 INFO STEP 139 (remove_files) COMPLETE |
9842 | 2025-02-21T08:30:54.083Z | [ host-image] Feb 21 08:30:52.688 INFO O| Feb 21 08:30:52.688 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9843 | 2025-02-21T08:30:54.103Z | [ host-image] Feb 21 08:30:52.707 INFO O| Feb 21 08:30:52.706 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9844 | 2025-02-21T08:30:54.103Z | [ host-image] Feb 21 08:30:52.707 INFO O| Feb 21 08:30:52.707 INFO STEP 140 (remove_files) COMPLETE |
9845 | 2025-02-21T08:30:54.107Z | [ host-image] Feb 21 08:30:52.707 INFO O| Feb 21 08:30:52.707 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9846 | 2025-02-21T08:30:54.123Z | [ host-image] Feb 21 08:30:52.727 INFO O| Feb 21 08:30:52.727 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9847 | 2025-02-21T08:30:54.123Z | [ host-image] Feb 21 08:30:52.727 INFO O| Feb 21 08:30:52.727 INFO STEP 141 (remove_files) COMPLETE |
9848 | 2025-02-21T08:30:54.123Z | [ host-image] Feb 21 08:30:52.727 INFO O| Feb 21 08:30:52.727 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9849 | 2025-02-21T08:30:54.142Z | [ host-image] Feb 21 08:30:52.747 INFO O| Feb 21 08:30:52.747 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9850 | 2025-02-21T08:30:54.142Z | [ host-image] Feb 21 08:30:52.747 INFO O| Feb 21 08:30:52.747 INFO STEP 142 (remove_files) COMPLETE |
9851 | 2025-02-21T08:30:54.142Z | [ host-image] Feb 21 08:30:52.747 INFO O| Feb 21 08:30:52.747 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9852 | 2025-02-21T08:30:54.165Z | [ host-image] Feb 21 08:30:52.768 INFO O| Feb 21 08:30:52.768 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9853 | 2025-02-21T08:30:54.165Z | [ host-image] Feb 21 08:30:52.768 INFO O| Feb 21 08:30:52.768 INFO STEP 143 (remove_files) COMPLETE |
9854 | 2025-02-21T08:30:54.165Z | [ host-image] Feb 21 08:30:52.768 INFO O| Feb 21 08:30:52.768 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9855 | 2025-02-21T08:30:54.193Z | [ host-image] Feb 21 08:30:52.797 INFO O| Feb 21 08:30:52.797 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9856 | 2025-02-21T08:30:54.193Z | [ host-image] Feb 21 08:30:52.797 INFO O| Feb 21 08:30:52.797 INFO STEP 144 (remove_files) COMPLETE |
9857 | 2025-02-21T08:30:54.193Z | [ host-image] Feb 21 08:30:52.797 INFO O| Feb 21 08:30:52.797 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9858 | 2025-02-21T08:30:54.214Z | [ host-image] Feb 21 08:30:52.816 INFO O| Feb 21 08:30:52.816 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9859 | 2025-02-21T08:30:54.214Z | [ host-image] Feb 21 08:30:52.816 INFO O| Feb 21 08:30:52.816 INFO STEP 145 (remove_files) COMPLETE |
9860 | 2025-02-21T08:30:54.214Z | [ host-image] Feb 21 08:30:52.816 INFO O| Feb 21 08:30:52.816 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9861 | 2025-02-21T08:30:54.245Z | [ host-image] Feb 21 08:30:52.849 INFO O| Feb 21 08:30:52.849 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9862 | 2025-02-21T08:30:54.245Z | [ host-image] Feb 21 08:30:52.850 INFO O| Feb 21 08:30:52.850 INFO STEP 146 (remove_files) COMPLETE |
9863 | 2025-02-21T08:30:54.249Z | [ host-image] Feb 21 08:30:52.850 INFO O| Feb 21 08:30:52.850 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9864 | 2025-02-21T08:30:54.264Z | [ host-image] Feb 21 08:30:52.869 INFO O| Feb 21 08:30:52.868 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9865 | 2025-02-21T08:30:54.268Z | [ host-image] Feb 21 08:30:52.869 INFO O| Feb 21 08:30:52.869 INFO STEP 147 (remove_files) COMPLETE |
9866 | 2025-02-21T08:30:54.270Z | [ host-image] Feb 21 08:30:52.869 INFO O| Feb 21 08:30:52.869 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9867 | 2025-02-21T08:30:54.284Z | [ host-image] Feb 21 08:30:52.887 INFO O| Feb 21 08:30:52.887 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9868 | 2025-02-21T08:30:54.285Z | [ host-image] Feb 21 08:30:52.887 INFO O| Feb 21 08:30:52.887 INFO STEP 148 (remove_files) COMPLETE |
9869 | 2025-02-21T08:30:54.285Z | [ host-image] Feb 21 08:30:52.887 INFO O| Feb 21 08:30:52.887 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9870 | 2025-02-21T08:30:54.303Z | [ host-image] Feb 21 08:30:52.908 INFO O| Feb 21 08:30:52.907 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9871 | 2025-02-21T08:30:54.303Z | [ host-image] Feb 21 08:30:52.908 INFO O| Feb 21 08:30:52.908 INFO STEP 149 (remove_files) COMPLETE |
9872 | 2025-02-21T08:30:54.303Z | [ host-image] Feb 21 08:30:52.908 INFO O| Feb 21 08:30:52.908 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9873 | 2025-02-21T08:30:54.324Z | [ host-image] Feb 21 08:30:52.928 INFO O| Feb 21 08:30:52.928 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9874 | 2025-02-21T08:30:54.324Z | [ host-image] Feb 21 08:30:52.928 INFO O| Feb 21 08:30:52.928 INFO STEP 150 (remove_files) COMPLETE |
9875 | 2025-02-21T08:30:54.328Z | [ host-image] Feb 21 08:30:52.928 INFO O| Feb 21 08:30:52.928 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9876 | 2025-02-21T08:30:54.343Z | [ host-image] Feb 21 08:30:52.948 INFO O| Feb 21 08:30:52.948 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9877 | 2025-02-21T08:30:54.344Z | [ host-image] Feb 21 08:30:52.948 INFO O| Feb 21 08:30:52.948 INFO STEP 151 (remove_files) COMPLETE |
9878 | 2025-02-21T08:30:54.346Z | [ host-image] Feb 21 08:30:52.948 INFO O| Feb 21 08:30:52.948 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9879 | 2025-02-21T08:30:54.388Z | [ host-image] Feb 21 08:30:52.993 INFO O| Feb 21 08:30:52.993 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9880 | 2025-02-21T08:30:54.391Z | [ host-image] Feb 21 08:30:52.993 INFO O| Feb 21 08:30:52.993 INFO STEP 152 (remove_files) COMPLETE |
9881 | 2025-02-21T08:30:54.391Z | [ host-image] Feb 21 08:30:52.993 INFO O| Feb 21 08:30:52.993 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9882 | 2025-02-21T08:30:54.415Z | [ host-image] Feb 21 08:30:53.017 INFO O| Feb 21 08:30:53.017 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9883 | 2025-02-21T08:30:54.418Z | [ host-image] Feb 21 08:30:53.017 INFO O| Feb 21 08:30:53.017 INFO STEP 153 (remove_files) COMPLETE |
9884 | 2025-02-21T08:30:54.418Z | [ host-image] Feb 21 08:30:53.017 INFO O| Feb 21 08:30:53.017 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9885 | 2025-02-21T08:30:54.434Z | [ host-image] Feb 21 08:30:53.039 INFO O| Feb 21 08:30:53.038 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9886 | 2025-02-21T08:30:54.435Z | [ host-image] Feb 21 08:30:53.039 INFO O| Feb 21 08:30:53.039 INFO STEP 154 (remove_files) COMPLETE |
9887 | 2025-02-21T08:30:54.435Z | [ host-image] Feb 21 08:30:53.039 INFO O| Feb 21 08:30:53.039 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9888 | 2025-02-21T08:30:54.453Z | [ host-image] Feb 21 08:30:53.058 INFO O| Feb 21 08:30:53.058 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9889 | 2025-02-21T08:30:54.453Z | [ host-image] Feb 21 08:30:53.058 INFO O| Feb 21 08:30:53.058 INFO STEP 155 (remove_files) COMPLETE |
9890 | 2025-02-21T08:30:54.453Z | [ host-image] Feb 21 08:30:53.058 INFO O| Feb 21 08:30:53.058 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9891 | 2025-02-21T08:30:54.472Z | [ host-image] Feb 21 08:30:53.077 INFO O| Feb 21 08:30:53.077 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9892 | 2025-02-21T08:30:54.472Z | [ host-image] Feb 21 08:30:53.077 INFO O| Feb 21 08:30:53.077 INFO STEP 156 (remove_files) COMPLETE |
9893 | 2025-02-21T08:30:54.472Z | [ host-image] Feb 21 08:30:53.077 INFO O| Feb 21 08:30:53.077 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9894 | 2025-02-21T08:30:54.528Z | [ host-image] Feb 21 08:30:53.133 INFO O| Feb 21 08:30:53.133 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9895 | 2025-02-21T08:30:54.529Z | [ host-image] Feb 21 08:30:53.133 INFO O| Feb 21 08:30:53.133 INFO STEP 157 (remove_files) COMPLETE |
9896 | 2025-02-21T08:30:54.529Z | [ host-image] Feb 21 08:30:53.133 INFO O| Feb 21 08:30:53.133 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9897 | 2025-02-21T08:30:54.548Z | [ host-image] Feb 21 08:30:53.153 INFO O| Feb 21 08:30:53.153 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9898 | 2025-02-21T08:30:54.548Z | [ host-image] Feb 21 08:30:53.153 INFO O| Feb 21 08:30:53.153 INFO STEP 158 (remove_files) COMPLETE |
9899 | 2025-02-21T08:30:54.548Z | [ host-image] Feb 21 08:30:53.153 INFO O| Feb 21 08:30:53.153 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9900 | 2025-02-21T08:30:54.598Z | [ host-image] Feb 21 08:30:53.203 INFO O| Feb 21 08:30:53.203 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9901 | 2025-02-21T08:30:54.598Z | [ host-image] Feb 21 08:30:53.203 INFO O| Feb 21 08:30:53.203 INFO STEP 159 (remove_files) COMPLETE |
9902 | 2025-02-21T08:30:54.601Z | [ host-image] Feb 21 08:30:53.203 INFO O| Feb 21 08:30:53.203 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9903 | 2025-02-21T08:30:54.619Z | [ host-image] Feb 21 08:30:53.224 INFO O| Feb 21 08:30:53.224 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9904 | 2025-02-21T08:30:54.619Z | [ host-image] Feb 21 08:30:53.224 INFO O| Feb 21 08:30:53.224 INFO STEP 160 (remove_files) COMPLETE |
9905 | 2025-02-21T08:30:54.619Z | [ host-image] Feb 21 08:30:53.224 INFO O| Feb 21 08:30:53.224 INFO STEP 161: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9906 | 2025-02-21T08:30:54.649Z | [ host-image] Feb 21 08:30:53.254 INFO O| Feb 21 08:30:53.254 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9907 | 2025-02-21T08:30:54.652Z | [ host-image] Feb 21 08:30:53.255 INFO O| Feb 21 08:30:53.255 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"} |
9908 | 2025-02-21T08:31:06.319Z | [ host-image] Feb 21 08:31:04.924 INFO O| Feb 21 08:31:04.924 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 |
9909 | 2025-02-21T08:31:06.336Z | [ host-image] Feb 21 08:31:04.924 INFO O| Feb 21 08:31:04.924 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9910 | 2025-02-21T08:31:06.340Z | [ host-image] Feb 21 08:31:04.944 INFO O| Feb 21 08:31:04.944 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"} |
9911 | 2025-02-21T08:31:06.471Z | [ host-image] Feb 21 08:31:05.076 INFO O| Feb 21 08:31:05.076 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9912 | 2025-02-21T08:31:06.474Z | [ host-image] Feb 21 08:31:05.076 INFO O| Feb 21 08:31:05.076 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9913 | 2025-02-21T08:31:06.474Z | [ host-image] Feb 21 08:31:05.078 INFO O| Feb 21 08:31:05.078 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9914 | 2025-02-21T08:31:06.474Z | [ host-image] Feb 21 08:31:05.078 INFO O| Feb 21 08:31:05.078 INFO ok! |
9915 | 2025-02-21T08:31:06.474Z | [ host-image] Feb 21 08:31:05.078 INFO O| Feb 21 08:31:05.078 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9916 | 2025-02-21T08:31:06.476Z | [ host-image] Feb 21 08:31:05.079 INFO O| Feb 21 08:31:05.079 INFO STEP 161 (seed_smf) COMPLETE |
9917 | 2025-02-21T08:31:06.476Z | [ host-image] Feb 21 08:31:05.079 INFO O| Feb 21 08:31:05.079 INFO steps complete; finalising image! |
9918 | 2025-02-21T08:31:06.476Z | [ host-image] Feb 21 08:31:05.079 INFO O| Feb 21 08:31:05.079 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9919 | 2025-02-21T08:31:06.655Z | [ host-image] Feb 21 08:31:05.259 INFO O| Feb 21 08:31:05.259 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Fri Feb 21 08:31:05 2025) |
9920 | 2025-02-21T08:31:06.867Z | [ host-image] Feb 21 08:31:05.471 INFO O| Feb 21 08:31:05.471 INFO trim TEMPORARY-gimlet-zfs: (96% trimmed, started at Fri Feb 21 08:31:05 2025) |
9921 | 2025-02-21T08:31:07.104Z | [ host-image] Feb 21 08:31:05.708 INFO O| Feb 21 08:31:05.708 INFO temporary pool has 719M used, 113M avail, 1.79x compressratio |
9922 | 2025-02-21T08:31:07.104Z | [ host-image] Feb 21 08:31:05.708 INFO O| Feb 21 08:31:05.708 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9923 | 2025-02-21T08:31:07.568Z | [ host-image] Feb 21 08:31:06.172 INFO O| Feb 21 08:31:06.172 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9924 | 2025-02-21T08:31:07.571Z | [ host-image] Feb 21 08:31:06.173 INFO O| Feb 21 08:31:06.173 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9925 | 2025-02-21T08:31:09.156Z | [ host-image] Feb 21 08:31:07.760 INFO O| Feb 21 08:31:07.760 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9926 | 2025-02-21T08:31:09.156Z | [ host-image] Feb 21 08:31:07.760 INFO O| Feb 21 08:31:07.760 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9927 | 2025-02-21T08:31:09.161Z | [ host-image] Feb 21 08:31:07.760 INFO O| Feb 21 08:31:07.760 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9928 | 2025-02-21T08:31:09.161Z | [ host-image] Feb 21 08:31:07.760 INFO O| Feb 21 08:31:07.760 INFO completed processing gimlet/zfs |
9929 | 2025-02-21T08:31:09.161Z | [ host-image] Feb 21 08:31:07.760 INFO O| Feb 21 08:31:07.760 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9930 | 2025-02-21T08:31:17.595Z | [ host-image] Feb 21 08:31:16.197 INFO O| Feb 21 08:31:16.197 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9931 | 2025-02-21T08:31:17.724Z | [ host-image] Feb 21 08:31:16.329 INFO BUILD STRING "heads/stlouis-0-g2b7912f651\n" |
9932 | 2025-02-21T08:31:17.724Z | [ host-image] Feb 21 08:31:16.329 INFO expanded image name: "ci 903e27d/${os_short_commit} 2025-02-21 07:56" -> "ci 903e27d/2b7912f 2025-02-21 07:56" |
9933 | 2025-02-21T08:31:17.724Z | [ host-image] Feb 21 08:31:16.329 INFO output artefacts stored in: "/work/os-host" |
9934 | 2025-02-21T08:31:17.729Z | [ host-image] Feb 21 08:31:16.329 INFO collecting git info from project "phbl"... |
9935 | 2025-02-21T08:31:17.739Z | [ host-image] Feb 21 08:31:16.343 INFO collecting git info from project "chelsio-t6-roms"... |
9936 | 2025-02-21T08:31:17.748Z | [ host-image] Feb 21 08:31:16.352 INFO collecting git info from project "image-builder"... |
9937 | 2025-02-21T08:31:17.755Z | [ host-image] Feb 21 08:31:16.360 INFO collecting git info from project "pilot"... |
9938 | 2025-02-21T08:31:17.766Z | [ host-image] Feb 21 08:31:16.371 INFO collecting git info from project "pinprick"... |
9939 | 2025-02-21T08:31:17.776Z | [ host-image] Feb 21 08:31:16.380 INFO collecting git info from project "amd-host-image-builder"... |
9940 | 2025-02-21T08:31:17.832Z | [ host-image] Feb 21 08:31:16.437 INFO collecting git info from project "amd-firmware"... |
9941 | 2025-02-21T08:31:17.862Z | [ host-image] Feb 21 08:31:16.467 INFO collecting git info from project "bootserver"... |
9942 | 2025-02-21T08:31:17.872Z | [ host-image] Feb 21 08:31:16.476 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9943 | 2025-02-21T08:31:18.678Z | [ host-image] Feb 21 08:31:17.282 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9944 | 2025-02-21T08:31:19.310Z | [ host-image] Feb 21 08:31:17.913 INFO creating Oxide boot image... |
9945 | 2025-02-21T08:31:19.310Z | [ host-image] Feb 21 08:31:17.913 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 903e27d/2b7912f 2025-02-21 07:56", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9946 | 2025-02-21T08:31:20.715Z | [ host-image] Feb 21 08:31:19.320 INFO O| ok, image written! |
9947 | 2025-02-21T08:31:20.716Z | [ host-image] Feb 21 08:31:19.320 INFO O| ok, boot_image_csum file written! |
9948 | 2025-02-21T08:31:20.720Z | [ host-image] Feb 21 08:31:19.324 INFO creating boot archive (CPIO)... |
9949 | 2025-02-21T08:31:20.720Z | [ host-image] Feb 21 08:31:19.324 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 |
9950 | 2025-02-21T08:31:20.729Z | [ host-image] Feb 21 08:31:19.334 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9951 | 2025-02-21T08:31:20.729Z | [ host-image] Feb 21 08:31:19.334 INFO E| + outfile=/work/os-host/cpio |
9952 | 2025-02-21T08:31:20.729Z | [ host-image] Feb 21 08:31:19.334 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9953 | 2025-02-21T08:31:20.732Z | [ host-image] Feb 21 08:31:19.337 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9954 | 2025-02-21T08:31:20.732Z | [ host-image] Feb 21 08:31:19.337 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9955 | 2025-02-21T08:31:20.781Z | [ host-image] Feb 21 08:31:19.386 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9956 | 2025-02-21T08:31:20.781Z | [ host-image] Feb 21 08:31:19.386 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9957 | 2025-02-21T08:31:20.792Z | [ host-image] Feb 21 08:31:19.397 INFO creating compressed cpio/unix for nanobl-rs... |
9958 | 2025-02-21T08:31:20.792Z | [ host-image] Feb 21 08:31:19.397 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 |
9959 | 2025-02-21T08:31:21.277Z | [ host-image] Feb 21 08:31:19.881 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9960 | 2025-02-21T08:31:27.926Z | [ host-image] Feb 21 08:31:26.531 INFO creating reset image... |
9961 | 2025-02-21T08:31:27.929Z | [ host-image] Feb 21 08:31:26.531 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9962 | 2025-02-21T08:31:28.084Z | [ host-image] Feb 21 08:31:26.689 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s |
9963 | 2025-02-21T08:31:28.087Z | [ host-image] Feb 21 08:31:26.691 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9964 | 2025-02-21T08:31:28.162Z | [ host-image] Feb 21 08:31:26.766 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9965 | 2025-02-21T08:31:30.907Z | [ host-image] Feb 21 08:31:29.510 INFO E| Finished `release` profile [optimized] target(s) in 2.79s |
9966 | 2025-02-21T08:31:30.923Z | [ host-image] Feb 21 08:31:29.527 INFO building host image... |
9967 | 2025-02-21T08:31:30.927Z | [ host-image] Feb 21 08:31:29.527 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") |
9968 | 2025-02-21T08:31:31.752Z | [ host-image] Feb 21 08:31:30.355 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9969 | 2025-02-21T08:32:48.150Z | [ host-image] Feb 21 08:32:46.754 INFO image complete! materials are in "/work/os-host" |
9970 | 2025-02-21T08:32:48.153Z | [ host-image] |
9971 | 2025-02-21T08:32:48.156Z | [ host-image] real 14:02.754954400 |
9972 | 2025-02-21T08:32:48.156Z | [ host-image] user 7:05.636553518 |
9973 | 2025-02-21T08:32:48.156Z | [ host-image] sys 1:10.933064865 |
9974 | 2025-02-21T08:32:48.156Z | [ host-image] trap 0.357692819 |
9975 | 2025-02-21T08:32:48.156Z | [ host-image] tflt 0.032687596 |
9976 | 2025-02-21T08:32:48.156Z | [ host-image] dflt 0.056155735 |
9977 | 2025-02-21T08:32:48.156Z | [ host-image] kflt 0.106047614 |
9978 | 2025-02-21T08:32:48.156Z | [ host-image] lock 11:24.607141690 |
9979 | 2025-02-21T08:32:48.156Z | [ host-image] slp 1:13:42.664931543 |
9980 | 2025-02-21T08:32:48.157Z | [ host-image] lat 3:18.336293704 |
9981 | 2025-02-21T08:32:48.157Z | [ host-image] stop 0.899738543 |
9982 | 2025-02-21T08:32:48.157Z | Feb 21 08:32:46.758 INFO [host-image] process exited with exit status: 0 (842.773779678s) |
9983 | 2025-02-21T08:32:48.157Z | Feb 21 08:32:46.759 INFO [tuf-repo] running task |
9984 | 2025-02-21T08:33:05.993Z | Feb 21 08:33:04.596 INFO assembling repository in `/tmp/tufaceousu80vlz`, component: OmicronRepoAssembler |
9985 | 2025-02-21T08:33:32.002Z | Feb 21 08:33:30.606 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
9986 | 2025-02-21T08:33:32.332Z | Feb 21 08:33:30.936 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
9987 | 2025-02-21T08:33:48.398Z | Feb 21 08:33:47.001 INFO [tuf-repo] task succeeded (60.2424547s) |
9988 | 2025-02-21T08:35:06.977Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 15m 40s |
9989 | 2025-02-21T08:35:07.423Z | Feb 21 08:35:06.026 INFO [verify-libraries] process exited with exit status: 0 (945.196776087s) |
9990 | 2025-02-21T08:35:07.423Z | Feb 21 08:35:06.026 INFO all jobs completed in 2297.371955574s |
9991 | 2025-02-21T08:35:10.398Z | process exited: duration 2953059 ms, exit code 0 |
|
9992 | 2025-02-21T08:35:10.415Z | found 33 output files |
9993 | 2025-02-21T08:35:10.415Z | uploading: /work/manifest.toml (13429 bytes) |
9994 | 2025-02-21T08:35:11.432Z | uploaded: /work/manifest.toml |
9995 | 2025-02-21T08:35:11.432Z | uploading: /work/repo.zip (2169419463 bytes) |
9996 | 2025-02-21T08:36:02.517Z | uploaded: /work/repo.zip |
9997 | 2025-02-21T08:36:02.518Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
9998 | 2025-02-21T08:36:03.567Z | uploaded: /work/repo.zip.sha256.txt |
9999 | 2025-02-21T08:36:03.567Z | uploading: /work/helios-setup.log (69013 bytes) |
10000 | 2025-02-21T08:36:04.596Z | uploaded: /work/helios-setup.log |
10001 | 2025-02-21T08:36:04.597Z | uploading: /work/host-image.log (199453 bytes) |
10002 | 2025-02-21T08:36:05.615Z | uploaded: /work/host-image.log |
10003 | 2025-02-21T08:36:05.615Z | uploading: /work/host-package.log (22863 bytes) |
10004 | 2025-02-21T08:36:06.625Z | uploaded: /work/host-package.log |
10005 | 2025-02-21T08:36:06.625Z | uploading: /work/host-target.log (101 bytes) |
10006 | 2025-02-21T08:36:07.634Z | uploaded: /work/host-target.log |
10007 | 2025-02-21T08:36:07.634Z | uploading: /work/omicron-package.log (5681 bytes) |
10008 | 2025-02-21T08:36:08.642Z | uploaded: /work/omicron-package.log |
10009 | 2025-02-21T08:36:08.643Z | uploading: /work/phbl-toolchain.log (881 bytes) |
10010 | 2025-02-21T08:36:09.651Z | uploaded: /work/phbl-toolchain.log |
10011 | 2025-02-21T08:36:09.651Z | uploading: /work/recovery-image.log (578812 bytes) |
10012 | 2025-02-21T08:36:10.671Z | uploaded: /work/recovery-image.log |
10013 | 2025-02-21T08:36:10.674Z | uploading: /work/recovery-package.log (1762 bytes) |
10014 | 2025-02-21T08:36:11.681Z | uploaded: /work/recovery-package.log |
10015 | 2025-02-21T08:36:11.681Z | uploading: /work/recovery-target.log (57 bytes) |
10016 | 2025-02-21T08:36:12.700Z | uploaded: /work/recovery-target.log |
10017 | 2025-02-21T08:36:12.700Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
10018 | 2025-02-21T08:36:13.717Z | uploaded: /work/stamp-clickhouse.log |
10019 | 2025-02-21T08:36:13.717Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
10020 | 2025-02-21T08:36:14.731Z | uploaded: /work/stamp-clickhouse_keeper.log |
10021 | 2025-02-21T08:36:14.731Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
10022 | 2025-02-21T08:36:15.743Z | uploaded: /work/stamp-cockroachdb.log |
10023 | 2025-02-21T08:36:15.743Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
10024 | 2025-02-21T08:36:16.761Z | uploaded: /work/stamp-crucible-dtrace.log |
10025 | 2025-02-21T08:36:16.761Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
10026 | 2025-02-21T08:36:17.769Z | uploaded: /work/stamp-crucible-pantry-zone.log |
10027 | 2025-02-21T08:36:17.769Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
10028 | 2025-02-21T08:36:18.777Z | uploaded: /work/stamp-crucible-zone.log |
10029 | 2025-02-21T08:36:18.777Z | uploading: /work/stamp-external-dns.log (119 bytes) |
10030 | 2025-02-21T08:36:19.788Z | uploaded: /work/stamp-external-dns.log |
10031 | 2025-02-21T08:36:19.788Z | uploading: /work/stamp-installinator.log (103 bytes) |
10032 | 2025-02-21T08:36:20.796Z | uploaded: /work/stamp-installinator.log |
10033 | 2025-02-21T08:36:20.796Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
10034 | 2025-02-21T08:36:21.804Z | uploaded: /work/stamp-internal-dns.log |
10035 | 2025-02-21T08:36:21.804Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
10036 | 2025-02-21T08:36:22.812Z | uploaded: /work/stamp-mg-ddm-gz.log |
10037 | 2025-02-21T08:36:22.812Z | uploading: /work/stamp-nexus.log (112 bytes) |
10038 | 2025-02-21T08:36:23.821Z | uploaded: /work/stamp-nexus.log |
10039 | 2025-02-21T08:36:23.821Z | uploading: /work/stamp-ntp.log (110 bytes) |
10040 | 2025-02-21T08:36:24.830Z | uploaded: /work/stamp-ntp.log |
10041 | 2025-02-21T08:36:24.830Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
10042 | 2025-02-21T08:36:25.838Z | uploaded: /work/stamp-omicron-sled-agent.log |
10043 | 2025-02-21T08:36:25.838Z | uploading: /work/stamp-overlay.log (114 bytes) |
10044 | 2025-02-21T08:36:26.847Z | uploaded: /work/stamp-overlay.log |
10045 | 2025-02-21T08:36:26.847Z | uploading: /work/stamp-oximeter.log (115 bytes) |
10046 | 2025-02-21T08:36:27.856Z | uploaded: /work/stamp-oximeter.log |
10047 | 2025-02-21T08:36:27.857Z | uploading: /work/stamp-oxlog.log (109 bytes) |
10048 | 2025-02-21T08:36:28.865Z | uploaded: /work/stamp-oxlog.log |
10049 | 2025-02-21T08:36:28.865Z | uploading: /work/stamp-probe.log (112 bytes) |
10050 | 2025-02-21T08:36:29.872Z | uploaded: /work/stamp-probe.log |
10051 | 2025-02-21T08:36:29.872Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
10052 | 2025-02-21T08:36:30.881Z | uploaded: /work/stamp-propolis-server.log |
10053 | 2025-02-21T08:36:30.881Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
10054 | 2025-02-21T08:36:31.889Z | uploaded: /work/stamp-pumpkind-gz.log |
10055 | 2025-02-21T08:36:31.889Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
10056 | 2025-02-21T08:36:32.901Z | uploaded: /work/stamp-switch-asic.log |
10057 | 2025-02-21T08:36:32.904Z | uploading: /work/verify-libraries.log (6147 bytes) |
10058 | 2025-02-21T08:36:33.910Z | uploaded: /work/verify-libraries.log |