|
|
|
1 | 2025-02-21T12:44:35.289Z | job assigned to worker 01JMM8HZY5NN60VNZH33WSDXWV [factory aws, i-0a9851468cf08abde] (queued for 53 s) |
|
2 | 2025-02-21T12:44:43.817Z | starting task 0: "setup" |
3 | 2025-02-21T12:44:43.822Z | ++ uname -s |
4 | 2025-02-21T12:44:43.825Z | + kern=SunOS |
5 | 2025-02-21T12:44:43.825Z | + build_user=build |
6 | 2025-02-21T12:44:43.825Z | + build_uid=12345 |
7 | 2025-02-21T12:44:43.825Z | + work_dir=/work |
8 | 2025-02-21T12:44:43.825Z | + input_dir=/input |
9 | 2025-02-21T12:44:43.825Z | + [[ 0 == 12345 ]] |
10 | 2025-02-21T12:44:43.825Z | + case "$kern" in |
11 | 2025-02-21T12:44:43.825Z | + groupadd -g 12345 build |
12 | 2025-02-21T12:44:43.828Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-21T12:44:45.835Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-21T12:44:45.955Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-21T12:44:45.958Z | + home_fs=zfs |
16 | 2025-02-21T12:44:45.958Z | + [[ zfs == autofs ]] |
17 | 2025-02-21T12:44:45.958Z | + mkdir -p /home/build |
18 | 2025-02-21T12:44:45.960Z | + chown build:build /home/build /work |
19 | 2025-02-21T12:44:46.961Z | + chmod 0700 /home/build /work |
20 | 2025-02-21T12:44:46.964Z | process exited: duration 3149 ms, exit code 0 |
|
21 | 2025-02-21T12:44:46.970Z | starting task 1: "rust-toolchain" |
22 | 2025-02-21T12:44:46.975Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-02-21T12:44:46.975Z | * rust toolchain channel = "1.85.0" |
24 | 2025-02-21T12:44:46.975Z | * rust toolchain profile = "default" |
25 | 2025-02-21T12:44:46.975Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-02-21T12:44:46.975Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-21T12:44:46.975Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-21T12:44:46.978Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-21T12:44:46.978Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-02-21T12:44:47.094Z | info: downloading installer |
31 | 2025-02-21T12:44:48.221Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-21T12:44:48.221Z | warning: /opt/ooce/bin |
33 | 2025-02-21T12:44:48.221Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-21T12:44:48.221Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-21T12:44:48.221Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-21T12:44:48.221Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-21T12:44:48.221Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-21T12:44:48.221Z | error: cannot install while Rust is installed |
39 | 2025-02-21T12:44:48.221Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-21T12:44:48.236Z | info: profile set to 'default' |
41 | 2025-02-21T12:44:48.236Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-21T12:44:48.239Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-02-21T12:44:48.389Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-02-21T12:44:48.389Z | info: downloading component 'cargo' |
45 | 2025-02-21T12:44:49.124Z | info: downloading component 'clippy' |
46 | 2025-02-21T12:44:49.406Z | info: downloading component 'rust-docs' |
47 | 2025-02-21T12:44:50.515Z | info: downloading component 'rust-std' |
48 | 2025-02-21T12:44:52.154Z | info: downloading component 'rustc' |
49 | 2025-02-21T12:44:57.846Z | info: downloading component 'rustfmt' |
50 | 2025-02-21T12:44:58.057Z | info: installing component 'cargo' |
51 | 2025-02-21T12:44:58.853Z | info: installing component 'clippy' |
52 | 2025-02-21T12:44:59.236Z | info: installing component 'rust-docs' |
53 | 2025-02-21T12:45:00.996Z | info: installing component 'rust-std' |
54 | 2025-02-21T12:45:02.834Z | info: installing component 'rustc' |
55 | 2025-02-21T12:45:08.721Z | info: installing component 'rustfmt' |
56 | 2025-02-21T12:45:09.057Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-02-21T12:45:09.058Z | |
58 | 2025-02-21T12:45:09.428Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-02-21T12:45:09.428Z | |
60 | 2025-02-21T12:45:09.432Z | |
61 | 2025-02-21T12:45:09.432Z | Rust is installed now. Great! |
62 | 2025-02-21T12:45:09.432Z | |
63 | 2025-02-21T12:45:09.432Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-21T12:45:09.432Z | environment variable. This has not been done automatically. |
65 | 2025-02-21T12:45:09.433Z | |
66 | 2025-02-21T12:45:09.433Z | To configure your current shell, you need to source |
67 | 2025-02-21T12:45:09.433Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-21T12:45:09.433Z | |
69 | 2025-02-21T12:45:09.433Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-21T12:45:09.433Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-21T12:45:09.433Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-21T12:45:09.505Z | + rustup --version |
73 | 2025-02-21T12:45:09.518Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-21T12:45:09.518Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-21T12:45:09.592Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
76 | 2025-02-21T12:45:09.601Z | + cargo --version |
77 | 2025-02-21T12:45:09.654Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
78 | 2025-02-21T12:45:09.663Z | + rustc --version |
79 | 2025-02-21T12:45:09.719Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
80 | 2025-02-21T12:45:09.726Z | process exited: duration 22749 ms, exit code 0 |
|
81 | 2025-02-21T12:45:09.757Z | starting task 2: "authentication" |
82 | 2025-02-21T12:45:09.798Z | process exited: duration 39 ms, exit code 0 |
|
83 | 2025-02-21T12:45:09.831Z | starting task 3: "clone repository" |
84 | 2025-02-21T12:45:09.870Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-21T12:45:09.870Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-21T12:45:09.881Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-21T12:45:16.650Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-21T12:45:16.650Z | + git fetch origin 517bc6313a6e2971d164a76c7a8db96dcf1a0216 |
89 | 2025-02-21T12:45:16.949Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-21T12:45:16.953Z | * branch 517bc6313a6e2971d164a76c7a8db96dcf1a0216 -> FETCH_HEAD |
91 | 2025-02-21T12:45:16.956Z | + [[ -n renovate/reqwest-0.x-lockfile ]] |
92 | 2025-02-21T12:45:16.959Z | ++ git branch --show-current |
93 | 2025-02-21T12:45:16.981Z | + current=main |
94 | 2025-02-21T12:45:16.981Z | + [[ main != renovate/reqwest-0.x-lockfile ]] |
95 | 2025-02-21T12:45:16.981Z | + git branch -f renovate/reqwest-0.x-lockfile 517bc6313a6e2971d164a76c7a8db96dcf1a0216 |
96 | 2025-02-21T12:45:16.990Z | + git checkout -f renovate/reqwest-0.x-lockfile |
97 | 2025-02-21T12:45:17.150Z | Switched to branch 'renovate/reqwest-0.x-lockfile' |
98 | 2025-02-21T12:45:17.153Z | + git reset --hard 517bc6313a6e2971d164a76c7a8db96dcf1a0216 |
99 | 2025-02-21T12:45:17.167Z | HEAD is now at 517bc6313 Update Rust crate reqwest to v0.12.12 |
100 | 2025-02-21T12:45:17.170Z | process exited: duration 7348 ms, exit code 0 |
|
101 | 2025-02-21T12:45:17.177Z | starting task 4: "build" |
102 | 2025-02-21T12:45:17.183Z | + source .github/buildomat/ci-env.sh |
103 | 2025-02-21T12:45:17.183Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-02-21T12:45:17.183Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-02-21T12:45:17.186Z | + cargo --version |
106 | 2025-02-21T12:45:17.233Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
107 | 2025-02-21T12:45:17.236Z | + rustc --version |
108 | 2025-02-21T12:45:17.298Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
109 | 2025-02-21T12:45:17.300Z | + cargo tree --locked |
110 | 2025-02-21T12:45:17.536Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
111 | 2025-02-21T12:45:17.819Z | Updating crates.io index |
112 | 2025-02-21T12:45:17.822Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
113 | 2025-02-21T12:45:18.399Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
114 | 2025-02-21T12:45:18.694Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
115 | 2025-02-21T12:45:18.961Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
116 | 2025-02-21T12:45:19.897Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
117 | 2025-02-21T12:45:21.624Z | Updating git repository `https://github.com/oxidecomputer/opte` |
118 | 2025-02-21T12:45:22.218Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
119 | 2025-02-21T12:45:22.906Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
120 | 2025-02-21T12:45:23.179Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
121 | 2025-02-21T12:45:23.452Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
122 | 2025-02-21T12:45:24.180Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
123 | 2025-02-21T12:45:24.543Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
124 | 2025-02-21T12:45:24.825Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
125 | 2025-02-21T12:45:25.092Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
126 | 2025-02-21T12:45:25.389Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
127 | 2025-02-21T12:45:25.641Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
128 | 2025-02-21T12:45:25.942Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
129 | 2025-02-21T12:45:26.318Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
130 | 2025-02-21T12:45:26.694Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
131 | 2025-02-21T12:45:27.008Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
132 | 2025-02-21T12:45:27.322Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
133 | 2025-02-21T12:45:27.688Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
134 | 2025-02-21T12:45:28.178Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
135 | 2025-02-21T12:45:28.478Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
136 | 2025-02-21T12:45:28.854Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
137 | 2025-02-21T12:45:29.285Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
138 | 2025-02-21T12:45:29.562Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
139 | 2025-02-21T12:45:29.853Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
140 | 2025-02-21T12:45:30.114Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
141 | 2025-02-21T12:45:31.488Z | Downloading crates ... |
142 | 2025-02-21T12:45:31.618Z | Downloaded anstyle v1.0.10 |
143 | 2025-02-21T12:45:31.622Z | Downloaded aead v0.5.2 |
144 | 2025-02-21T12:45:31.622Z | Downloaded event-listener-strategy v0.5.2 |
145 | 2025-02-21T12:45:31.625Z | Downloaded event-listener v2.5.3 |
146 | 2025-02-21T12:45:31.627Z | Downloaded equivalent v1.0.1 |
147 | 2025-02-21T12:45:31.627Z | Downloaded event-listener v5.3.1 |
148 | 2025-02-21T12:45:31.631Z | Downloaded foreign-types-shared v0.1.1 |
149 | 2025-02-21T12:45:31.633Z | Downloaded float-ord v0.3.2 |
150 | 2025-02-21T12:45:31.636Z | Downloaded foreign-types-shared v0.3.1 |
151 | 2025-02-21T12:45:31.636Z | Downloaded float-cmp v0.10.0 |
152 | 2025-02-21T12:45:31.638Z | Downloaded foreign-types-macros v0.2.3 |
153 | 2025-02-21T12:45:31.638Z | Downloaded escape8259 v0.5.3 |
154 | 2025-02-21T12:45:31.638Z | Downloaded chrono-tz-build v0.4.0 |
155 | 2025-02-21T12:45:31.640Z | Downloaded http-body v1.0.1 |
156 | 2025-02-21T12:45:31.647Z | Downloaded fxhash v0.2.1 |
157 | 2025-02-21T12:45:31.647Z | Downloaded foreign-types v0.5.0 |
158 | 2025-02-21T12:45:31.647Z | Downloaded async-object-pool v0.1.5 |
159 | 2025-02-21T12:45:31.647Z | Downloaded async-stream-impl v0.3.6 |
160 | 2025-02-21T12:45:31.647Z | Downloaded anes v0.1.6 |
161 | 2025-02-21T12:45:31.651Z | Downloaded cfg_aliases v0.1.1 |
162 | 2025-02-21T12:45:31.651Z | Downloaded guppy-workspace-hack v0.1.0 |
163 | 2025-02-21T12:45:31.651Z | Downloaded atomicwrites v0.4.4 |
164 | 2025-02-21T12:45:31.654Z | Downloaded cfg_aliases v0.2.1 |
165 | 2025-02-21T12:45:31.657Z | Downloaded foreign-types v0.3.2 |
166 | 2025-02-21T12:45:31.665Z | Downloaded fastrand v2.1.1 |
167 | 2025-02-21T12:45:31.669Z | Downloaded hubpack_derive v0.1.1 |
168 | 2025-02-21T12:45:31.671Z | Downloaded assert_matches v1.5.0 |
169 | 2025-02-21T12:45:31.673Z | Downloaded foldhash v0.1.3 |
170 | 2025-02-21T12:45:31.673Z | Downloaded filetime v0.2.25 |
171 | 2025-02-21T12:45:31.676Z | Downloaded addr2line v0.24.2 |
172 | 2025-02-21T12:45:31.678Z | Downloaded futures-task v0.3.31 |
173 | 2025-02-21T12:45:31.681Z | Downloaded http-range v0.1.5 |
174 | 2025-02-21T12:45:31.681Z | Downloaded atty v0.2.14 |
175 | 2025-02-21T12:45:31.683Z | Downloaded async-signal v0.2.10 |
176 | 2025-02-21T12:45:31.683Z | Downloaded home v0.5.9 |
177 | 2025-02-21T12:45:31.687Z | Downloaded ghash v0.5.1 |
178 | 2025-02-21T12:45:31.687Z | Downloaded fragile v2.0.0 |
179 | 2025-02-21T12:45:31.690Z | Downloaded block-padding v0.3.3 |
180 | 2025-02-21T12:45:31.690Z | Downloaded adler2 v2.0.0 |
181 | 2025-02-21T12:45:31.693Z | Downloaded humantime v2.1.0 |
182 | 2025-02-21T12:45:31.696Z | Downloaded heck v0.3.3 |
183 | 2025-02-21T12:45:31.696Z | Downloaded futures-timer v3.0.3 |
184 | 2025-02-21T12:45:31.698Z | Downloaded castaway v0.2.3 |
185 | 2025-02-21T12:45:31.698Z | Downloaded hubpack v0.1.2 |
186 | 2025-02-21T12:45:31.701Z | Downloaded httpdate v1.0.3 |
187 | 2025-02-21T12:45:31.703Z | Downloaded hex v0.4.3 |
188 | 2025-02-21T12:45:31.703Z | Downloaded cfg-if v1.0.0 |
189 | 2025-02-21T12:45:31.706Z | Downloaded cargo-platform v0.1.8 |
190 | 2025-02-21T12:45:31.706Z | Downloaded glob v0.3.2 |
191 | 2025-02-21T12:45:31.708Z | Downloaded fallible-iterator v0.2.0 |
192 | 2025-02-21T12:45:31.710Z | Downloaded cexpr v0.6.0 |
193 | 2025-02-21T12:45:31.713Z | Downloaded fnv v1.0.7 |
194 | 2025-02-21T12:45:31.713Z | Downloaded openssl-probe v0.1.5 |
195 | 2025-02-21T12:45:31.715Z | Downloaded futures-sink v0.3.31 |
196 | 2025-02-21T12:45:31.715Z | Downloaded gethostname v0.5.0 |
197 | 2025-02-21T12:45:31.718Z | Downloaded camino-tempfile v1.1.1 |
198 | 2025-02-21T12:45:31.721Z | Downloaded bitfield-struct v0.6.2 |
199 | 2025-02-21T12:45:31.721Z | Downloaded bytecount v0.6.8 |
200 | 2025-02-21T12:45:31.724Z | Downloaded path-slash v0.1.5 |
201 | 2025-02-21T12:45:31.726Z | Downloaded byteorder v1.5.0 |
202 | 2025-02-21T12:45:31.726Z | Downloaded cbc v0.1.2 |
203 | 2025-02-21T12:45:31.729Z | Downloaded bit-vec v0.6.3 |
204 | 2025-02-21T12:45:31.729Z | Downloaded heck v0.4.1 |
205 | 2025-02-21T12:45:31.731Z | Downloaded arrayvec v0.7.6 |
206 | 2025-02-21T12:45:31.734Z | Downloaded precomputed-hash v0.1.1 |
207 | 2025-02-21T12:45:31.737Z | Downloaded http-body-util v0.1.2 |
208 | 2025-02-21T12:45:31.737Z | Downloaded highway v1.2.0 |
209 | 2025-02-21T12:45:31.739Z | Downloaded autocfg v1.4.0 |
210 | 2025-02-21T12:45:31.742Z | Downloaded num v0.4.3 |
211 | 2025-02-21T12:45:31.744Z | Downloaded hash32 v0.3.1 |
212 | 2025-02-21T12:45:31.744Z | Downloaded httparse v1.9.5 |
213 | 2025-02-21T12:45:31.747Z | Downloaded cast v0.3.0 |
214 | 2025-02-21T12:45:31.749Z | Downloaded bcs v0.1.6 |
215 | 2025-02-21T12:45:31.752Z | Downloaded hyper-rustls v0.26.0 |
216 | 2025-02-21T12:45:31.755Z | Downloaded cargo_metadata v0.18.1 |
217 | 2025-02-21T12:45:31.757Z | Downloaded cassowary v0.3.0 |
218 | 2025-02-21T12:45:31.759Z | Downloaded oorandom v11.1.4 |
219 | 2025-02-21T12:45:31.759Z | Downloaded num_cpus v1.16.0 |
220 | 2025-02-21T12:45:31.764Z | Downloaded fatfs v0.3.6 |
221 | 2025-02-21T12:45:31.768Z | Downloaded httptest v0.16.3 |
222 | 2025-02-21T12:45:31.768Z | Downloaded heck v0.5.0 |
223 | 2025-02-21T12:45:31.771Z | Downloaded cancel-safe-futures v0.1.5 |
224 | 2025-02-21T12:45:31.773Z | Downloaded time-core v0.1.2 |
225 | 2025-02-21T12:45:31.773Z | Downloaded sync_wrapper v1.0.1 |
226 | 2025-02-21T12:45:31.776Z | Downloaded sync-ptr v0.1.1 |
227 | 2025-02-21T12:45:31.776Z | Downloaded sigpipe v0.1.3 |
228 | 2025-02-21T12:45:31.778Z | Downloaded serde-big-array v0.5.1 |
229 | 2025-02-21T12:45:31.778Z | Downloaded path-tree v0.8.1 |
230 | 2025-02-21T12:45:31.782Z | Downloaded group v0.13.0 |
231 | 2025-02-21T12:45:31.784Z | Downloaded hickory-client v0.24.3 |
232 | 2025-02-21T12:45:31.787Z | Downloaded ciborium-io v0.2.2 |
233 | 2025-02-21T12:45:31.787Z | Downloaded yoke-derive v0.7.4 |
234 | 2025-02-21T12:45:31.787Z | Downloaded tower-layer v0.3.3 |
235 | 2025-02-21T12:45:31.789Z | Downloaded progenitor-macro v0.8.0 |
236 | 2025-02-21T12:45:31.789Z | Downloaded primeorder v0.13.6 |
237 | 2025-02-21T12:45:31.791Z | Downloaded ref-cast-impl v1.0.23 |
238 | 2025-02-21T12:45:31.794Z | Downloaded progenitor v0.9.1 |
239 | 2025-02-21T12:45:31.794Z | Downloaded hmac v0.12.1 |
240 | 2025-02-21T12:45:31.796Z | Downloaded ppv-lite86 v0.2.20 |
241 | 2025-02-21T12:45:31.799Z | Downloaded cargo_metadata v0.19.1 |
242 | 2025-02-21T12:45:31.801Z | Downloaded fs_extra v1.3.0 |
243 | 2025-02-21T12:45:31.803Z | Downloaded vte_generate_state_changes v0.1.2 |
244 | 2025-02-21T12:45:31.803Z | Downloaded usdt-attr-macro v0.5.0 |
245 | 2025-02-21T12:45:31.803Z | Downloaded base64ct v1.6.0 |
246 | 2025-02-21T12:45:31.806Z | Downloaded cfg-expr v0.17.2 |
247 | 2025-02-21T12:45:31.809Z | Downloaded radium v0.7.0 |
248 | 2025-02-21T12:45:31.812Z | Downloaded quinn-udp v0.5.5 |
249 | 2025-02-21T12:45:31.814Z | Downloaded ref-cast v1.0.23 |
250 | 2025-02-21T12:45:31.817Z | Downloaded owo-colors v4.1.0 |
251 | 2025-02-21T12:45:31.820Z | Downloaded rusty-fork v0.3.0 |
252 | 2025-02-21T12:45:31.825Z | Downloaded endian-type v0.1.2 |
253 | 2025-02-21T12:45:31.825Z | Downloaded serde_urlencoded v0.7.1 |
254 | 2025-02-21T12:45:31.828Z | Downloaded serde_tokenstream v0.2.2 |
255 | 2025-02-21T12:45:31.828Z | Downloaded dtrace-parser v0.2.0 |
256 | 2025-02-21T12:45:31.828Z | Downloaded structmeta v0.2.0 |
257 | 2025-02-21T12:45:31.828Z | Downloaded tokio-native-tls v0.3.1 |
258 | 2025-02-21T12:45:31.830Z | Downloaded doc-comment v0.3.3 |
259 | 2025-02-21T12:45:31.833Z | Downloaded target-triple v0.1.3 |
260 | 2025-02-21T12:45:31.833Z | Downloaded tokio-macros v2.5.0 |
261 | 2025-02-21T12:45:31.835Z | Downloaded topological-sort v0.2.2 |
262 | 2025-02-21T12:45:31.835Z | Downloaded strum_macros v0.25.3 |
263 | 2025-02-21T12:45:31.839Z | Downloaded strum_macros v0.24.3 |
264 | 2025-02-21T12:45:31.841Z | Downloaded slog-async v2.8.0 |
265 | 2025-02-21T12:45:31.841Z | Downloaded slab v0.4.9 |
266 | 2025-02-21T12:45:31.844Z | Downloaded pin-project-lite v0.2.14 |
267 | 2025-02-21T12:45:31.847Z | Downloaded half v2.4.1 |
268 | 2025-02-21T12:45:31.850Z | Downloaded headers v0.4.0 |
269 | 2025-02-21T12:45:31.856Z | Downloaded futures v0.3.31 |
270 | 2025-02-21T12:45:31.861Z | Downloaded nested v0.1.1 |
271 | 2025-02-21T12:45:31.864Z | Downloaded md5 v0.7.0 |
272 | 2025-02-21T12:45:31.866Z | Downloaded wait-timeout v0.2.0 |
273 | 2025-02-21T12:45:31.866Z | Downloaded usdt v0.5.0 |
274 | 2025-02-21T12:45:31.870Z | Downloaded r2d2 v0.8.10 |
275 | 2025-02-21T12:45:31.870Z | Downloaded rustls-native-certs v0.7.3 |
276 | 2025-02-21T12:45:31.873Z | Downloaded phf_shared v0.10.0 |
277 | 2025-02-21T12:45:31.873Z | Downloaded oso-derive v0.27.3 |
278 | 2025-02-21T12:45:31.875Z | Downloaded fancy-regex v0.13.0 |
279 | 2025-02-21T12:45:31.878Z | Downloaded quote v1.0.38 |
280 | 2025-02-21T12:45:31.880Z | Downloaded dunce v1.0.5 |
281 | 2025-02-21T12:45:31.883Z | Downloaded dsl_auto_type v0.1.2 |
282 | 2025-02-21T12:45:31.883Z | Downloaded clap_lex v0.7.4 |
283 | 2025-02-21T12:45:31.885Z | Downloaded term v0.7.0 |
284 | 2025-02-21T12:45:31.888Z | Downloaded indent_write v2.2.0 |
285 | 2025-02-21T12:45:31.890Z | Downloaded impl-trait-for-tuples v0.2.2 |
286 | 2025-02-21T12:45:31.892Z | Downloaded diesel-dtrace v0.4.2 |
287 | 2025-02-21T12:45:31.895Z | Downloaded russh-cryptovec v0.7.3 |
288 | 2025-02-21T12:45:31.895Z | Downloaded expectorate v1.1.0 |
289 | 2025-02-21T12:45:31.898Z | Downloaded pin-project v1.1.6 |
290 | 2025-02-21T12:45:31.909Z | Downloaded macaddr v1.0.1 |
291 | 2025-02-21T12:45:31.912Z | Downloaded heapless v0.7.17 |
292 | 2025-02-21T12:45:31.914Z | Downloaded hickory-resolver v0.24.3 |
293 | 2025-02-21T12:45:31.919Z | Downloaded libsw v3.3.1 |
294 | 2025-02-21T12:45:31.922Z | Downloaded kstat-rs v0.2.4 |
295 | 2025-02-21T12:45:31.924Z | Downloaded enum-as-inner v0.6.1 |
296 | 2025-02-21T12:45:31.928Z | Downloaded memmap v0.7.0 |
297 | 2025-02-21T12:45:31.928Z | Downloaded md-5 v0.10.6 |
298 | 2025-02-21T12:45:31.930Z | Downloaded usdt-impl v0.5.0 |
299 | 2025-02-21T12:45:31.930Z | Downloaded heapless v0.8.0 |
300 | 2025-02-21T12:45:31.934Z | Downloaded packed_struct_codegen v0.10.1 |
301 | 2025-02-21T12:45:31.936Z | Downloaded packed_struct v0.10.1 |
302 | 2025-02-21T12:45:31.939Z | Downloaded num-iter v0.1.45 |
303 | 2025-02-21T12:45:31.939Z | Downloaded pin-utils v0.1.0 |
304 | 2025-02-21T12:45:31.941Z | Downloaded proc-macro-crate v3.2.0 |
305 | 2025-02-21T12:45:31.945Z | Downloaded piper v0.2.4 |
306 | 2025-02-21T12:45:31.945Z | Downloaded clap_derive v4.5.28 |
307 | 2025-02-21T12:45:31.948Z | Downloaded rand_xorshift v0.3.0 |
308 | 2025-02-21T12:45:31.948Z | Downloaded proc-macro-crate v1.3.1 |
309 | 2025-02-21T12:45:31.950Z | Downloaded env_filter v0.1.2 |
310 | 2025-02-21T12:45:31.950Z | Downloaded displaydoc v0.2.5 |
311 | 2025-02-21T12:45:31.954Z | Downloaded proc-macro-error-attr v1.0.4 |
312 | 2025-02-21T12:45:31.956Z | Downloaded bumpalo v3.16.0 |
313 | 2025-02-21T12:45:31.959Z | Downloaded yasna v0.5.2 |
314 | 2025-02-21T12:45:31.961Z | Downloaded schemars_derive v0.8.21 |
315 | 2025-02-21T12:45:31.964Z | Downloaded base64 v0.22.1 |
316 | 2025-02-21T12:45:31.967Z | Downloaded backtrace v0.3.74 |
317 | 2025-02-21T12:45:31.972Z | Downloaded cstr-argument v0.1.2 |
318 | 2025-02-21T12:45:31.975Z | Downloaded slog-scope v4.4.0 |
319 | 2025-02-21T12:45:31.978Z | Downloaded smallvec v0.6.14 |
320 | 2025-02-21T12:45:31.981Z | Downloaded thread_local v1.1.8 |
321 | 2025-02-21T12:45:31.981Z | Downloaded thiserror-no-std v2.0.2 |
322 | 2025-02-21T12:45:31.984Z | Downloaded diesel_table_macro_syntax v0.2.0 |
323 | 2025-02-21T12:45:31.986Z | Downloaded flate2 v1.0.35 |
324 | 2025-02-21T12:45:31.991Z | Downloaded derive_builder_macro v0.20.2 |
325 | 2025-02-21T12:45:31.993Z | Downloaded toml_datetime v0.6.8 |
326 | 2025-02-21T12:45:31.993Z | Downloaded thread-id v4.2.2 |
327 | 2025-02-21T12:45:31.996Z | Downloaded thiserror-impl v2.0.11 |
328 | 2025-02-21T12:45:31.999Z | Downloaded untrusted v0.7.1 |
329 | 2025-02-21T12:45:31.999Z | Downloaded unicode-linebreak v0.1.5 |
330 | 2025-02-21T12:45:32.002Z | Downloaded thiserror-impl-no-std v2.0.2 |
331 | 2025-02-21T12:45:32.002Z | Downloaded indexmap v1.9.3 |
332 | 2025-02-21T12:45:32.006Z | Downloaded normalize-line-endings v0.3.0 |
333 | 2025-02-21T12:45:32.008Z | Downloaded newtype_derive v0.1.6 |
334 | 2025-02-21T12:45:32.008Z | Downloaded utf16_iter v1.0.5 |
335 | 2025-02-21T12:45:32.008Z | Downloaded scopeguard v1.2.0 |
336 | 2025-02-21T12:45:32.010Z | Downloaded rust-argon2 v2.1.0 |
337 | 2025-02-21T12:45:32.013Z | Downloaded cipher v0.4.4 |
338 | 2025-02-21T12:45:32.016Z | Downloaded libloading v0.8.5 |
339 | 2025-02-21T12:45:32.016Z | Downloaded ciborium-ll v0.2.2 |
340 | 2025-02-21T12:45:32.018Z | Downloaded serde_derive_internals v0.29.1 |
341 | 2025-02-21T12:45:32.021Z | Downloaded zerocopy v0.6.6 |
342 | 2025-02-21T12:45:32.023Z | Downloaded num-bigint v0.4.6 |
343 | 2025-02-21T12:45:32.028Z | Downloaded psl-types v2.0.11 |
344 | 2025-02-21T12:45:32.031Z | Downloaded peg-runtime v0.8.3 |
345 | 2025-02-21T12:45:32.031Z | Downloaded number_prefix v0.4.0 |
346 | 2025-02-21T12:45:32.033Z | Downloaded crypto-common v0.1.6 |
347 | 2025-02-21T12:45:32.033Z | Downloaded hashbrown v0.13.2 |
348 | 2025-02-21T12:45:32.036Z | Downloaded snafu-derive v0.8.5 |
349 | 2025-02-21T12:45:32.039Z | Downloaded smawk v0.3.2 |
350 | 2025-02-21T12:45:32.041Z | Downloaded smallvec v1.13.2 |
351 | 2025-02-21T12:45:32.044Z | Downloaded is_terminal_polyfill v1.70.1 |
352 | 2025-02-21T12:45:32.044Z | Downloaded slog-term v2.9.1 |
353 | 2025-02-21T12:45:32.047Z | Downloaded http v1.2.0 |
354 | 2025-02-21T12:45:32.051Z | Downloaded twox-hash v2.1.0 |
355 | 2025-02-21T12:45:32.053Z | Downloaded tokio-postgres v0.7.12 |
356 | 2025-02-21T12:45:32.059Z | Downloaded want v0.3.1 |
357 | 2025-02-21T12:45:32.062Z | Downloaded tower-service v0.3.3 |
358 | 2025-02-21T12:45:32.062Z | Downloaded lockfree-object-pool v0.1.6 |
359 | 2025-02-21T12:45:32.065Z | Downloaded olpc-cjson v0.1.4 |
360 | 2025-02-21T12:45:32.068Z | Downloaded linear-map v1.2.0 |
361 | 2025-02-21T12:45:32.068Z | Downloaded value-bag v1.9.0 |
362 | 2025-02-21T12:45:32.070Z | Downloaded russh-keys v0.45.0 |
363 | 2025-02-21T12:45:32.073Z | Downloaded toolchain_find v0.4.0 |
364 | 2025-02-21T12:45:32.075Z | Downloaded take_mut v0.2.2 |
365 | 2025-02-21T12:45:32.075Z | Downloaded strum v0.26.3 |
366 | 2025-02-21T12:45:32.078Z | Downloaded linked-hash-map v0.5.6 |
367 | 2025-02-21T12:45:32.078Z | Downloaded ron v0.7.1 |
368 | 2025-02-21T12:45:32.082Z | Downloaded percent-encoding v2.3.1 |
369 | 2025-02-21T12:45:32.085Z | Downloaded zerofrom v0.1.4 |
370 | 2025-02-21T12:45:32.085Z | Downloaded signal-hook v0.3.17 |
371 | 2025-02-21T12:45:32.088Z | Downloaded write16 v1.0.0 |
372 | 2025-02-21T12:45:32.091Z | Downloaded pathdiff v0.2.3 |
373 | 2025-02-21T12:45:32.091Z | Downloaded rfc6979 v0.4.0 |
374 | 2025-02-21T12:45:32.094Z | Downloaded des v0.8.1 |
375 | 2025-02-21T12:45:32.094Z | Downloaded relative-path v1.9.3 |
376 | 2025-02-21T12:45:32.097Z | Downloaded peg v0.8.4 |
377 | 2025-02-21T12:45:32.099Z | Downloaded secrecy v0.8.0 |
378 | 2025-02-21T12:45:32.104Z | Downloaded crucible-workspace-hack v0.1.0 |
379 | 2025-02-21T12:45:32.104Z | Downloaded slog-dtrace v0.3.0 |
380 | 2025-02-21T12:45:32.104Z | Downloaded signature v2.2.0 |
381 | 2025-02-21T12:45:32.107Z | Downloaded downcast v0.11.0 |
382 | 2025-02-21T12:45:32.107Z | Downloaded lazy_static v1.5.0 |
383 | 2025-02-21T12:45:32.109Z | Downloaded prettyplease v0.2.29 |
384 | 2025-02-21T12:45:32.113Z | Downloaded stable_deref_trait v1.2.0 |
385 | 2025-02-21T12:45:32.116Z | Downloaded diesel_derives v2.2.3 |
386 | 2025-02-21T12:45:32.118Z | Downloaded newline-converter v0.3.0 |
387 | 2025-02-21T12:45:32.122Z | Downloaded tinystr v0.7.6 |
388 | 2025-02-21T12:45:32.125Z | Downloaded tiny-keccak v2.0.2 |
389 | 2025-02-21T12:45:32.125Z | Downloaded ssh-encoding v0.2.0 |
390 | 2025-02-21T12:45:32.128Z | Downloaded zerocopy-derive v0.7.35 |
391 | 2025-02-21T12:45:32.131Z | Downloaded clap v4.5.30 |
392 | 2025-02-21T12:45:32.140Z | Downloaded peg-macros v0.8.4 |
393 | 2025-02-21T12:45:32.143Z | Downloaded tar v0.4.42 |
394 | 2025-02-21T12:45:32.146Z | Downloaded pretty-hex v0.4.1 |
395 | 2025-02-21T12:45:32.149Z | Downloaded pretty-hex v0.2.1 |
396 | 2025-02-21T12:45:32.149Z | Downloaded hashbrown v0.14.5 |
397 | 2025-02-21T12:45:32.154Z | Downloaded crc v3.2.1 |
398 | 2025-02-21T12:45:32.157Z | Downloaded strum_macros v0.26.4 |
399 | 2025-02-21T12:45:32.160Z | Downloaded ctr v0.9.2 |
400 | 2025-02-21T12:45:32.163Z | Downloaded dof v0.3.0 |
401 | 2025-02-21T12:45:32.166Z | Downloaded document-features v0.2.10 |
402 | 2025-02-21T12:45:32.166Z | Downloaded nodrop v0.1.14 |
403 | 2025-02-21T12:45:32.169Z | Downloaded litemap v0.7.3 |
404 | 2025-02-21T12:45:32.169Z | Downloaded swrite v0.1.0 |
405 | 2025-02-21T12:45:32.173Z | Downloaded display-error-chain v0.2.2 |
406 | 2025-02-21T12:45:32.173Z | Downloaded plain v0.2.3 |
407 | 2025-02-21T12:45:32.173Z | Downloaded nibble_vec v0.1.0 |
408 | 2025-02-21T12:45:32.175Z | Downloaded newtype-uuid v1.2.1 |
409 | 2025-02-21T12:45:32.178Z | Downloaded litrs v0.4.1 |
410 | 2025-02-21T12:45:32.181Z | Downloaded omicron-zone-package v0.12.0 |
411 | 2025-02-21T12:45:32.183Z | Downloaded clang-sys v1.8.1 |
412 | 2025-02-21T12:45:32.186Z | Downloaded memchr v2.7.4 |
413 | 2025-02-21T12:45:32.190Z | Downloaded pest_derive v2.7.14 |
414 | 2025-02-21T12:45:32.194Z | Downloaded hyper v1.5.2 |
415 | 2025-02-21T12:45:32.201Z | Downloaded progenitor v0.8.0 |
416 | 2025-02-21T12:45:32.204Z | Downloaded guppy v0.17.12 |
417 | 2025-02-21T12:45:32.209Z | Downloaded derive_more v0.99.19 |
418 | 2025-02-21T12:45:32.214Z | Downloaded signal-hook-tokio v0.3.1 |
419 | 2025-02-21T12:45:32.217Z | Downloaded signal-hook-registry v1.4.2 |
420 | 2025-02-21T12:45:32.217Z | Downloaded signal-hook-mio v0.2.4 |
421 | 2025-02-21T12:45:32.220Z | Downloaded lalrpop-util v0.19.12 |
422 | 2025-02-21T12:45:32.223Z | Downloaded mirai-annotations v1.12.0 |
423 | 2025-02-21T12:45:32.223Z | Downloaded tower v0.5.2 |
424 | 2025-02-21T12:45:32.230Z | Downloaded tls_codec v0.4.1 |
425 | 2025-02-21T12:45:32.235Z | Downloaded h2 v0.4.6 |
426 | 2025-02-21T12:45:32.240Z | Downloaded parking v2.2.1 |
427 | 2025-02-21T12:45:32.242Z | Downloaded ron v0.8.1 |
428 | 2025-02-21T12:45:32.247Z | Downloaded progenitor-client v0.8.0 |
429 | 2025-02-21T12:45:32.250Z | Downloaded icu_locid v1.5.0 |
430 | 2025-02-21T12:45:32.252Z | Downloaded futures-util v0.3.31 |
431 | 2025-02-21T12:45:32.265Z | Downloaded debug-ignore v1.0.5 |
432 | 2025-02-21T12:45:32.268Z | Downloaded datatest-stable v0.2.9 |
433 | 2025-02-21T12:45:32.271Z | Downloaded curve25519-dalek-derive v0.1.1 |
434 | 2025-02-21T12:45:32.271Z | Downloaded colored v2.1.0 |
435 | 2025-02-21T12:45:32.274Z | Downloaded unarray v0.1.4 |
436 | 2025-02-21T12:45:32.277Z | Downloaded try-lock v0.2.5 |
437 | 2025-02-21T12:45:32.277Z | Downloaded serde_repr v0.1.19 |
438 | 2025-02-21T12:45:32.277Z | Downloaded env_logger v0.11.5 |
439 | 2025-02-21T12:45:32.280Z | Downloaded instability v0.3.2 |
440 | 2025-02-21T12:45:32.285Z | Downloaded multimap v0.10.0 |
441 | 2025-02-21T12:45:32.285Z | Downloaded mockall v0.13.0 |
442 | 2025-02-21T12:45:32.290Z | Downloaded is-terminal v0.4.13 |
443 | 2025-02-21T12:45:32.290Z | Downloaded data-encoding v2.6.0 |
444 | 2025-02-21T12:45:32.290Z | Downloaded colorchoice v1.0.2 |
445 | 2025-02-21T12:45:32.293Z | Downloaded mockall_derive v0.13.0 |
446 | 2025-02-21T12:45:32.293Z | Downloaded goblin v0.8.2 |
447 | 2025-02-21T12:45:32.298Z | Downloaded test-strategy v0.3.1 |
448 | 2025-02-21T12:45:32.303Z | Downloaded publicsuffix v2.3.0 |
449 | 2025-02-21T12:45:32.306Z | Downloaded opaque-debug v0.3.1 |
450 | 2025-02-21T12:45:32.306Z | Downloaded match_cfg v0.1.0 |
451 | 2025-02-21T12:45:32.309Z | Downloaded tokio-tungstenite v0.24.0 |
452 | 2025-02-21T12:45:32.309Z | Downloaded progenitor-client v0.9.1 |
453 | 2025-02-21T12:45:32.311Z | Downloaded parse-size v1.1.0 |
454 | 2025-02-21T12:45:32.312Z | Downloaded tokio-tungstenite v0.23.1 |
455 | 2025-02-21T12:45:32.314Z | Downloaded tokio-tungstenite v0.21.0 |
456 | 2025-02-21T12:45:32.317Z | Downloaded string_cache v0.8.7 |
457 | 2025-02-21T12:45:32.320Z | Downloaded whoami v1.5.2 |
458 | 2025-02-21T12:45:32.320Z | Downloaded serde_with v3.11.0 |
459 | 2025-02-21T12:45:32.328Z | Downloaded unicode-xid v0.2.6 |
460 | 2025-02-21T12:45:32.331Z | Downloaded concurrent-queue v2.5.0 |
461 | 2025-02-21T12:45:32.333Z | Downloaded sqlparser_derive v0.2.2 |
462 | 2025-02-21T12:45:32.333Z | Downloaded embedded-io v0.6.1 |
463 | 2025-02-21T12:45:32.336Z | Downloaded criterion-plot v0.5.0 |
464 | 2025-02-21T12:45:32.338Z | Downloaded multer v3.1.0 |
465 | 2025-02-21T12:45:32.341Z | Downloaded cmake v0.1.51 |
466 | 2025-02-21T12:45:32.344Z | Downloaded synstructure v0.13.1 |
467 | 2025-02-21T12:45:32.344Z | Downloaded subtle v2.6.1 |
468 | 2025-02-21T12:45:32.346Z | Downloaded parking_lot v0.11.2 |
469 | 2025-02-21T12:45:32.348Z | Downloaded usdt-macro v0.5.0 |
470 | 2025-02-21T12:45:32.349Z | Downloaded supports-color v3.0.1 |
471 | 2025-02-21T12:45:32.351Z | Downloaded tracing v0.1.40 |
472 | 2025-02-21T12:45:32.354Z | Downloaded itoa v1.0.11 |
473 | 2025-02-21T12:45:32.357Z | Downloaded dirs-sys-next v0.1.2 |
474 | 2025-02-21T12:45:32.357Z | Downloaded password-hash v0.5.0 |
475 | 2025-02-21T12:45:32.359Z | Downloaded uuid v1.12.0 |
476 | 2025-02-21T12:45:32.362Z | Downloaded maybe-uninit v2.0.0 |
477 | 2025-02-21T12:45:32.365Z | Downloaded progenitor-impl v0.8.0 |
478 | 2025-02-21T12:45:32.368Z | Downloaded semver v0.1.20 |
479 | 2025-02-21T12:45:32.371Z | Downloaded defmt-parser v0.3.4 |
480 | 2025-02-21T12:45:32.371Z | Downloaded parse-display-derive v0.10.0 |
481 | 2025-02-21T12:45:32.371Z | Downloaded parse-display v0.10.0 |
482 | 2025-02-21T12:45:32.374Z | Downloaded phf v0.11.2 |
483 | 2025-02-21T12:45:32.374Z | Downloaded unicode-bidi v0.3.17 |
484 | 2025-02-21T12:45:32.376Z | Downloaded env_logger v0.10.2 |
485 | 2025-02-21T12:45:32.379Z | Downloaded poly1305 v0.8.0 |
486 | 2025-02-21T12:45:32.381Z | Downloaded tokio-stream v0.1.16 |
487 | 2025-02-21T12:45:32.386Z | Downloaded num-conv v0.1.0 |
488 | 2025-02-21T12:45:32.389Z | Downloaded scheduled-thread-pool v0.2.7 |
489 | 2025-02-21T12:45:32.389Z | Downloaded same-file v1.0.6 |
490 | 2025-02-21T12:45:32.391Z | Downloaded strsim v0.11.1 |
491 | 2025-02-21T12:45:32.394Z | Downloaded proc-macro2 v1.0.92 |
492 | 2025-02-21T12:45:32.396Z | Downloaded spki v0.7.3 |
493 | 2025-02-21T12:45:32.399Z | Downloaded strip-ansi-escapes v0.2.0 |
494 | 2025-02-21T12:45:32.399Z | Downloaded zone v0.3.0 |
495 | 2025-02-21T12:45:32.401Z | Downloaded blake3 v1.5.4 |
496 | 2025-02-21T12:45:32.408Z | Downloaded rand_chacha v0.3.1 |
497 | 2025-02-21T12:45:32.411Z | Downloaded zeroize v1.8.1 |
498 | 2025-02-21T12:45:32.413Z | Downloaded termtree v0.4.1 |
499 | 2025-02-21T12:45:32.413Z | Downloaded ed25519 v2.2.3 |
500 | 2025-02-21T12:45:32.415Z | Downloaded aws-lc-rs v1.10.0 |
501 | 2025-02-21T12:45:32.423Z | Downloaded dirs-next v2.0.0 |
502 | 2025-02-21T12:45:32.426Z | Downloaded difflib v0.4.0 |
503 | 2025-02-21T12:45:32.429Z | Downloaded der_derive v0.7.3 |
504 | 2025-02-21T12:45:32.429Z | Downloaded deranged v0.3.11 |
505 | 2025-02-21T12:45:32.431Z | Downloaded compact_str v0.8.0 |
506 | 2025-02-21T12:45:32.434Z | Downloaded plotters-svg v0.3.7 |
507 | 2025-02-21T12:45:32.436Z | Downloaded parking_lot_core v0.9.10 |
508 | 2025-02-21T12:45:32.438Z | Downloaded openssl-macros v0.1.1 |
509 | 2025-02-21T12:45:32.438Z | Downloaded sha2 v0.10.8 |
510 | 2025-02-21T12:45:32.441Z | Downloaded num_enum v0.5.11 |
511 | 2025-02-21T12:45:32.446Z | Downloaded digest v0.10.7 |
512 | 2025-02-21T12:45:32.449Z | Downloaded scroll_derive v0.12.0 |
513 | 2025-02-21T12:45:32.452Z | Downloaded ucd-trie v0.1.7 |
514 | 2025-02-21T12:45:32.452Z | Downloaded trybuild v1.0.101 |
515 | 2025-02-21T12:45:32.455Z | Downloaded utf-8 v0.7.6 |
516 | 2025-02-21T12:45:32.458Z | Downloaded zone_cfg_derive v0.1.2 |
517 | 2025-02-21T12:45:32.458Z | Downloaded stringprep v0.1.5 |
518 | 2025-02-21T12:45:32.461Z | Downloaded url v2.5.3 |
519 | 2025-02-21T12:45:32.464Z | Downloaded instant v0.1.13 |
520 | 2025-02-21T12:45:32.466Z | Downloaded termios v0.3.3 |
521 | 2025-02-21T12:45:32.468Z | Downloaded num_threads v0.1.7 |
522 | 2025-02-21T12:45:32.468Z | Downloaded slog-envlogger v2.2.0 |
523 | 2025-02-21T12:45:32.471Z | Downloaded sqlformat v0.2.6 |
524 | 2025-02-21T12:45:32.474Z | Downloaded itertools v0.10.5 |
525 | 2025-02-21T12:45:32.479Z | Downloaded keccak v0.1.5 |
526 | 2025-02-21T12:45:32.481Z | Downloaded libxml v0.3.3 |
527 | 2025-02-21T12:45:32.486Z | Downloaded bitvec v1.0.1 |
528 | 2025-02-21T12:45:32.502Z | Downloaded waitgroup v0.1.2 |
529 | 2025-02-21T12:45:32.504Z | Downloaded pkg-config v0.3.31 |
530 | 2025-02-21T12:45:32.507Z | Downloaded postgres-types v0.2.8 |
531 | 2025-02-21T12:45:32.507Z | Downloaded native-tls v0.2.12 |
532 | 2025-02-21T12:45:32.509Z | Downloaded zeroize_derive v1.4.2 |
533 | 2025-02-21T12:45:32.512Z | Downloaded chrono v0.4.39 |
534 | 2025-02-21T12:45:32.518Z | Downloaded rpassword v7.3.1 |
535 | 2025-02-21T12:45:32.521Z | Downloaded universal-hash v0.5.1 |
536 | 2025-02-21T12:45:32.521Z | Downloaded typify-macro v0.3.0 |
537 | 2025-02-21T12:45:32.523Z | Downloaded scroll v0.12.0 |
538 | 2025-02-21T12:45:32.523Z | Downloaded icu_provider_macros v1.5.0 |
539 | 2025-02-21T12:45:32.526Z | Downloaded nanorand v0.7.0 |
540 | 2025-02-21T12:45:32.528Z | Downloaded internet-checksum v0.2.1 |
541 | 2025-02-21T12:45:32.528Z | Downloaded inout v0.1.3 |
542 | 2025-02-21T12:45:32.531Z | Downloaded num_enum_derive v0.5.11 |
543 | 2025-02-21T12:45:32.531Z | Downloaded hyper-staticfile v0.10.1 |
544 | 2025-02-21T12:45:32.533Z | Downloaded zone v0.1.8 |
545 | 2025-02-21T12:45:32.536Z | Downloaded hyper-rustls v0.27.3 |
546 | 2025-02-21T12:45:32.536Z | Downloaded cookie_store v0.21.1 |
547 | 2025-02-21T12:45:32.539Z | Downloaded tap v1.0.1 |
548 | 2025-02-21T12:45:32.541Z | Downloaded time v0.3.36 |
549 | 2025-02-21T12:45:32.547Z | Downloaded nom v7.1.3 |
550 | 2025-02-21T12:45:32.553Z | Downloaded rustls-pemfile v1.0.4 |
551 | 2025-02-21T12:45:32.555Z | Downloaded salty v0.3.0 |
552 | 2025-02-21T12:45:32.562Z | Downloaded mime v0.3.17 |
553 | 2025-02-21T12:45:32.564Z | Downloaded lru v0.12.5 |
554 | 2025-02-21T12:45:32.567Z | Downloaded zerofrom-derive v0.1.4 |
555 | 2025-02-21T12:45:32.567Z | Downloaded ena v0.14.3 |
556 | 2025-02-21T12:45:32.569Z | Downloaded diff v0.1.13 |
557 | 2025-02-21T12:45:32.572Z | Downloaded rayon-core v1.12.1 |
558 | 2025-02-21T12:45:32.575Z | Downloaded is_ci v1.2.0 |
559 | 2025-02-21T12:45:32.577Z | Downloaded typify-macro v0.2.0 |
560 | 2025-02-21T12:45:32.577Z | Downloaded semver v1.0.24 |
561 | 2025-02-21T12:45:32.580Z | Downloaded embedded-io v0.4.0 |
562 | 2025-02-21T12:45:32.582Z | Downloaded typify v0.2.0 |
563 | 2025-02-21T12:45:32.584Z | Downloaded typenum v1.17.0 |
564 | 2025-02-21T12:45:32.587Z | Downloaded textwrap v0.16.1 |
565 | 2025-02-21T12:45:32.589Z | Downloaded uzers v0.12.1 |
566 | 2025-02-21T12:45:32.592Z | Downloaded tungstenite v0.23.0 |
567 | 2025-02-21T12:45:32.595Z | Downloaded tui-tree-widget v0.23.0 |
568 | 2025-02-21T12:45:32.598Z | Downloaded polyval v0.6.2 |
569 | 2025-02-21T12:45:32.601Z | Downloaded rustls-pemfile v2.2.0 |
570 | 2025-02-21T12:45:32.603Z | Downloaded miniz_oxide v0.8.0 |
571 | 2025-02-21T12:45:32.605Z | Downloaded convert_case v0.4.0 |
572 | 2025-02-21T12:45:32.605Z | Downloaded utf8parse v0.2.2 |
573 | 2025-02-21T12:45:32.605Z | Downloaded salsa20 v0.10.2 |
574 | 2025-02-21T12:45:32.608Z | Downloaded tokio-rustls v0.26.0 |
575 | 2025-02-21T12:45:32.611Z | Downloaded mime_guess v2.0.5 |
576 | 2025-02-21T12:45:32.611Z | Downloaded idna v1.0.3 |
577 | 2025-02-21T12:45:32.615Z | Downloaded tinyvec_macros v0.1.1 |
578 | 2025-02-21T12:45:32.617Z | Downloaded zerocopy v0.7.35 |
579 | 2025-02-21T12:45:32.632Z | Downloaded indoc v2.0.5 |
580 | 2025-02-21T12:45:32.635Z | Downloaded ident_case v1.0.1 |
581 | 2025-02-21T12:45:32.637Z | Downloaded zerovec-derive v0.10.3 |
582 | 2025-02-21T12:45:32.637Z | Downloaded version_check v0.9.5 |
583 | 2025-02-21T12:45:32.640Z | Downloaded shell-words v1.1.0 |
584 | 2025-02-21T12:45:32.640Z | Downloaded predicates-core v1.0.8 |
585 | 2025-02-21T12:45:32.643Z | Downloaded structmeta-derive v0.3.0 |
586 | 2025-02-21T12:45:32.643Z | Downloaded structmeta-derive v0.2.0 |
587 | 2025-02-21T12:45:32.643Z | Downloaded structmeta v0.3.0 |
588 | 2025-02-21T12:45:32.643Z | Downloaded powerfmt v0.2.0 |
589 | 2025-02-21T12:45:32.645Z | Downloaded samael v0.0.17 |
590 | 2025-02-21T12:45:32.650Z | Downloaded constant_time_eq v0.3.1 |
591 | 2025-02-21T12:45:32.652Z | Downloaded p384 v0.13.0 |
592 | 2025-02-21T12:45:32.657Z | Downloaded terminal_size v0.4.0 |
593 | 2025-02-21T12:45:32.660Z | Downloaded icu_provider v1.5.0 |
594 | 2025-02-21T12:45:32.663Z | Downloaded phf_generator v0.11.2 |
595 | 2025-02-21T12:45:32.665Z | Downloaded tls_codec_derive v0.4.1 |
596 | 2025-02-21T12:45:32.665Z | Downloaded subprocess v0.2.9 |
597 | 2025-02-21T12:45:32.668Z | Downloaded tracing-core v0.1.32 |
598 | 2025-02-21T12:45:32.670Z | Downloaded crc-catalog v2.4.0 |
599 | 2025-02-21T12:45:32.673Z | Downloaded utf8_iter v1.0.4 |
600 | 2025-02-21T12:45:32.673Z | Downloaded threadpool v1.8.1 |
601 | 2025-02-21T12:45:32.673Z | Downloaded thiserror-impl v1.0.69 |
602 | 2025-02-21T12:45:32.675Z | Downloaded tungstenite v0.24.0 |
603 | 2025-02-21T12:45:32.677Z | Downloaded maplit v1.0.2 |
604 | 2025-02-21T12:45:32.680Z | Downloaded managed v0.8.0 |
605 | 2025-02-21T12:45:32.680Z | Downloaded either v1.13.0 |
606 | 2025-02-21T12:45:32.683Z | Downloaded untrusted v0.9.0 |
607 | 2025-02-21T12:45:32.683Z | Downloaded thiserror v1.0.69 |
608 | 2025-02-21T12:45:32.687Z | Downloaded ipnetwork v0.21.1 |
609 | 2025-02-21T12:45:32.690Z | Downloaded rand_distr v0.4.3 |
610 | 2025-02-21T12:45:32.692Z | Downloaded criterion v0.5.1 |
611 | 2025-02-21T12:45:32.699Z | Downloaded cookie v0.18.1 |
612 | 2025-02-21T12:45:32.702Z | Downloaded ryu v1.0.18 |
613 | 2025-02-21T12:45:32.711Z | Downloaded rand v0.8.5 |
614 | 2025-02-21T12:45:32.711Z | Downloaded crossbeam-utils v0.8.20 |
615 | 2025-02-21T12:45:32.712Z | Downloaded proptest v1.5.0 |
616 | 2025-02-21T12:45:32.724Z | Downloaded lru-cache v0.1.2 |
617 | 2025-02-21T12:45:32.726Z | Downloaded tokio-rustls v0.25.0 |
618 | 2025-02-21T12:45:32.727Z | Downloaded tokio-rustls v0.24.1 |
619 | 2025-02-21T12:45:32.727Z | Downloaded ecdsa v0.16.9 |
620 | 2025-02-21T12:45:32.729Z | Downloaded defmt-macros v0.3.9 |
621 | 2025-02-21T12:45:32.735Z | Downloaded crc32fast v1.4.2 |
622 | 2025-02-21T12:45:32.739Z | Downloaded const_format_proc_macros v0.2.34 |
623 | 2025-02-21T12:45:32.739Z | Downloaded thiserror v2.0.11 |
624 | 2025-02-21T12:45:32.742Z | Downloaded schemars v0.8.21 |
625 | 2025-02-21T12:45:32.752Z | Downloaded tinyvec v1.8.0 |
626 | 2025-02-21T12:45:32.755Z | Downloaded log v0.4.22 |
627 | 2025-02-21T12:45:32.757Z | Downloaded elliptic-curve v0.13.8 |
628 | 2025-02-21T12:45:32.760Z | Downloaded quinn v0.11.5 |
629 | 2025-02-21T12:45:32.764Z | Downloaded itertools v0.13.0 |
630 | 2025-02-21T12:45:32.771Z | Downloaded num-bigint-dig v0.8.4 |
631 | 2025-02-21T12:45:32.776Z | Downloaded reedline v0.35.0 |
632 | 2025-02-21T12:45:32.783Z | Downloaded reqwest v0.12.12 |
633 | 2025-02-21T12:45:32.792Z | Downloaded unsafe-libyaml v0.2.11 |
634 | 2025-02-21T12:45:32.795Z | Downloaded winnow v0.5.40 |
635 | 2025-02-21T12:45:32.804Z | Downloaded zerocopy v0.8.10 |
636 | 2025-02-21T12:45:32.833Z | Downloaded rsa v0.9.6 |
637 | 2025-02-21T12:45:32.836Z | Downloaded regex v1.11.1 |
638 | 2025-02-21T12:45:32.844Z | Downloaded openssl-sys v0.9.106 |
639 | 2025-02-21T12:45:32.849Z | Downloaded portable-atomic v1.9.0 |
640 | 2025-02-21T12:45:32.855Z | Downloaded vcpkg v0.2.15 |
641 | 2025-02-21T12:45:32.891Z | Downloaded ed25519-dalek v2.1.1 |
642 | 2025-02-21T12:45:32.894Z | Downloaded mio v1.0.2 |
643 | 2025-02-21T12:45:32.899Z | Downloaded zip v0.6.6 |
644 | 2025-02-21T12:45:32.903Z | Downloaded crossterm v0.28.1 |
645 | 2025-02-21T12:45:32.909Z | Downloaded plotters v0.3.7 |
646 | 2025-02-21T12:45:32.918Z | Downloaded itertools v0.12.1 |
647 | 2025-02-21T12:45:32.925Z | Downloaded syn v1.0.109 |
648 | 2025-02-21T12:45:32.936Z | Downloaded rayon v1.10.0 |
649 | 2025-02-21T12:45:32.944Z | Downloaded zerovec v0.10.4 |
650 | 2025-02-21T12:45:32.950Z | Downloaded tabled v0.15.0 |
651 | 2025-02-21T12:45:32.965Z | Downloaded serde_json v1.0.135 |
652 | 2025-02-21T12:45:32.971Z | Downloaded hickory-proto v0.24.3 |
653 | 2025-02-21T12:45:32.986Z | Downloaded rustls-webpki v0.101.7 |
654 | 2025-02-21T12:45:32.999Z | Downloaded petname v2.0.2 |
655 | 2025-02-21T12:45:33.005Z | Downloaded object v0.36.5 |
656 | 2025-02-21T12:45:33.016Z | Downloaded quinn-proto v0.11.8 |
657 | 2025-02-21T12:45:33.024Z | Downloaded dropshot v0.15.1 |
658 | 2025-02-21T12:45:33.044Z | Downloaded diesel v2.2.7 |
659 | 2025-02-21T12:45:33.062Z | Downloaded radix_trie v0.2.1 |
660 | 2025-02-21T12:45:33.066Z | Downloaded lalrpop v0.19.12 |
661 | 2025-02-21T12:45:33.078Z | Downloaded webpki-roots v0.26.6 |
662 | 2025-02-21T12:45:33.082Z | Downloaded regress v0.10.1 |
663 | 2025-02-21T12:45:33.090Z | Downloaded polar-core v0.27.3 |
664 | 2025-02-21T12:45:33.098Z | Downloaded nix v0.27.1 |
665 | 2025-02-21T12:45:33.109Z | Downloaded rustix v0.38.37 |
666 | 2025-02-21T12:45:33.130Z | Downloaded syn v2.0.96 |
667 | 2025-02-21T12:45:33.140Z | Downloaded rustls v0.23.19 |
668 | 2025-02-21T12:45:33.151Z | Downloaded regress v0.9.1 |
669 | 2025-02-21T12:45:33.160Z | Downloaded rustls v0.21.12 |
670 | 2025-02-21T12:45:33.171Z | Downloaded openssl v0.10.71 |
671 | 2025-02-21T12:45:33.180Z | Downloaded sled v0.34.7 |
672 | 2025-02-21T12:45:33.190Z | Downloaded rustls v0.22.4 |
673 | 2025-02-21T12:45:33.203Z | Downloaded typify-impl v0.3.0 |
674 | 2025-02-21T12:45:33.218Z | Downloaded regex-syntax v0.8.5 |
675 | 2025-02-21T12:45:33.225Z | Downloaded typify-impl v0.2.0 |
676 | 2025-02-21T12:45:33.238Z | Downloaded openapiv3 v2.0.0 |
677 | 2025-02-21T12:45:33.250Z | Downloaded zerocopy-derive v0.6.6 |
678 | 2025-02-21T12:45:33.259Z | Downloaded regex-automata v0.4.8 |
679 | 2025-02-21T12:45:33.274Z | Downloaded petgraph v0.6.5 |
680 | 2025-02-21T12:45:33.289Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
681 | 2025-02-21T12:45:33.301Z | Downloaded bstr v1.10.0 |
682 | 2025-02-21T12:45:33.312Z | Downloaded curve25519-dalek v4.1.3 |
683 | 2025-02-21T12:45:33.320Z | Downloaded ratatui v0.29.0 |
684 | 2025-02-21T12:45:33.341Z | Downloaded regex-syntax v0.6.29 |
685 | 2025-02-21T12:45:33.348Z | Downloaded tokio v1.43.0 |
686 | 2025-02-21T12:45:33.385Z | Downloaded unicode-width v0.2.0 |
687 | 2025-02-21T12:45:33.390Z | Downloaded unicode-width v0.1.14 |
688 | 2025-02-21T12:45:33.396Z | Downloaded smoltcp v0.11.0 |
689 | 2025-02-21T12:45:33.409Z | Downloaded libc v0.2.169 |
690 | 2025-02-21T12:45:33.433Z | Downloaded nix v0.29.0 |
691 | 2025-02-21T12:45:33.444Z | Downloaded quick-xml v0.33.0 |
692 | 2025-02-21T12:45:33.450Z | Downloaded sqlparser v0.45.0 |
693 | 2025-02-21T12:45:33.455Z | Downloaded chrono-tz v0.10.1 |
694 | 2025-02-21T12:45:33.463Z | Downloaded csv v1.3.1 |
695 | 2025-02-21T12:45:33.483Z | Downloaded icu_properties_data v1.5.0 |
696 | 2025-02-21T12:45:33.493Z | Downloaded libz-sys v1.1.20 |
697 | 2025-02-21T12:45:33.513Z | Downloaded dropshot v0.12.0 |
698 | 2025-02-21T12:45:33.531Z | Downloaded nix v0.28.0 |
699 | 2025-02-21T12:45:33.543Z | Downloaded sha3 v0.10.8 |
700 | 2025-02-21T12:45:33.547Z | Downloaded object v0.30.4 |
701 | 2025-02-21T12:45:33.556Z | Downloaded smoltcp v0.9.1 |
702 | 2025-02-21T12:45:33.566Z | Downloaded winnow v0.6.20 |
703 | 2025-02-21T12:45:33.574Z | Downloaded lzma-sys v0.1.20 |
704 | 2025-02-21T12:45:33.608Z | Downloaded gimli v0.31.1 |
705 | 2025-02-21T12:45:33.616Z | Downloaded minimal-lexical v0.2.1 |
706 | 2025-02-21T12:45:33.620Z | Downloaded predicates v3.1.3 |
707 | 2025-02-21T12:45:33.622Z | Downloaded postcard v1.0.10 |
708 | 2025-02-21T12:45:33.625Z | Downloaded pkcs8 v0.10.2 |
709 | 2025-02-21T12:45:33.627Z | Downloaded socket2 v0.5.7 |
710 | 2025-02-21T12:45:33.630Z | Downloaded rustls-pki-types v1.10.0 |
711 | 2025-02-21T12:45:33.633Z | Downloaded tungstenite v0.21.0 |
712 | 2025-02-21T12:45:33.635Z | Downloaded der v0.7.9 |
713 | 2025-02-21T12:45:33.640Z | Downloaded pkcs5 v0.7.1 |
714 | 2025-02-21T12:45:33.644Z | Downloaded parse-zoneinfo v0.3.1 |
715 | 2025-02-21T12:45:33.647Z | Downloaded once_cell v1.20.3 |
716 | 2025-02-21T12:45:33.649Z | Downloaded ipnet v2.10.1 |
717 | 2025-02-21T12:45:33.652Z | Downloaded zopfli v0.8.1 |
718 | 2025-02-21T12:45:33.654Z | Downloaded httpmock v0.8.0-alpha.1 |
719 | 2025-02-21T12:45:33.671Z | Downloaded toml_edit v0.22.22 |
720 | 2025-02-21T12:45:33.691Z | Downloaded serde v1.0.217 |
721 | 2025-02-21T12:45:33.694Z | Downloaded zip v2.1.3 |
722 | 2025-02-21T12:45:33.698Z | Downloaded russh v0.45.0 |
723 | 2025-02-21T12:45:33.703Z | Downloaded steno v0.4.1 |
724 | 2025-02-21T12:45:33.706Z | Downloaded walkdir v2.5.0 |
725 | 2025-02-21T12:45:33.709Z | Downloaded toml_edit v0.19.15 |
726 | 2025-02-21T12:45:33.723Z | Downloaded rand_seeder v0.3.0 |
727 | 2025-02-21T12:45:33.725Z | Downloaded rand_core v0.6.4 |
728 | 2025-02-21T12:45:33.728Z | Downloaded quick-error v1.2.3 |
729 | 2025-02-21T12:45:33.728Z | Downloaded clap_builder v4.5.30 |
730 | 2025-02-21T12:45:33.734Z | Downloaded bindgen v0.69.5 |
731 | 2025-02-21T12:45:33.741Z | Downloaded crossbeam-epoch v0.9.18 |
732 | 2025-02-21T12:45:33.744Z | Downloaded dropshot_endpoint v0.15.1 |
733 | 2025-02-21T12:45:33.747Z | Downloaded dropshot_endpoint v0.12.0 |
734 | 2025-02-21T12:45:33.750Z | Downloaded encoding_rs v0.8.34 |
735 | 2025-02-21T12:45:33.771Z | Downloaded num-complex v0.4.6 |
736 | 2025-02-21T12:45:33.774Z | Downloaded postgres-protocol v0.6.7 |
737 | 2025-02-21T12:45:33.776Z | Downloaded console v0.15.10 |
738 | 2025-02-21T12:45:33.779Z | Downloaded spin v0.9.8 |
739 | 2025-02-21T12:45:33.779Z | Downloaded rustls-webpki v0.102.8 |
740 | 2025-02-21T12:45:33.796Z | Downloaded serde_plain v1.0.2 |
741 | 2025-02-21T12:45:33.799Z | Downloaded plotters-backend v0.3.7 |
742 | 2025-02-21T12:45:33.799Z | Downloaded oso v0.27.3 |
743 | 2025-02-21T12:45:33.801Z | Downloaded icu_locid_transform_data v1.5.0 |
744 | 2025-02-21T12:45:33.804Z | Downloaded pest v2.7.14 |
745 | 2025-02-21T12:45:33.808Z | Downloaded git2 v0.19.0 |
746 | 2025-02-21T12:45:33.816Z | Downloaded pest_meta v2.7.14 |
747 | 2025-02-21T12:45:33.823Z | Downloaded parking_lot_core v0.8.6 |
748 | 2025-02-21T12:45:33.823Z | Downloaded parking_lot v0.12.3 |
749 | 2025-02-21T12:45:33.826Z | Downloaded icu_properties v1.5.1 |
750 | 2025-02-21T12:45:33.826Z | Downloaded unicode-normalization v0.1.24 |
751 | 2025-02-21T12:45:33.829Z | Downloaded ssh-key v0.6.6 |
752 | 2025-02-21T12:45:33.839Z | Downloaded async-std v1.13.0 |
753 | 2025-02-21T12:45:33.854Z | Downloaded hyper-tls v0.6.0 |
754 | 2025-02-21T12:45:33.856Z | Downloaded dyn-clone v1.0.18 |
755 | 2025-02-21T12:45:33.859Z | Downloaded ciborium v0.2.2 |
756 | 2025-02-21T12:45:33.859Z | Downloaded serde_yaml v0.9.34+deprecated |
757 | 2025-02-21T12:45:33.862Z | Downloaded zone_cfg_derive v0.3.0 |
758 | 2025-02-21T12:45:33.864Z | Downloaded slog-json v2.6.1 |
759 | 2025-02-21T12:45:33.864Z | Downloaded x509-cert v0.2.5 |
760 | 2025-02-21T12:45:33.869Z | Downloaded static_assertions v1.1.0 |
761 | 2025-02-21T12:45:33.872Z | Downloaded ssh-cipher v0.2.0 |
762 | 2025-02-21T12:45:33.872Z | Downloaded jobserver v0.1.32 |
763 | 2025-02-21T12:45:33.875Z | Downloaded password-hash v0.4.2 |
764 | 2025-02-21T12:45:33.877Z | Downloaded tokio-util v0.7.12 |
765 | 2025-02-21T12:45:33.881Z | Downloaded rcgen v0.12.1 |
766 | 2025-02-21T12:45:33.884Z | Downloaded rusqlite v0.32.1 |
767 | 2025-02-21T12:45:33.890Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
768 | 2025-02-21T12:45:33.947Z | Downloaded partial-io v0.5.4 |
769 | 2025-02-21T12:45:33.949Z | Downloaded libtest-mimic v0.7.3 |
770 | 2025-02-21T12:45:33.952Z | Downloaded hyper-util v0.1.10 |
771 | 2025-02-21T12:45:33.955Z | Downloaded icu_collections v1.5.0 |
772 | 2025-02-21T12:45:33.960Z | Downloaded serde_regex v1.1.0 |
773 | 2025-02-21T12:45:33.963Z | Downloaded unicase v2.7.0 |
774 | 2025-02-21T12:45:33.963Z | Downloaded serde_spanned v0.6.8 |
775 | 2025-02-21T12:45:33.967Z | Downloaded defmt v0.3.8 |
776 | 2025-02-21T12:45:33.970Z | Downloaded typed-path v0.9.3 |
777 | 2025-02-21T12:45:33.973Z | Downloaded libm v0.2.8 |
778 | 2025-02-21T12:45:33.981Z | Downloaded hkdf v0.12.4 |
779 | 2025-02-21T12:45:33.985Z | Downloaded aho-corasick v1.1.3 |
780 | 2025-02-21T12:45:33.990Z | Downloaded crossbeam-channel v0.5.13 |
781 | 2025-02-21T12:45:33.993Z | Downloaded cobs v0.2.3 |
782 | 2025-02-21T12:45:33.993Z | Downloaded which v4.4.2 |
783 | 2025-02-21T12:45:33.999Z | Downloaded serde_with_macros v3.11.0 |
784 | 2025-02-21T12:45:34.003Z | Downloaded rustfmt-wrapper v0.2.1 |
785 | 2025-02-21T12:45:34.003Z | Downloaded unicode-ident v1.0.14 |
786 | 2025-02-21T12:45:34.003Z | Downloaded termtree v0.5.1 |
787 | 2025-02-21T12:45:34.003Z | Downloaded stringmetrics v2.2.2 |
788 | 2025-02-21T12:45:34.003Z | Downloaded nu-ansi-term v0.50.1 |
789 | 2025-02-21T12:45:34.006Z | Downloaded memmap2 v0.9.5 |
790 | 2025-02-21T12:45:34.009Z | Downloaded unicode-properties v0.1.3 |
791 | 2025-02-21T12:45:34.009Z | Downloaded tracing-attributes v0.1.27 |
792 | 2025-02-21T12:45:34.013Z | Downloaded zerocopy-derive v0.8.10 |
793 | 2025-02-21T12:45:34.017Z | Downloaded tough v0.19.0 |
794 | 2025-02-21T12:45:34.025Z | Downloaded p521 v0.13.3 |
795 | 2025-02-21T12:45:34.029Z | Downloaded rustc_version v0.4.1 |
796 | 2025-02-21T12:45:34.031Z | Downloaded rustc_version v0.1.7 |
797 | 2025-02-21T12:45:34.031Z | Downloaded rustc-hash v2.0.0 |
798 | 2025-02-21T12:45:34.031Z | Downloaded rustc-hash v1.1.0 |
799 | 2025-02-21T12:45:34.034Z | Downloaded predicates-tree v1.0.11 |
800 | 2025-02-21T12:45:34.034Z | Downloaded csv-core v0.1.11 |
801 | 2025-02-21T12:45:34.038Z | Downloaded progenitor-impl v0.9.1 |
802 | 2025-02-21T12:45:34.038Z | Downloaded rustyline v14.0.0 |
803 | 2025-02-21T12:45:34.041Z | Downloaded unicode-segmentation v1.12.0 |
804 | 2025-02-21T12:45:34.044Z | Downloaded phf_codegen v0.11.2 |
805 | 2025-02-21T12:45:34.047Z | Downloaded tinytemplate v1.2.1 |
806 | 2025-02-21T12:45:34.047Z | Downloaded memoffset v0.9.1 |
807 | 2025-02-21T12:45:34.050Z | Downloaded libefi-sys v0.1.0 |
808 | 2025-02-21T12:45:34.050Z | Downloaded lazycell v1.3.0 |
809 | 2025-02-21T12:45:34.050Z | Downloaded indoc v1.0.9 |
810 | 2025-02-21T12:45:34.054Z | Downloaded idna_adapter v1.2.0 |
811 | 2025-02-21T12:45:34.054Z | Downloaded xattr v1.3.1 |
812 | 2025-02-21T12:45:34.057Z | Downloaded pretty_assertions v1.4.1 |
813 | 2025-02-21T12:45:34.057Z | Downloaded indexmap v2.7.1 |
814 | 2025-02-21T12:45:34.062Z | Downloaded crypto-bigint v0.5.5 |
815 | 2025-02-21T12:45:34.067Z | Downloaded sct v0.7.1 |
816 | 2025-02-21T12:45:34.070Z | Downloaded cpufeatures v0.2.14 |
817 | 2025-02-21T12:45:34.074Z | Downloaded derive-where v1.2.7 |
818 | 2025-02-21T12:45:34.077Z | Downloaded toml v0.7.8 |
819 | 2025-02-21T12:45:34.080Z | Downloaded wyz v0.5.1 |
820 | 2025-02-21T12:45:34.080Z | Downloaded progenitor-macro v0.9.1 |
821 | 2025-02-21T12:45:34.080Z | Downloaded const_format v0.2.34 |
822 | 2025-02-21T12:45:34.083Z | Downloaded snafu v0.8.5 |
823 | 2025-02-21T12:45:34.089Z | Downloaded aes-gcm v0.10.3 |
824 | 2025-02-21T12:45:34.094Z | Downloaded hashbrown v0.15.1 |
825 | 2025-02-21T12:45:34.099Z | Downloaded serde_derive v1.0.217 |
826 | 2025-02-21T12:45:34.102Z | Downloaded hickory-server v0.24.3 |
827 | 2025-02-21T12:45:34.106Z | Downloaded vergen v8.3.2 |
828 | 2025-02-21T12:45:34.110Z | Downloaded lock_api v0.4.12 |
829 | 2025-02-21T12:45:34.110Z | Downloaded new_debug_unreachable v1.0.6 |
830 | 2025-02-21T12:45:34.114Z | Downloaded tabwriter v1.4.0 |
831 | 2025-02-21T12:45:34.114Z | Downloaded tabled_derive v0.7.0 |
832 | 2025-02-21T12:45:34.118Z | Downloaded sha1 v0.10.6 |
833 | 2025-02-21T12:45:34.118Z | Downloaded icu_locid_transform v1.5.0 |
834 | 2025-02-21T12:45:34.118Z | Downloaded papergrid v0.11.0 |
835 | 2025-02-21T12:45:34.122Z | Downloaded scrypt v0.11.0 |
836 | 2025-02-21T12:45:34.124Z | Downloaded resolv-conf v0.7.0 |
837 | 2025-02-21T12:45:34.127Z | Downloaded toml v0.8.19 |
838 | 2025-02-21T12:45:34.130Z | Downloaded derive_builder_core v0.20.2 |
839 | 2025-02-21T12:45:34.130Z | Downloaded derive_builder v0.20.2 |
840 | 2025-02-21T12:45:34.139Z | Downloaded paste v1.0.15 |
841 | 2025-02-21T12:45:34.143Z | Downloaded iana-time-zone v0.1.61 |
842 | 2025-02-21T12:45:34.143Z | Downloaded unicode_categories v0.1.1 |
843 | 2025-02-21T12:45:34.146Z | Downloaded aes v0.8.4 |
844 | 2025-02-21T12:45:34.146Z | Downloaded unicode-truncate v1.1.0 |
845 | 2025-02-21T12:45:34.150Z | Downloaded pem v3.0.4 |
846 | 2025-02-21T12:45:34.151Z | Downloaded pkcs1 v0.7.5 |
847 | 2025-02-21T12:45:34.156Z | Downloaded indicatif v0.17.11 |
848 | 2025-02-21T12:45:34.167Z | Downloaded darling_core v0.20.10 |
849 | 2025-02-21T12:45:34.170Z | Downloaded yansi v1.0.1 |
850 | 2025-02-21T12:45:34.170Z | Downloaded qorb v0.2.1 |
851 | 2025-02-21T12:45:34.170Z | Downloaded icu_normalizer_data v1.5.0 |
852 | 2025-02-21T12:45:34.170Z | Downloaded icu_normalizer v1.5.0 |
853 | 2025-02-21T12:45:34.173Z | Downloaded writeable v0.5.5 |
854 | 2025-02-21T12:45:34.173Z | Downloaded proc-macro-error v1.0.4 |
855 | 2025-02-21T12:45:34.176Z | Downloaded slog v2.7.0 |
856 | 2025-02-21T12:45:34.179Z | Downloaded rustc-demangle v0.1.24 |
857 | 2025-02-21T12:45:34.181Z | Downloaded smf v0.2.3 |
858 | 2025-02-21T12:45:34.181Z | Downloaded num-rational v0.4.2 |
859 | 2025-02-21T12:45:34.185Z | Downloaded darling v0.20.10 |
860 | 2025-02-21T12:45:34.188Z | Downloaded termcolor v1.4.1 |
861 | 2025-02-21T12:45:34.188Z | Downloaded crc-any v2.5.0 |
862 | 2025-02-21T12:45:34.191Z | Downloaded const-oid v0.9.6 |
863 | 2025-02-21T12:45:34.193Z | Downloaded rstest_macros v0.23.0 |
864 | 2025-02-21T12:45:34.196Z | Downloaded slog-stdlog v4.1.1 |
865 | 2025-02-21T12:45:34.196Z | Downloaded allocator-api2 v0.2.18 |
866 | 2025-02-21T12:45:34.199Z | Downloaded shlex v1.3.0 |
867 | 2025-02-21T12:45:34.201Z | Downloaded vte v0.11.1 |
868 | 2025-02-21T12:45:34.201Z | Downloaded hashbrown v0.12.3 |
869 | 2025-02-21T12:45:34.206Z | Downloaded serde-hex v0.1.0 |
870 | 2025-02-21T12:45:34.209Z | Downloaded kv-log-macro v1.0.7 |
871 | 2025-02-21T12:45:34.209Z | Downloaded polling v3.7.3 |
872 | 2025-02-21T12:45:34.211Z | Downloaded typify v0.3.0 |
873 | 2025-02-21T12:45:34.215Z | Downloaded time-macros v0.2.18 |
874 | 2025-02-21T12:45:34.217Z | Downloaded similar v2.6.0 |
875 | 2025-02-21T12:45:34.222Z | Downloaded phf_shared v0.11.2 |
876 | 2025-02-21T12:45:34.224Z | Downloaded pest_generator v2.7.14 |
877 | 2025-02-21T12:45:34.224Z | Downloaded pbkdf2 v0.12.2 |
878 | 2025-02-21T12:45:34.224Z | Downloaded pbkdf2 v0.11.0 |
879 | 2025-02-21T12:45:34.227Z | Downloaded num-integer v0.1.46 |
880 | 2025-02-21T12:45:34.230Z | Downloaded num-derive v0.4.2 |
881 | 2025-02-21T12:45:34.230Z | Downloaded vsss-rs v3.3.4 |
882 | 2025-02-21T12:45:34.232Z | Downloaded rstest v0.23.0 |
883 | 2025-02-21T12:45:34.238Z | Downloaded p256 v0.13.2 |
884 | 2025-02-21T12:45:34.241Z | Downloaded bytes v1.9.0 |
885 | 2025-02-21T12:45:34.244Z | Downloaded base64 v0.21.7 |
886 | 2025-02-21T12:45:34.248Z | Downloaded daft v0.1.1 |
887 | 2025-02-21T12:45:34.252Z | Downloaded yoke v0.7.4 |
888 | 2025-02-21T12:45:34.254Z | Downloaded pin-project-internal v1.1.6 |
889 | 2025-02-21T12:45:34.262Z | Downloaded cc v1.1.30 |
890 | 2025-02-21T12:45:34.262Z | Downloaded daft-derive v0.1.1 |
891 | 2025-02-21T12:45:34.262Z | Downloaded crossbeam-deque v0.8.5 |
892 | 2025-02-21T12:45:34.266Z | Downloaded tempfile v3.13.0 |
893 | 2025-02-21T12:45:34.266Z | Downloaded target-spec v3.3.1 |
894 | 2025-02-21T12:45:34.268Z | Downloaded target-lexicon v0.12.16 |
895 | 2025-02-21T12:45:34.271Z | Downloaded rustversion v1.0.17 |
896 | 2025-02-21T12:45:34.273Z | Downloaded num-traits v0.2.19 |
897 | 2025-02-21T12:45:34.276Z | Downloaded xz2 v0.1.7 |
898 | 2025-02-21T12:45:34.276Z | Downloaded bitflags v2.6.0 |
899 | 2025-02-21T12:45:34.279Z | Downloaded chacha20poly1305 v0.10.1 |
900 | 2025-02-21T12:45:34.289Z | Downloaded base64 v0.13.1 |
901 | 2025-02-21T12:45:34.289Z | Downloaded similar-asserts v1.6.0 |
902 | 2025-02-21T12:45:34.294Z | Downloaded simd-adler32 v0.3.7 |
903 | 2025-02-21T12:45:34.294Z | Downloaded darling_macro v0.20.10 |
904 | 2025-02-21T12:45:34.295Z | Downloaded crunchy v0.2.2 |
905 | 2025-02-21T12:45:34.295Z | Downloaded slog-bunyan v2.5.0 |
906 | 2025-02-21T12:45:34.295Z | Downloaded siphasher v0.3.11 |
907 | 2025-02-21T12:45:34.295Z | Downloaded serde_path_to_error v0.1.16 |
908 | 2025-02-21T12:45:34.295Z | Downloaded sec1 v0.7.3 |
909 | 2025-02-21T12:45:34.295Z | Downloaded pem-rfc7468 v0.7.0 |
910 | 2025-02-21T12:45:34.301Z | Downloaded async-recursion v1.1.1 |
911 | 2025-02-21T12:45:34.301Z | Downloaded arc-swap v1.7.1 |
912 | 2025-02-21T12:45:34.308Z | Downloaded rtoolbox v0.0.2 |
913 | 2025-02-21T12:45:34.308Z | Downloaded flume v0.11.1 |
914 | 2025-02-21T12:45:34.308Z | Downloaded async-io v2.3.4 |
915 | 2025-02-21T12:45:34.315Z | Downloaded camino v1.1.9 |
916 | 2025-02-21T12:45:34.315Z | Downloaded chacha20 v0.9.1 |
917 | 2025-02-21T12:45:34.315Z | Downloaded blake2b_simd v1.0.2 |
918 | 2025-02-21T12:45:34.317Z | Downloaded blake2 v0.10.6 |
919 | 2025-02-21T12:45:34.319Z | Downloaded oxnet v0.1.0 |
920 | 2025-02-21T12:45:34.319Z | Downloaded async-process v2.3.0 |
921 | 2025-02-21T12:45:34.322Z | Downloaded async-lock v3.4.0 |
922 | 2025-02-21T12:45:34.335Z | Downloaded bzip2 v0.4.4 |
923 | 2025-02-21T12:45:34.335Z | Downloaded blocking v1.6.1 |
924 | 2025-02-21T12:45:34.335Z | Downloaded async-trait v0.1.86 |
925 | 2025-02-21T12:45:34.335Z | Downloaded assert_cmd v2.0.16 |
926 | 2025-02-21T12:45:34.341Z | Downloaded futures-channel v0.3.31 |
927 | 2025-02-21T12:45:34.341Z | Downloaded backoff v0.4.0 |
928 | 2025-02-21T12:45:34.341Z | Downloaded async-executor v1.13.1 |
929 | 2025-02-21T12:45:34.341Z | Downloaded argon2 v0.5.3 |
930 | 2025-02-21T12:45:34.341Z | Downloaded futures-lite v2.3.0 |
931 | 2025-02-21T12:45:34.341Z | Downloaded getrandom v0.2.15 |
932 | 2025-02-21T12:45:34.347Z | Downloaded ring v0.17.8 |
933 | 2025-02-21T12:45:34.412Z | Downloaded async-task v4.7.1 |
934 | 2025-02-21T12:45:34.423Z | Downloaded async-channel v1.9.0 |
935 | 2025-02-21T12:45:34.423Z | Downloaded hashlink v0.9.1 |
936 | 2025-02-21T12:45:34.432Z | Downloaded funty v2.0.0 |
937 | 2025-02-21T12:45:34.432Z | Downloaded hex-literal v0.4.1 |
938 | 2025-02-21T12:45:34.432Z | Downloaded blowfish v0.9.1 |
939 | 2025-02-21T12:45:34.432Z | Downloaded block-buffer v0.10.4 |
940 | 2025-02-21T12:45:34.432Z | Downloaded anyhow v1.0.96 |
941 | 2025-02-21T12:45:34.432Z | Downloaded anstream v0.6.15 |
942 | 2025-02-21T12:45:34.432Z | Downloaded globset v0.4.15 |
943 | 2025-02-21T12:45:34.435Z | Downloaded bitfield v0.14.0 |
944 | 2025-02-21T12:45:34.435Z | Downloaded base16ct v0.2.0 |
945 | 2025-02-21T12:45:34.435Z | Downloaded async-bb8-diesel v0.2.1 |
946 | 2025-02-21T12:45:34.435Z | Downloaded ahash v0.8.11 |
947 | 2025-02-21T12:45:34.438Z | Downloaded futures-executor v0.3.31 |
948 | 2025-02-21T12:45:34.438Z | Downloaded form_urlencoded v1.2.1 |
949 | 2025-02-21T12:45:34.438Z | Downloaded flagset v0.4.6 |
950 | 2025-02-21T12:45:34.443Z | Downloaded futures-io v0.3.31 |
951 | 2025-02-21T12:45:34.443Z | Downloaded fallible-iterator v0.3.0 |
952 | 2025-02-21T12:45:34.443Z | Downloaded buf-list v1.0.3 |
953 | 2025-02-21T12:45:34.447Z | Downloaded bit-set v0.5.3 |
954 | 2025-02-21T12:45:34.447Z | Downloaded hash32 v0.2.1 |
955 | 2025-02-21T12:45:34.447Z | Downloaded futures-core v0.3.31 |
956 | 2025-02-21T12:45:34.447Z | Downloaded generic-array v0.14.7 |
957 | 2025-02-21T12:45:34.447Z | Downloaded bitflags v1.3.2 |
958 | 2025-02-21T12:45:34.450Z | Downloaded async-global-executor v2.4.1 |
959 | 2025-02-21T12:45:34.452Z | Downloaded async-attributes v1.1.2 |
960 | 2025-02-21T12:45:34.452Z | Downloaded fs-err v2.11.0 |
961 | 2025-02-21T12:45:34.454Z | Downloaded hostname v0.3.1 |
962 | 2025-02-21T12:45:34.456Z | Downloaded bcrypt-pbkdf v0.10.0 |
963 | 2025-02-21T12:45:34.456Z | Downloaded bb8 v0.8.5 |
964 | 2025-02-21T12:45:34.458Z | Downloaded atomic-waker v1.1.2 |
965 | 2025-02-21T12:45:34.458Z | Downloaded async-stream v0.3.6 |
966 | 2025-02-21T12:45:34.465Z | Downloaded async-channel v2.3.1 |
967 | 2025-02-21T12:45:34.467Z | Downloaded assert-json-diff v2.0.2 |
968 | 2025-02-21T12:45:34.469Z | Downloaded arrayref v0.3.9 |
969 | 2025-02-21T12:45:34.469Z | Downloaded approx v0.5.1 |
970 | 2025-02-21T12:45:34.471Z | Downloaded anstyle-query v1.1.1 |
971 | 2025-02-21T12:45:34.473Z | Downloaded fixedbitset v0.4.2 |
972 | 2025-02-21T12:45:34.473Z | Downloaded libsqlite3-sys v0.30.1 |
973 | 2025-02-21T12:45:34.549Z | Downloaded fd-lock v4.0.2 |
974 | 2025-02-21T12:45:34.551Z | Downloaded fallible-streaming-iterator v0.1.9 |
975 | 2025-02-21T12:45:34.553Z | Downloaded ff v0.13.0 |
976 | 2025-02-21T12:45:34.555Z | Downloaded errno v0.3.9 |
977 | 2025-02-21T12:45:34.555Z | Downloaded ascii-canvas v3.0.0 |
978 | 2025-02-21T12:45:34.557Z | Downloaded array-init v0.0.4 |
979 | 2025-02-21T12:45:34.557Z | Downloaded anstyle-parse v0.2.5 |
980 | 2025-02-21T12:45:34.559Z | Downloaded hostname v0.4.0 |
981 | 2025-02-21T12:45:34.559Z | Downloaded headers-core v0.3.0 |
982 | 2025-02-21T12:45:34.561Z | Downloaded futures-macro v0.3.31 |
983 | 2025-02-21T12:45:34.718Z | Downloaded aws-lc-sys v0.22.0 |
984 | 2025-02-21T12:45:35.255Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
985 | 2025-02-21T12:45:36.975Z | pkg list: illegal option -- F |
986 | 2025-02-21T12:45:36.976Z | Usage: |
987 | 2025-02-21T12:45:37.126Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
988 | 2025-02-21T12:45:37.126Z | [pkg_fmri_pattern ...] |
989 | 2025-02-21T12:45:37.810Z | pkg list: illegal option -- F |
990 | 2025-02-21T12:45:37.810Z | Usage: |
991 | 2025-02-21T12:45:37.811Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
992 | 2025-02-21T12:45:37.811Z | [pkg_fmri_pattern ...] |
993 | 2025-02-21T12:45:48.176Z | Startup: Refreshing catalog 'helios-dev' ... Done |
994 | 2025-02-21T12:45:52.492Z | Startup: Caching catalogs ... Done |
995 | 2025-02-21T12:46:05.614Z | Planning: Solver setup ... Done (12.171s) |
996 | 2025-02-21T12:46:05.762Z | Planning: Running solver ... Done (0.147s) |
997 | 2025-02-21T12:46:05.883Z | Planning: Finding local manifests ... Done (0.007s) |
998 | 2025-02-21T12:46:05.915Z | Planning: Fetching manifests: 0/7 0% complete |
999 | 2025-02-21T12:46:08.982Z | Planning: Fetching manifests: 7/7 100% complete |
1000 | 2025-02-21T12:46:09.094Z | Planning: Package planning ... Done (0.111s) |
1001 | 2025-02-21T12:46:09.151Z | Planning: Merging actions ... Done (0.056s) |
1002 | 2025-02-21T12:46:09.345Z | Planning: Checking for conflicting actions ... Done (0.195s) |
1003 | 2025-02-21T12:46:11.486Z | Planning: Consolidating action changes ... Done (2.141s) |
1004 | 2025-02-21T12:46:11.927Z | Planning: Evaluating mediators ... Done (0.442s) |
1005 | 2025-02-21T12:46:12.008Z | Planning: Planning completed in 19.42 seconds |
1006 | 2025-02-21T12:46:12.025Z | Packages to install: 4 |
1007 | 2025-02-21T12:46:12.025Z | Packages to update: 3 |
1008 | 2025-02-21T12:46:12.025Z | Mediators to change: 2 |
1009 | 2025-02-21T12:46:12.028Z | Services to change: 1 |
1010 | 2025-02-21T12:46:12.028Z | Estimated space available: 155.36 GB |
1011 | 2025-02-21T12:46:12.028Z | Estimated space to be consumed: 1.66 GB |
1012 | 2025-02-21T12:46:12.028Z | Create boot environment: No |
1013 | 2025-02-21T12:46:12.028Z | Create backup boot environment: Yes |
1014 | 2025-02-21T12:46:12.028Z | Rebuild boot archive: No |
1015 | 2025-02-21T12:46:12.028Z | |
1016 | 2025-02-21T12:46:12.028Z | Changed mediators: |
1017 | 2025-02-21T12:46:12.028Z | mediator clang: |
1018 | 2025-02-21T12:46:12.028Z | version: None -> 15 (system default) |
1019 | 2025-02-21T12:46:12.028Z | |
1020 | 2025-02-21T12:46:12.028Z | mediator llvm: |
1021 | 2025-02-21T12:46:12.028Z | version: 14 (system default) -> 15 (system default) |
1022 | 2025-02-21T12:46:12.028Z | |
1023 | 2025-02-21T12:46:12.028Z | Changed packages: |
1024 | 2025-02-21T12:46:12.028Z | helios-dev |
1025 | 2025-02-21T12:46:12.028Z | developer/build-essential |
1026 | 2025-02-21T12:46:12.028Z | None -> 11-2.0 |
1027 | 2025-02-21T12:46:12.028Z | library/libxmlsec1 |
1028 | 2025-02-21T12:46:12.028Z | None -> 1.2.35-2.0 |
1029 | 2025-02-21T12:46:12.028Z | ooce/developer/clang-15 |
1030 | 2025-02-21T12:46:12.029Z | None -> 15.0.7-2.0 |
1031 | 2025-02-21T12:46:12.029Z | ooce/developer/llvm-15 |
1032 | 2025-02-21T12:46:12.029Z | None -> 15.0.7-2.0 |
1033 | 2025-02-21T12:46:12.029Z | package/pkg |
1034 | 2025-02-21T12:46:12.029Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
1035 | 2025-02-21T12:46:12.029Z | system/library/g++-runtime |
1036 | 2025-02-21T12:46:12.029Z | 13-2.0 -> 14-2.0 |
1037 | 2025-02-21T12:46:12.029Z | system/library/gcc-runtime |
1038 | 2025-02-21T12:46:12.029Z | 13-2.0 -> 14-2.0 |
1039 | 2025-02-21T12:46:12.029Z | |
1040 | 2025-02-21T12:46:12.029Z | Services: |
1041 | 2025-02-21T12:46:12.029Z | restart_fmri: |
1042 | 2025-02-21T12:46:12.029Z | svc:/system/update-man-index:default |
1043 | 2025-02-21T12:46:12.029Z | |
1044 | 2025-02-21T12:46:12.029Z | Editable files to change: |
1045 | 2025-02-21T12:46:12.029Z | Update: |
1046 | 2025-02-21T12:46:12.029Z | usr/share/lib/pkg/web/config.shtml |
1047 | 2025-02-21T12:46:12.108Z | |
1048 | 2025-02-21T12:46:12.108Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
1049 | 2025-02-21T12:46:38.043Z | Download: 213/4301 items 1.3/225.4MB 0% complete |
1050 | 2025-02-21T12:46:43.045Z | Download: 528/4301 items 17.5/225.4MB 7% complete (3.5M/s) |
1051 | 2025-02-21T12:46:48.047Z | Download: 825/4301 items 18.7/225.4MB 8% complete (1.9M/s) |
1052 | 2025-02-21T12:46:55.770Z | Download: 1197/4301 items 83.5/225.4MB 37% complete (6.6M/s) |
1053 | 2025-02-21T12:47:10.144Z | Download: 1198/4301 items 83.5/225.4MB 37% complete |
1054 | 2025-02-21T12:47:15.203Z | Download: 1625/4301 items 116.8/225.4MB 51% complete (7.8M/s) |
1055 | 2025-02-21T12:47:20.208Z | Download: 2218/4301 items 118.6/225.4MB 52% complete (3.6M/s) |
1056 | 2025-02-21T12:47:26.052Z | Download: 2224/4301 items 119.2/225.4MB 52% complete (1.7M/s) |
1057 | 2025-02-21T12:47:31.053Z | Download: 3115/4301 items 135.6/225.4MB 60% complete (1.8M/s) |
1058 | 2025-02-21T12:47:36.309Z | Download: 3277/4301 items 210.1/225.4MB 93% complete (10.5M/s) |
1059 | 2025-02-21T12:47:45.952Z | Download: 3284/4301 items 211.7/225.4MB 93% complete (9.1M/s) |
1060 | 2025-02-21T12:47:50.812Z | Download: Completed 225.42 MB in 98.70 seconds (2.3M/s) |
1061 | 2025-02-21T12:47:51.789Z | Actions: 1/5122 actions (Removing old actions) |
1062 | 2025-02-21T12:47:51.831Z | Actions: 194/5122 actions (Installing new actions) |
1063 | 2025-02-21T12:47:56.501Z | Actions: 4267/5122 actions (Updating modified actions) |
1064 | 2025-02-21T12:47:56.854Z | Actions: Completed 5122 actions in 5.06 seconds. |
1065 | 2025-02-21T12:47:57.090Z | Done (0.228s) |
1066 | 2025-02-21T12:47:57.092Z | Done (0.001s) |
1067 | 2025-02-21T12:47:57.714Z | Done (0.622s) |
1068 | 2025-02-21T12:48:02.301Z | Done (4.361s) |
1069 | 2025-02-21T12:48:02.393Z | Done (0.018s) |
1070 | 2025-02-21T12:48:02.395Z | Done (0.000s) |
1071 | 2025-02-21T12:48:02.581Z | Done (0.000s) |
1072 | 2025-02-21T12:48:03.299Z | Planning: Evaluating mediator changes ... Done |
1073 | 2025-02-21T12:48:03.463Z | Planning: Checking for conflicting actions ... Done |
1074 | 2025-02-21T12:48:03.466Z | Planning: Consolidating action changes ... Done |
1075 | 2025-02-21T12:48:03.735Z | Planning: Evaluating mediators ... Done |
1076 | 2025-02-21T12:48:03.739Z | Planning: Planning completed in 0.44 seconds |
1077 | 2025-02-21T12:48:03.779Z | Mediators to change: 2 |
1078 | 2025-02-21T12:48:03.779Z | Create boot environment: No |
1079 | 2025-02-21T12:48:03.782Z | Create backup boot environment: No |
1080 | 2025-02-21T12:48:03.858Z | Done |
1081 | 2025-02-21T12:48:03.858Z | Done |
1082 | 2025-02-21T12:48:04.276Z | Done |
1083 | 2025-02-21T12:48:07.884Z | Done |
1084 | 2025-02-21T12:48:07.979Z | Done |
1085 | 2025-02-21T12:48:07.983Z | Done |
1086 | 2025-02-21T12:48:08.116Z | Done |
1087 | 2025-02-21T12:48:08.729Z | Planning: Evaluating mediator changes ... Done |
1088 | 2025-02-21T12:48:08.732Z | Planning: Merging actions ... Done |
1089 | 2025-02-21T12:48:08.920Z | Planning: Checking for conflicting actions ... Done |
1090 | 2025-02-21T12:48:08.924Z | Planning: Consolidating action changes ... Done |
1091 | 2025-02-21T12:48:09.189Z | Planning: Evaluating mediators ... Done |
1092 | 2025-02-21T12:48:09.246Z | Planning: Planning completed in 0.76 seconds |
1093 | 2025-02-21T12:48:09.292Z | Packages to change: 1 |
1094 | 2025-02-21T12:48:09.293Z | Mediators to change: 1 |
1095 | 2025-02-21T12:48:09.296Z | Services to change: 1 |
1096 | 2025-02-21T12:48:09.296Z | Create boot environment: No |
1097 | 2025-02-21T12:48:09.296Z | Create backup boot environment: Yes |
1098 | 2025-02-21T12:48:11.697Z | Actions: 1/6 actions (Updating modified actions) |
1099 | 2025-02-21T12:48:11.700Z | Actions: Completed 6 actions in 0.00 seconds. |
1100 | 2025-02-21T12:48:11.700Z | Done |
1101 | 2025-02-21T12:48:11.700Z | Done |
1102 | 2025-02-21T12:48:11.822Z | Done |
1103 | 2025-02-21T12:48:15.362Z | Done |
1104 | 2025-02-21T12:48:15.447Z | Done |
1105 | 2025-02-21T12:48:15.450Z | Done |
1106 | 2025-02-21T12:48:15.583Z | Done |
1107 | 2025-02-21T12:48:16.022Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1108 | 2025-02-21T12:48:16.022Z | clang system 15 system |
1109 | 2025-02-21T12:48:16.022Z | csh system system illumos |
1110 | 2025-02-21T12:48:16.022Z | ctags system system illumos |
1111 | 2025-02-21T12:48:16.022Z | gcc vendor 12 vendor |
1112 | 2025-02-21T12:48:16.022Z | gcc system 10 system |
1113 | 2025-02-21T12:48:16.022Z | gcc system 7 system |
1114 | 2025-02-21T12:48:16.022Z | go system 1.20 system |
1115 | 2025-02-21T12:48:16.022Z | go system 1.19 system |
1116 | 2025-02-21T12:48:16.022Z | llvm system 15 system |
1117 | 2025-02-21T12:48:16.022Z | llvm system 14 system |
1118 | 2025-02-21T12:48:16.022Z | mariadb system 10.6 system |
1119 | 2025-02-21T12:48:16.022Z | mta vendor vendor dma |
1120 | 2025-02-21T12:48:16.022Z | openjdk system 17 system |
1121 | 2025-02-21T12:48:16.022Z | openjdk system 11 system |
1122 | 2025-02-21T12:48:16.022Z | openjdk system 1.8 system |
1123 | 2025-02-21T12:48:16.022Z | openssl vendor 3 vendor |
1124 | 2025-02-21T12:48:16.022Z | perl system 5.36 system |
1125 | 2025-02-21T12:48:16.022Z | postgresql system 15 system |
1126 | 2025-02-21T12:48:16.022Z | postgresql system 13 system |
1127 | 2025-02-21T12:48:16.022Z | python vendor 3 vendor |
1128 | 2025-02-21T12:48:16.022Z | python system 2 system |
1129 | 2025-02-21T12:48:16.022Z | python3 system 3.11 system |
1130 | 2025-02-21T12:48:16.022Z | ruby system 3.0 system |
1131 | 2025-02-21T12:48:16.022Z | words vendor vendor american-english |
1132 | 2025-02-21T12:48:16.023Z | words system system australian-english |
1133 | 2025-02-21T12:48:16.023Z | words system system british-english |
1134 | 2025-02-21T12:48:16.023Z | words system system canadian-english |
1135 | 2025-02-21T12:48:16.023Z | words system system french |
1136 | 2025-02-21T12:48:16.023Z | words system system italian |
1137 | 2025-02-21T12:48:16.023Z | words system system ngerman |
1138 | 2025-02-21T12:48:16.023Z | words system system ogerman |
1139 | 2025-02-21T12:48:16.023Z | words system system spanish |
1140 | 2025-02-21T12:48:16.346Z | PUBLISHER TYPE STATUS P LOCATION |
1141 | 2025-02-21T12:48:16.346Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1142 | 2025-02-21T12:48:19.397Z | FMRI IFO |
1143 | 2025-02-21T12:48:19.397Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1144 | 2025-02-21T12:48:19.397Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1145 | 2025-02-21T12:48:19.397Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1146 | 2025-02-21T12:48:19.397Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1147 | 2025-02-21T12:48:19.397Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1148 | 2025-02-21T12:48:19.397Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1149 | 2025-02-21T12:48:19.397Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
1150 | 2025-02-21T12:48:19.397Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1151 | 2025-02-21T12:48:19.397Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1152 | 2025-02-21T12:48:19.397Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
1153 | 2025-02-21T12:48:19.397Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
1154 | 2025-02-21T12:48:19.397Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1155 | 2025-02-21T12:48:19.397Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
1156 | 2025-02-21T12:48:19.397Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
1157 | 2025-02-21T12:48:19.397Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1158 | 2025-02-21T12:48:20.458Z | Downloading crates ... |
1159 | 2025-02-21T12:48:20.582Z | Downloaded cargo_toml v0.20.5 |
1160 | 2025-02-21T12:48:20.719Z | Compiling proc-macro2 v1.0.92 |
1161 | 2025-02-21T12:48:20.723Z | Compiling unicode-ident v1.0.14 |
1162 | 2025-02-21T12:48:20.723Z | Compiling serde v1.0.217 |
1163 | 2025-02-21T12:48:20.723Z | Compiling version_check v0.9.5 |
1164 | 2025-02-21T12:48:20.723Z | Compiling thiserror v1.0.69 |
1165 | 2025-02-21T12:48:20.723Z | Compiling memchr v2.7.4 |
1166 | 2025-02-21T12:48:20.723Z | Compiling libc v0.2.169 |
1167 | 2025-02-21T12:48:20.740Z | Compiling ryu v1.0.18 |
1168 | 2025-02-21T12:48:20.984Z | Compiling itoa v1.0.11 |
1169 | 2025-02-21T12:48:21.143Z | Compiling ucd-trie v0.1.7 |
1170 | 2025-02-21T12:48:21.221Z | Compiling once_cell v1.20.3 |
1171 | 2025-02-21T12:48:21.430Z | Compiling byteorder v1.5.0 |
1172 | 2025-02-21T12:48:21.580Z | Compiling rustix v0.38.37 |
1173 | 2025-02-21T12:48:21.616Z | Compiling serde_json v1.0.135 |
1174 | 2025-02-21T12:48:21.971Z | Compiling bitflags v2.6.0 |
1175 | 2025-02-21T12:48:21.977Z | Compiling proc-macro-error-attr v1.0.4 |
1176 | 2025-02-21T12:48:22.190Z | Compiling usdt-impl v0.5.0 |
1177 | 2025-02-21T12:48:22.206Z | Compiling syn v1.0.109 |
1178 | 2025-02-21T12:48:22.333Z | Compiling proc-macro-error v1.0.4 |
1179 | 2025-02-21T12:48:22.346Z | Compiling equivalent v1.0.1 |
1180 | 2025-02-21T12:48:22.386Z | Compiling hashbrown v0.15.1 |
1181 | 2025-02-21T12:48:22.471Z | Compiling log v0.4.22 |
1182 | 2025-02-21T12:48:22.537Z | Compiling quote v1.0.38 |
1183 | 2025-02-21T12:48:22.664Z | Compiling errno v0.3.9 |
1184 | 2025-02-21T12:48:22.821Z | Compiling plain v0.2.3 |
1185 | 2025-02-21T12:48:22.885Z | Compiling camino v1.1.9 |
1186 | 2025-02-21T12:48:22.900Z | Compiling syn v2.0.96 |
1187 | 2025-02-21T12:48:22.981Z | Compiling utf8parse v0.2.2 |
1188 | 2025-02-21T12:48:23.079Z | Compiling thread-id v4.2.2 |
1189 | 2025-02-21T12:48:23.125Z | Compiling anstyle-parse v0.2.5 |
1190 | 2025-02-21T12:48:23.428Z | Compiling indexmap v2.7.1 |
1191 | 2025-02-21T12:48:23.489Z | Compiling pretty-hex v0.4.1 |
1192 | 2025-02-21T12:48:23.540Z | Compiling winnow v0.6.20 |
1193 | 2025-02-21T12:48:23.685Z | Compiling is_terminal_polyfill v1.70.1 |
1194 | 2025-02-21T12:48:23.698Z | Compiling anstyle-query v1.1.1 |
1195 | 2025-02-21T12:48:23.835Z | Compiling semver v1.0.24 |
1196 | 2025-02-21T12:48:23.840Z | Compiling anstyle v1.0.10 |
1197 | 2025-02-21T12:48:23.903Z | Compiling autocfg v1.4.0 |
1198 | 2025-02-21T12:48:24.269Z | Compiling unicode-width v0.1.14 |
1199 | 2025-02-21T12:48:24.327Z | Compiling colorchoice v1.0.2 |
1200 | 2025-02-21T12:48:24.493Z | Compiling anstream v0.6.15 |
1201 | 2025-02-21T12:48:24.784Z | Compiling terminal_size v0.4.0 |
1202 | 2025-02-21T12:48:24.823Z | Compiling fs-err v2.11.0 |
1203 | 2025-02-21T12:48:24.919Z | Compiling anyhow v1.0.96 |
1204 | 2025-02-21T12:48:24.997Z | Compiling heck v0.4.1 |
1205 | 2025-02-21T12:48:25.087Z | Compiling strsim v0.11.1 |
1206 | 2025-02-21T12:48:25.313Z | Compiling bytecount v0.6.8 |
1207 | 2025-02-21T12:48:25.403Z | Compiling clap_lex v0.7.4 |
1208 | 2025-02-21T12:48:25.505Z | Compiling heck v0.5.0 |
1209 | 2025-02-21T12:48:25.510Z | Compiling fastrand v2.1.1 |
1210 | 2025-02-21T12:48:25.575Z | Compiling cfg-if v1.0.0 |
1211 | 2025-02-21T12:48:25.671Z | Compiling fnv v1.0.7 |
1212 | 2025-02-21T12:48:25.870Z | Compiling papergrid v0.11.0 |
1213 | 2025-02-21T12:48:25.872Z | Compiling clap_builder v4.5.30 |
1214 | 2025-02-21T12:48:25.966Z | Compiling tempfile v3.13.0 |
1215 | 2025-02-21T12:48:26.442Z | Compiling memmap v0.7.0 |
1216 | 2025-02-21T12:48:26.573Z | Compiling unicode-linebreak v0.1.5 |
1217 | 2025-02-21T12:48:26.732Z | Compiling smawk v0.3.2 |
1218 | 2025-02-21T12:48:26.954Z | Compiling swrite v0.1.0 |
1219 | 2025-02-21T12:48:27.068Z | Compiling textwrap v0.16.1 |
1220 | 2025-02-21T12:48:27.741Z | Compiling tabled_derive v0.7.0 |
1221 | 2025-02-21T12:48:28.896Z | Compiling tabled v0.15.0 |
1222 | 2025-02-21T12:48:29.698Z | Compiling serde_derive v1.0.217 |
1223 | 2025-02-21T12:48:29.698Z | Compiling thiserror-impl v1.0.69 |
1224 | 2025-02-21T12:48:29.701Z | Compiling zerocopy-derive v0.7.35 |
1225 | 2025-02-21T12:48:29.711Z | Compiling scroll_derive v0.12.0 |
1226 | 2025-02-21T12:48:29.943Z | Compiling clap_derive v4.5.28 |
1227 | 2025-02-21T12:48:31.155Z | Compiling scroll v0.12.0 |
1228 | 2025-02-21T12:48:31.540Z | Compiling zerocopy v0.7.35 |
1229 | 2025-02-21T12:48:31.561Z | Compiling goblin v0.8.2 |
1230 | 2025-02-21T12:48:31.935Z | Compiling pest v2.7.14 |
1231 | 2025-02-21T12:48:33.285Z | Compiling clap v4.5.30 |
1232 | 2025-02-21T12:48:34.141Z | Compiling pest_meta v2.7.14 |
1233 | 2025-02-21T12:48:35.007Z | Compiling pest_generator v2.7.14 |
1234 | 2025-02-21T12:48:36.296Z | Compiling pest_derive v2.7.14 |
1235 | 2025-02-21T12:48:37.018Z | Compiling dtrace-parser v0.2.0 |
1236 | 2025-02-21T12:48:38.099Z | Compiling serde_tokenstream v0.2.2 |
1237 | 2025-02-21T12:48:38.159Z | Compiling serde_spanned v0.6.8 |
1238 | 2025-02-21T12:48:38.159Z | Compiling toml_datetime v0.6.8 |
1239 | 2025-02-21T12:48:38.293Z | Compiling cargo-platform v0.1.8 |
1240 | 2025-02-21T12:48:38.462Z | Compiling toml_edit v0.22.22 |
1241 | 2025-02-21T12:48:38.614Z | Compiling macaddr v1.0.1 |
1242 | 2025-02-21T12:48:38.674Z | Compiling camino-tempfile v1.1.1 |
1243 | 2025-02-21T12:48:39.461Z | Compiling dof v0.3.0 |
1244 | 2025-02-21T12:48:39.643Z | Compiling cargo_metadata v0.18.1 |
1245 | 2025-02-21T12:48:40.789Z | Compiling usdt-attr-macro v0.5.0 |
1246 | 2025-02-21T12:48:40.789Z | Compiling usdt-macro v0.5.0 |
1247 | 2025-02-21T12:48:41.294Z | Compiling toml v0.8.19 |
1248 | 2025-02-21T12:48:41.850Z | Compiling usdt v0.5.0 |
1249 | 2025-02-21T12:48:42.091Z | Compiling cargo_toml v0.20.5 |
1250 | 2025-02-21T12:48:44.668Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1251 | 2025-02-21T12:48:47.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.73s |
1252 | 2025-02-21T12:48:47.746Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1253 | 2025-02-21T12:48:48.585Z | Compiling serde v1.0.217 |
1254 | 2025-02-21T12:48:48.587Z | Compiling lock_api v0.4.12 |
1255 | 2025-02-21T12:48:48.587Z | Compiling value-bag v1.9.0 |
1256 | 2025-02-21T12:48:48.587Z | Compiling scopeguard v1.2.0 |
1257 | 2025-02-21T12:48:48.587Z | Compiling typenum v1.17.0 |
1258 | 2025-02-21T12:48:48.587Z | Compiling generic-array v0.14.7 |
1259 | 2025-02-21T12:48:48.746Z | Compiling syn v2.0.96 |
1260 | 2025-02-21T12:48:48.759Z | Compiling getrandom v0.2.15 |
1261 | 2025-02-21T12:48:48.902Z | Compiling subtle v2.6.1 |
1262 | 2025-02-21T12:48:49.111Z | Compiling log v0.4.22 |
1263 | 2025-02-21T12:48:49.157Z | Compiling rand_core v0.6.4 |
1264 | 2025-02-21T12:48:49.226Z | Compiling shlex v1.3.0 |
1265 | 2025-02-21T12:48:49.229Z | Compiling jobserver v0.1.32 |
1266 | 2025-02-21T12:48:49.297Z | Compiling smallvec v1.13.2 |
1267 | 2025-02-21T12:48:49.559Z | Compiling const-oid v0.9.6 |
1268 | 2025-02-21T12:48:49.613Z | Compiling pin-project-lite v0.2.14 |
1269 | 2025-02-21T12:48:49.682Z | Compiling cc v1.1.30 |
1270 | 2025-02-21T12:48:49.706Z | Compiling parking_lot_core v0.9.10 |
1271 | 2025-02-21T12:48:49.747Z | Compiling rustix v0.38.37 |
1272 | 2025-02-21T12:48:49.848Z | Compiling spin v0.9.8 |
1273 | 2025-02-21T12:48:50.057Z | Compiling futures-core v0.3.31 |
1274 | 2025-02-21T12:48:50.227Z | Compiling signal-hook-registry v1.4.2 |
1275 | 2025-02-21T12:48:50.364Z | Compiling mio v1.0.2 |
1276 | 2025-02-21T12:48:50.609Z | Compiling parking_lot v0.12.3 |
1277 | 2025-02-21T12:48:50.772Z | Compiling aho-corasick v1.1.3 |
1278 | 2025-02-21T12:48:50.932Z | Compiling cpufeatures v0.2.14 |
1279 | 2025-02-21T12:48:51.002Z | Compiling stable_deref_trait v1.2.0 |
1280 | 2025-02-21T12:48:51.047Z | Compiling regex-syntax v0.8.5 |
1281 | 2025-02-21T12:48:51.126Z | Compiling futures-sink v0.3.31 |
1282 | 2025-02-21T12:48:51.282Z | Compiling socket2 v0.5.7 |
1283 | 2025-02-21T12:48:51.330Z | Compiling slab v0.4.9 |
1284 | 2025-02-21T12:48:51.407Z | Compiling glob v0.3.2 |
1285 | 2025-02-21T12:48:51.603Z | Compiling either v1.13.0 |
1286 | 2025-02-21T12:48:51.809Z | Compiling prettyplease v0.2.29 |
1287 | 2025-02-21T12:48:52.139Z | Compiling lazy_static v1.5.0 |
1288 | 2025-02-21T12:48:52.185Z | Compiling minimal-lexical v0.2.1 |
1289 | 2025-02-21T12:48:52.204Z | Compiling clang-sys v1.8.1 |
1290 | 2025-02-21T12:48:52.263Z | Compiling serde_json v1.0.135 |
1291 | 2025-02-21T12:48:52.283Z | Compiling futures-channel v0.3.31 |
1292 | 2025-02-21T12:48:52.626Z | Compiling nom v7.1.3 |
1293 | 2025-02-21T12:48:52.651Z | Compiling libloading v0.8.5 |
1294 | 2025-02-21T12:48:52.688Z | Compiling home v0.5.9 |
1295 | 2025-02-21T12:48:52.883Z | Compiling futures-task v0.3.31 |
1296 | 2025-02-21T12:48:52.899Z | Compiling bindgen v0.69.5 |
1297 | 2025-02-21T12:48:53.009Z | Compiling pin-utils v0.1.0 |
1298 | 2025-02-21T12:48:53.109Z | Compiling futures-io v0.3.31 |
1299 | 2025-02-21T12:48:53.165Z | Compiling itertools v0.10.5 |
1300 | 2025-02-21T12:48:53.379Z | Compiling rustc-hash v1.1.0 |
1301 | 2025-02-21T12:48:53.550Z | Compiling lazycell v1.3.0 |
1302 | 2025-02-21T12:48:53.712Z | Compiling allocator-api2 v0.2.18 |
1303 | 2025-02-21T12:48:53.761Z | Compiling foldhash v0.1.3 |
1304 | 2025-02-21T12:48:54.066Z | Compiling libm v0.2.8 |
1305 | 2025-02-21T12:48:54.416Z | Compiling hashbrown v0.15.1 |
1306 | 2025-02-21T12:48:54.455Z | Compiling cmake v0.1.51 |
1307 | 2025-02-21T12:48:55.211Z | Compiling regex-automata v0.4.8 |
1308 | 2025-02-21T12:48:55.319Z | Compiling num-traits v0.2.19 |
1309 | 2025-02-21T12:48:55.620Z | Compiling pkg-config v0.3.31 |
1310 | 2025-02-21T12:48:55.641Z | Compiling cexpr v0.6.0 |
1311 | 2025-02-21T12:48:55.644Z | Compiling dunce v1.0.5 |
1312 | 2025-02-21T12:48:55.795Z | Compiling synstructure v0.13.1 |
1313 | 2025-02-21T12:48:56.862Z | Compiling fs_extra v1.3.0 |
1314 | 2025-02-21T12:48:57.176Z | Compiling litemap v0.7.3 |
1315 | 2025-02-21T12:48:57.225Z | Compiling writeable v0.5.5 |
1316 | 2025-02-21T12:48:57.410Z | Compiling ring v0.17.8 |
1317 | 2025-02-21T12:48:57.568Z | Compiling paste v1.0.15 |
1318 | 2025-02-21T12:48:57.766Z | Compiling base64ct v1.6.0 |
1319 | 2025-02-21T12:48:58.330Z | Compiling pem-rfc7468 v0.7.0 |
1320 | 2025-02-21T12:48:58.506Z | Compiling icu_locid_transform_data v1.5.0 |
1321 | 2025-02-21T12:48:58.617Z | Compiling flagset v0.4.6 |
1322 | 2025-02-21T12:48:58.719Z | Compiling aws-lc-rs v1.10.0 |
1323 | 2025-02-21T12:48:58.836Z | Compiling httparse v1.9.5 |
1324 | 2025-02-21T12:48:59.137Z | Compiling tracing-core v0.1.32 |
1325 | 2025-02-21T12:48:59.538Z | Compiling percent-encoding v2.3.1 |
1326 | 2025-02-21T12:48:59.767Z | Compiling rustls-pki-types v1.10.0 |
1327 | 2025-02-21T12:48:59.848Z | Compiling icu_properties_data v1.5.0 |
1328 | 2025-02-21T12:48:59.990Z | Compiling crossbeam-utils v0.8.20 |
1329 | 2025-02-21T12:49:00.305Z | Compiling regex v1.11.1 |
1330 | 2025-02-21T12:49:00.595Z | Compiling mirai-annotations v1.12.0 |
1331 | 2025-02-21T12:49:01.684Z | Compiling serde_derive v1.0.217 |
1332 | 2025-02-21T12:49:01.687Z | Compiling zeroize_derive v1.4.2 |
1333 | 2025-02-21T12:49:01.687Z | Compiling zerocopy-derive v0.7.35 |
1334 | 2025-02-21T12:49:01.687Z | Compiling tokio-macros v2.5.0 |
1335 | 2025-02-21T12:49:01.687Z | Compiling zerofrom-derive v0.1.4 |
1336 | 2025-02-21T12:49:02.058Z | Compiling zeroize v1.8.1 |
1337 | 2025-02-21T12:49:02.226Z | Compiling yoke-derive v0.7.4 |
1338 | 2025-02-21T12:49:02.680Z | Compiling zerocopy v0.7.35 |
1339 | 2025-02-21T12:49:02.938Z | Compiling futures-macro v0.3.31 |
1340 | 2025-02-21T12:49:03.727Z | Compiling crypto-common v0.1.6 |
1341 | 2025-02-21T12:49:03.974Z | Compiling block-buffer v0.10.4 |
1342 | 2025-02-21T12:49:03.994Z | Compiling zerovec-derive v0.10.3 |
1343 | 2025-02-21T12:49:04.250Z | Compiling digest v0.10.7 |
1344 | 2025-02-21T12:49:04.475Z | Compiling thiserror-impl v1.0.69 |
1345 | 2025-02-21T12:49:04.574Z | Compiling zerofrom v0.1.4 |
1346 | 2025-02-21T12:49:04.639Z | Compiling futures-util v0.3.31 |
1347 | 2025-02-21T12:49:04.676Z | Compiling hmac v0.12.1 |
1348 | 2025-02-21T12:49:04.709Z | Compiling displaydoc v0.2.5 |
1349 | 2025-02-21T12:49:04.769Z | Compiling yoke v0.7.4 |
1350 | 2025-02-21T12:49:04.938Z | Compiling block-padding v0.3.3 |
1351 | 2025-02-21T12:49:05.110Z | Compiling sha2 v0.10.8 |
1352 | 2025-02-21T12:49:05.199Z | Compiling inout v0.1.3 |
1353 | 2025-02-21T12:49:05.374Z | Compiling icu_provider_macros v1.5.0 |
1354 | 2025-02-21T12:49:05.474Z | Compiling cipher v0.4.4 |
1355 | 2025-02-21T12:49:06.030Z | Compiling ppv-lite86 v0.2.20 |
1356 | 2025-02-21T12:49:06.262Z | Compiling der_derive v0.7.3 |
1357 | 2025-02-21T12:49:06.481Z | Compiling zerovec v0.10.4 |
1358 | 2025-02-21T12:49:06.483Z | Compiling tracing-attributes v0.1.27 |
1359 | 2025-02-21T12:49:06.785Z | Compiling rand_chacha v0.3.1 |
1360 | 2025-02-21T12:49:07.376Z | Compiling thiserror v1.0.69 |
1361 | 2025-02-21T12:49:07.531Z | Compiling pest v2.7.14 |
1362 | 2025-02-21T12:49:08.398Z | Compiling tinystr v0.7.6 |
1363 | 2025-02-21T12:49:08.507Z | Compiling der v0.7.9 |
1364 | 2025-02-21T12:49:08.686Z | Compiling icu_collections v1.5.0 |
1365 | 2025-02-21T12:49:08.775Z | Compiling icu_locid v1.5.0 |
1366 | 2025-02-21T12:49:08.996Z | Compiling rand v0.8.5 |
1367 | 2025-02-21T12:49:09.748Z | Compiling tracing v0.1.40 |
1368 | 2025-02-21T12:49:09.931Z | Compiling icu_provider v1.5.0 |
1369 | 2025-02-21T12:49:10.110Z | Compiling salsa20 v0.10.2 |
1370 | 2025-02-21T12:49:10.217Z | Compiling pbkdf2 v0.12.2 |
1371 | 2025-02-21T12:49:10.348Z | Compiling utf16_iter v1.0.5 |
1372 | 2025-02-21T12:49:10.395Z | Compiling utf8_iter v1.0.4 |
1373 | 2025-02-21T12:49:10.577Z | Compiling spki v0.7.3 |
1374 | 2025-02-21T12:49:10.608Z | Compiling write16 v1.0.0 |
1375 | 2025-02-21T12:49:10.672Z | Compiling icu_locid_transform v1.5.0 |
1376 | 2025-02-21T12:49:10.771Z | Compiling powerfmt v0.2.0 |
1377 | 2025-02-21T12:49:10.801Z | Compiling vcpkg v0.2.15 |
1378 | 2025-02-21T12:49:10.922Z | Compiling untrusted v0.9.0 |
1379 | 2025-02-21T12:49:10.958Z | Compiling num-conv v0.1.0 |
1380 | 2025-02-21T12:49:11.062Z | Compiling time-core v0.1.2 |
1381 | 2025-02-21T12:49:11.120Z | Compiling icu_normalizer_data v1.5.0 |
1382 | 2025-02-21T12:49:11.154Z | Compiling untrusted v0.7.1 |
1383 | 2025-02-21T12:49:11.254Z | Compiling deranged v0.3.11 |
1384 | 2025-02-21T12:49:11.257Z | Compiling time-macros v0.2.18 |
1385 | 2025-02-21T12:49:11.357Z | Compiling scrypt v0.11.0 |
1386 | 2025-02-21T12:49:11.428Z | Compiling pest_meta v2.7.14 |
1387 | 2025-02-21T12:49:11.862Z | Compiling aes v0.8.4 |
1388 | 2025-02-21T12:49:12.502Z | Compiling icu_properties v1.5.1 |
1389 | 2025-02-21T12:49:12.617Z | Compiling openssl-sys v0.9.106 |
1390 | 2025-02-21T12:49:12.928Z | Compiling cbc v0.1.2 |
1391 | 2025-02-21T12:49:13.171Z | Compiling bitflags v2.6.0 |
1392 | 2025-02-21T12:49:13.343Z | Compiling bytes v1.9.0 |
1393 | 2025-02-21T12:49:14.185Z | Compiling tokio v1.43.0 |
1394 | 2025-02-21T12:49:14.460Z | Compiling indexmap v2.7.1 |
1395 | 2025-02-21T12:49:14.525Z | Compiling http v1.2.0 |
1396 | 2025-02-21T12:49:14.656Z | Compiling semver v1.0.24 |
1397 | 2025-02-21T12:49:15.343Z | Compiling rustc_version v0.4.1 |
1398 | 2025-02-21T12:49:15.586Z | Compiling scroll_derive v0.12.0 |
1399 | 2025-02-21T12:49:16.042Z | Compiling num_threads v0.1.7 |
1400 | 2025-02-21T12:49:16.188Z | Compiling icu_normalizer v1.5.0 |
1401 | 2025-02-21T12:49:16.380Z | Compiling tinyvec_macros v0.1.1 |
1402 | 2025-02-21T12:49:16.484Z | Compiling atomic-waker v1.1.2 |
1403 | 2025-02-21T12:49:16.675Z | Compiling tinyvec v1.8.0 |
1404 | 2025-02-21T12:49:16.711Z | Compiling time v0.3.36 |
1405 | 2025-02-21T12:49:16.944Z | Compiling http-body v1.0.1 |
1406 | 2025-02-21T12:49:16.974Z | Compiling scroll v0.12.0 |
1407 | 2025-02-21T12:49:17.091Z | Compiling idna_adapter v1.2.0 |
1408 | 2025-02-21T12:49:17.177Z | Compiling which v4.4.2 |
1409 | 2025-02-21T12:49:17.328Z | Compiling pkcs5 v0.7.1 |
1410 | 2025-02-21T12:49:17.716Z | Compiling pest_generator v2.7.14 |
1411 | 2025-02-21T12:49:17.907Z | Compiling form_urlencoded v1.2.1 |
1412 | 2025-02-21T12:49:18.072Z | Compiling slog v2.7.0 |
1413 | 2025-02-21T12:49:18.199Z | Compiling try-lock v0.2.5 |
1414 | 2025-02-21T12:49:18.234Z | Compiling goblin v0.8.2 |
1415 | 2025-02-21T12:49:18.368Z | Compiling want v0.3.1 |
1416 | 2025-02-21T12:49:18.386Z | Compiling pkcs8 v0.10.2 |
1417 | 2025-02-21T12:49:18.642Z | Compiling idna v1.0.3 |
1418 | 2025-02-21T12:49:18.645Z | Compiling uuid v1.12.0 |
1419 | 2025-02-21T12:49:18.990Z | Compiling tower-service v0.3.3 |
1420 | 2025-02-21T12:49:19.141Z | Compiling httpdate v1.0.3 |
1421 | 2025-02-21T12:49:19.452Z | Compiling pest_derive v2.7.14 |
1422 | 2025-02-21T12:49:19.550Z | Compiling iana-time-zone v0.1.61 |
1423 | 2025-02-21T12:49:19.920Z | Compiling chrono v0.4.39 |
1424 | 2025-02-21T12:49:20.157Z | Compiling serde_tokenstream v0.2.2 |
1425 | 2025-02-21T12:49:20.258Z | Compiling dtrace-parser v0.2.0 |
1426 | 2025-02-21T12:49:20.753Z | Compiling serde_spanned v0.6.8 |
1427 | 2025-02-21T12:49:20.914Z | Compiling toml_datetime v0.6.8 |
1428 | 2025-02-21T12:49:21.017Z | Compiling base64 v0.22.1 |
1429 | 2025-02-21T12:49:21.195Z | Compiling rustversion v1.0.17 |
1430 | 2025-02-21T12:49:21.375Z | Compiling foreign-types-shared v0.1.1 |
1431 | 2025-02-21T12:49:21.506Z | Compiling adler2 v2.0.0 |
1432 | 2025-02-21T12:49:21.709Z | Compiling openssl v0.10.71 |
1433 | 2025-02-21T12:49:21.731Z | Compiling match_cfg v0.1.0 |
1434 | 2025-02-21T12:49:21.836Z | Compiling hostname v0.3.1 |
1435 | 2025-02-21T12:49:21.949Z | Compiling miniz_oxide v0.8.0 |
1436 | 2025-02-21T12:49:22.054Z | Compiling foreign-types v0.3.2 |
1437 | 2025-02-21T12:49:22.076Z | Compiling tokio-util v0.7.12 |
1438 | 2025-02-21T12:49:22.169Z | Compiling url v2.5.3 |
1439 | 2025-02-21T12:49:23.117Z | Compiling h2 v0.4.6 |
1440 | 2025-02-21T12:49:23.232Z | Compiling async-trait v0.1.86 |
1441 | 2025-02-21T12:49:23.349Z | Compiling openssl-macros v0.1.1 |
1442 | 2025-02-21T12:49:23.416Z | Compiling serde_derive_internals v0.29.1 |
1443 | 2025-02-21T12:49:23.894Z | Compiling dirs-sys-next v0.1.2 |
1444 | 2025-02-21T12:49:24.099Z | Compiling dof v0.3.0 |
1445 | 2025-02-21T12:49:24.434Z | Compiling syn v1.0.109 |
1446 | 2025-02-21T12:49:25.033Z | Compiling usdt-impl v0.5.0 |
1447 | 2025-02-21T12:49:25.591Z | Compiling rustls v0.22.4 |
1448 | 2025-02-21T12:49:25.682Z | Compiling data-encoding v2.6.0 |
1449 | 2025-02-21T12:49:25.823Z | Compiling rustls v0.23.19 |
1450 | 2025-02-21T12:49:25.881Z | Compiling schemars v0.8.21 |
1451 | 2025-02-21T12:49:26.134Z | Compiling native-tls v0.2.12 |
1452 | 2025-02-21T12:49:26.244Z | Compiling siphasher v0.3.11 |
1453 | 2025-02-21T12:49:26.449Z | Compiling schemars_derive v0.8.21 |
1454 | 2025-02-21T12:49:26.593Z | Compiling dirs-next v2.0.0 |
1455 | 2025-02-21T12:49:27.103Z | Compiling unicode-normalization v0.1.24 |
1456 | 2025-02-21T12:49:27.238Z | Compiling http-body-util v0.1.2 |
1457 | 2025-02-21T12:49:27.552Z | Compiling crossbeam-epoch v0.9.18 |
1458 | 2025-02-21T12:49:27.716Z | Compiling heapless v0.7.17 |
1459 | 2025-02-21T12:49:28.053Z | Compiling sha1 v0.10.6 |
1460 | 2025-02-21T12:49:28.157Z | Compiling signature v2.2.0 |
1461 | 2025-02-21T12:49:28.175Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1462 | 2025-02-21T12:49:28.178Z | Compiling thread_local v1.1.8 |
1463 | 2025-02-21T12:49:28.453Z | Compiling cookie v0.18.1 |
1464 | 2025-02-21T12:49:28.453Z | Compiling encoding_rs v0.8.34 |
1465 | 2025-02-21T12:49:28.642Z | Compiling multer v3.1.0 |
1466 | 2025-02-21T12:49:28.691Z | Compiling ipnet v2.10.1 |
1467 | 2025-02-21T12:49:28.763Z | Compiling gimli v0.31.1 |
1468 | 2025-02-21T12:49:28.950Z | Compiling slog-async v2.8.0 |
1469 | 2025-02-21T12:49:29.307Z | Compiling unicode-properties v0.1.3 |
1470 | 2025-02-21T12:49:29.453Z | Compiling rayon-core v1.12.1 |
1471 | 2025-02-21T12:49:29.701Z | Compiling dyn-clone v1.0.18 |
1472 | 2025-02-21T12:49:29.723Z | Compiling signal-hook v0.3.17 |
1473 | 2025-02-21T12:49:29.761Z | Compiling unicode-bidi v0.3.17 |
1474 | 2025-02-21T12:49:29.906Z | Compiling openssl-probe v0.1.5 |
1475 | 2025-02-21T12:49:30.004Z | Compiling mime v0.3.17 |
1476 | 2025-02-21T12:49:30.201Z | Compiling hyper v1.5.2 |
1477 | 2025-02-21T12:49:30.588Z | Compiling stringprep v0.1.5 |
1478 | 2025-02-21T12:49:31.898Z | Compiling toml_edit v0.22.22 |
1479 | 2025-02-21T12:49:33.005Z | Compiling hyper-util v0.1.10 |
1480 | 2025-02-21T12:49:33.061Z | Compiling addr2line v0.24.2 |
1481 | 2025-02-21T12:49:33.765Z | Compiling crossbeam-deque v0.8.5 |
1482 | 2025-02-21T12:49:33.809Z | Compiling usdt-macro v0.5.0 |
1483 | 2025-02-21T12:49:34.070Z | Compiling usdt-attr-macro v0.5.0 |
1484 | 2025-02-21T12:49:34.276Z | Compiling term v0.7.0 |
1485 | 2025-02-21T12:49:34.920Z | Compiling slog-json v2.6.1 |
1486 | 2025-02-21T12:49:35.189Z | Compiling serde_urlencoded v0.7.1 |
1487 | 2025-02-21T12:49:35.267Z | Compiling crossbeam-channel v0.5.13 |
1488 | 2025-02-21T12:49:35.479Z | Compiling curve25519-dalek v4.1.3 |
1489 | 2025-02-21T12:49:35.530Z | Compiling enum-as-inner v0.6.1 |
1490 | 2025-02-21T12:49:35.698Z | Compiling futures-executor v0.3.31 |
1491 | 2025-02-21T12:49:35.854Z | Compiling md-5 v0.10.6 |
1492 | 2025-02-21T12:49:36.142Z | Compiling async-stream-impl v0.3.6 |
1493 | 2025-02-21T12:49:36.185Z | Compiling rustls-pemfile v2.2.0 |
1494 | 2025-02-21T12:49:36.200Z | Compiling num-integer v0.1.46 |
1495 | 2025-02-21T12:49:36.228Z | Compiling hash32 v0.2.1 |
1496 | 2025-02-21T12:49:36.517Z | Compiling ff v0.13.0 |
1497 | 2025-02-21T12:49:36.564Z | Compiling is-terminal v0.4.13 |
1498 | 2025-02-21T12:49:36.593Z | Compiling object v0.36.5 |
1499 | 2025-02-21T12:49:36.708Z | Compiling memoffset v0.9.1 |
1500 | 2025-02-21T12:49:36.753Z | Compiling dropshot v0.12.0 |
1501 | 2025-02-21T12:49:36.894Z | Compiling rustc-demangle v0.1.24 |
1502 | 2025-02-21T12:49:37.024Z | Compiling num-bigint-dig v0.8.4 |
1503 | 2025-02-21T12:49:37.068Z | Compiling smoltcp v0.9.1 |
1504 | 2025-02-21T12:49:37.345Z | Compiling linked-hash-map v0.5.6 |
1505 | 2025-02-21T12:49:37.348Z | Compiling take_mut v0.2.2 |
1506 | 2025-02-21T12:49:37.722Z | Compiling base16ct v0.2.0 |
1507 | 2025-02-21T12:49:37.737Z | Compiling portable-atomic v1.9.0 |
1508 | 2025-02-21T12:49:37.737Z | Compiling psl-types v2.0.11 |
1509 | 2025-02-21T12:49:37.763Z | Compiling fallible-iterator v0.2.0 |
1510 | 2025-02-21T12:49:37.837Z | Compiling quick-error v1.2.3 |
1511 | 2025-02-21T12:49:37.896Z | Compiling anyhow v1.0.96 |
1512 | 2025-02-21T12:49:38.003Z | Compiling utf-8 v0.7.6 |
1513 | 2025-02-21T12:49:38.317Z | Compiling litrs v0.4.1 |
1514 | 2025-02-21T12:49:38.435Z | Compiling cfg_aliases v0.2.1 |
1515 | 2025-02-21T12:49:38.538Z | Compiling nix v0.29.0 |
1516 | 2025-02-21T12:49:38.701Z | Compiling postgres-protocol v0.6.7 |
1517 | 2025-02-21T12:49:38.895Z | Compiling tungstenite v0.24.0 |
1518 | 2025-02-21T12:49:38.940Z | Compiling resolv-conf v0.7.0 |
1519 | 2025-02-21T12:49:39.346Z | Compiling document-features v0.2.10 |
1520 | 2025-02-21T12:49:39.407Z | Compiling publicsuffix v2.3.0 |
1521 | 2025-02-21T12:49:39.617Z | Compiling sec1 v0.7.3 |
1522 | 2025-02-21T12:49:39.718Z | Compiling lru-cache v0.1.2 |
1523 | 2025-02-21T12:49:39.949Z | Compiling async-stream v0.3.6 |
1524 | 2025-02-21T12:49:40.241Z | Compiling group v0.13.0 |
1525 | 2025-02-21T12:49:40.341Z | Compiling num-iter v0.1.45 |
1526 | 2025-02-21T12:49:40.472Z | Compiling slog-term v2.9.1 |
1527 | 2025-02-21T12:49:40.559Z | Compiling hickory-proto v0.24.3 |
1528 | 2025-02-21T12:49:40.612Z | Compiling usdt v0.5.0 |
1529 | 2025-02-21T12:49:41.022Z | Compiling futures v0.3.31 |
1530 | 2025-02-21T12:49:41.080Z | Compiling toml v0.8.19 |
1531 | 2025-02-21T12:49:41.145Z | Compiling slog-bunyan v2.5.0 |
1532 | 2025-02-21T12:49:41.597Z | Compiling tokio-native-tls v0.3.1 |
1533 | 2025-02-21T12:49:42.863Z | Compiling camino v1.1.9 |
1534 | 2025-02-21T12:49:42.866Z | Compiling phf_shared v0.11.2 |
1535 | 2025-02-21T12:49:43.002Z | Compiling dropshot_endpoint v0.12.0 |
1536 | 2025-02-21T12:49:43.238Z | Compiling backtrace v0.3.74 |
1537 | 2025-02-21T12:49:43.375Z | Compiling terminal_size v0.4.0 |
1538 | 2025-02-21T12:49:43.601Z | Compiling waitgroup v0.1.2 |
1539 | 2025-02-21T12:49:43.711Z | Compiling openapiv3 v2.0.0 |
1540 | 2025-02-21T12:49:43.756Z | Compiling serde_path_to_error v0.1.16 |
1541 | 2025-02-21T12:49:43.821Z | Compiling hkdf v0.12.4 |
1542 | 2025-02-21T12:49:44.091Z | Compiling crypto-bigint v0.5.5 |
1543 | 2025-02-21T12:49:44.496Z | Compiling zerocopy-derive v0.6.6 |
1544 | 2025-02-21T12:49:46.058Z | Compiling curve25519-dalek-derive v0.1.1 |
1545 | 2025-02-21T12:49:46.200Z | Compiling hubpack_derive v0.1.1 |
1546 | 2025-02-21T12:49:46.396Z | Compiling webpki-roots v0.26.6 |
1547 | 2025-02-21T12:49:46.625Z | Compiling sync_wrapper v1.0.1 |
1548 | 2025-02-21T12:49:46.787Z | Compiling hostname v0.4.0 |
1549 | 2025-02-21T12:49:47.014Z | Compiling crc32fast v1.4.2 |
1550 | 2025-02-21T12:49:47.033Z | Compiling fs-err v2.11.0 |
1551 | 2025-02-21T12:49:47.092Z | Compiling ahash v0.8.11 |
1552 | 2025-02-21T12:49:47.334Z | Compiling debug-ignore v1.0.5 |
1553 | 2025-02-21T12:49:47.355Z | Compiling winnow v0.5.40 |
1554 | 2025-02-21T12:49:47.413Z | Compiling bitflags v1.3.2 |
1555 | 2025-02-21T12:49:47.453Z | Compiling newtype-uuid v1.2.1 |
1556 | 2025-02-21T12:49:47.499Z | Compiling managed v0.8.0 |
1557 | 2025-02-21T12:49:47.518Z | Compiling unicode-width v0.2.0 |
1558 | 2025-02-21T12:49:47.688Z | Compiling tower-layer v0.3.3 |
1559 | 2025-02-21T12:49:47.772Z | Compiling clap_builder v4.5.30 |
1560 | 2025-02-21T12:49:47.954Z | Compiling console v0.15.10 |
1561 | 2025-02-21T12:49:48.011Z | Compiling tower v0.5.2 |
1562 | 2025-02-21T12:49:48.856Z | Compiling strum_macros v0.25.3 |
1563 | 2025-02-21T12:49:49.580Z | Compiling flate2 v1.0.35 |
1564 | 2025-02-21T12:49:49.805Z | Compiling hubpack v0.1.2 |
1565 | 2025-02-21T12:49:49.968Z | Compiling elliptic-curve v0.13.8 |
1566 | 2025-02-21T12:49:50.235Z | Compiling zerocopy v0.6.6 |
1567 | 2025-02-21T12:49:50.436Z | Compiling hickory-resolver v0.24.3 |
1568 | 2025-02-21T12:49:50.763Z | Compiling toml_edit v0.19.15 |
1569 | 2025-02-21T12:49:51.061Z | Compiling phf v0.11.2 |
1570 | 2025-02-21T12:49:51.365Z | Compiling signal-hook-mio v0.2.4 |
1571 | 2025-02-21T12:49:51.542Z | Compiling cookie_store v0.21.1 |
1572 | 2025-02-21T12:49:51.585Z | Compiling rayon v1.10.0 |
1573 | 2025-02-21T12:49:52.475Z | Compiling hyper-tls v0.6.0 |
1574 | 2025-02-21T12:49:52.881Z | Compiling bzip2 v0.4.4 |
1575 | 2025-02-21T12:49:53.371Z | Compiling tokio-tungstenite v0.24.0 |
1576 | 2025-02-21T12:49:53.912Z | Compiling postgres-types v0.2.8 |
1577 | 2025-02-21T12:49:55.514Z | Compiling ed25519 v2.2.3 |
1578 | 2025-02-21T12:49:55.841Z | Compiling phf_shared v0.10.0 |
1579 | 2025-02-21T12:49:56.020Z | Compiling tokio-stream v0.1.16 |
1580 | 2025-02-21T12:49:56.214Z | Compiling pkcs1 v0.7.5 |
1581 | 2025-02-21T12:49:56.455Z | Compiling serde-big-array v0.5.1 |
1582 | 2025-02-21T12:49:56.697Z | Compiling clap_derive v4.5.28 |
1583 | 2025-02-21T12:49:56.939Z | Compiling rfc6979 v0.4.0 |
1584 | 2025-02-21T12:49:57.114Z | Compiling derive-where v1.2.7 |
1585 | 2025-02-21T12:49:57.140Z | Compiling serde_repr v0.1.19 |
1586 | 2025-02-21T12:49:57.279Z | Compiling bstr v1.10.0 |
1587 | 2025-02-21T12:49:57.321Z | Compiling float-cmp v0.10.0 |
1588 | 2025-02-21T12:49:57.472Z | Compiling bit-vec v0.6.3 |
1589 | 2025-02-21T12:49:57.568Z | Compiling difflib v0.4.0 |
1590 | 2025-02-21T12:49:57.868Z | Compiling fixedbitset v0.4.2 |
1591 | 2025-02-21T12:49:58.233Z | Compiling new_debug_unreachable v1.0.6 |
1592 | 2025-02-21T12:49:58.322Z | Compiling normalize-line-endings v0.3.0 |
1593 | 2025-02-21T12:49:58.343Z | Compiling predicates-core v1.0.8 |
1594 | 2025-02-21T12:49:58.469Z | Compiling unicode-segmentation v1.12.0 |
1595 | 2025-02-21T12:49:58.683Z | Compiling number_prefix v0.4.0 |
1596 | 2025-02-21T12:49:58.785Z | Compiling whoami v1.5.2 |
1597 | 2025-02-21T12:49:58.862Z | Compiling precomputed-hash v0.1.1 |
1598 | 2025-02-21T12:49:58.920Z | Compiling static_assertions v1.1.0 |
1599 | 2025-02-21T12:49:58.997Z | Compiling string_cache v0.8.7 |
1600 | 2025-02-21T12:49:59.034Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1601 | 2025-02-21T12:49:59.325Z | Compiling similar v2.6.0 |
1602 | 2025-02-21T12:49:59.348Z | Compiling tokio-postgres v0.7.12 |
1603 | 2025-02-21T12:49:59.409Z | Compiling indicatif v0.17.11 |
1604 | 2025-02-21T12:50:00.191Z | Compiling predicates v3.1.3 |
1605 | 2025-02-21T12:50:01.143Z | Compiling clap v4.5.30 |
1606 | 2025-02-21T12:50:01.272Z | Compiling petgraph v0.6.5 |
1607 | 2025-02-21T12:50:01.385Z | Compiling bit-set v0.5.3 |
1608 | 2025-02-21T12:50:01.430Z | Compiling ecdsa v0.16.9 |
1609 | 2025-02-21T12:50:01.676Z | Compiling rsa v0.9.6 |
1610 | 2025-02-21T12:50:01.696Z | Compiling ed25519-dalek v2.1.1 |
1611 | 2025-02-21T12:50:02.959Z | Compiling toml v0.7.8 |
1612 | 2025-02-21T12:50:04.248Z | Compiling zip v0.6.6 |
1613 | 2025-02-21T12:50:04.361Z | Compiling crossterm v0.28.1 |
1614 | 2025-02-21T12:50:05.499Z | Compiling hex v0.4.3 |
1615 | 2025-02-21T12:50:05.529Z | Compiling x509-cert v0.2.5 |
1616 | 2025-02-21T12:50:05.662Z | Compiling lalrpop-util v0.19.12 |
1617 | 2025-02-21T12:50:05.685Z | Compiling peg-runtime v0.8.3 |
1618 | 2025-02-21T12:50:06.008Z | Compiling unicode-xid v0.2.6 |
1619 | 2025-02-21T12:50:06.106Z | Compiling strum_macros v0.26.4 |
1620 | 2025-02-21T12:50:06.195Z | Compiling xattr v1.3.1 |
1621 | 2025-02-21T12:50:06.247Z | Compiling filetime v0.2.25 |
1622 | 2025-02-21T12:50:06.467Z | Compiling tar v0.4.42 |
1623 | 2025-02-21T12:50:10.606Z | Compiling strum v0.26.3 |
1624 | 2025-02-21T12:50:13.670Z | Compiling aws-lc-sys v0.22.0 |
1625 | 2025-02-21T12:50:40.890Z | Compiling rustls-webpki v0.102.8 |
1626 | 2025-02-21T12:50:44.014Z | Compiling tokio-rustls v0.25.0 |
1627 | 2025-02-21T12:50:45.829Z | Compiling tokio-rustls v0.26.0 |
1628 | 2025-02-21T12:50:46.107Z | Compiling hyper-rustls v0.27.3 |
1629 | 2025-02-21T12:50:46.545Z | Compiling reqwest v0.12.12 |
1630 | 2025-02-21T12:50:47.566Z | Compiling qorb v0.2.1 |
1631 | 2025-02-21T12:50:50.572Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1632 | 2025-02-21T12:50:50.831Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1633 | 2025-02-21T12:50:55.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s |
1634 | 2025-02-21T12:50:55.315Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1635 | 2025-02-21T12:50:55.360Z | Feb 21 12:50:54.423 INFO Starting download, target: Cockroach |
1636 | 2025-02-21T12:50:55.360Z | Feb 21 12:50:54.423 INFO Starting download, target: Console |
1637 | 2025-02-21T12:50:55.363Z | Feb 21 12:50:54.423 INFO Starting download, target: Clickhouse |
1638 | 2025-02-21T12:50:55.363Z | Feb 21 12:50:54.423 INFO Starting download, target: DendriteOpenapi |
1639 | 2025-02-21T12:50:55.363Z | Feb 21 12:50:54.423 INFO Starting download, target: DendriteStub |
1640 | 2025-02-21T12:50:55.363Z | Feb 21 12:50:54.423 INFO Starting download, target: MaghemiteMgd |
1641 | 2025-02-21T12:50:55.363Z | Feb 21 12:50:54.423 INFO Starting download, target: TransceiverControl |
1642 | 2025-02-21T12:50:55.363Z | Feb 21 12:50:54.424 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1643 | 2025-02-21T12:50:55.363Z | Feb 21 12:50:54.424 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
1644 | 2025-02-21T12:50:55.363Z | Feb 21 12:50:54.424 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1645 | 2025-02-21T12:50:55.363Z | Feb 21 12:50:54.424 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1646 | 2025-02-21T12:50:55.363Z | Feb 21 12:50:54.424 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1647 | 2025-02-21T12:50:55.363Z | Feb 21 12:50:54.424 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1648 | 2025-02-21T12:50:55.363Z | Feb 21 12:50:54.424 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1649 | 2025-02-21T12:50:55.518Z | Feb 21 12:50:54.576 INFO Download complete, target: DendriteOpenapi |
1650 | 2025-02-21T12:50:55.718Z | Feb 21 12:50:54.758 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1651 | 2025-02-21T12:50:55.878Z | Feb 21 12:50:54.922 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1652 | 2025-02-21T12:50:56.153Z | Feb 21 12:50:55.206 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1653 | 2025-02-21T12:50:56.223Z | Feb 21 12:50:55.277 INFO Download complete, target: TransceiverControl |
1654 | 2025-02-21T12:50:56.269Z | Feb 21 12:50:55.312 INFO Download complete, target: Console |
1655 | 2025-02-21T12:50:56.414Z | Feb 21 12:50:55.474 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1656 | 2025-02-21T12:50:56.914Z | Feb 21 12:50:55.976 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1657 | 2025-02-21T12:50:56.914Z | Feb 21 12:50:55.976 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1658 | 2025-02-21T12:50:57.255Z | Feb 21 12:50:56.317 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1659 | 2025-02-21T12:50:59.123Z | Feb 21 12:50:58.185 INFO Download complete, target: MaghemiteMgd |
1660 | 2025-02-21T12:50:59.178Z | Feb 21 12:50:58.241 INFO Download complete, target: DendriteStub |
1661 | 2025-02-21T12:51:04.181Z | Feb 21 12:51:03.244 INFO Checking that binary works, target: Cockroach |
1662 | 2025-02-21T12:51:04.456Z | Feb 21 12:51:03.519 INFO Download complete, target: Cockroach |
1663 | 2025-02-21T12:51:09.564Z | Feb 21 12:51:08.625 INFO Checking that binary works, target: Clickhouse |
1664 | 2025-02-21T12:51:09.680Z | Feb 21 12:51:08.742 INFO Download complete, target: Clickhouse |
1665 | 2025-02-21T12:51:09.688Z | All prerequisites installed successfully |
1666 | 2025-02-21T12:51:09.690Z | |
1667 | 2025-02-21T12:51:09.690Z | real 5:34.485341039 |
1668 | 2025-02-21T12:51:09.691Z | user 15:14.153991810 |
1669 | 2025-02-21T12:51:09.691Z | sys 1:59.627521054 |
1670 | 2025-02-21T12:51:09.691Z | trap 0.522607176 |
1671 | 2025-02-21T12:51:09.691Z | tflt 1.033256225 |
1672 | 2025-02-21T12:51:09.691Z | dflt 1.350751813 |
1673 | 2025-02-21T12:51:09.691Z | kflt 0.028858154 |
1674 | 2025-02-21T12:51:09.691Z | lock 26:13.733850445 |
1675 | 2025-02-21T12:51:09.691Z | slp 55:29.998523165 |
1676 | 2025-02-21T12:51:09.691Z | lat 57.238588978 |
1677 | 2025-02-21T12:51:09.691Z | stop 2:16.000411042 |
1678 | 2025-02-21T12:51:09.691Z | + source ./tools/include/force-git-over-https.sh |
1679 | 2025-02-21T12:51:09.691Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1680 | 2025-02-21T12:51:09.691Z | ++ (( i = 0 )) |
1681 | 2025-02-21T12:51:09.691Z | ++ (( i < 5 )) |
1682 | 2025-02-21T12:51:09.691Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1683 | 2025-02-21T12:51:09.695Z | ++ (( i++ )) |
1684 | 2025-02-21T12:51:09.695Z | ++ (( i < 5 )) |
1685 | 2025-02-21T12:51:09.695Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1686 | 2025-02-21T12:51:09.697Z | ++ (( i++ )) |
1687 | 2025-02-21T12:51:09.697Z | ++ (( i < 5 )) |
1688 | 2025-02-21T12:51:09.697Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1689 | 2025-02-21T12:51:09.700Z | ++ (( i++ )) |
1690 | 2025-02-21T12:51:09.700Z | ++ (( i < 5 )) |
1691 | 2025-02-21T12:51:09.700Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1692 | 2025-02-21T12:51:09.703Z | ++ (( i++ )) |
1693 | 2025-02-21T12:51:09.703Z | ++ (( i < 5 )) |
1694 | 2025-02-21T12:51:09.703Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1695 | 2025-02-21T12:51:09.706Z | ++ (( i++ )) |
1696 | 2025-02-21T12:51:09.706Z | ++ (( i < 5 )) |
1697 | 2025-02-21T12:51:09.706Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1698 | 2025-02-21T12:51:09.706Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1699 | 2025-02-21T12:51:09.706Z | + rc=0 |
1700 | 2025-02-21T12:51:09.706Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1701 | 2025-02-21T12:51:42.678Z | + case $rc in |
1702 | 2025-02-21T12:51:42.678Z | + pfexec zfs create -p rpool/images/build/host |
1703 | 2025-02-21T12:51:42.930Z | + pfexec zfs create -p rpool/images/build/recovery |
1704 | 2025-02-21T12:51:43.010Z | + cargo xtask releng --output-dir /work |
1705 | 2025-02-21T12:51:43.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1706 | 2025-02-21T12:51:43.555Z | Running `target/debug/xtask releng --output-dir /work` |
1707 | 2025-02-21T12:51:44.452Z | Compiling proc-macro2 v1.0.92 |
1708 | 2025-02-21T12:51:44.452Z | Compiling unicode-ident v1.0.14 |
1709 | 2025-02-21T12:51:44.455Z | Compiling libc v0.2.169 |
1710 | 2025-02-21T12:51:44.455Z | Compiling serde v1.0.217 |
1711 | 2025-02-21T12:51:44.455Z | Compiling autocfg v1.4.0 |
1712 | 2025-02-21T12:51:44.455Z | Compiling version_check v0.9.5 |
1713 | 2025-02-21T12:51:44.455Z | Compiling cfg-if v1.0.0 |
1714 | 2025-02-21T12:51:44.810Z | Compiling memchr v2.7.4 |
1715 | 2025-02-21T12:51:44.869Z | Compiling typenum v1.17.0 |
1716 | 2025-02-21T12:51:44.916Z | Compiling shlex v1.3.0 |
1717 | 2025-02-21T12:51:45.279Z | Compiling generic-array v0.14.7 |
1718 | 2025-02-21T12:51:45.300Z | Compiling lock_api v0.4.12 |
1719 | 2025-02-21T12:51:45.367Z | Compiling value-bag v1.9.0 |
1720 | 2025-02-21T12:51:45.636Z | Compiling scopeguard v1.2.0 |
1721 | 2025-02-21T12:51:45.827Z | Compiling log v0.4.22 |
1722 | 2025-02-21T12:51:45.907Z | Compiling parking_lot_core v0.9.10 |
1723 | 2025-02-21T12:51:46.084Z | Compiling rustix v0.38.37 |
1724 | 2025-02-21T12:51:46.280Z | Compiling serde_json v1.0.135 |
1725 | 2025-02-21T12:51:46.330Z | Compiling libm v0.2.8 |
1726 | 2025-02-21T12:51:46.527Z | Compiling quote v1.0.38 |
1727 | 2025-02-21T12:51:46.557Z | Compiling jobserver v0.1.32 |
1728 | 2025-02-21T12:51:46.636Z | Compiling getrandom v0.2.15 |
1729 | 2025-02-21T12:51:46.710Z | Compiling num-traits v0.2.19 |
1730 | 2025-02-21T12:51:46.885Z | Compiling once_cell v1.20.3 |
1731 | 2025-02-21T12:51:46.981Z | Compiling syn v2.0.96 |
1732 | 2025-02-21T12:51:47.001Z | Compiling cc v1.1.30 |
1733 | 2025-02-21T12:51:47.004Z | Compiling slab v0.4.9 |
1734 | 2025-02-21T12:51:47.081Z | Compiling thiserror v1.0.69 |
1735 | 2025-02-21T12:51:47.241Z | Compiling itoa v1.0.11 |
1736 | 2025-02-21T12:51:47.269Z | Compiling aho-corasick v1.1.3 |
1737 | 2025-02-21T12:51:47.368Z | Compiling regex-syntax v0.8.5 |
1738 | 2025-02-21T12:51:47.488Z | Compiling spin v0.9.8 |
1739 | 2025-02-21T12:51:47.925Z | Compiling errno v0.3.9 |
1740 | 2025-02-21T12:51:48.263Z | Compiling byteorder v1.5.0 |
1741 | 2025-02-21T12:51:48.670Z | Compiling either v1.13.0 |
1742 | 2025-02-21T12:51:48.747Z | Compiling glob v0.3.2 |
1743 | 2025-02-21T12:51:48.859Z | Compiling rand_core v0.6.4 |
1744 | 2025-02-21T12:51:49.139Z | Compiling subtle v2.6.1 |
1745 | 2025-02-21T12:51:49.351Z | Compiling prettyplease v0.2.29 |
1746 | 2025-02-21T12:51:49.530Z | Compiling clang-sys v1.8.1 |
1747 | 2025-02-21T12:51:49.553Z | Compiling lazy_static v1.5.0 |
1748 | 2025-02-21T12:51:49.608Z | Compiling minimal-lexical v0.2.1 |
1749 | 2025-02-21T12:51:49.974Z | Compiling libloading v0.8.5 |
1750 | 2025-02-21T12:51:50.105Z | Compiling nom v7.1.3 |
1751 | 2025-02-21T12:51:50.124Z | Compiling home v0.5.9 |
1752 | 2025-02-21T12:51:50.170Z | Compiling bindgen v0.69.5 |
1753 | 2025-02-21T12:51:50.272Z | Compiling smallvec v1.13.2 |
1754 | 2025-02-21T12:51:50.729Z | Compiling itertools v0.10.5 |
1755 | 2025-02-21T12:51:51.069Z | Compiling regex-automata v0.4.8 |
1756 | 2025-02-21T12:51:51.174Z | Compiling lazycell v1.3.0 |
1757 | 2025-02-21T12:51:51.359Z | Compiling rustc-hash v1.1.0 |
1758 | 2025-02-21T12:51:51.637Z | Compiling cmake v0.1.51 |
1759 | 2025-02-21T12:51:52.504Z | Compiling dunce v1.0.5 |
1760 | 2025-02-21T12:51:52.661Z | Compiling pkg-config v0.3.31 |
1761 | 2025-02-21T12:51:53.191Z | Compiling fs_extra v1.3.0 |
1762 | 2025-02-21T12:51:53.261Z | Compiling semver v1.0.24 |
1763 | 2025-02-21T12:51:53.341Z | Compiling cexpr v0.6.0 |
1764 | 2025-02-21T12:51:53.566Z | Compiling ring v0.17.8 |
1765 | 2025-02-21T12:51:53.709Z | Compiling paste v1.0.15 |
1766 | 2025-02-21T12:51:53.835Z | Compiling ryu v1.0.18 |
1767 | 2025-02-21T12:51:54.106Z | Compiling heck v0.5.0 |
1768 | 2025-02-21T12:51:54.567Z | Compiling synstructure v0.13.1 |
1769 | 2025-02-21T12:51:54.641Z | Compiling pin-project-lite v0.2.14 |
1770 | 2025-02-21T12:51:54.798Z | Compiling aws-lc-rs v1.10.0 |
1771 | 2025-02-21T12:51:54.928Z | Compiling httparse v1.9.5 |
1772 | 2025-02-21T12:51:55.314Z | Compiling const-oid v0.9.6 |
1773 | 2025-02-21T12:51:55.714Z | Compiling allocator-api2 v0.2.18 |
1774 | 2025-02-21T12:51:55.826Z | Compiling futures-core v0.3.31 |
1775 | 2025-02-21T12:51:56.490Z | Compiling signal-hook-registry v1.4.2 |
1776 | 2025-02-21T12:51:57.003Z | Compiling regex v1.11.1 |
1777 | 2025-02-21T12:51:57.474Z | Compiling parking_lot v0.12.3 |
1778 | 2025-02-21T12:51:57.953Z | Compiling mio v1.0.2 |
1779 | 2025-02-21T12:51:58.156Z | Compiling time-core v0.1.2 |
1780 | 2025-02-21T12:51:58.193Z | Compiling num-conv v0.1.0 |
1781 | 2025-02-21T12:51:58.365Z | Compiling vcpkg v0.2.15 |
1782 | 2025-02-21T12:51:58.562Z | Compiling time-macros v0.2.18 |
1783 | 2025-02-21T12:51:58.666Z | Compiling serde_derive v1.0.217 |
1784 | 2025-02-21T12:51:59.491Z | Compiling zeroize_derive v1.4.2 |
1785 | 2025-02-21T12:51:59.574Z | Compiling zerocopy-derive v0.7.35 |
1786 | 2025-02-21T12:51:59.659Z | Compiling tokio-macros v2.5.0 |
1787 | 2025-02-21T12:51:59.686Z | Compiling thiserror-impl v1.0.69 |
1788 | 2025-02-21T12:51:59.878Z | Compiling zerofrom-derive v0.1.4 |
1789 | 2025-02-21T12:52:00.748Z | Compiling yoke-derive v0.7.4 |
1790 | 2025-02-21T12:52:00.876Z | Compiling zeroize v1.8.1 |
1791 | 2025-02-21T12:52:01.392Z | Compiling futures-macro v0.3.31 |
1792 | 2025-02-21T12:52:01.572Z | Compiling zerovec-derive v0.10.3 |
1793 | 2025-02-21T12:52:01.615Z | Compiling displaydoc v0.2.5 |
1794 | 2025-02-21T12:52:02.537Z | Compiling zerocopy v0.7.35 |
1795 | 2025-02-21T12:52:03.073Z | Compiling icu_provider_macros v1.5.0 |
1796 | 2025-02-21T12:52:03.093Z | Compiling crypto-common v0.1.6 |
1797 | 2025-02-21T12:52:03.427Z | Compiling tracing-attributes v0.1.27 |
1798 | 2025-02-21T12:52:03.430Z | Compiling block-buffer v0.10.4 |
1799 | 2025-02-21T12:52:03.750Z | Compiling digest v0.10.7 |
1800 | 2025-02-21T12:52:04.017Z | Compiling der_derive v0.7.3 |
1801 | 2025-02-21T12:52:04.180Z | Compiling schemars v0.8.21 |
1802 | 2025-02-21T12:52:04.201Z | Compiling crossbeam-utils v0.8.20 |
1803 | 2025-02-21T12:52:04.582Z | Compiling openssl-sys v0.9.106 |
1804 | 2025-02-21T12:52:04.726Z | Compiling serde_derive_internals v0.29.1 |
1805 | 2025-02-21T12:52:04.962Z | Compiling socket2 v0.5.7 |
1806 | 2025-02-21T12:52:06.664Z | Compiling schemars_derive v0.8.21 |
1807 | 2025-02-21T12:52:06.717Z | Compiling futures-sink v0.3.31 |
1808 | 2025-02-21T12:52:06.767Z | Compiling fnv v1.0.7 |
1809 | 2025-02-21T12:52:07.952Z | Compiling ahash v0.8.11 |
1810 | 2025-02-21T12:52:08.274Z | Compiling stable_deref_trait v1.2.0 |
1811 | 2025-02-21T12:52:08.631Z | Compiling equivalent v1.0.1 |
1812 | 2025-02-21T12:52:08.657Z | Compiling cpufeatures v0.2.14 |
1813 | 2025-02-21T12:52:08.921Z | Compiling foldhash v0.1.3 |
1814 | 2025-02-21T12:52:09.228Z | Compiling hashbrown v0.15.1 |
1815 | 2025-02-21T12:52:09.444Z | Compiling slog v2.7.0 |
1816 | 2025-02-21T12:52:09.539Z | Compiling futures-channel v0.3.31 |
1817 | 2025-02-21T12:52:09.773Z | Compiling zerofrom v0.1.4 |
1818 | 2025-02-21T12:52:10.001Z | Compiling futures-io v0.3.31 |
1819 | 2025-02-21T12:52:10.058Z | Compiling futures-task v0.3.31 |
1820 | 2025-02-21T12:52:10.060Z | Compiling pin-utils v0.1.0 |
1821 | 2025-02-21T12:52:10.310Z | Compiling futures-util v0.3.31 |
1822 | 2025-02-21T12:52:10.396Z | Compiling yoke v0.7.4 |
1823 | 2025-02-21T12:52:10.622Z | Compiling openssl v0.10.71 |
1824 | 2025-02-21T12:52:10.817Z | Compiling zerovec v0.10.4 |
1825 | 2025-02-21T12:52:11.113Z | Compiling bitflags v2.6.0 |
1826 | 2025-02-21T12:52:11.154Z | Compiling bytes v1.9.0 |
1827 | 2025-02-21T12:52:11.329Z | Compiling serde_tokenstream v0.2.2 |
1828 | 2025-02-21T12:52:12.308Z | Compiling tokio v1.43.0 |
1829 | 2025-02-21T12:52:13.972Z | Compiling indexmap v2.7.1 |
1830 | 2025-02-21T12:52:14.248Z | Compiling http v1.2.0 |
1831 | 2025-02-21T12:52:15.627Z | Compiling which v4.4.2 |
1832 | 2025-02-21T12:52:15.871Z | Compiling scroll_derive v0.12.0 |
1833 | 2025-02-21T12:52:16.447Z | Compiling ucd-trie v0.1.7 |
1834 | 2025-02-21T12:52:17.238Z | Compiling pest v2.7.14 |
1835 | 2025-02-21T12:52:17.320Z | Compiling rustc_version v0.4.1 |
1836 | 2025-02-21T12:52:19.350Z | Compiling uuid v1.12.0 |
1837 | 2025-02-21T12:52:20.165Z | Compiling hmac v0.12.1 |
1838 | 2025-02-21T12:52:20.287Z | Compiling openssl-macros v0.1.1 |
1839 | 2025-02-21T12:52:20.468Z | Compiling rustls v0.23.19 |
1840 | 2025-02-21T12:52:20.527Z | Compiling native-tls v0.2.12 |
1841 | 2025-02-21T12:52:21.032Z | Compiling iana-time-zone v0.1.61 |
1842 | 2025-02-21T12:52:21.063Z | Compiling pest_meta v2.7.14 |
1843 | 2025-02-21T12:52:21.124Z | Compiling tinystr v0.7.6 |
1844 | 2025-02-21T12:52:21.469Z | Compiling chrono v0.4.39 |
1845 | 2025-02-21T12:52:21.640Z | Compiling block-padding v0.3.3 |
1846 | 2025-02-21T12:52:21.907Z | Compiling writeable v0.5.5 |
1847 | 2025-02-21T12:52:21.951Z | Compiling litemap v0.7.3 |
1848 | 2025-02-21T12:52:22.600Z | Compiling pest_generator v2.7.14 |
1849 | 2025-02-21T12:52:22.858Z | Compiling icu_locid v1.5.0 |
1850 | 2025-02-21T12:52:23.264Z | Compiling inout v0.1.3 |
1851 | 2025-02-21T12:52:24.399Z | Compiling cookie v0.18.1 |
1852 | 2025-02-21T12:52:25.548Z | Compiling pest_derive v2.7.14 |
1853 | 2025-02-21T12:52:25.696Z | Compiling icu_provider v1.5.0 |
1854 | 2025-02-21T12:52:26.381Z | Compiling cipher v0.4.4 |
1855 | 2025-02-21T12:52:26.918Z | Compiling sha2 v0.10.8 |
1856 | 2025-02-21T12:52:27.723Z | Compiling async-trait v0.1.86 |
1857 | 2025-02-21T12:52:27.872Z | Compiling tracing-core v0.1.32 |
1858 | 2025-02-21T12:52:28.045Z | Compiling usdt-impl v0.5.0 |
1859 | 2025-02-21T12:52:28.531Z | Compiling rustls-pki-types v1.10.0 |
1860 | 2025-02-21T12:52:29.129Z | Compiling aws-lc-sys v0.22.0 |
1861 | 2025-02-21T12:52:30.186Z | Compiling percent-encoding v2.3.1 |
1862 | 2025-02-21T12:52:30.279Z | Compiling base64ct v1.6.0 |
1863 | 2025-02-21T12:52:30.515Z | Compiling icu_locid_transform_data v1.5.0 |
1864 | 2025-02-21T12:52:30.655Z | Compiling dyn-clone v1.0.18 |
1865 | 2025-02-21T12:52:30.746Z | Compiling icu_locid_transform v1.5.0 |
1866 | 2025-02-21T12:52:30.924Z | Compiling tracing v0.1.40 |
1867 | 2025-02-21T12:52:30.962Z | Compiling pem-rfc7468 v0.7.0 |
1868 | 2025-02-21T12:52:32.815Z | Compiling tokio-util v0.7.12 |
1869 | 2025-02-21T12:52:33.710Z | Compiling scroll v0.12.0 |
1870 | 2025-02-21T12:52:34.085Z | Compiling icu_collections v1.5.0 |
1871 | 2025-02-21T12:52:35.407Z | Compiling ppv-lite86 v0.2.20 |
1872 | 2025-02-21T12:52:36.147Z | Compiling untrusted v0.7.1 |
1873 | 2025-02-21T12:52:36.348Z | Compiling icu_properties_data v1.5.0 |
1874 | 2025-02-21T12:52:36.367Z | Compiling mirai-annotations v1.12.0 |
1875 | 2025-02-21T12:52:36.552Z | Compiling untrusted v0.9.0 |
1876 | 2025-02-21T12:52:36.621Z | Compiling camino v1.1.9 |
1877 | 2025-02-21T12:52:36.784Z | Compiling flagset v0.4.6 |
1878 | 2025-02-21T12:52:36.936Z | Compiling plain v0.2.3 |
1879 | 2025-02-21T12:52:37.026Z | Compiling syn v1.0.109 |
1880 | 2025-02-21T12:52:37.123Z | Compiling powerfmt v0.2.0 |
1881 | 2025-02-21T12:52:37.188Z | Compiling goblin v0.8.2 |
1882 | 2025-02-21T12:52:37.583Z | Compiling deranged v0.3.11 |
1883 | 2025-02-21T12:52:37.612Z | Compiling der v0.7.9 |
1884 | 2025-02-21T12:52:40.491Z | Compiling icu_properties v1.5.1 |
1885 | 2025-02-21T12:52:41.354Z | Compiling rand_chacha v0.3.1 |
1886 | 2025-02-21T12:52:43.099Z | Compiling utf16_iter v1.0.5 |
1887 | 2025-02-21T12:52:43.424Z | Compiling pretty-hex v0.4.1 |
1888 | 2025-02-21T12:52:43.536Z | Compiling num_threads v0.1.7 |
1889 | 2025-02-21T12:52:43.707Z | Compiling atomic-waker v1.1.2 |
1890 | 2025-02-21T12:52:43.739Z | Compiling rustls v0.22.4 |
1891 | 2025-02-21T12:52:44.118Z | Compiling litrs v0.4.1 |
1892 | 2025-02-21T12:52:44.582Z | Compiling rayon-core v1.12.1 |
1893 | 2025-02-21T12:52:45.003Z | Compiling utf8_iter v1.0.4 |
1894 | 2025-02-21T12:52:45.284Z | Compiling icu_normalizer_data v1.5.0 |
1895 | 2025-02-21T12:52:45.599Z | Compiling write16 v1.0.0 |
1896 | 2025-02-21T12:52:45.797Z | Compiling icu_normalizer v1.5.0 |
1897 | 2025-02-21T12:52:46.093Z | Compiling time v0.3.36 |
1898 | 2025-02-21T12:52:46.401Z | Compiling document-features v0.2.10 |
1899 | 2025-02-21T12:52:46.799Z | Compiling dof v0.3.0 |
1900 | 2025-02-21T12:52:47.708Z | Compiling rand v0.8.5 |
1901 | 2025-02-21T12:52:48.348Z | Compiling spki v0.7.3 |
1902 | 2025-02-21T12:52:48.882Z | Compiling form_urlencoded v1.2.1 |
1903 | 2025-02-21T12:52:49.525Z | Compiling salsa20 v0.10.2 |
1904 | 2025-02-21T12:52:49.703Z | Compiling dtrace-parser v0.2.0 |
1905 | 2025-02-21T12:52:50.793Z | Compiling pbkdf2 v0.12.2 |
1906 | 2025-02-21T12:52:50.993Z | Compiling http-body v1.0.1 |
1907 | 2025-02-21T12:52:51.332Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1908 | 2025-02-21T12:52:51.477Z | Compiling thread-id v4.2.2 |
1909 | 2025-02-21T12:52:52.024Z | Compiling try-lock v0.2.5 |
1910 | 2025-02-21T12:52:54.138Z | Compiling want v0.3.1 |
1911 | 2025-02-21T12:52:55.846Z | Compiling scrypt v0.11.0 |
1912 | 2025-02-21T12:52:55.896Z | Compiling idna_adapter v1.2.0 |
1913 | 2025-02-21T12:52:56.162Z | Compiling h2 v0.4.6 |
1914 | 2025-02-21T12:52:56.349Z | Compiling aes v0.8.4 |
1915 | 2025-02-21T12:52:56.429Z | Compiling cbc v0.1.2 |
1916 | 2025-02-21T12:52:56.824Z | Compiling multer v3.1.0 |
1917 | 2025-02-21T12:52:57.095Z | Compiling httpdate v1.0.3 |
1918 | 2025-02-21T12:52:57.314Z | Compiling base64 v0.22.1 |
1919 | 2025-02-21T12:52:58.128Z | Compiling tinyvec_macros v0.1.1 |
1920 | 2025-02-21T12:52:58.280Z | Compiling tower-service v0.3.3 |
1921 | 2025-02-21T12:52:58.355Z | Compiling slog-async v2.8.0 |
1922 | 2025-02-21T12:52:58.444Z | Compiling tinyvec v1.8.0 |
1923 | 2025-02-21T12:52:59.166Z | Compiling pkcs5 v0.7.1 |
1924 | 2025-02-21T12:53:00.435Z | Compiling idna v1.0.3 |
1925 | 2025-02-21T12:53:05.570Z | Compiling hyper v1.5.2 |
1926 | 2025-02-21T12:53:06.667Z | Compiling heapless v0.7.17 |
1927 | 2025-02-21T12:53:07.327Z | Compiling zerocopy-derive v0.6.6 |
1928 | 2025-02-21T12:53:07.891Z | Compiling num-bigint-dig v0.8.4 |
1929 | 2025-02-21T12:53:08.496Z | Compiling signal-hook v0.3.17 |
1930 | 2025-02-21T12:53:08.860Z | Compiling anyhow v1.0.96 |
1931 | 2025-02-21T12:53:08.890Z | Compiling hyper-util v0.1.10 |
1932 | 2025-02-21T12:53:12.501Z | Compiling pkcs8 v0.10.2 |
1933 | 2025-02-21T12:53:13.255Z | Compiling usdt-attr-macro v0.5.0 |
1934 | 2025-02-21T12:53:14.154Z | Compiling usdt-macro v0.5.0 |
1935 | 2025-02-21T12:53:15.082Z | Compiling async-stream-impl v0.3.6 |
1936 | 2025-02-21T12:53:15.601Z | Compiling strsim v0.11.1 |
1937 | 2025-02-21T12:53:15.632Z | Compiling foreign-types-shared v0.1.1 |
1938 | 2025-02-21T12:53:15.732Z | Compiling rustversion v1.0.17 |
1939 | 2025-02-21T12:53:15.982Z | Compiling foreign-types v0.3.2 |
1940 | 2025-02-21T12:53:16.961Z | Compiling url v2.5.3 |
1941 | 2025-02-21T12:53:17.075Z | Compiling http-body-util v0.1.2 |
1942 | 2025-02-21T12:53:18.149Z | Compiling curve25519-dalek v4.1.3 |
1943 | 2025-02-21T12:53:18.538Z | Compiling openapiv3 v2.0.0 |
1944 | 2025-02-21T12:53:18.753Z | Compiling serde_spanned v0.6.8 |
1945 | 2025-02-21T12:53:18.816Z | Compiling toml_datetime v0.6.8 |
1946 | 2025-02-21T12:53:19.145Z | Compiling enum-as-inner v0.6.1 |
1947 | 2025-02-21T12:53:19.887Z | Compiling memoffset v0.9.1 |
1948 | 2025-02-21T12:53:20.273Z | Compiling dropshot v0.12.0 |
1949 | 2025-02-21T12:53:20.334Z | Compiling encoding_rs v0.8.34 |
1950 | 2025-02-21T12:53:20.707Z | Compiling smoltcp v0.9.1 |
1951 | 2025-02-21T12:53:23.102Z | Compiling adler2 v2.0.0 |
1952 | 2025-02-21T12:53:23.349Z | Compiling portable-atomic v1.9.0 |
1953 | 2025-02-21T12:53:23.952Z | Compiling match_cfg v0.1.0 |
1954 | 2025-02-21T12:53:24.266Z | Compiling mime v0.3.17 |
1955 | 2025-02-21T12:53:24.321Z | Compiling newtype-uuid v1.2.1 |
1956 | 2025-02-21T12:53:24.939Z | Compiling hostname v0.3.1 |
1957 | 2025-02-21T12:53:25.573Z | Compiling miniz_oxide v0.8.0 |
1958 | 2025-02-21T12:53:35.376Z | Compiling serde_urlencoded v0.7.1 |
1959 | 2025-02-21T12:53:35.425Z | Compiling rustls-pemfile v2.2.0 |
1960 | 2025-02-21T12:53:36.105Z | Compiling clap_derive v4.5.28 |
1961 | 2025-02-21T12:53:36.150Z | Compiling dirs-sys-next v0.1.2 |
1962 | 2025-02-21T12:53:36.752Z | Compiling openssl-probe v0.1.5 |
1963 | 2025-02-21T12:53:37.709Z | Compiling cfg_aliases v0.2.1 |
1964 | 2025-02-21T12:53:37.883Z | Compiling data-encoding v2.6.0 |
1965 | 2025-02-21T12:53:39.401Z | Compiling siphasher v0.3.11 |
1966 | 2025-02-21T12:53:40.059Z | Compiling ipnet v2.10.1 |
1967 | 2025-02-21T12:53:40.791Z | Compiling nix v0.29.0 |
1968 | 2025-02-21T12:53:42.802Z | Compiling dirs-next v2.0.0 |
1969 | 2025-02-21T12:53:44.033Z | Compiling hubpack_derive v0.1.1 |
1970 | 2025-02-21T12:53:44.916Z | Compiling unicode-normalization v0.1.24 |
1971 | 2025-02-21T12:53:45.108Z | Compiling crossbeam-epoch v0.9.18 |
1972 | 2025-02-21T12:53:45.863Z | Compiling dropshot_endpoint v0.12.0 |
1973 | 2025-02-21T12:53:46.319Z | Compiling sha1 v0.10.6 |
1974 | 2025-02-21T12:53:46.766Z | Compiling signature v2.2.0 |
1975 | 2025-02-21T12:53:46.999Z | Compiling rustls-webpki v0.102.8 |
1976 | 2025-02-21T12:53:47.248Z | Compiling curve25519-dalek-derive v0.1.1 |
1977 | 2025-02-21T12:53:47.986Z | Compiling thread_local v1.1.8 |
1978 | 2025-02-21T12:53:48.489Z | Compiling fs-err v2.11.0 |
1979 | 2025-02-21T12:53:48.919Z | Compiling anstyle v1.0.10 |
1980 | 2025-02-21T12:53:49.411Z | Compiling psl-types v2.0.11 |
1981 | 2025-02-21T12:53:49.477Z | Compiling gimli v0.31.1 |
1982 | 2025-02-21T12:53:49.748Z | Compiling winnow v0.6.20 |
1983 | 2025-02-21T12:53:49.912Z | Compiling utf8parse v0.2.2 |
1984 | 2025-02-21T12:53:50.721Z | Compiling unicode-bidi v0.3.17 |
1985 | 2025-02-21T12:53:51.557Z | Compiling unicode-properties v0.1.3 |
1986 | 2025-02-21T12:53:52.063Z | Compiling stringprep v0.1.5 |
1987 | 2025-02-21T12:53:52.387Z | Compiling anstyle-parse v0.2.5 |
1988 | 2025-02-21T12:53:52.441Z | Compiling publicsuffix v2.3.0 |
1989 | 2025-02-21T12:53:53.061Z | Compiling toml_edit v0.22.22 |
1990 | 2025-02-21T12:53:54.530Z | Compiling addr2line v0.24.2 |
1991 | 2025-02-21T12:53:55.333Z | Compiling crossbeam-deque v0.8.5 |
1992 | 2025-02-21T12:53:55.733Z | Compiling term v0.7.0 |
1993 | 2025-02-21T12:53:56.983Z | Compiling tokio-native-tls v0.3.1 |
1994 | 2025-02-21T12:53:57.346Z | Compiling slog-json v2.6.1 |
1995 | 2025-02-21T12:53:58.113Z | Compiling crossbeam-channel v0.5.13 |
1996 | 2025-02-21T12:53:59.468Z | Compiling webpki-roots v0.26.6 |
1997 | 2025-02-21T12:53:59.776Z | Compiling futures-executor v0.3.31 |
1998 | 2025-02-21T12:53:59.797Z | Compiling num-integer v0.1.46 |
1999 | 2025-02-21T12:53:59.944Z | Compiling md-5 v0.10.6 |
2000 | 2025-02-21T12:54:00.209Z | Compiling sync_wrapper v1.0.1 |
2001 | 2025-02-21T12:54:00.231Z | Compiling ff v0.13.0 |
2002 | 2025-02-21T12:54:00.395Z | Compiling hash32 v0.2.1 |
2003 | 2025-02-21T12:54:00.463Z | Compiling memmap v0.7.0 |
2004 | 2025-02-21T12:54:00.484Z | Compiling is-terminal v0.4.13 |
2005 | 2025-02-21T12:54:00.633Z | Compiling object v0.36.5 |
2006 | 2025-02-21T12:54:00.743Z | Compiling linked-hash-map v0.5.6 |
2007 | 2025-02-21T12:54:00.746Z | Compiling base16ct v0.2.0 |
2008 | 2025-02-21T12:54:00.782Z | Compiling heck v0.4.1 |
2009 | 2025-02-21T12:54:01.051Z | Compiling utf-8 v0.7.6 |
2010 | 2025-02-21T12:54:01.108Z | Compiling colorchoice v1.0.2 |
2011 | 2025-02-21T12:54:01.133Z | Compiling rustc-demangle v0.1.24 |
2012 | 2025-02-21T12:54:01.292Z | Compiling is_terminal_polyfill v1.70.1 |
2013 | 2025-02-21T12:54:01.349Z | Compiling quick-error v1.2.3 |
2014 | 2025-02-21T12:54:01.449Z | Compiling anstyle-query v1.1.1 |
2015 | 2025-02-21T12:54:01.521Z | Compiling take_mut v0.2.2 |
2016 | 2025-02-21T12:54:01.621Z | Compiling tower-layer v0.3.3 |
2017 | 2025-02-21T12:54:01.701Z | Compiling fallible-iterator v0.2.0 |
2018 | 2025-02-21T12:54:02.048Z | Compiling tower v0.5.2 |
2019 | 2025-02-21T12:54:02.459Z | Compiling postgres-protocol v0.6.7 |
2020 | 2025-02-21T12:54:02.958Z | Compiling anstream v0.6.15 |
2021 | 2025-02-21T12:54:03.389Z | Compiling resolv-conf v0.7.0 |
2022 | 2025-02-21T12:54:03.518Z | Compiling tungstenite v0.24.0 |
2023 | 2025-02-21T12:54:03.578Z | Compiling strum_macros v0.25.3 |
2024 | 2025-02-21T12:54:04.003Z | Compiling lru-cache v0.1.2 |
2025 | 2025-02-21T12:54:04.215Z | Compiling sec1 v0.7.3 |
2026 | 2025-02-21T12:54:04.755Z | Compiling usdt v0.5.0 |
2027 | 2025-02-21T12:54:05.206Z | Compiling slog-term v2.9.1 |
2028 | 2025-02-21T12:54:05.228Z | Compiling group v0.13.0 |
2029 | 2025-02-21T12:54:05.556Z | Compiling num-iter v0.1.45 |
2030 | 2025-02-21T12:54:05.764Z | Compiling futures v0.3.31 |
2031 | 2025-02-21T12:54:05.898Z | Compiling tokio-rustls v0.26.0 |
2032 | 2025-02-21T12:54:07.142Z | Compiling slog-bunyan v2.5.0 |
2033 | 2025-02-21T12:54:07.374Z | Compiling backtrace v0.3.74 |
2034 | 2025-02-21T12:54:07.575Z | Compiling tokio-rustls v0.25.0 |
2035 | 2025-02-21T12:54:07.604Z | Compiling hyper-tls v0.6.0 |
2036 | 2025-02-21T12:54:07.626Z | Compiling toml v0.8.19 |
2037 | 2025-02-21T12:54:07.648Z | Compiling cookie_store v0.21.1 |
2038 | 2025-02-21T12:54:08.045Z | Compiling hickory-proto v0.24.3 |
2039 | 2025-02-21T12:54:08.321Z | Compiling phf_shared v0.11.2 |
2040 | 2025-02-21T12:54:09.040Z | Compiling async-stream v0.3.6 |
2041 | 2025-02-21T12:54:09.360Z | Compiling waitgroup v0.1.2 |
2042 | 2025-02-21T12:54:09.580Z | Compiling hashbrown v0.14.5 |
2043 | 2025-02-21T12:54:09.691Z | Compiling hkdf v0.12.4 |
2044 | 2025-02-21T12:54:09.745Z | Compiling terminal_size v0.4.0 |
2045 | 2025-02-21T12:54:09.936Z | Compiling serde_path_to_error v0.1.16 |
2046 | 2025-02-21T12:54:10.160Z | Compiling crypto-bigint v0.5.5 |
2047 | 2025-02-21T12:54:10.329Z | Compiling serde_repr v0.1.19 |
2048 | 2025-02-21T12:54:10.709Z | Compiling derive-where v1.2.7 |
2049 | 2025-02-21T12:54:10.909Z | Compiling hostname v0.4.0 |
2050 | 2025-02-21T12:54:11.120Z | Compiling crc32fast v1.4.2 |
2051 | 2025-02-21T12:54:11.659Z | Compiling clap_lex v0.7.4 |
2052 | 2025-02-21T12:54:11.681Z | Compiling bitflags v1.3.2 |
2053 | 2025-02-21T12:54:11.806Z | Compiling winnow v0.5.40 |
2054 | 2025-02-21T12:54:11.844Z | Compiling debug-ignore v1.0.5 |
2055 | 2025-02-21T12:54:12.805Z | Compiling unicode-width v0.2.0 |
2056 | 2025-02-21T12:54:13.245Z | Compiling managed v0.8.0 |
2057 | 2025-02-21T12:54:13.516Z | Compiling hickory-resolver v0.24.3 |
2058 | 2025-02-21T12:54:14.101Z | Compiling console v0.15.10 |
2059 | 2025-02-21T12:54:14.523Z | Compiling elliptic-curve v0.13.8 |
2060 | 2025-02-21T12:54:15.236Z | Compiling toml_edit v0.19.15 |
2061 | 2025-02-21T12:54:16.095Z | Compiling clap_builder v4.5.30 |
2062 | 2025-02-21T12:54:18.582Z | Compiling flate2 v1.0.35 |
2063 | 2025-02-21T12:54:19.090Z | Compiling regress v0.10.1 |
2064 | 2025-02-21T12:54:20.690Z | Compiling hyper-rustls v0.27.3 |
2065 | 2025-02-21T12:54:22.917Z | Compiling phf v0.11.2 |
2066 | 2025-02-21T12:54:23.573Z | Compiling signal-hook-mio v0.2.4 |
2067 | 2025-02-21T12:54:23.606Z | Compiling rayon v1.10.0 |
2068 | 2025-02-21T12:54:23.753Z | Compiling bzip2 v0.4.4 |
2069 | 2025-02-21T12:54:23.973Z | Compiling tokio-tungstenite v0.24.0 |
2070 | 2025-02-21T12:54:24.114Z | Compiling postgres-types v0.2.8 |
2071 | 2025-02-21T12:54:24.493Z | Compiling ed25519 v2.2.3 |
2072 | 2025-02-21T12:54:24.515Z | Compiling hubpack v0.1.2 |
2073 | 2025-02-21T12:54:24.929Z | Compiling phf_shared v0.10.0 |
2074 | 2025-02-21T12:54:25.006Z | Compiling pkcs1 v0.7.5 |
2075 | 2025-02-21T12:54:25.830Z | Compiling zerocopy v0.6.6 |
2076 | 2025-02-21T12:54:26.405Z | Compiling tokio-stream v0.1.16 |
2077 | 2025-02-21T12:54:26.643Z | Compiling rfc6979 v0.4.0 |
2078 | 2025-02-21T12:54:27.368Z | Compiling serde-big-array v0.5.1 |
2079 | 2025-02-21T12:54:27.601Z | Compiling float-cmp v0.10.0 |
2080 | 2025-02-21T12:54:27.740Z | Compiling bstr v1.10.0 |
2081 | 2025-02-21T12:54:27.932Z | Compiling bit-vec v0.6.3 |
2082 | 2025-02-21T12:54:28.364Z | Compiling precomputed-hash v0.1.1 |
2083 | 2025-02-21T12:54:28.434Z | Compiling number_prefix v0.4.0 |
2084 | 2025-02-21T12:54:28.516Z | Compiling normalize-line-endings v0.3.0 |
2085 | 2025-02-21T12:54:28.689Z | Compiling fixedbitset v0.4.2 |
2086 | 2025-02-21T12:54:28.860Z | Compiling predicates-core v1.0.8 |
2087 | 2025-02-21T12:54:29.096Z | Compiling new_debug_unreachable v1.0.6 |
2088 | 2025-02-21T12:54:29.141Z | Compiling difflib v0.4.0 |
2089 | 2025-02-21T12:54:29.164Z | Compiling unicode-segmentation v1.12.0 |
2090 | 2025-02-21T12:54:29.210Z | Compiling static_assertions v1.1.0 |
2091 | 2025-02-21T12:54:29.531Z | Compiling whoami v1.5.2 |
2092 | 2025-02-21T12:54:29.856Z | Compiling tokio-postgres v0.7.12 |
2093 | 2025-02-21T12:54:29.985Z | Compiling similar v2.6.0 |
2094 | 2025-02-21T12:54:30.196Z | Compiling predicates v3.1.3 |
2095 | 2025-02-21T12:54:31.005Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2096 | 2025-02-21T12:54:31.487Z | Compiling string_cache v0.8.7 |
2097 | 2025-02-21T12:54:31.706Z | Compiling petgraph v0.6.5 |
2098 | 2025-02-21T12:54:31.882Z | Compiling indicatif v0.17.11 |
2099 | 2025-02-21T12:54:34.924Z | Compiling bit-set v0.5.3 |
2100 | 2025-02-21T12:54:35.271Z | Compiling qorb v0.2.1 |
2101 | 2025-02-21T12:54:35.481Z | Compiling reqwest v0.12.12 |
2102 | 2025-02-21T12:54:35.562Z | Compiling ecdsa v0.16.9 |
2103 | 2025-02-21T12:54:36.381Z | Compiling rsa v0.9.6 |
2104 | 2025-02-21T12:54:37.127Z | Compiling ed25519-dalek v2.1.1 |
2105 | 2025-02-21T12:54:38.374Z | Compiling zip v0.6.6 |
2106 | 2025-02-21T12:54:38.435Z | Compiling crossterm v0.28.1 |
2107 | 2025-02-21T12:54:38.671Z | Compiling typify-impl v0.2.0 |
2108 | 2025-02-21T12:54:38.823Z | Compiling clap v4.5.30 |
2109 | 2025-02-21T12:54:38.968Z | Compiling toml v0.7.8 |
2110 | 2025-02-21T12:54:41.359Z | Compiling x509-cert v0.2.5 |
2111 | 2025-02-21T12:54:42.869Z | Compiling hex v0.4.3 |
2112 | 2025-02-21T12:54:46.977Z | Compiling peg-runtime v0.8.3 |
2113 | 2025-02-21T12:54:47.447Z | Compiling lalrpop-util v0.19.12 |
2114 | 2025-02-21T12:54:48.228Z | Compiling unicode-xid v0.2.6 |
2115 | 2025-02-21T12:54:48.438Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2116 | 2025-02-21T12:54:49.627Z | Compiling typify-macro v0.2.0 |
2117 | 2025-02-21T12:55:18.097Z | Compiling radium v0.7.0 |
2118 | 2025-02-21T12:55:24.313Z | Compiling maybe-uninit v2.0.0 |
2119 | 2025-02-21T12:55:24.812Z | Compiling tap v1.0.1 |
2120 | 2025-02-21T12:55:25.029Z | Compiling ident_case v1.0.1 |
2121 | 2025-02-21T12:55:28.967Z | Compiling darling_core v0.20.10 |
2122 | 2025-02-21T12:55:28.990Z | Compiling wyz v0.5.1 |
2123 | 2025-02-21T12:55:36.145Z | Compiling typify v0.2.0 |
2124 | 2025-02-21T12:55:39.693Z | Compiling funty v2.0.0 |
2125 | 2025-02-21T12:55:40.101Z | Compiling packed_struct v0.10.1 |
2126 | 2025-02-21T12:55:40.551Z | Compiling unsafe-libyaml v0.2.11 |
2127 | 2025-02-21T12:55:42.253Z | Compiling serde_yaml v0.9.34+deprecated |
2128 | 2025-02-21T12:55:42.456Z | Compiling bitvec v1.0.1 |
2129 | 2025-02-21T12:55:54.529Z | Compiling progenitor-impl v0.8.0 |
2130 | 2025-02-21T12:55:54.560Z | Compiling darling_macro v0.20.10 |
2131 | 2025-02-21T12:55:56.278Z | Compiling ipnetwork v0.21.1 |
2132 | 2025-02-21T12:55:58.146Z | Compiling packed_struct_codegen v0.10.1 |
2133 | 2025-02-21T12:55:58.803Z | Compiling structmeta-derive v0.3.0 |
2134 | 2025-02-21T12:55:59.080Z | Compiling indexmap v1.9.3 |
2135 | 2025-02-21T12:55:59.438Z | Compiling crc-catalog v2.4.0 |
2136 | 2025-02-21T12:55:59.623Z | Compiling fastrand v2.1.1 |
2137 | 2025-02-21T12:55:59.855Z | Compiling thiserror v2.0.11 |
2138 | 2025-02-21T12:56:00.342Z | Compiling nodrop v0.1.14 |
2139 | 2025-02-21T12:56:00.502Z | Compiling array-init v0.0.4 |
2140 | 2025-02-21T12:56:01.184Z | Compiling structmeta v0.3.0 |
2141 | 2025-02-21T12:56:01.257Z | Compiling progenitor-macro v0.8.0 |
2142 | 2025-02-21T12:56:01.541Z | Compiling tempfile v3.13.0 |
2143 | 2025-02-21T12:56:01.582Z | Compiling crc v3.2.1 |
2144 | 2025-02-21T12:56:01.641Z | Compiling oxnet v0.1.0 |
2145 | 2025-02-21T12:56:03.203Z | Compiling smallvec v0.6.14 |
2146 | 2025-02-21T12:56:03.670Z | Compiling darling v0.20.10 |
2147 | 2025-02-21T12:56:03.769Z | Compiling progenitor-client v0.8.0 |
2148 | 2025-02-21T12:56:03.809Z | Compiling xattr v1.3.1 |
2149 | 2025-02-21T12:56:04.153Z | Compiling daft-derive v0.1.1 |
2150 | 2025-02-21T12:56:04.452Z | Compiling thiserror-impl v2.0.11 |
2151 | 2025-02-21T12:56:04.666Z | Compiling pin-project-internal v1.1.6 |
2152 | 2025-02-21T12:56:05.179Z | Compiling filetime v0.2.25 |
2153 | 2025-02-21T12:56:05.517Z | Compiling dropshot v0.15.1 |
2154 | 2025-02-21T12:56:05.537Z | Compiling hashbrown v0.12.3 |
2155 | 2025-02-21T12:56:05.870Z | Compiling base64 v0.21.7 |
2156 | 2025-02-21T12:56:06.814Z | Compiling termcolor v1.4.1 |
2157 | 2025-02-21T12:56:07.008Z | Compiling bitfield v0.14.0 |
2158 | 2025-02-21T12:56:07.147Z | Compiling same-file v1.0.6 |
2159 | 2025-02-21T12:56:07.328Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2160 | 2025-02-21T12:56:07.430Z | Compiling walkdir v2.5.0 |
2161 | 2025-02-21T12:56:07.453Z | Compiling env_logger v0.10.2 |
2162 | 2025-02-21T12:56:07.797Z | Compiling pin-project v1.1.6 |
2163 | 2025-02-21T12:56:09.029Z | Compiling ron v0.8.1 |
2164 | 2025-02-21T12:56:09.146Z | Compiling daft v0.1.1 |
2165 | 2025-02-21T12:56:09.653Z | Compiling tar v0.4.42 |
2166 | 2025-02-21T12:56:10.431Z | Compiling serde_with_macros v3.11.0 |
2167 | 2025-02-21T12:56:11.627Z | Compiling progenitor v0.8.0 |
2168 | 2025-02-21T12:56:12.005Z | Compiling serde-hex v0.1.0 |
2169 | 2025-02-21T12:56:12.679Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2170 | 2025-02-21T12:56:13.043Z | Compiling parse-display-derive v0.10.0 |
2171 | 2025-02-21T12:56:14.718Z | Compiling strum_macros v0.26.4 |
2172 | 2025-02-21T12:56:15.399Z | Compiling hashbrown v0.13.2 |
2173 | 2025-02-21T12:56:16.509Z | Compiling dropshot_endpoint v0.15.1 |
2174 | 2025-02-21T12:56:16.673Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2175 | 2025-02-21T12:56:17.048Z | Compiling snafu-derive v0.8.5 |
2176 | 2025-02-21T12:56:17.424Z | Compiling blake3 v1.5.4 |
2177 | 2025-02-21T12:56:18.078Z | Compiling instant v0.1.13 |
2178 | 2025-02-21T12:56:18.272Z | Compiling simd-adler32 v0.3.7 |
2179 | 2025-02-21T12:56:18.725Z | Compiling zip v2.1.3 |
2180 | 2025-02-21T12:56:19.086Z | Compiling lockfree-object-pool v0.1.6 |
2181 | 2025-02-21T12:56:19.392Z | Compiling crc-any v2.5.0 |
2182 | 2025-02-21T12:56:19.461Z | Compiling buf-list v1.0.3 |
2183 | 2025-02-21T12:56:20.040Z | Compiling bumpalo v3.16.0 |
2184 | 2025-02-21T12:56:20.435Z | Compiling zopfli v0.8.1 |
2185 | 2025-02-21T12:56:20.625Z | Compiling strum v0.26.3 |
2186 | 2025-02-21T12:56:20.846Z | Compiling backoff v0.4.0 |
2187 | 2025-02-21T12:56:21.177Z | Compiling snafu v0.8.5 |
2188 | 2025-02-21T12:56:21.939Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2189 | 2025-02-21T12:56:26.543Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2190 | 2025-02-21T12:56:26.570Z | Compiling object v0.30.4 |
2191 | 2025-02-21T12:56:26.570Z | Compiling parse-display v0.10.0 |
2192 | 2025-02-21T12:56:26.607Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2193 | 2025-02-21T12:56:26.607Z | Compiling serde_with v3.11.0 |
2194 | 2025-02-21T12:56:26.607Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2195 | 2025-02-21T12:56:26.979Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2196 | 2025-02-21T12:56:28.688Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2197 | 2025-02-21T12:56:29.438Z | Compiling camino-tempfile v1.1.1 |
2198 | 2025-02-21T12:56:30.199Z | Compiling globset v0.4.15 |
2199 | 2025-02-21T12:56:31.144Z | Compiling regress v0.9.1 |
2200 | 2025-02-21T12:56:34.452Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2201 | 2025-02-21T12:56:34.673Z | Compiling progenitor-client v0.9.1 |
2202 | 2025-02-21T12:56:35.620Z | Compiling olpc-cjson v0.1.4 |
2203 | 2025-02-21T12:56:35.937Z | Compiling pem v3.0.4 |
2204 | 2025-02-21T12:56:36.060Z | Compiling serde_plain v1.0.2 |
2205 | 2025-02-21T12:56:36.593Z | Compiling macaddr v1.0.1 |
2206 | 2025-02-21T12:56:36.769Z | Compiling cargo-platform v0.1.8 |
2207 | 2025-02-21T12:56:37.229Z | Compiling async-recursion v1.1.1 |
2208 | 2025-02-21T12:56:37.477Z | Compiling memmap2 v0.9.5 |
2209 | 2025-02-21T12:56:37.822Z | Compiling arrayref v0.3.9 |
2210 | 2025-02-21T12:56:37.958Z | Compiling arrayvec v0.7.6 |
2211 | 2025-02-21T12:56:38.057Z | Compiling constant_time_eq v0.3.1 |
2212 | 2025-02-21T12:56:38.292Z | Compiling typed-path v0.9.3 |
2213 | 2025-02-21T12:56:38.404Z | Compiling path-slash v0.1.5 |
2214 | 2025-02-21T12:56:38.655Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2215 | 2025-02-21T12:56:39.491Z | Compiling cargo_metadata v0.18.1 |
2216 | 2025-02-21T12:56:40.035Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2217 | 2025-02-21T12:56:40.882Z | Compiling tough v0.19.0 |
2218 | 2025-02-21T12:56:44.671Z | Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2219 | 2025-02-21T12:56:45.151Z | Compiling itertools v0.13.0 |
2220 | 2025-02-21T12:56:45.198Z | Compiling topological-sort v0.2.2 |
2221 | 2025-02-21T12:56:45.303Z | Compiling parse-size v1.1.0 |
2222 | 2025-02-21T12:56:45.482Z | Compiling omicron-zone-package v0.12.0 |
2223 | 2025-02-21T12:56:45.614Z | Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2224 | 2025-02-21T12:56:48.721Z | Compiling shell-words v1.1.0 |
2225 | 2025-02-21T12:56:55.367Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2226 | 2025-02-21T12:57:04.573Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2227 | 2025-02-21T12:57:18.185Z | Finished `release` profile [optimized] target(s) in 5m 34s |
2228 | 2025-02-21T12:57:18.354Z | Running `target/release/omicron-releng --output-dir /work` |
2229 | 2025-02-21T12:57:18.402Z | Feb 21 12:57:17.449 DEBG changing working directory to /work/oxidecomputer/omicron |
2230 | 2025-02-21T12:57:18.507Z | Feb 21 12:57:17.556 DEBG running: git rev-parse HEAD |
2231 | 2025-02-21T12:57:18.514Z | Feb 21 12:57:17.563 DEBG process exited with exit status: 0 (6.981379ms) |
2232 | 2025-02-21T12:57:18.514Z | Feb 21 12:57:17.563 INFO version: 13.0.0-0.ci+git517bc6313a6 |
2233 | 2025-02-21T12:57:18.557Z | Feb 21 12:57:17.607 INFO cloning helios to /work/oxidecomputer/helios |
2234 | 2025-02-21T12:57:18.557Z | Feb 21 12:57:17.607 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
2235 | 2025-02-21T12:57:18.563Z | Cloning into '/work/oxidecomputer/helios'... |
2236 | 2025-02-21T12:57:19.034Z | Feb 21 12:57:18.083 DEBG process exited with exit status: 0 (476.412037ms) |
2237 | 2025-02-21T12:57:19.034Z | Feb 21 12:57:18.083 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
2238 | 2025-02-21T12:57:19.927Z | Feb 21 12:57:18.976 DEBG process exited with exit status: 0 (892.658948ms) |
2239 | 2025-02-21T12:57:19.927Z | Feb 21 12:57:18.976 DEBG running: zfs list rpool/images/build/host |
2240 | 2025-02-21T12:57:19.934Z | NAME USED AVAIL REFER MOUNTPOINT |
2241 | 2025-02-21T12:57:19.934Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
2242 | 2025-02-21T12:57:19.937Z | Feb 21 12:57:18.983 DEBG process exited with exit status: 0 (7.441421ms) |
2243 | 2025-02-21T12:57:19.937Z | Feb 21 12:57:18.983 DEBG running: zfs list rpool/images/build/recovery |
2244 | 2025-02-21T12:57:19.940Z | NAME USED AVAIL REFER MOUNTPOINT |
2245 | 2025-02-21T12:57:19.940Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
2246 | 2025-02-21T12:57:19.943Z | Feb 21 12:57:18.990 DEBG process exited with exit status: 0 (6.302401ms) |
2247 | 2025-02-21T12:57:19.943Z | Feb 21 12:57:18.990 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
2248 | 2025-02-21T12:57:19.949Z | # branch.oid 1e0785c95bda2195e187a1605f4ed360e6a0c0fa |
2249 | 2025-02-21T12:57:19.949Z | # branch.head master |
2250 | 2025-02-21T12:57:19.949Z | # branch.upstream origin/master |
2251 | 2025-02-21T12:57:19.949Z | # branch.ab +0 -0 |
2252 | 2025-02-21T12:57:19.951Z | Feb 21 12:57:18.998 DEBG process exited with exit status: 0 (8.266416ms) |
2253 | 2025-02-21T12:57:19.951Z | Feb 21 12:57:18.999 INFO [hubris-staging] running task |
2254 | 2025-02-21T12:57:19.951Z | Feb 21 12:57:18.999 INFO [hubris-production] running task |
2255 | 2025-02-21T12:57:19.951Z | Feb 21 12:57:19.000 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
2256 | 2025-02-21T12:57:19.954Z | Feb 21 12:57:19.003 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 |
2257 | 2025-02-21T12:57:20.023Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
2258 | 2025-02-21T12:57:20.425Z | [ omicron-package] Blocking waiting for file lock on package cache |
2259 | 2025-02-21T12:57:20.889Z | [ omicron-package] Blocking waiting for file lock on package cache |
2260 | 2025-02-21T12:57:21.169Z | [ omicron-package] Blocking waiting for file lock on package cache |
2261 | 2025-02-21T12:57:21.659Z | Feb 21 12:57:20.708 INFO [hubris-production] task succeeded (1.708499618s) |
2262 | 2025-02-21T12:57:21.898Z | [ omicron-package] Compiling zerocopy v0.8.10 |
2263 | 2025-02-21T12:57:21.900Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
2264 | 2025-02-21T12:57:21.900Z | [ omicron-package] Compiling itertools v0.13.0 |
2265 | 2025-02-21T12:57:21.901Z | [ omicron-package] Compiling zerocopy-derive v0.8.10 |
2266 | 2025-02-21T12:57:21.901Z | [ omicron-package] Compiling heapless v0.8.0 |
2267 | 2025-02-21T12:57:21.901Z | [ omicron-package] Compiling hash32 v0.3.1 |
2268 | 2025-02-21T12:57:21.901Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2269 | 2025-02-21T12:57:21.904Z | [ omicron-package] Compiling smoltcp v0.11.0 |
2270 | 2025-02-21T12:57:23.065Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
2271 | 2025-02-21T12:57:23.483Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2272 | 2025-02-21T12:57:23.544Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
2273 | 2025-02-21T12:57:23.820Z | [ omicron-package] Compiling cobs v0.2.3 |
2274 | 2025-02-21T12:57:24.123Z | [ omicron-package] Compiling postcard v1.0.10 |
2275 | 2025-02-21T12:57:24.662Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
2276 | 2025-02-21T12:57:24.662Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2277 | 2025-02-21T12:57:25.019Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
2278 | 2025-02-21T12:57:25.330Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
2279 | 2025-02-21T12:57:25.658Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2280 | 2025-02-21T12:57:26.013Z | [ omicron-package] Compiling unicode-width v0.1.14 |
2281 | 2025-02-21T12:57:27.032Z | [ omicron-package] Compiling num_enum v0.5.11 |
2282 | 2025-02-21T12:57:27.206Z | [ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2283 | 2025-02-21T12:57:27.384Z | [ omicron-package] Compiling tabwriter v1.4.0 |
2284 | 2025-02-21T12:57:27.535Z | [ omicron-package] Compiling foreign-types v0.5.0 |
2285 | 2025-02-21T12:57:27.910Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2286 | 2025-02-21T12:57:28.201Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
2287 | 2025-02-21T12:57:28.204Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2288 | 2025-02-21T12:57:28.499Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
2289 | 2025-02-21T12:57:28.853Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2290 | 2025-02-21T12:57:29.043Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
2291 | 2025-02-21T12:57:29.146Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2292 | 2025-02-21T12:57:29.709Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2293 | 2025-02-21T12:57:29.868Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2294 | 2025-02-21T12:57:30.356Z | [ omicron-package] Compiling colored v2.1.0 |
2295 | 2025-02-21T12:57:30.359Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2296 | 2025-02-21T12:57:31.247Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2297 | 2025-02-21T12:57:31.417Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
2298 | 2025-02-21T12:57:31.624Z | [ omicron-package] Compiling num-derive v0.4.2 |
2299 | 2025-02-21T12:57:32.221Z | [ omicron-package] Compiling sigpipe v0.1.3 |
2300 | 2025-02-21T12:57:32.601Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
2301 | 2025-02-21T12:57:32.670Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2302 | 2025-02-21T12:57:32.832Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2303 | 2025-02-21T12:57:33.630Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2304 | 2025-02-21T12:57:33.652Z | [ omicron-package] Compiling smf v0.2.3 |
2305 | 2025-02-21T12:57:34.335Z | [ omicron-package] Compiling zone v0.3.0 |
2306 | 2025-02-21T12:57:34.562Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2307 | 2025-02-21T12:57:35.305Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
2308 | 2025-02-21T12:57:35.892Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2309 | 2025-02-21T12:57:37.494Z | [ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2310 | 2025-02-21T12:57:37.915Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2311 | 2025-02-21T12:57:37.990Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2312 | 2025-02-21T12:57:38.417Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2313 | 2025-02-21T12:57:38.652Z | [ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2314 | 2025-02-21T12:57:38.674Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2315 | 2025-02-21T12:57:38.879Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2316 | 2025-02-21T12:57:39.281Z | [ omicron-package] Compiling gethostname v0.5.0 |
2317 | 2025-02-21T12:57:39.368Z | [ omicron-package] Compiling indent_write v2.2.0 |
2318 | 2025-02-21T12:57:41.458Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2319 | 2025-02-21T12:57:42.743Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2320 | 2025-02-21T12:57:44.063Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2321 | 2025-02-21T12:57:47.253Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2322 | 2025-02-21T12:57:48.644Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2323 | 2025-02-21T12:57:51.413Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2324 | 2025-02-21T12:57:54.245Z | Feb 21 12:57:53.293 INFO [hubris-staging] task succeeded (34.293420614s) |
2325 | 2025-02-21T12:57:57.979Z | [ helios-setup] Feb 21 12:57:57.023 INFO helios repository root is: /work/oxidecomputer/helios |
2326 | 2025-02-21T12:57:57.981Z | [ helios-setup] Feb 21 12:57:57.025 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 |
2327 | 2025-02-21T12:57:57.981Z | [ helios-setup] Feb 21 12:57:57.025 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2328 | 2025-02-21T12:57:57.984Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2329 | 2025-02-21T12:57:58.495Z | [ helios-setup] Feb 21 12:57:57.543 INFO clone ok!, project: bootserver |
2330 | 2025-02-21T12:57:58.498Z | [ helios-setup] Feb 21 12:57:57.543 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2331 | 2025-02-21T12:57:58.498Z | [ helios-setup] Feb 21 12:57:57.543 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 |
2332 | 2025-02-21T12:57:58.498Z | [ helios-setup] Feb 21 12:57:57.544 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 |
2333 | 2025-02-21T12:57:58.501Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2334 | 2025-02-21T12:57:59.418Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2335 | 2025-02-21T12:57:59.428Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2336 | 2025-02-21T12:58:06.590Z | [ helios-setup] Submodule path 'amd-firmware': checked out '1a6eeff3c909666c2c562bb7d934fad7744bf7de' |
2337 | 2025-02-21T12:58:06.600Z | [ helios-setup] Feb 21 12:58:05.647 INFO clone ok!, project: amd-host-image-builder |
2338 | 2025-02-21T12:58:06.603Z | [ helios-setup] Feb 21 12:58:05.648 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 |
2339 | 2025-02-21T12:58:06.603Z | [ helios-setup] Feb 21 12:58:05.648 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2340 | 2025-02-21T12:58:06.605Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2341 | 2025-02-21T12:58:06.921Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 46.95s |
2342 | 2025-02-21T12:58:07.126Z | [ helios-setup] Feb 21 12:58:06.174 INFO clone ok!, project: phbl |
2343 | 2025-02-21T12:58:07.129Z | [ helios-setup] Feb 21 12:58:06.174 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 |
2344 | 2025-02-21T12:58:07.129Z | [ helios-setup] Feb 21 12:58:06.174 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2345 | 2025-02-21T12:58:07.132Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2346 | 2025-02-21T12:58:07.175Z | [ omicron-package] |
2347 | 2025-02-21T12:58:07.175Z | [ omicron-package] real 47.173760013 |
2348 | 2025-02-21T12:58:07.175Z | [ omicron-package] user 2:57.053339343 |
2349 | 2025-02-21T12:58:07.178Z | [ omicron-package] sys 18.665139443 |
2350 | 2025-02-21T12:58:07.178Z | [ omicron-package] trap 0.390055771 |
2351 | 2025-02-21T12:58:07.178Z | [ omicron-package] tflt 1.005006630 |
2352 | 2025-02-21T12:58:07.178Z | [ omicron-package] dflt 0.864305448 |
2353 | 2025-02-21T12:58:07.178Z | [ omicron-package] kflt 0.040184381 |
2354 | 2025-02-21T12:58:07.178Z | [ omicron-package] lock 5:22.914795600 |
2355 | 2025-02-21T12:58:07.178Z | [ omicron-package] slp 9:03.513673352 |
2356 | 2025-02-21T12:58:07.178Z | [ omicron-package] lat 1:38.035789199 |
2357 | 2025-02-21T12:58:07.178Z | [ omicron-package] stop 1:03.141430430 |
2358 | 2025-02-21T12:58:07.178Z | Feb 21 12:58:06.224 INFO [omicron-package] process exited with exit status: 0 (47.22018971s) |
2359 | 2025-02-21T12:58:07.178Z | Feb 21 12:58:06.224 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host |
2360 | 2025-02-21T12:58:07.263Z | Feb 21 12:58:06.311 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery |
2361 | 2025-02-21T12:58:07.275Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
2362 | 2025-02-21T12:58:07.277Z | [ host-target] Created new build target 'host' and set it as active |
2363 | 2025-02-21T12:58:07.280Z | Feb 21 12:58:06.325 INFO [host-target] process exited with exit status: 0 (101.02311ms) |
2364 | 2025-02-21T12:58:07.280Z | Feb 21 12:58:06.325 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
2365 | 2025-02-21T12:58:07.285Z | [ recovery-target] Created new build target 'recovery' and set it as active |
2366 | 2025-02-21T12:58:07.288Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
2367 | 2025-02-21T12:58:07.288Z | Feb 21 12:58:06.336 INFO [recovery-target] process exited with exit status: 0 (24.540545ms) |
2368 | 2025-02-21T12:58:07.295Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
2369 | 2025-02-21T12:58:07.604Z | [ helios-setup] Feb 21 12:58:06.652 INFO clone ok!, project: pinprick |
2370 | 2025-02-21T12:58:07.604Z | [ helios-setup] Feb 21 12:58:06.652 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 |
2371 | 2025-02-21T12:58:07.607Z | [ helios-setup] Feb 21 12:58:06.652 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2372 | 2025-02-21T12:58:07.609Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2373 | 2025-02-21T12:58:08.502Z | [ host-package] Compiling thiserror v2.0.11 |
2374 | 2025-02-21T12:58:08.643Z | [ host-package] Compiling typify-impl v0.3.0 |
2375 | 2025-02-21T12:58:08.657Z | [ host-package] Compiling convert_case v0.4.0 |
2376 | 2025-02-21T12:58:08.660Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2377 | 2025-02-21T12:58:08.660Z | [ host-package] Compiling newline-converter v0.3.0 |
2378 | 2025-02-21T12:58:08.687Z | [ host-package] Compiling password-hash v0.5.0 |
2379 | 2025-02-21T12:58:08.705Z | [ host-package] Compiling blake2 v0.10.6 |
2380 | 2025-02-21T12:58:08.744Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2381 | 2025-02-21T12:58:08.866Z | [ host-package] Compiling expectorate v1.1.0 |
2382 | 2025-02-21T12:58:08.925Z | [ host-package] Compiling atomicwrites v0.4.4 |
2383 | 2025-02-21T12:58:09.173Z | [ host-package] Compiling owo-colors v4.1.0 |
2384 | 2025-02-21T12:58:09.322Z | [ host-package] Compiling derive_more v0.99.19 |
2385 | 2025-02-21T12:58:09.485Z | [ host-package] Compiling argon2 v0.5.3 |
2386 | 2025-02-21T12:58:09.512Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2387 | 2025-02-21T12:58:09.577Z | [ host-package] Compiling num-rational v0.4.2 |
2388 | 2025-02-21T12:58:09.948Z | [ host-package] Compiling progenitor-client v0.9.1 |
2389 | 2025-02-21T12:58:10.023Z | [ host-package] Compiling num-complex v0.4.6 |
2390 | 2025-02-21T12:58:10.517Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2391 | 2025-02-21T12:58:11.160Z | [ host-package] Compiling num v0.4.3 |
2392 | 2025-02-21T12:58:11.311Z | [ host-package] Compiling libsw v3.3.1 |
2393 | 2025-02-21T12:58:11.678Z | [ host-package] Compiling swrite v0.1.0 |
2394 | 2025-02-21T12:58:11.701Z | [ host-package] Compiling float-ord v0.3.2 |
2395 | 2025-02-21T12:58:11.873Z | [ host-package] Compiling linear-map v1.2.0 |
2396 | 2025-02-21T12:58:11.916Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2397 | 2025-02-21T12:58:11.937Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2398 | 2025-02-21T12:58:12.091Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2399 | 2025-02-21T12:58:12.295Z | [ host-package] Compiling highway v1.2.0 |
2400 | 2025-02-21T12:58:13.780Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2401 | 2025-02-21T12:58:13.818Z | [ host-package] Compiling semver v0.1.20 |
2402 | 2025-02-21T12:58:14.432Z | [ host-package] Compiling rustc_version v0.1.7 |
2403 | 2025-02-21T12:58:14.846Z | [ host-package] Compiling newtype_derive v0.1.6 |
2404 | 2025-02-21T12:58:15.214Z | [ host-package] Compiling tungstenite v0.21.0 |
2405 | 2025-02-21T12:58:15.218Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2406 | 2025-02-21T12:58:16.658Z | [ helios-setup] Feb 21 12:58:15.705 INFO clone ok!, project: amd-firmware |
2407 | 2025-02-21T12:58:16.661Z | [ helios-setup] Feb 21 12:58:15.705 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2408 | 2025-02-21T12:58:16.661Z | [ helios-setup] Feb 21 12:58:15.705 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 |
2409 | 2025-02-21T12:58:16.661Z | [ helios-setup] Feb 21 12:58:15.705 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2410 | 2025-02-21T12:58:16.664Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2411 | 2025-02-21T12:58:17.436Z | [ helios-setup] Feb 21 12:58:16.483 INFO clone ok!, project: image-builder |
2412 | 2025-02-21T12:58:17.439Z | [ helios-setup] Feb 21 12:58:16.483 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 |
2413 | 2025-02-21T12:58:17.439Z | [ helios-setup] Feb 21 12:58:16.484 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2414 | 2025-02-21T12:58:17.442Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2415 | 2025-02-21T12:58:18.575Z | [ helios-setup] Feb 21 12:58:17.618 INFO clone ok!, project: chelsio-t6-roms |
2416 | 2025-02-21T12:58:18.604Z | [ helios-setup] Feb 21 12:58:17.618 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2417 | 2025-02-21T12:58:18.604Z | [ helios-setup] Feb 21 12:58:17.618 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 |
2418 | 2025-02-21T12:58:18.604Z | [ helios-setup] Feb 21 12:58:17.618 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2419 | 2025-02-21T12:58:18.604Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2420 | 2025-02-21T12:58:19.659Z | [ helios-setup] Feb 21 12:58:18.706 INFO clone ok!, project: pilot |
2421 | 2025-02-21T12:58:19.664Z | [ helios-setup] Feb 21 12:58:18.706 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2422 | 2025-02-21T12:58:19.796Z | [ host-package] Compiling typify-macro v0.3.0 |
2423 | 2025-02-21T12:58:20.356Z | [ helios-setup] Feb 21 12:58:19.403 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2424 | 2025-02-21T12:58:20.427Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2425 | 2025-02-21T12:58:20.481Z | [ host-package] Compiling ipnetwork v0.21.1 |
2426 | 2025-02-21T12:58:20.884Z | [ helios-setup] Feb 21 12:58:19.931 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2427 | 2025-02-21T12:58:20.887Z | [ helios-setup] Feb 21 12:58:19.931 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2428 | 2025-02-21T12:58:21.247Z | [ host-package] Compiling oxnet v0.1.0 |
2429 | 2025-02-21T12:58:21.455Z | [ helios-setup] Feb 21 12:58:20.502 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2430 | 2025-02-21T12:58:21.796Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2431 | 2025-02-21T12:58:22.009Z | [ helios-setup] Feb 21 12:58:21.054 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2432 | 2025-02-21T12:58:22.009Z | [ helios-setup] Feb 21 12:58:21.055 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2433 | 2025-02-21T12:58:22.074Z | [ host-package] Compiling progenitor-client v0.8.0 |
2434 | 2025-02-21T12:58:22.136Z | [ host-package] Compiling humantime v2.1.0 |
2435 | 2025-02-21T12:58:22.585Z | [ helios-setup] Feb 21 12:58:21.630 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2436 | 2025-02-21T12:58:22.757Z | [ host-package] Compiling progenitor v0.8.0 |
2437 | 2025-02-21T12:58:22.879Z | [ host-package] Compiling daft v0.1.1 |
2438 | 2025-02-21T12:58:23.073Z | [ host-package] Compiling dropshot v0.15.1 |
2439 | 2025-02-21T12:58:23.118Z | [ helios-setup] Feb 21 12:58:22.163 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2440 | 2025-02-21T12:58:23.118Z | [ helios-setup] Feb 21 12:58:22.163 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2441 | 2025-02-21T12:58:23.121Z | [ helios-setup] Feb 21 12:58:22.163 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2442 | 2025-02-21T12:58:23.121Z | [ helios-setup] Feb 21 12:58:22.163 INFO ok! |
2443 | 2025-02-21T12:58:23.121Z | [ helios-setup] Feb 21 12:58:22.163 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2444 | 2025-02-21T12:58:23.121Z | [ helios-setup] Feb 21 12:58:22.163 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2445 | 2025-02-21T12:58:23.121Z | [ helios-setup] Feb 21 12:58:22.163 INFO ok! |
2446 | 2025-02-21T12:58:23.121Z | [ helios-setup] Feb 21 12:58:22.163 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2447 | 2025-02-21T12:58:23.121Z | [ helios-setup] Feb 21 12:58:22.163 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2448 | 2025-02-21T12:58:23.121Z | [ helios-setup] Feb 21 12:58:22.163 INFO ok! |
2449 | 2025-02-21T12:58:23.121Z | [ helios-setup] Feb 21 12:58:22.163 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
2450 | 2025-02-21T12:58:23.121Z | [ helios-setup] Feb 21 12:58:22.163 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
2451 | 2025-02-21T12:58:23.127Z | [ host-package] Compiling instant v0.1.13 |
2452 | 2025-02-21T12:58:23.390Z | [ helios-setup] Feb 21 12:58:22.435 INFO E| Downloading crates ... |
2453 | 2025-02-21T12:58:23.394Z | [ host-package] Compiling backoff v0.4.0 |
2454 | 2025-02-21T12:58:23.549Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2455 | 2025-02-21T12:58:23.612Z | [ helios-setup] Feb 21 12:58:22.659 INFO E| Downloaded miniz_oxide v0.6.2 |
2456 | 2025-02-21T12:58:23.616Z | [ host-package] Compiling typify v0.3.0 |
2457 | 2025-02-21T12:58:23.619Z | [ helios-setup] Feb 21 12:58:22.664 INFO E| Downloaded unicode-width v0.1.10 |
2458 | 2025-02-21T12:58:23.619Z | [ helios-setup] Feb 21 12:58:22.666 INFO E| Downloaded anyhow v1.0.62 |
2459 | 2025-02-21T12:58:23.625Z | [ helios-setup] Feb 21 12:58:22.672 INFO E| Downloaded typenum v1.15.0 |
2460 | 2025-02-21T12:58:23.630Z | [ helios-setup] Feb 21 12:58:22.676 INFO E| Downloaded flate2 v1.0.25 |
2461 | 2025-02-21T12:58:23.637Z | [ helios-setup] Feb 21 12:58:22.683 INFO E| Downloaded sha2 v0.10.5 |
2462 | 2025-02-21T12:58:23.641Z | [ helios-setup] Feb 21 12:58:22.687 INFO E| Downloaded digest v0.10.3 |
2463 | 2025-02-21T12:58:23.645Z | [ helios-setup] Feb 21 12:58:22.689 INFO E| Downloaded bytes v1.2.1 |
2464 | 2025-02-21T12:58:23.648Z | [ helios-setup] Feb 21 12:58:22.695 INFO E| Downloaded cpufeatures v0.2.5 |
2465 | 2025-02-21T12:58:23.652Z | [ helios-setup] Feb 21 12:58:22.697 INFO E| Downloaded block-buffer v0.10.3 |
2466 | 2025-02-21T12:58:23.658Z | [ helios-setup] Feb 21 12:58:22.698 INFO E| Downloaded generic-array v0.14.6 |
2467 | 2025-02-21T12:58:23.720Z | [ helios-setup] Feb 21 12:58:22.766 INFO E| Compiling version_check v0.9.4 |
2468 | 2025-02-21T12:58:23.720Z | [ helios-setup] Feb 21 12:58:22.766 INFO E| Compiling typenum v1.15.0 |
2469 | 2025-02-21T12:58:23.720Z | [ helios-setup] Feb 21 12:58:22.766 INFO E| Compiling cfg-if v1.0.0 |
2470 | 2025-02-21T12:58:23.723Z | [ helios-setup] Feb 21 12:58:22.766 INFO E| Compiling crc32fast v1.3.2 |
2471 | 2025-02-21T12:58:23.724Z | [ helios-setup] Feb 21 12:58:22.766 INFO E| Compiling adler v1.0.2 |
2472 | 2025-02-21T12:58:23.724Z | [ helios-setup] Feb 21 12:58:22.766 INFO E| Compiling anyhow v1.0.62 |
2473 | 2025-02-21T12:58:23.724Z | [ helios-setup] Feb 21 12:58:22.766 INFO E| Compiling unicode-width v0.1.10 |
2474 | 2025-02-21T12:58:23.724Z | [ helios-setup] Feb 21 12:58:22.766 INFO E| Compiling cpufeatures v0.2.5 |
2475 | 2025-02-21T12:58:23.860Z | [ host-package] Compiling progenitor-impl v0.9.1 |
2476 | 2025-02-21T12:58:24.137Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2477 | 2025-02-21T12:58:24.222Z | [ helios-setup] Feb 21 12:58:23.269 INFO E| Compiling bytes v1.2.1 |
2478 | 2025-02-21T12:58:24.382Z | [ helios-setup] Feb 21 12:58:23.429 INFO E| Compiling miniz_oxide v0.6.2 |
2479 | 2025-02-21T12:58:24.430Z | [ helios-setup] Feb 21 12:58:23.476 INFO E| Compiling generic-array v0.14.6 |
2480 | 2025-02-21T12:58:24.719Z | [ helios-setup] Feb 21 12:58:23.766 INFO E| Compiling getopts v0.2.21 |
2481 | 2025-02-21T12:58:24.908Z | [ helios-setup] Feb 21 12:58:23.955 INFO E| Compiling bitflags v1.3.2 |
2482 | 2025-02-21T12:58:26.147Z | [ helios-setup] Feb 21 12:58:25.193 INFO E| Compiling flate2 v1.0.25 |
2483 | 2025-02-21T12:58:29.437Z | [ helios-setup] Feb 21 12:58:28.484 INFO E| Compiling block-buffer v0.10.3 |
2484 | 2025-02-21T12:58:29.437Z | [ helios-setup] Feb 21 12:58:28.484 INFO E| Compiling crypto-common v0.1.6 |
2485 | 2025-02-21T12:58:29.701Z | [ helios-setup] Feb 21 12:58:28.747 INFO E| Compiling digest v0.10.3 |
2486 | 2025-02-21T12:58:30.069Z | [ helios-setup] Feb 21 12:58:29.112 INFO E| Compiling sha2 v0.10.5 |
2487 | 2025-02-21T12:58:30.655Z | [ helios-setup] Feb 21 12:58:29.698 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
2488 | 2025-02-21T12:58:32.044Z | [ host-package] Compiling progenitor-macro v0.9.1 |
2489 | 2025-02-21T12:58:33.282Z | [ host-package] Compiling steno v0.4.1 |
2490 | 2025-02-21T12:58:35.172Z | [ host-package] Compiling parse-display v0.10.0 |
2491 | 2025-02-21T12:58:35.321Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2492 | 2025-02-21T12:58:35.602Z | [ helios-setup] Feb 21 12:58:34.645 INFO E| Finished `release` profile [optimized] target(s) in 12.38s |
2493 | 2025-02-21T12:58:35.620Z | [ helios-setup] Feb 21 12:58:34.663 INFO building project "bootserver" ok (12 seconds) |
2494 | 2025-02-21T12:58:35.620Z | [ helios-setup] Feb 21 12:58:34.663 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2495 | 2025-02-21T12:58:35.620Z | [ helios-setup] Feb 21 12:58:34.663 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2496 | 2025-02-21T12:58:35.625Z | [ host-package] Compiling strum v0.26.3 |
2497 | 2025-02-21T12:58:35.629Z | [ helios-setup] Feb 21 12:58:34.673 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2498 | 2025-02-21T12:58:35.741Z | [ host-package] Compiling serde_with v3.11.0 |
2499 | 2025-02-21T12:58:35.847Z | [ helios-setup] Feb 21 12:58:34.891 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2500 | 2025-02-21T12:58:35.847Z | [ helios-setup] Feb 21 12:58:34.891 INFO E| info: downloading component 'cargo' |
2501 | 2025-02-21T12:58:35.861Z | [ host-package] Compiling regress v0.9.1 |
2502 | 2025-02-21T12:58:37.025Z | [ helios-setup] Feb 21 12:58:36.070 INFO E| info: downloading component 'clippy' |
2503 | 2025-02-21T12:58:37.308Z | [ helios-setup] Feb 21 12:58:36.349 INFO E| info: downloading component 'rust-docs' |
2504 | 2025-02-21T12:58:38.502Z | [ helios-setup] Feb 21 12:58:37.548 INFO E| info: downloading component 'rust-src' |
2505 | 2025-02-21T12:58:38.686Z | [ helios-setup] Feb 21 12:58:37.732 INFO E| info: downloading component 'rust-std' |
2506 | 2025-02-21T12:58:38.913Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2507 | 2025-02-21T12:58:40.268Z | [ host-package] Compiling macaddr v1.0.1 |
2508 | 2025-02-21T12:58:40.644Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2509 | 2025-02-21T12:58:40.660Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2510 | 2025-02-21T12:58:40.737Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2511 | 2025-02-21T12:58:40.767Z | [ helios-setup] Feb 21 12:58:39.790 INFO E| info: downloading component 'rustc' |
2512 | 2025-02-21T12:58:41.087Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2513 | 2025-02-21T12:58:41.211Z | [ host-package] Compiling prettyplease v0.2.29 |
2514 | 2025-02-21T12:58:43.233Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2515 | 2025-02-21T12:58:43.776Z | [ host-package] Compiling progenitor v0.9.1 |
2516 | 2025-02-21T12:58:44.032Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2517 | 2025-02-21T12:58:45.825Z | [ helios-setup] Feb 21 12:58:44.858 INFO E| info: downloading component 'rustfmt' |
2518 | 2025-02-21T12:58:46.120Z | [ helios-setup] Feb 21 12:58:45.164 INFO E| info: installing component 'cargo' |
2519 | 2025-02-21T12:58:46.738Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2520 | 2025-02-21T12:58:47.379Z | [ helios-setup] Feb 21 12:58:46.424 INFO E| info: installing component 'clippy' |
2521 | 2025-02-21T12:58:47.830Z | [ helios-setup] Feb 21 12:58:46.876 INFO E| info: installing component 'rust-docs' |
2522 | 2025-02-21T12:58:55.059Z | [ helios-setup] Feb 21 12:58:54.104 INFO E| info: installing component 'rust-src' |
2523 | 2025-02-21T12:58:55.705Z | [ helios-setup] Feb 21 12:58:54.745 INFO E| info: installing component 'rust-std' |
2524 | 2025-02-21T12:58:56.576Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2525 | 2025-02-21T12:58:58.281Z | [ helios-setup] Feb 21 12:58:57.317 INFO E| info: installing component 'rustc' |
2526 | 2025-02-21T12:59:03.044Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2527 | 2025-02-21T12:59:03.044Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2528 | 2025-02-21T12:59:03.044Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2529 | 2025-02-21T12:59:03.044Z | [ host-package] Compiling half v2.4.1 |
2530 | 2025-02-21T12:59:03.044Z | [ host-package] Compiling ciborium-io v0.2.2 |
2531 | 2025-02-21T12:59:03.044Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2532 | 2025-02-21T12:59:03.110Z | [ host-package] Compiling ciborium v0.2.2 |
2533 | 2025-02-21T12:59:04.255Z | [ helios-setup] Feb 21 12:59:03.301 INFO E| info: installing component 'rustfmt' |
2534 | 2025-02-21T12:59:05.270Z | [ helios-setup] Feb 21 12:59:04.315 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2535 | 2025-02-21T12:59:06.293Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2536 | 2025-02-21T12:59:06.323Z | [ helios-setup] Feb 21 12:59:05.189 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2537 | 2025-02-21T12:59:06.323Z | [ helios-setup] Feb 21 12:59:05.189 INFO E| * [new ref] fb4e63cc3fd34b5581b0e487c2f5d4addca198a6 -> refs/commit/fb4e63cc3fd34b5581b0e487c2f5d4addca198a6 |
2538 | 2025-02-21T12:59:06.323Z | [ helios-setup] Feb 21 12:59:05.189 INFO E| * [new tag] v0.4.5 -> v0.4.5 |
2539 | 2025-02-21T12:59:06.323Z | [ helios-setup] Feb 21 12:59:05.219 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2540 | 2025-02-21T12:59:06.323Z | [ helios-setup] Feb 21 12:59:05.219 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2541 | 2025-02-21T12:59:06.323Z | [ helios-setup] Feb 21 12:59:05.219 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2542 | 2025-02-21T12:59:06.323Z | [ helios-setup] Feb 21 12:59:05.220 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2543 | 2025-02-21T12:59:06.323Z | [ helios-setup] Feb 21 12:59:05.220 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2544 | 2025-02-21T12:59:06.323Z | [ helios-setup] Feb 21 12:59:05.220 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2545 | 2025-02-21T12:59:06.323Z | [ helios-setup] Feb 21 12:59:05.220 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2546 | 2025-02-21T12:59:06.323Z | [ helios-setup] Feb 21 12:59:05.220 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
2547 | 2025-02-21T12:59:06.323Z | [ helios-setup] Feb 21 12:59:05.220 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2548 | 2025-02-21T12:59:06.323Z | [ helios-setup] Feb 21 12:59:05.220 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2549 | 2025-02-21T12:59:06.323Z | [ helios-setup] Feb 21 12:59:05.221 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
2550 | 2025-02-21T12:59:06.323Z | [ helios-setup] Feb 21 12:59:05.221 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
2551 | 2025-02-21T12:59:06.323Z | [ helios-setup] Feb 21 12:59:05.221 INFO E| * [new tag] v0.4.4 -> v0.4.4 |
2552 | 2025-02-21T12:59:06.323Z | [ helios-setup] Feb 21 12:59:05.271 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
2553 | 2025-02-21T12:59:06.467Z | [ host-package] Compiling display-error-chain v0.2.2 |
2554 | 2025-02-21T12:59:06.714Z | [ host-package] Compiling same-file v1.0.6 |
2555 | 2025-02-21T12:59:06.973Z | [ host-package] Compiling fastrand v2.1.1 |
2556 | 2025-02-21T12:59:07.172Z | [ helios-setup] Feb 21 12:59:06.216 INFO E| From https://github.com/oxidecomputer/amd-efs |
2557 | 2025-02-21T12:59:07.172Z | [ helios-setup] Feb 21 12:59:06.217 INFO E| * [new branch] empty -> origin/empty |
2558 | 2025-02-21T12:59:07.172Z | [ helios-setup] Feb 21 12:59:06.217 INFO E| * [new branch] issue-99 -> origin/issue-99 |
2559 | 2025-02-21T12:59:07.176Z | [ helios-setup] Feb 21 12:59:06.217 INFO E| * [new branch] main -> origin/main |
2560 | 2025-02-21T12:59:07.176Z | [ helios-setup] Feb 21 12:59:06.217 INFO E| * [new branch] review -> origin/review |
2561 | 2025-02-21T12:59:07.177Z | [ helios-setup] Feb 21 12:59:06.217 INFO E| * [new ref] -> origin/HEAD |
2562 | 2025-02-21T12:59:07.177Z | [ helios-setup] Feb 21 12:59:06.217 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2563 | 2025-02-21T12:59:07.177Z | [ helios-setup] Feb 21 12:59:06.217 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
2564 | 2025-02-21T12:59:07.177Z | [ helios-setup] Feb 21 12:59:06.218 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
2565 | 2025-02-21T12:59:07.177Z | [ helios-setup] Feb 21 12:59:06.218 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
2566 | 2025-02-21T12:59:07.177Z | [ helios-setup] Feb 21 12:59:06.218 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
2567 | 2025-02-21T12:59:07.177Z | [ helios-setup] Feb 21 12:59:06.218 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
2568 | 2025-02-21T12:59:07.177Z | [ helios-setup] Feb 21 12:59:06.218 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
2569 | 2025-02-21T12:59:07.177Z | [ helios-setup] Feb 21 12:59:06.218 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
2570 | 2025-02-21T12:59:07.177Z | [ helios-setup] Feb 21 12:59:06.218 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2571 | 2025-02-21T12:59:07.178Z | [ helios-setup] Feb 21 12:59:06.219 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2572 | 2025-02-21T12:59:07.178Z | [ helios-setup] Feb 21 12:59:06.219 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2573 | 2025-02-21T12:59:07.178Z | [ helios-setup] Feb 21 12:59:06.219 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2574 | 2025-02-21T12:59:07.178Z | [ helios-setup] Feb 21 12:59:06.219 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
2575 | 2025-02-21T12:59:07.178Z | [ helios-setup] Feb 21 12:59:06.219 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
2576 | 2025-02-21T12:59:07.178Z | [ helios-setup] Feb 21 12:59:06.219 INFO E| * [new tag] v0.4.4 -> v0.4.4 |
2577 | 2025-02-21T12:59:07.199Z | [ helios-setup] Feb 21 12:59:06.244 INFO E| Updating crates.io index |
2578 | 2025-02-21T12:59:07.518Z | [ host-package] Compiling tempfile v3.13.0 |
2579 | 2025-02-21T12:59:07.909Z | [ helios-setup] Feb 21 12:59:06.954 INFO E| Downloading crates ... |
2580 | 2025-02-21T12:59:08.111Z | [ helios-setup] Feb 21 12:59:07.156 INFO E| Downloaded atty v0.2.14 |
2581 | 2025-02-21T12:59:08.155Z | [ helios-setup] Feb 21 12:59:07.200 INFO E| Downloaded strum v0.23.0 |
2582 | 2025-02-21T12:59:08.172Z | [ helios-setup] Feb 21 12:59:07.203 INFO E| Downloaded fletcher v0.1.0 |
2583 | 2025-02-21T12:59:08.173Z | [ helios-setup] Feb 21 12:59:07.213 INFO E| Downloaded proc-macro-crate v0.1.5 |
2584 | 2025-02-21T12:59:08.177Z | [ helios-setup] Feb 21 12:59:07.215 INFO E| Downloaded memoffset v0.5.6 |
2585 | 2025-02-21T12:59:08.181Z | [ helios-setup] Feb 21 12:59:07.223 INFO E| Downloaded parse_int v0.6.0 |
2586 | 2025-02-21T12:59:08.183Z | [ helios-setup] Feb 21 12:59:07.227 INFO E| Downloaded unic-char-range v0.9.0 |
2587 | 2025-02-21T12:59:08.190Z | [ helios-setup] Feb 21 12:59:07.236 INFO E| Downloaded scroll_derive v0.10.5 |
2588 | 2025-02-21T12:59:08.197Z | [ helios-setup] Feb 21 12:59:07.242 INFO E| Downloaded unic-char-property v0.9.0 |
2589 | 2025-02-21T12:59:08.205Z | [ helios-setup] Feb 21 12:59:07.249 INFO E| Downloaded unic-ucd-version v0.9.0 |
2590 | 2025-02-21T12:59:08.210Z | [ helios-setup] Feb 21 12:59:07.254 INFO E| Downloaded unic-common v0.9.0 |
2591 | 2025-02-21T12:59:08.210Z | [ helios-setup] Feb 21 12:59:07.255 INFO E| Downloaded byteorder v1.5.0 |
2592 | 2025-02-21T12:59:08.214Z | [ helios-setup] Feb 21 12:59:07.258 INFO E| Downloaded crypto-common v0.1.6 |
2593 | 2025-02-21T12:59:08.215Z | [ helios-setup] Feb 21 12:59:07.259 INFO E| Downloaded cpufeatures v0.2.16 |
2594 | 2025-02-21T12:59:08.218Z | [ helios-setup] Feb 21 12:59:07.262 INFO E| Downloaded cfg-if v1.0.0 |
2595 | 2025-02-21T12:59:08.224Z | [ helios-setup] Feb 21 12:59:07.264 INFO E| Downloaded pest_generator v2.7.15 |
2596 | 2025-02-21T12:59:08.225Z | [ helios-setup] Feb 21 12:59:07.266 INFO E| Downloaded cfg-if v0.1.10 |
2597 | 2025-02-21T12:59:08.225Z | [ helios-setup] Feb 21 12:59:07.268 INFO E| Downloaded bitflags v1.3.2 |
2598 | 2025-02-21T12:59:08.228Z | [ helios-setup] Feb 21 12:59:07.273 INFO E| Downloaded strsim v0.8.0 |
2599 | 2025-02-21T12:59:08.234Z | [ helios-setup] Feb 21 12:59:07.275 INFO E| Downloaded static_assertions v1.1.0 |
2600 | 2025-02-21T12:59:08.234Z | [ helios-setup] Feb 21 12:59:07.277 INFO E| Downloaded rustc_version v0.2.3 |
2601 | 2025-02-21T12:59:08.234Z | [ helios-setup] Feb 21 12:59:07.279 INFO E| Downloaded json5 v0.4.1 |
2602 | 2025-02-21T12:59:08.237Z | [ helios-setup] Feb 21 12:59:07.282 INFO E| Downloaded plain v0.2.3 |
2603 | 2025-02-21T12:59:08.240Z | [ helios-setup] Feb 21 12:59:07.283 INFO E| Downloaded rustversion v1.0.19 |
2604 | 2025-02-21T12:59:08.243Z | [ helios-setup] Feb 21 12:59:07.288 INFO E| Downloaded structopt-derive v0.4.18 |
2605 | 2025-02-21T12:59:08.246Z | [ helios-setup] Feb 21 12:59:07.291 INFO E| Downloaded strum_macros v0.23.1 |
2606 | 2025-02-21T12:59:08.250Z | [ helios-setup] Feb 21 12:59:07.293 INFO E| Downloaded schemars_derive v0.8.21 |
2607 | 2025-02-21T12:59:08.253Z | [ helios-setup] Feb 21 12:59:07.295 INFO E| Downloaded itoa v1.0.14 |
2608 | 2025-02-21T12:59:08.253Z | [ helios-setup] Feb 21 12:59:07.297 INFO E| Downloaded thiserror-impl v1.0.69 |
2609 | 2025-02-21T12:59:08.283Z | [ helios-setup] Feb 21 12:59:07.328 INFO E| Downloaded version_check v0.9.5 |
2610 | 2025-02-21T12:59:08.286Z | [ helios-setup] Feb 21 12:59:07.330 INFO E| Downloaded vec_map v0.8.2 |
2611 | 2025-02-21T12:59:08.286Z | [ helios-setup] Feb 21 12:59:07.331 INFO E| Downloaded thiserror-impl v2.0.11 |
2612 | 2025-02-21T12:59:08.294Z | [ helios-setup] Feb 21 12:59:07.334 INFO E| Downloaded semver v0.9.0 |
2613 | 2025-02-21T12:59:08.300Z | [ helios-setup] Feb 21 12:59:07.345 INFO E| Downloaded autocfg v1.4.0 |
2614 | 2025-02-21T12:59:08.303Z | [ helios-setup] Feb 21 12:59:07.345 INFO E| Downloaded bytesize v1.3.0 |
2615 | 2025-02-21T12:59:08.303Z | [ helios-setup] Feb 21 12:59:07.345 INFO E| Downloaded proc-macro-error v1.0.4 |
2616 | 2025-02-21T12:59:08.303Z | [ helios-setup] Feb 21 12:59:07.345 INFO E| Downloaded ansi_term v0.12.1 |
2617 | 2025-02-21T12:59:08.315Z | [ helios-setup] Feb 21 12:59:07.360 INFO E| Downloaded semver-parser v0.7.0 |
2618 | 2025-02-21T12:59:08.315Z | [ helios-setup] Feb 21 12:59:07.360 INFO E| Downloaded quote v1.0.38 |
2619 | 2025-02-21T12:59:08.318Z | [ helios-setup] Feb 21 12:59:07.360 INFO E| Downloaded serde_derive_internals v0.29.1 |
2620 | 2025-02-21T12:59:08.318Z | [ helios-setup] Feb 21 12:59:07.360 INFO E| Downloaded pre v0.2.1 |
2621 | 2025-02-21T12:59:08.318Z | [ helios-setup] Feb 21 12:59:07.360 INFO E| Downloaded sha2 v0.10.8 |
2622 | 2025-02-21T12:59:08.346Z | [ host-package] Compiling walkdir v2.5.0 |
2623 | 2025-02-21T12:59:08.355Z | [ helios-setup] Feb 21 12:59:07.394 INFO E| Downloaded thiserror v2.0.11 |
2624 | 2025-02-21T12:59:08.358Z | [ helios-setup] Feb 21 12:59:07.401 INFO E| Downloaded modular-bitfield v0.11.2 |
2625 | 2025-02-21T12:59:08.372Z | [ helios-setup] Feb 21 12:59:07.417 INFO E| Downloaded zerocopy v0.6.6 |
2626 | 2025-02-21T12:59:08.376Z | [ helios-setup] Feb 21 12:59:07.421 INFO E| Downloaded unicode-ident v1.0.14 |
2627 | 2025-02-21T12:59:08.380Z | [ helios-setup] Feb 21 12:59:07.425 INFO E| Downloaded unic-ucd-ident v0.9.0 |
2628 | 2025-02-21T12:59:08.383Z | [ helios-setup] Feb 21 12:59:07.428 INFO E| Downloaded ucd-trie v0.1.7 |
2629 | 2025-02-21T12:59:08.386Z | [ helios-setup] Feb 21 12:59:07.431 INFO E| Downloaded schemars v0.8.21 |
2630 | 2025-02-21T12:59:08.407Z | [ helios-setup] Feb 21 12:59:07.451 INFO E| Downloaded serde v1.0.217 |
2631 | 2025-02-21T12:59:08.411Z | [ helios-setup] Feb 21 12:59:07.456 INFO E| Downloaded memchr v2.7.4 |
2632 | 2025-02-21T12:59:08.419Z | [ helios-setup] Feb 21 12:59:07.464 INFO E| Downloaded unicode-segmentation v1.12.0 |
2633 | 2025-02-21T12:59:08.427Z | [ helios-setup] Feb 21 12:59:07.472 INFO E| Downloaded typenum v1.17.0 |
2634 | 2025-02-21T12:59:08.431Z | [ helios-setup] Feb 21 12:59:07.476 INFO E| Downloaded pest v2.7.15 |
2635 | 2025-02-21T12:59:08.441Z | [ helios-setup] Feb 21 12:59:07.486 INFO E| Downloaded toml v0.5.11 |
2636 | 2025-02-21T12:59:08.445Z | [ helios-setup] Feb 21 12:59:07.490 INFO E| Downloaded structopt v0.3.26 |
2637 | 2025-02-21T12:59:08.458Z | [ helios-setup] Feb 21 12:59:07.503 INFO E| Downloaded serde_json v1.0.135 |
2638 | 2025-02-21T12:59:08.470Z | [ helios-setup] Feb 21 12:59:07.515 INFO E| Downloaded goblin v0.4.3 |
2639 | 2025-02-21T12:59:08.478Z | [ helios-setup] Feb 21 12:59:07.523 INFO E| Downloaded syn v1.0.109 |
2640 | 2025-02-21T12:59:08.495Z | [ helios-setup] Feb 21 12:59:07.540 INFO E| Downloaded unicode-width v0.1.14 |
2641 | 2025-02-21T12:59:08.503Z | [ helios-setup] Feb 21 12:59:07.548 INFO E| Downloaded syn v2.0.96 |
2642 | 2025-02-21T12:59:08.523Z | [ helios-setup] Feb 21 12:59:07.568 INFO E| Downloaded clap v2.34.0 |
2643 | 2025-02-21T12:59:08.534Z | [ helios-setup] Feb 21 12:59:07.579 INFO E| Downloaded zerocopy-derive v0.6.6 |
2644 | 2025-02-21T12:59:08.547Z | [ helios-setup] Feb 21 12:59:07.592 INFO E| Downloaded libc v0.2.169 |
2645 | 2025-02-21T12:59:08.573Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2646 | 2025-02-21T12:59:08.596Z | [ helios-setup] Feb 21 12:59:07.641 INFO E| Downloaded serde_derive v1.0.217 |
2647 | 2025-02-21T12:59:08.599Z | [ helios-setup] Feb 21 12:59:07.644 INFO E| Downloaded proc-macro2 v1.0.93 |
2648 | 2025-02-21T12:59:08.602Z | [ helios-setup] Feb 21 12:59:07.647 INFO E| Downloaded num-traits v0.2.19 |
2649 | 2025-02-21T12:59:08.605Z | [ helios-setup] Feb 21 12:59:07.650 INFO E| Downloaded ryu v1.0.18 |
2650 | 2025-02-21T12:59:08.609Z | [ helios-setup] Feb 21 12:59:07.654 INFO E| Downloaded pre-proc-macro v0.2.1 |
2651 | 2025-02-21T12:59:08.612Z | [ helios-setup] Feb 21 12:59:07.656 INFO E| Downloaded pest_meta v2.7.15 |
2652 | 2025-02-21T12:59:08.615Z | [ helios-setup] Feb 21 12:59:07.659 INFO E| Downloaded pest_derive v2.7.15 |
2653 | 2025-02-21T12:59:08.618Z | [ helios-setup] Feb 21 12:59:07.661 INFO E| Downloaded log v0.4.22 |
2654 | 2025-02-21T12:59:08.621Z | [ helios-setup] Feb 21 12:59:07.664 INFO E| Downloaded once_cell v1.20.2 |
2655 | 2025-02-21T12:59:08.624Z | [ helios-setup] Feb 21 12:59:07.667 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
2656 | 2025-02-21T12:59:08.624Z | [ helios-setup] Feb 21 12:59:07.668 INFO E| Downloaded scroll v0.10.2 |
2657 | 2025-02-21T12:59:08.629Z | [ helios-setup] Feb 21 12:59:07.675 INFO E| Downloaded generic-array v0.14.7 |
2658 | 2025-02-21T12:59:08.630Z | [ helios-setup] Feb 21 12:59:07.675 INFO E| Downloaded lazy_static v1.5.0 |
2659 | 2025-02-21T12:59:08.632Z | [ helios-setup] Feb 21 12:59:07.675 INFO E| Downloaded thiserror v1.0.69 |
2660 | 2025-02-21T12:59:08.635Z | [ helios-setup] Feb 21 12:59:07.679 INFO E| Downloaded textwrap v0.11.0 |
2661 | 2025-02-21T12:59:08.638Z | [ helios-setup] Feb 21 12:59:07.681 INFO E| Downloaded dyn-clone v1.0.17 |
2662 | 2025-02-21T12:59:08.638Z | [ helios-setup] Feb 21 12:59:07.683 INFO E| Downloaded digest v0.10.7 |
2663 | 2025-02-21T12:59:08.641Z | [ helios-setup] Feb 21 12:59:07.685 INFO E| Downloaded paste v1.0.15 |
2664 | 2025-02-21T12:59:08.644Z | [ helios-setup] Feb 21 12:59:07.688 INFO E| Downloaded num-derive v0.4.2 |
2665 | 2025-02-21T12:59:08.647Z | [ helios-setup] Feb 21 12:59:07.690 INFO E| Downloaded proc-macro-error-attr v1.0.4 |
2666 | 2025-02-21T12:59:08.647Z | [ helios-setup] Feb 21 12:59:07.691 INFO E| Downloaded heck v0.3.3 |
2667 | 2025-02-21T12:59:08.647Z | [ helios-setup] Feb 21 12:59:07.692 INFO E| Downloaded four-cc v0.3.0 |
2668 | 2025-02-21T12:59:08.651Z | [ helios-setup] Feb 21 12:59:07.693 INFO E| Downloaded block-buffer v0.10.4 |
2669 | 2025-02-21T12:59:08.687Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2670 | 2025-02-21T12:59:08.766Z | [ helios-setup] Feb 21 12:59:07.811 INFO E| Compiling proc-macro2 v1.0.93 |
2671 | 2025-02-21T12:59:08.778Z | [ helios-setup] Feb 21 12:59:07.811 INFO E| Compiling unicode-ident v1.0.14 |
2672 | 2025-02-21T12:59:08.778Z | [ helios-setup] Feb 21 12:59:07.811 INFO E| Compiling syn v1.0.109 |
2673 | 2025-02-21T12:59:08.778Z | [ helios-setup] Feb 21 12:59:07.811 INFO E| Compiling version_check v0.9.5 |
2674 | 2025-02-21T12:59:08.778Z | [ helios-setup] Feb 21 12:59:07.812 INFO E| Compiling memchr v2.7.4 |
2675 | 2025-02-21T12:59:08.778Z | [ helios-setup] Feb 21 12:59:07.812 INFO E| Compiling semver-parser v0.7.0 |
2676 | 2025-02-21T12:59:08.778Z | [ helios-setup] Feb 21 12:59:07.812 INFO E| Compiling autocfg v1.4.0 |
2677 | 2025-02-21T12:59:08.778Z | [ helios-setup] Feb 21 12:59:07.812 INFO E| Compiling serde v1.0.217 |
2678 | 2025-02-21T12:59:09.116Z | [ host-package] Compiling blake3 v1.5.4 |
2679 | 2025-02-21T12:59:09.792Z | [ helios-setup] Feb 21 12:59:08.836 INFO E| Compiling serde_json v1.0.135 |
2680 | 2025-02-21T12:59:10.170Z | [ host-package] Compiling const_format_proc_macros v0.2.34 |
2681 | 2025-02-21T12:59:10.295Z | [ helios-setup] Feb 21 12:59:09.339 INFO E| Compiling semver v0.9.0 |
2682 | 2025-02-21T12:59:10.407Z | [ helios-setup] Feb 21 12:59:09.452 INFO E| Compiling thiserror v2.0.11 |
2683 | 2025-02-21T12:59:10.410Z | [ helios-setup] Feb 21 12:59:09.452 INFO E| Compiling proc-macro-error-attr v1.0.4 |
2684 | 2025-02-21T12:59:10.548Z | [ helios-setup] Feb 21 12:59:09.593 INFO E| Compiling proc-macro-error v1.0.4 |
2685 | 2025-02-21T12:59:10.789Z | [ helios-setup] Feb 21 12:59:09.833 INFO E| Compiling rustc_version v0.2.3 |
2686 | 2025-02-21T12:59:10.949Z | [ helios-setup] Feb 21 12:59:09.993 INFO E| Compiling num-traits v0.2.19 |
2687 | 2025-02-21T12:59:11.347Z | [ helios-setup] Feb 21 12:59:10.391 INFO E| Compiling unicode-segmentation v1.12.0 |
2688 | 2025-02-21T12:59:11.489Z | [ helios-setup] Feb 21 12:59:10.533 INFO E| Compiling itoa v1.0.14 |
2689 | 2025-02-21T12:59:11.816Z | [ helios-setup] Feb 21 12:59:10.861 INFO E| Compiling schemars v0.8.21 |
2690 | 2025-02-21T12:59:11.900Z | [ helios-setup] Feb 21 12:59:10.945 INFO E| Compiling ryu v1.0.18 |
2691 | 2025-02-21T12:59:11.929Z | [ helios-setup] Feb 21 12:59:10.974 INFO E| Compiling pre-proc-macro v0.2.1 |
2692 | 2025-02-21T12:59:12.669Z | [ helios-setup] Feb 21 12:59:11.714 INFO E| Compiling quote v1.0.38 |
2693 | 2025-02-21T12:59:12.802Z | [ helios-setup] Feb 21 12:59:11.846 INFO E| Compiling heck v0.3.3 |
2694 | 2025-02-21T12:59:12.924Z | [ helios-setup] Feb 21 12:59:11.969 INFO E| Compiling memoffset v0.5.6 |
2695 | 2025-02-21T12:59:12.935Z | [ helios-setup] Feb 21 12:59:11.980 INFO E| Compiling libc v0.2.169 |
2696 | 2025-02-21T12:59:13.060Z | [ helios-setup] Feb 21 12:59:12.096 INFO E| Compiling dyn-clone v1.0.17 |
2697 | 2025-02-21T12:59:13.178Z | [ helios-setup] Feb 21 12:59:12.222 INFO E| Compiling thiserror v1.0.69 |
2698 | 2025-02-21T12:59:13.329Z | [ helios-setup] Feb 21 12:59:12.374 INFO E| Compiling syn v2.0.96 |
2699 | 2025-02-21T12:59:13.519Z | [ host-package] Compiling xattr v1.3.1 |
2700 | 2025-02-21T12:59:13.620Z | [ helios-setup] Feb 21 12:59:12.664 INFO E| Compiling lazy_static v1.5.0 |
2701 | 2025-02-21T12:59:13.881Z | [ helios-setup] Feb 21 12:59:12.925 INFO E| Compiling rustversion v1.0.19 |
2702 | 2025-02-21T12:59:13.938Z | [ helios-setup] Feb 21 12:59:12.983 INFO E| Compiling paste v1.0.15 |
2703 | 2025-02-21T12:59:14.109Z | [ helios-setup] Feb 21 12:59:13.154 INFO E| Compiling ucd-trie v0.1.7 |
2704 | 2025-02-21T12:59:14.260Z | [ host-package] Compiling memmap2 v0.9.5 |
2705 | 2025-02-21T12:59:14.635Z | [ host-package] Compiling filetime v0.2.25 |
2706 | 2025-02-21T12:59:15.108Z | [ host-package] Compiling constant_time_eq v0.3.1 |
2707 | 2025-02-21T12:59:15.300Z | [ helios-setup] Feb 21 12:59:14.344 INFO E| Compiling pre v0.2.1 |
2708 | 2025-02-21T12:59:15.339Z | [ helios-setup] Feb 21 12:59:14.383 INFO E| Compiling once_cell v1.20.2 |
2709 | 2025-02-21T12:59:15.413Z | [ host-package] Compiling arrayvec v0.7.6 |
2710 | 2025-02-21T12:59:15.746Z | [ host-package] Compiling crunchy v0.2.2 |
2711 | 2025-02-21T12:59:16.029Z | [ helios-setup] Feb 21 12:59:14.996 INFO E| Compiling cfg-if v0.1.10 |
2712 | 2025-02-21T12:59:16.029Z | [ helios-setup] Feb 21 12:59:15.012 INFO E| Compiling byteorder v1.5.0 |
2713 | 2025-02-21T12:59:16.051Z | [ helios-setup] Feb 21 12:59:15.096 INFO E| Compiling static_assertions v1.1.0 |
2714 | 2025-02-21T12:59:16.624Z | [ host-package] Compiling maplit v1.0.2 |
2715 | 2025-02-21T12:59:16.714Z | [ host-package] Compiling arrayref v0.3.9 |
2716 | 2025-02-21T12:59:17.076Z | [ host-package] Compiling keccak v0.1.5 |
2717 | 2025-02-21T12:59:17.205Z | [ helios-setup] Feb 21 12:59:16.249 INFO E| Compiling unicode-width v0.1.14 |
2718 | 2025-02-21T12:59:17.399Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2719 | 2025-02-21T12:59:18.126Z | [ helios-setup] Feb 21 12:59:17.170 INFO E| Compiling atty v0.2.14 |
2720 | 2025-02-21T12:59:18.431Z | [ helios-setup] Feb 21 12:59:17.473 INFO E| Compiling textwrap v0.11.0 |
2721 | 2025-02-21T12:59:18.616Z | [ helios-setup] Feb 21 12:59:17.660 INFO E| Compiling strsim v0.8.0 |
2722 | 2025-02-21T12:59:18.647Z | [ host-package] Compiling sha3 v0.10.8 |
2723 | 2025-02-21T12:59:18.748Z | [ helios-setup] Feb 21 12:59:17.793 INFO E| Compiling ansi_term v0.12.1 |
2724 | 2025-02-21T12:59:19.037Z | [ helios-setup] Feb 21 12:59:18.081 INFO E| Compiling unic-char-range v0.9.0 |
2725 | 2025-02-21T12:59:19.570Z | [ host-package] Compiling tar v0.4.42 |
2726 | 2025-02-21T12:59:19.576Z | [ helios-setup] Feb 21 12:59:18.620 INFO E| Compiling parse_int v0.6.0 |
2727 | 2025-02-21T12:59:19.685Z | [ host-package] Compiling const_format v0.2.34 |
2728 | 2025-02-21T12:59:19.724Z | [ helios-setup] Feb 21 12:59:18.768 INFO E| Compiling unic-common v0.9.0 |
2729 | 2025-02-21T12:59:19.798Z | [ host-package] Compiling toolchain_find v0.4.0 |
2730 | 2025-02-21T12:59:19.831Z | [ helios-setup] Feb 21 12:59:18.875 INFO E| Compiling fletcher v0.1.0 |
2731 | 2025-02-21T12:59:19.925Z | [ helios-setup] Feb 21 12:59:18.969 INFO E| Compiling bitflags v1.3.2 |
2732 | 2025-02-21T12:59:20.099Z | [ helios-setup] Feb 21 12:59:19.143 INFO E| Compiling strum v0.23.0 |
2733 | 2025-02-21T12:59:20.168Z | [ helios-setup] Feb 21 12:59:19.213 INFO E| Compiling vec_map v0.8.2 |
2734 | 2025-02-21T12:59:20.171Z | [ helios-setup] Feb 21 12:59:19.214 INFO E| Compiling unic-ucd-version v0.9.0 |
2735 | 2025-02-21T12:59:20.172Z | [ helios-setup] Feb 21 12:59:19.215 INFO E| Compiling unic-char-property v0.9.0 |
2736 | 2025-02-21T12:59:20.172Z | [ helios-setup] Feb 21 12:59:19.215 INFO E| Compiling plain v0.2.3 |
2737 | 2025-02-21T12:59:20.326Z | [ helios-setup] Feb 21 12:59:19.370 INFO E| Compiling log v0.4.22 |
2738 | 2025-02-21T12:59:20.408Z | [ helios-setup] Feb 21 12:59:19.452 INFO E| Compiling unic-ucd-ident v0.9.0 |
2739 | 2025-02-21T12:59:20.459Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2740 | 2025-02-21T12:59:20.524Z | [ helios-setup] Feb 21 12:59:19.567 INFO E| Compiling bytesize v1.3.0 |
2741 | 2025-02-21T12:59:20.620Z | [ helios-setup] Feb 21 12:59:19.664 INFO E| Compiling clap v2.34.0 |
2742 | 2025-02-21T12:59:21.181Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2743 | 2025-02-21T12:59:21.228Z | [ host-package] Compiling topological-sort v0.2.2 |
2744 | 2025-02-21T12:59:21.692Z | [ host-package] Compiling omicron-zone-package v0.12.0 |
2745 | 2025-02-21T12:59:21.900Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2746 | 2025-02-21T12:59:21.919Z | [ helios-setup] Feb 21 12:59:20.964 INFO E| Compiling serde_derive_internals v0.29.1 |
2747 | 2025-02-21T12:59:22.685Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2748 | 2025-02-21T12:59:22.856Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2749 | 2025-02-21T12:59:22.959Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2750 | 2025-02-21T12:59:23.532Z | [ helios-setup] Feb 21 12:59:22.577 INFO E| Compiling toml v0.5.11 |
2751 | 2025-02-21T12:59:23.584Z | [ host-package] Compiling r2d2 v0.8.10 |
2752 | 2025-02-21T12:59:23.851Z | [ host-package] Compiling phf_generator v0.11.2 |
2753 | 2025-02-21T12:59:24.140Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2754 | 2025-02-21T12:59:24.526Z | [ host-package] Compiling diesel_derives v2.2.3 |
2755 | 2025-02-21T12:59:24.655Z | [ host-package] Compiling secrecy v0.8.0 |
2756 | 2025-02-21T12:59:25.023Z | [ host-package] Compiling ena v0.14.3 |
2757 | 2025-02-21T12:59:25.191Z | [ host-package] Compiling diff v0.1.13 |
2758 | 2025-02-21T12:59:25.394Z | [ host-package] Compiling regex-syntax v0.6.29 |
2759 | 2025-02-21T12:59:25.670Z | [ host-package] Compiling arc-swap v1.7.1 |
2760 | 2025-02-21T12:59:26.169Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2761 | 2025-02-21T12:59:26.407Z | [ helios-setup] Feb 21 12:59:25.452 INFO E| Compiling proc-macro-crate v0.1.5 |
2762 | 2025-02-21T12:59:27.006Z | [ host-package] Compiling slog-scope v4.4.0 |
2763 | 2025-02-21T12:59:27.187Z | [ host-package] Compiling phf_codegen v0.11.2 |
2764 | 2025-02-21T12:59:27.809Z | [ helios-setup] Feb 21 12:59:26.853 INFO E| Compiling serde_derive v1.0.217 |
2765 | 2025-02-21T12:59:27.809Z | [ helios-setup] Feb 21 12:59:26.853 INFO E| Compiling thiserror-impl v2.0.11 |
2766 | 2025-02-21T12:59:27.881Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2767 | 2025-02-21T12:59:28.300Z | [ helios-setup] Feb 21 12:59:27.344 INFO E| Compiling schemars_derive v0.8.21 |
2768 | 2025-02-21T12:59:28.426Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2769 | 2025-02-21T12:59:28.784Z | [ helios-setup] Feb 21 12:59:27.829 INFO E| Compiling zerocopy-derive v0.6.6 |
2770 | 2025-02-21T12:59:29.022Z | [ host-package] Compiling universal-hash v0.5.1 |
2771 | 2025-02-21T12:59:29.317Z | [ helios-setup] Feb 21 12:59:28.361 INFO E| Compiling thiserror-impl v1.0.69 |
2772 | 2025-02-21T12:59:29.495Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2773 | 2025-02-21T12:59:29.643Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2774 | 2025-02-21T12:59:29.792Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2775 | 2025-02-21T12:59:31.507Z | [ helios-setup] Feb 21 12:59:30.551 INFO E| Compiling num-derive v0.4.2 |
2776 | 2025-02-21T12:59:32.351Z | [ helios-setup] Feb 21 12:59:31.395 INFO E| Compiling zerocopy v0.6.6 |
2777 | 2025-02-21T12:59:34.058Z | [ host-package] Compiling lalrpop v0.19.12 |
2778 | 2025-02-21T12:59:34.219Z | [ helios-setup] Feb 21 12:59:33.263 INFO E| Compiling pest v2.7.15 |
2779 | 2025-02-21T12:59:34.521Z | [ host-package] Compiling parse-zoneinfo v0.3.1 |
2780 | 2025-02-21T12:59:34.645Z | [ host-package] Compiling unicase v2.7.0 |
2781 | 2025-02-21T12:59:35.249Z | [ host-package] Compiling opaque-debug v0.3.1 |
2782 | 2025-02-21T12:59:35.311Z | [ helios-setup] Feb 21 12:59:34.355 INFO E| Compiling modular-bitfield-impl v0.11.2 |
2783 | 2025-02-21T12:59:35.472Z | [ host-package] Compiling ref-cast v1.0.23 |
2784 | 2025-02-21T12:59:36.258Z | [ helios-setup] Feb 21 12:59:35.302 INFO E| Compiling scroll_derive v0.10.5 |
2785 | 2025-02-21T12:59:36.436Z | [ helios-setup] Feb 21 12:59:35.479 INFO E| Compiling strum_macros v0.23.1 |
2786 | 2025-02-21T12:59:36.892Z | [ host-package] Compiling chrono-tz-build v0.4.0 |
2787 | 2025-02-21T12:59:37.054Z | [ host-package] Compiling poly1305 v0.8.0 |
2788 | 2025-02-21T12:59:38.715Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2789 | 2025-02-21T12:59:38.957Z | [ helios-setup] Feb 21 12:59:38.001 INFO E| Compiling structopt-derive v0.4.18 |
2790 | 2025-02-21T12:59:39.119Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2791 | 2025-02-21T12:59:39.367Z | [ helios-setup] Feb 21 12:59:38.411 INFO E| Compiling pest_meta v2.7.15 |
2792 | 2025-02-21T12:59:39.798Z | [ helios-setup] Feb 21 12:59:38.842 INFO E| Compiling scroll v0.10.2 |
2793 | 2025-02-21T12:59:40.719Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2794 | 2025-02-21T12:59:41.219Z | [ helios-setup] Feb 21 12:59:40.263 INFO E| Compiling modular-bitfield v0.11.2 |
2795 | 2025-02-21T12:59:41.316Z | [ helios-setup] Feb 21 12:59:40.338 INFO E| Compiling goblin v0.4.3 |
2796 | 2025-02-21T12:59:41.528Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2797 | 2025-02-21T12:59:41.817Z | [ helios-setup] Feb 21 12:59:40.860 INFO E| Compiling pest_generator v2.7.15 |
2798 | 2025-02-21T12:59:41.926Z | [ host-package] Compiling derive_builder_core v0.20.2 |
2799 | 2025-02-21T12:59:42.162Z | [ host-package] Compiling chacha20 v0.9.1 |
2800 | 2025-02-21T12:59:43.160Z | [ host-package] Compiling headers-core v0.3.0 |
2801 | 2025-02-21T12:59:43.680Z | [ host-package] Compiling diesel v2.2.7 |
2802 | 2025-02-21T12:59:44.118Z | [ host-package] Compiling aead v0.5.2 |
2803 | 2025-02-21T12:59:44.714Z | [ helios-setup] Feb 21 12:59:43.757 INFO E| Compiling structopt v0.3.26 |
2804 | 2025-02-21T12:59:44.878Z | [ host-package] Compiling libxml v0.3.3 |
2805 | 2025-02-21T12:59:45.524Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2806 | 2025-02-21T12:59:45.619Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
2807 | 2025-02-21T12:59:46.445Z | [ helios-setup] Feb 21 12:59:45.488 INFO E| Compiling pest_derive v2.7.15 |
2808 | 2025-02-21T12:59:46.645Z | [ host-package] Compiling vte v0.11.1 |
2809 | 2025-02-21T12:59:47.499Z | [ host-package] Compiling derive_builder_macro v0.20.2 |
2810 | 2025-02-21T12:59:48.676Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2811 | 2025-02-21T12:59:48.707Z | [ host-package] Compiling headers v0.4.0 |
2812 | 2025-02-21T12:59:49.213Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2813 | 2025-02-21T12:59:51.601Z | [ helios-setup] Feb 21 12:59:50.644 INFO E| Compiling json5 v0.4.1 |
2814 | 2025-02-21T12:59:52.054Z | [ host-package] Compiling vsss-rs v3.3.4 |
2815 | 2025-02-21T12:59:53.673Z | [ host-package] Compiling chrono-tz v0.10.1 |
2816 | 2025-02-21T12:59:54.652Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2817 | 2025-02-21T12:59:57.675Z | [ helios-setup] Feb 21 12:59:56.719 INFO E| Compiling four-cc v0.3.0 |
2818 | 2025-02-21T12:59:57.676Z | [ helios-setup] Feb 21 12:59:56.719 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0) |
2819 | 2025-02-21T12:59:57.906Z | [ helios-setup] Feb 21 12:59:56.950 INFO E| Compiling amd-apcb v0.4.5 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.5#fb4e63cc) |
2820 | 2025-02-21T12:59:58.308Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2821 | 2025-02-21T12:59:58.763Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2822 | 2025-02-21T12:59:58.854Z | [ host-package] Compiling strum_macros v0.24.3 |
2823 | 2025-02-21T13:00:03.058Z | [ host-package] Compiling fxhash v0.2.1 |
2824 | 2025-02-21T13:00:03.748Z | [ host-package] Compiling samael v0.0.17 |
2825 | 2025-02-21T13:00:04.464Z | [ host-package] Compiling bytecount v0.6.8 |
2826 | 2025-02-21T13:00:05.082Z | [ host-package] Compiling indoc v1.0.9 |
2827 | 2025-02-21T13:00:06.314Z | [ host-package] Compiling papergrid v0.11.0 |
2828 | 2025-02-21T13:00:06.468Z | [ host-package] Compiling polar-core v0.27.3 |
2829 | 2025-02-21T13:00:11.537Z | [ host-package] Compiling derive_builder v0.20.2 |
2830 | 2025-02-21T13:00:11.811Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2831 | 2025-02-21T13:00:18.355Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2832 | 2025-02-21T13:00:18.823Z | [ host-package] Compiling tabled_derive v0.7.0 |
2833 | 2025-02-21T13:00:21.293Z | [ host-package] Compiling itertools v0.12.1 |
2834 | 2025-02-21T13:00:21.336Z | [ host-package] Compiling fd-lock v4.0.2 |
2835 | 2025-02-21T13:00:21.682Z | [ host-package] Compiling peg-macros v0.8.4 |
2836 | 2025-02-21T13:00:25.254Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2837 | 2025-02-21T13:00:25.291Z | [ host-package] Compiling kstat-rs v0.2.4 |
2838 | 2025-02-21T13:00:26.305Z | [ host-package] Compiling oso-derive v0.27.3 |
2839 | 2025-02-21T13:00:26.372Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2840 | 2025-02-21T13:00:27.299Z | [ host-package] Compiling quick-xml v0.33.0 |
2841 | 2025-02-21T13:00:27.612Z | [ host-package] Compiling diesel-dtrace v0.4.2 |
2842 | 2025-02-21T13:00:27.994Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
2843 | 2025-02-21T13:00:28.392Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2844 | 2025-02-21T13:00:29.500Z | [ host-package] Compiling reedline v0.35.0 |
2845 | 2025-02-21T13:00:38.210Z | [ host-package] Compiling oso v0.27.3 |
2846 | 2025-02-21T13:00:39.598Z | [ host-package] Compiling peg v0.8.4 |
2847 | 2025-02-21T13:00:39.765Z | [ host-package] Compiling tabled v0.15.0 |
2848 | 2025-02-21T13:00:41.433Z | [ helios-setup] Feb 21 13:00:40.475 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
2849 | 2025-02-21T13:00:52.464Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2850 | 2025-02-21T13:00:55.533Z | [ helios-setup] Feb 21 13:00:54.572 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
2851 | 2025-02-21T13:00:57.315Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2852 | 2025-02-21T13:01:02.637Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2853 | 2025-02-21T13:01:04.242Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2854 | 2025-02-21T13:01:05.305Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2855 | 2025-02-21T13:01:05.822Z | [ host-package] Compiling bb8 v0.8.5 |
2856 | 2025-02-21T13:01:06.739Z | [ host-package] Compiling bcs v0.1.6 |
2857 | 2025-02-21T13:01:07.563Z | [ host-package] Compiling libz-sys v1.1.20 |
2858 | 2025-02-21T13:01:08.435Z | [ host-package] Compiling nanorand v0.7.0 |
2859 | 2025-02-21T13:01:09.144Z | [ host-package] Compiling termtree v0.5.1 |
2860 | 2025-02-21T13:01:09.509Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2861 | 2025-02-21T13:01:10.160Z | [ host-package] Compiling flume v0.11.1 |
2862 | 2025-02-21T13:01:12.048Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
2863 | 2025-02-21T13:01:13.218Z | [ host-package] Compiling mime_guess v2.0.5 |
2864 | 2025-02-21T13:01:15.262Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2865 | 2025-02-21T13:01:15.393Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2866 | 2025-02-21T13:01:20.640Z | [ host-package] Compiling nibble_vec v0.1.0 |
2867 | 2025-02-21T13:01:20.881Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
2868 | 2025-02-21T13:01:20.971Z | [ host-package] Compiling atty v0.2.14 |
2869 | 2025-02-21T13:01:21.447Z | [ host-package] Compiling endian-type v0.1.2 |
2870 | 2025-02-21T13:01:21.896Z | [ host-package] Compiling salty v0.3.0 |
2871 | 2025-02-21T13:01:21.899Z | [ host-package] Compiling http-range v0.1.5 |
2872 | 2025-02-21T13:01:22.710Z | [ host-package] Compiling radix_trie v0.2.1 |
2873 | 2025-02-21T13:01:23.887Z | [ host-package] Compiling parking_lot v0.11.2 |
2874 | 2025-02-21T13:01:28.965Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2875 | 2025-02-21T13:01:29.862Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2876 | 2025-02-21T13:01:35.169Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
2877 | 2025-02-21T13:01:38.103Z | [ host-package] Compiling sled v0.34.7 |
2878 | 2025-02-21T13:01:39.255Z | [ host-package] Compiling hickory-client v0.24.3 |
2879 | 2025-02-21T13:01:41.595Z | [ helios-setup] Feb 21 13:01:40.635 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 36s |
2880 | 2025-02-21T13:01:41.709Z | [ helios-setup] Feb 21 13:01:40.749 INFO building project "amd-host-image-builder" ok (186 seconds) |
2881 | 2025-02-21T13:01:41.712Z | [ helios-setup] Feb 21 13:01:40.749 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
2882 | 2025-02-21T13:01:41.712Z | [ helios-setup] Feb 21 13:01:40.749 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
2883 | 2025-02-21T13:01:41.946Z | [ helios-setup] Feb 21 13:01:40.985 INFO E| Downloading crates ... |
2884 | 2025-02-21T13:01:42.063Z | [ helios-setup] Feb 21 13:01:41.103 INFO E| Downloaded miniz_oxide v0.7.2 |
2885 | 2025-02-21T13:01:42.126Z | [ helios-setup] Feb 21 13:01:41.164 INFO E| Compiling adler v1.0.2 |
2886 | 2025-02-21T13:01:42.274Z | [ helios-setup] Feb 21 13:01:41.313 INFO E| Compiling miniz_oxide v0.7.2 |
2887 | 2025-02-21T13:01:44.799Z | [ helios-setup] Feb 21 13:01:43.839 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
2888 | 2025-02-21T13:01:45.615Z | [ helios-setup] Feb 21 13:01:44.654 INFO E| Finished `release` profile [optimized] target(s) in 3.80s |
2889 | 2025-02-21T13:01:45.626Z | [ helios-setup] Feb 21 13:01:44.666 INFO building project "pinprick" ok (3 seconds) |
2890 | 2025-02-21T13:01:45.626Z | [ helios-setup] Feb 21 13:01:44.666 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
2891 | 2025-02-21T13:01:45.626Z | [ helios-setup] Feb 21 13:01:44.666 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
2892 | 2025-02-21T13:01:45.933Z | [ helios-setup] Feb 21 13:01:44.973 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
2893 | 2025-02-21T13:01:46.365Z | [ helios-setup] Feb 21 13:01:45.405 INFO E| From https://github.com/jclulow/rust-jmclib |
2894 | 2025-02-21T13:01:46.365Z | [ helios-setup] Feb 21 13:01:45.405 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
2895 | 2025-02-21T13:01:46.385Z | [ helios-setup] Feb 21 13:01:45.425 INFO E| Updating crates.io index |
2896 | 2025-02-21T13:01:46.571Z | [ helios-setup] Feb 21 13:01:45.611 INFO E| Downloading crates ... |
2897 | 2025-02-21T13:01:46.639Z | [ helios-setup] Feb 21 13:01:45.678 INFO E| Downloaded glob v0.3.1 |
2898 | 2025-02-21T13:01:46.641Z | [ helios-setup] Feb 21 13:01:45.681 INFO E| Downloaded block-buffer v0.9.0 |
2899 | 2025-02-21T13:01:46.644Z | [ helios-setup] Feb 21 13:01:45.682 INFO E| Downloaded bitflags v2.3.3 |
2900 | 2025-02-21T13:01:46.647Z | [ helios-setup] Feb 21 13:01:45.686 INFO E| Downloaded digest v0.9.0 |
2901 | 2025-02-21T13:01:46.649Z | [ helios-setup] Feb 21 13:01:45.688 INFO E| Downloaded toml v0.5.11 |
2902 | 2025-02-21T13:01:46.654Z | [ helios-setup] Feb 21 13:01:45.693 INFO E| Downloaded md-5 v0.9.1 |
2903 | 2025-02-21T13:01:46.656Z | [ helios-setup] Feb 21 13:01:45.696 INFO E| Downloaded opaque-debug v0.3.0 |
2904 | 2025-02-21T13:01:46.660Z | [ helios-setup] Feb 21 13:01:45.697 INFO E| Downloaded libdevinfo-sys v1.0.0 |
2905 | 2025-02-21T13:01:46.660Z | [ helios-setup] Feb 21 13:01:45.698 INFO E| Downloaded itoa v1.0.9 |
2906 | 2025-02-21T13:01:46.665Z | [ helios-setup] Feb 21 13:01:45.705 INFO E| Downloaded walkdir v2.3.3 |
2907 | 2025-02-21T13:01:46.670Z | [ helios-setup] Feb 21 13:01:45.710 INFO E| Downloaded sha-1 v0.9.8 |
2908 | 2025-02-21T13:01:46.673Z | [ helios-setup] Feb 21 13:01:45.713 INFO E| Downloaded cpufeatures v0.2.9 |
2909 | 2025-02-21T13:01:46.705Z | [ helios-setup] Feb 21 13:01:45.745 INFO E| Downloaded uuid v0.8.2 |
2910 | 2025-02-21T13:01:46.710Z | [ helios-setup] Feb 21 13:01:45.750 INFO E| Downloaded serde_derive v1.0.193 |
2911 | 2025-02-21T13:01:46.714Z | [ helios-setup] Feb 21 13:01:45.754 INFO E| Downloaded fastrand v2.0.0 |
2912 | 2025-02-21T13:01:46.716Z | [ helios-setup] Feb 21 13:01:45.756 INFO E| Downloaded errno v0.3.1 |
2913 | 2025-02-21T13:01:46.719Z | [ helios-setup] Feb 21 13:01:45.758 INFO E| Downloaded unicode-ident v1.0.11 |
2914 | 2025-02-21T13:01:46.722Z | [ helios-setup] Feb 21 13:01:45.762 INFO E| Downloaded proc-macro2 v1.0.66 |
2915 | 2025-02-21T13:01:46.726Z | [ helios-setup] Feb 21 13:01:45.766 INFO E| Downloaded typenum v1.16.0 |
2916 | 2025-02-21T13:01:46.730Z | [ helios-setup] Feb 21 13:01:45.770 INFO E| Downloaded anyhow v1.0.72 |
2917 | 2025-02-21T13:01:46.742Z | [ helios-setup] Feb 21 13:01:45.781 INFO E| Downloaded serde v1.0.193 |
2918 | 2025-02-21T13:01:46.747Z | [ helios-setup] Feb 21 13:01:45.787 INFO E| Downloaded ryu v1.0.15 |
2919 | 2025-02-21T13:01:46.752Z | [ helios-setup] Feb 21 13:01:45.792 INFO E| Downloaded once_cell v1.18.0 |
2920 | 2025-02-21T13:01:46.757Z | [ helios-setup] Feb 21 13:01:45.796 INFO E| Downloaded tempfile v3.7.0 |
2921 | 2025-02-21T13:01:46.760Z | [ helios-setup] Feb 21 13:01:45.799 INFO E| Downloaded quote v1.0.31 |
2922 | 2025-02-21T13:01:46.764Z | [ helios-setup] Feb 21 13:01:45.804 INFO E| Downloaded getrandom v0.2.10 |
2923 | 2025-02-21T13:01:46.769Z | [ helios-setup] Feb 21 13:01:45.809 INFO E| Downloaded serde_json v1.0.103 |
2924 | 2025-02-21T13:01:46.781Z | [ helios-setup] Feb 21 13:01:45.821 INFO E| Downloaded rustix v0.38.4 |
2925 | 2025-02-21T13:01:46.813Z | [ helios-setup] Feb 21 13:01:45.852 INFO E| Downloaded syn v2.0.32 |
2926 | 2025-02-21T13:01:46.853Z | [ helios-setup] Feb 21 13:01:45.892 INFO E| Downloaded libc v0.2.147 |
2927 | 2025-02-21T13:01:46.888Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2928 | 2025-02-21T13:01:46.970Z | [ helios-setup] Feb 21 13:01:46.009 INFO E| Compiling libc v0.2.147 |
2929 | 2025-02-21T13:01:46.970Z | [ helios-setup] Feb 21 13:01:46.010 INFO E| Compiling proc-macro2 v1.0.66 |
2930 | 2025-02-21T13:01:46.970Z | [ helios-setup] Feb 21 13:01:46.010 INFO E| Compiling unicode-ident v1.0.11 |
2931 | 2025-02-21T13:01:46.975Z | [ helios-setup] Feb 21 13:01:46.010 INFO E| Compiling cfg-if v1.0.0 |
2932 | 2025-02-21T13:01:46.975Z | [ helios-setup] Feb 21 13:01:46.010 INFO E| Compiling version_check v0.9.4 |
2933 | 2025-02-21T13:01:46.975Z | [ helios-setup] Feb 21 13:01:46.010 INFO E| Compiling typenum v1.16.0 |
2934 | 2025-02-21T13:01:46.975Z | [ helios-setup] Feb 21 13:01:46.010 INFO E| Compiling serde v1.0.193 |
2935 | 2025-02-21T13:01:46.975Z | [ helios-setup] Feb 21 13:01:46.010 INFO E| Compiling rustix v0.38.4 |
2936 | 2025-02-21T13:01:47.197Z | [ helios-setup] Feb 21 13:01:46.237 INFO E| Compiling num-conv v0.1.0 |
2937 | 2025-02-21T13:01:47.602Z | [ helios-setup] Feb 21 13:01:46.641 INFO E| Compiling slog v2.7.0 |
2938 | 2025-02-21T13:01:47.635Z | [ helios-setup] Feb 21 13:01:46.675 INFO E| Compiling powerfmt v0.2.0 |
2939 | 2025-02-21T13:01:48.182Z | [ helios-setup] Feb 21 13:01:47.222 INFO E| Compiling itoa v1.0.9 |
2940 | 2025-02-21T13:01:48.182Z | [ helios-setup] Feb 21 13:01:47.222 INFO E| Compiling time-core v0.1.2 |
2941 | 2025-02-21T13:01:48.347Z | [ helios-setup] Feb 21 13:01:47.386 INFO E| Compiling generic-array v0.14.7 |
2942 | 2025-02-21T13:01:48.525Z | [ helios-setup] Feb 21 13:01:47.564 INFO E| Compiling time-macros v0.2.18 |
2943 | 2025-02-21T13:01:48.773Z | [ helios-setup] Feb 21 13:01:47.812 INFO E| Compiling deranged v0.3.11 |
2944 | 2025-02-21T13:01:48.845Z | [ helios-setup] Feb 21 13:01:47.884 INFO E| Compiling num_threads v0.1.6 |
2945 | 2025-02-21T13:01:48.979Z | [ helios-setup] Feb 21 13:01:48.018 INFO E| Compiling once_cell v1.18.0 |
2946 | 2025-02-21T13:01:49.048Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2947 | 2025-02-21T13:01:49.214Z | [ helios-setup] Feb 21 13:01:48.254 INFO E| Compiling bitflags v2.3.3 |
2948 | 2025-02-21T13:01:49.863Z | [ helios-setup] Feb 21 13:01:48.902 INFO E| Compiling thread_local v1.1.7 |
2949 | 2025-02-21T13:01:50.058Z | [ helios-setup] Feb 21 13:01:49.098 INFO E| Compiling fastrand v2.0.0 |
2950 | 2025-02-21T13:01:50.189Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2951 | 2025-02-21T13:01:50.491Z | [ helios-setup] Feb 21 13:01:49.530 INFO E| Compiling quote v1.0.31 |
2952 | 2025-02-21T13:01:51.118Z | [ helios-setup] Feb 21 13:01:50.157 INFO E| Compiling dirs-sys-next v0.1.2 |
2953 | 2025-02-21T13:01:51.209Z | [ helios-setup] Feb 21 13:01:50.248 INFO E| Compiling errno v0.3.1 |
2954 | 2025-02-21T13:01:51.241Z | [ helios-setup] Feb 21 13:01:50.280 INFO E| Compiling atty v0.2.14 |
2955 | 2025-02-21T13:01:51.347Z | [ helios-setup] Feb 21 13:01:50.386 INFO E| Compiling syn v2.0.32 |
2956 | 2025-02-21T13:01:51.682Z | [ helios-setup] Feb 21 13:01:50.721 INFO E| Compiling dirs-next v2.0.0 |
2957 | 2025-02-21T13:01:51.764Z | [ helios-setup] Feb 21 13:01:50.804 INFO E| Compiling opaque-debug v0.3.0 |
2958 | 2025-02-21T13:01:51.863Z | [ helios-setup] Feb 21 13:01:50.902 INFO E| Compiling anyhow v1.0.72 |
2959 | 2025-02-21T13:01:52.066Z | [ helios-setup] Feb 21 13:01:51.105 INFO E| Compiling term v0.7.0 |
2960 | 2025-02-21T13:01:52.133Z | [ helios-setup] Feb 21 13:01:51.172 INFO E| Compiling block-buffer v0.9.0 |
2961 | 2025-02-21T13:01:52.203Z | [ helios-setup] Feb 21 13:01:51.241 INFO E| Compiling digest v0.9.0 |
2962 | 2025-02-21T13:01:52.239Z | [ helios-setup] Feb 21 13:01:51.249 INFO E| Compiling serde_json v1.0.103 |
2963 | 2025-02-21T13:01:52.575Z | [ helios-setup] Feb 21 13:01:51.613 INFO E| Compiling getrandom v0.2.10 |
2964 | 2025-02-21T13:01:52.732Z | [ helios-setup] Feb 21 13:01:51.771 INFO E| Compiling unicode-width v0.1.10 |
2965 | 2025-02-21T13:01:53.112Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2966 | 2025-02-21T13:01:53.117Z | [ helios-setup] Feb 21 13:01:52.157 INFO E| Compiling same-file v1.0.6 |
2967 | 2025-02-21T13:01:53.363Z | [ helios-setup] Feb 21 13:01:52.402 INFO E| Compiling ryu v1.0.15 |
2968 | 2025-02-21T13:01:53.713Z | [ helios-setup] Feb 21 13:01:52.751 INFO E| Compiling cpufeatures v0.2.9 |
2969 | 2025-02-21T13:01:53.842Z | [ helios-setup] Feb 21 13:01:52.882 INFO E| Compiling sha-1 v0.9.8 |
2970 | 2025-02-21T13:01:53.848Z | [ helios-setup] Feb 21 13:01:52.887 INFO E| Compiling walkdir v2.3.3 |
2971 | 2025-02-21T13:01:54.142Z | [ helios-setup] Feb 21 13:01:53.181 INFO E| Compiling time v0.3.36 |
2972 | 2025-02-21T13:01:54.241Z | [ helios-setup] Feb 21 13:01:53.280 INFO E| Compiling getopts v0.2.21 |
2973 | 2025-02-21T13:01:54.768Z | [ helios-setup] Feb 21 13:01:53.807 INFO E| Compiling tempfile v3.7.0 |
2974 | 2025-02-21T13:01:55.127Z | [ helios-setup] Feb 21 13:01:54.167 INFO E| Compiling md-5 v0.9.1 |
2975 | 2025-02-21T13:01:55.163Z | [ helios-setup] Feb 21 13:01:54.202 INFO E| Compiling glob v0.3.1 |
2976 | 2025-02-21T13:01:55.224Z | [ helios-setup] Feb 21 13:01:54.263 INFO E| Compiling libdevinfo-sys v1.0.0 |
2977 | 2025-02-21T13:01:57.633Z | [ helios-setup] Feb 21 13:01:56.672 INFO E| Compiling slog-term v2.9.0 |
2978 | 2025-02-21T13:01:57.760Z | [ helios-setup] Feb 21 13:01:56.799 INFO E| Compiling serde_derive v1.0.193 |
2979 | 2025-02-21T13:02:00.067Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2980 | 2025-02-21T13:02:04.547Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2981 | 2025-02-21T13:02:05.852Z | [ host-package] Compiling hickory-server v0.24.3 |
2982 | 2025-02-21T13:02:05.921Z | [ host-package] Compiling primeorder v0.13.6 |
2983 | 2025-02-21T13:02:06.204Z | [ host-package] Compiling vergen v8.3.2 |
2984 | 2025-02-21T13:02:06.591Z | [ host-package] Compiling castaway v0.2.3 |
2985 | 2025-02-21T13:02:06.594Z | [ host-package] Compiling env_filter v0.1.2 |
2986 | 2025-02-21T13:02:06.830Z | [ host-package] Compiling cargo-platform v0.1.8 |
2987 | 2025-02-21T13:02:07.335Z | [ host-package] Compiling cargo_metadata v0.18.1 |
2988 | 2025-02-21T13:02:08.298Z | [ host-package] Compiling env_logger v0.11.5 |
2989 | 2025-02-21T13:02:09.452Z | [ helios-setup] Feb 21 13:02:08.491 INFO E| Compiling toml v0.5.11 |
2990 | 2025-02-21T13:02:09.452Z | [ helios-setup] Feb 21 13:02:08.491 INFO E| Compiling uuid v0.8.2 |
2991 | 2025-02-21T13:02:09.947Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2992 | 2025-02-21T13:02:10.593Z | [ host-package] Compiling compact_str v0.8.0 |
2993 | 2025-02-21T13:02:11.475Z | [ helios-setup] Feb 21 13:02:10.513 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
2994 | 2025-02-21T13:02:13.088Z | [ helios-setup] Feb 21 13:02:12.127 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
2995 | 2025-02-21T13:02:13.731Z | [ host-package] Compiling p384 v0.13.0 |
2996 | 2025-02-21T13:02:18.958Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2997 | 2025-02-21T13:02:21.506Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2998 | 2025-02-21T13:02:21.553Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2999 | 2025-02-21T13:02:21.775Z | [ host-package] Compiling git2 v0.19.0 |
3000 | 2025-02-21T13:02:22.473Z | [ helios-setup] Feb 21 13:02:21.511 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.74s |
3001 | 2025-02-21T13:02:22.508Z | [ helios-setup] Feb 21 13:02:21.546 INFO building project "image-builder" ok (36 seconds) |
3002 | 2025-02-21T13:02:22.508Z | [ helios-setup] Feb 21 13:02:21.546 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
3003 | 2025-02-21T13:02:22.508Z | [ helios-setup] Feb 21 13:02:21.546 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
3004 | 2025-02-21T13:02:22.763Z | [ helios-setup] Feb 21 13:02:21.800 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
3005 | 2025-02-21T13:02:22.971Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3006 | 2025-02-21T13:02:23.885Z | [ helios-setup] Feb 21 13:02:22.923 INFO E| From https://github.com/oxidecomputer/progenitor |
3007 | 2025-02-21T13:02:23.885Z | [ helios-setup] Feb 21 13:02:22.923 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149 |
3008 | 2025-02-21T13:02:23.991Z | [ helios-setup] Feb 21 13:02:23.029 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
3009 | 2025-02-21T13:02:24.441Z | [ helios-setup] Feb 21 13:02:23.478 INFO E| From https://github.com/jclulow/hiercmd |
3010 | 2025-02-21T13:02:24.441Z | [ helios-setup] Feb 21 13:02:23.478 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
3011 | 2025-02-21T13:02:24.457Z | [ helios-setup] Feb 21 13:02:23.496 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
3012 | 2025-02-21T13:02:24.910Z | [ helios-setup] Feb 21 13:02:23.948 INFO E| From https://github.com/jclulow/network-interface |
3013 | 2025-02-21T13:02:24.910Z | [ helios-setup] Feb 21 13:02:23.948 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
3014 | 2025-02-21T13:02:24.947Z | [ helios-setup] Feb 21 13:02:23.985 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
3015 | 2025-02-21T13:02:25.356Z | [ helios-setup] Feb 21 13:02:24.394 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
3016 | 2025-02-21T13:02:25.356Z | [ helios-setup] Feb 21 13:02:24.394 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
3017 | 2025-02-21T13:02:25.392Z | [ helios-setup] Feb 21 13:02:24.430 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
3018 | 2025-02-21T13:02:26.133Z | [ helios-setup] Feb 21 13:02:25.172 INFO E| From https://github.com/oxidecomputer/facade |
3019 | 2025-02-21T13:02:26.134Z | [ helios-setup] Feb 21 13:02:25.172 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
3020 | 2025-02-21T13:02:26.177Z | [ helios-setup] Feb 21 13:02:25.216 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git` |
3021 | 2025-02-21T13:02:27.264Z | [ helios-setup] Feb 21 13:02:26.302 INFO E| From https://github.com/oxidecomputer/dropshot |
3022 | 2025-02-21T13:02:27.264Z | [ helios-setup] Feb 21 13:02:26.302 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230 |
3023 | 2025-02-21T13:02:27.306Z | [ helios-setup] Feb 21 13:02:26.344 INFO E| Updating crates.io index |
3024 | 2025-02-21T13:02:27.343Z | [ helios-setup] Feb 21 13:02:26.381 INFO E| Updating git repository `https://github.com/oxidecomputer/typify` |
3025 | 2025-02-21T13:02:28.134Z | [ helios-setup] Feb 21 13:02:27.172 INFO E| From https://github.com/oxidecomputer/typify |
3026 | 2025-02-21T13:02:28.134Z | [ helios-setup] Feb 21 13:02:27.172 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4 |
3027 | 2025-02-21T13:02:28.548Z | [ helios-setup] Feb 21 13:02:27.586 INFO E| Downloading crates ... |
3028 | 2025-02-21T13:02:28.720Z | [ helios-setup] Feb 21 13:02:27.758 INFO E| Downloaded async-stream-impl v0.3.5 |
3029 | 2025-02-21T13:02:28.766Z | [ helios-setup] Feb 21 13:02:27.804 INFO E| Downloaded const-random-macro v0.1.15 |
3030 | 2025-02-21T13:02:28.769Z | [ helios-setup] Feb 21 13:02:27.806 INFO E| Downloaded concolor-override v1.0.0 |
3031 | 2025-02-21T13:02:28.772Z | [ helios-setup] Feb 21 13:02:27.807 INFO E| Downloaded byteorder v1.4.3 |
3032 | 2025-02-21T13:02:28.810Z | [ helios-setup] Feb 21 13:02:27.847 INFO E| Downloaded serde_derive v1.0.204 |
3033 | 2025-02-21T13:02:28.814Z | [ helios-setup] Feb 21 13:02:27.852 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
3034 | 2025-02-21T13:02:28.816Z | [ helios-setup] Feb 21 13:02:27.855 INFO E| Downloaded project-root v0.2.2 |
3035 | 2025-02-21T13:02:28.819Z | [ helios-setup] Feb 21 13:02:27.856 INFO E| Downloaded const-random v0.1.15 |
3036 | 2025-02-21T13:02:28.885Z | [ helios-setup] Feb 21 13:02:27.923 INFO E| Downloaded signal-hook-registry v1.4.0 |
3037 | 2025-02-21T13:02:28.889Z | [ helios-setup] Feb 21 13:02:27.925 INFO E| Downloaded ahash v0.7.6 |
3038 | 2025-02-21T13:02:28.892Z | [ helios-setup] Feb 21 13:02:27.930 INFO E| Downloaded serde_yaml v0.9.21 |
3039 | 2025-02-21T13:02:28.901Z | [ helios-setup] Feb 21 13:02:27.938 INFO E| Downloaded slog-bunyan v2.4.0 |
3040 | 2025-02-21T13:02:28.903Z | [ helios-setup] Feb 21 13:02:27.941 INFO E| Downloaded strsim v0.10.0 |
3041 | 2025-02-21T13:02:28.906Z | [ helios-setup] Feb 21 13:02:27.944 INFO E| Downloaded smawk v0.3.1 |
3042 | 2025-02-21T13:02:28.908Z | [ helios-setup] Feb 21 13:02:27.947 INFO E| Downloaded futures-io v0.3.28 |
3043 | 2025-02-21T13:02:28.911Z | [ helios-setup] Feb 21 13:02:27.948 INFO E| Downloaded slog-async v2.7.0 |
3044 | 2025-02-21T13:02:28.913Z | [ helios-setup] Feb 21 13:02:27.951 INFO E| Downloaded tokio-macros v2.0.0 |
3045 | 2025-02-21T13:02:28.916Z | [ helios-setup] Feb 21 13:02:27.953 INFO E| Downloaded smartstring v1.0.1 |
3046 | 2025-02-21T13:02:28.919Z | [ helios-setup] Feb 21 13:02:27.958 INFO E| Downloaded time v0.1.45 |
3047 | 2025-02-21T13:02:28.923Z | [ helios-setup] Feb 21 13:02:27.961 INFO E| Downloaded try-lock v0.2.4 |
3048 | 2025-02-21T13:02:28.926Z | [ helios-setup] Feb 21 13:02:27.963 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
3049 | 2025-02-21T13:02:28.929Z | [ helios-setup] Feb 21 13:02:27.967 INFO E| Downloaded toolchain_find v0.2.0 |
3050 | 2025-02-21T13:02:28.931Z | [ helios-setup] Feb 21 13:02:27.969 INFO E| Downloaded home v0.5.4 |
3051 | 2025-02-21T13:02:28.934Z | [ helios-setup] Feb 21 13:02:27.971 INFO E| Downloaded camino v1.1.4 |
3052 | 2025-02-21T13:02:28.937Z | [ helios-setup] Feb 21 13:02:27.974 INFO E| Downloaded tinyvec v1.6.0 |
3053 | 2025-02-21T13:02:28.942Z | [ helios-setup] Feb 21 13:02:27.980 INFO E| Downloaded thiserror v1.0.38 |
3054 | 2025-02-21T13:02:28.949Z | [ helios-setup] Feb 21 13:02:27.987 INFO E| Downloaded want v0.3.0 |
3055 | 2025-02-21T13:02:28.952Z | [ helios-setup] Feb 21 13:02:27.989 INFO E| Downloaded fastrand v1.9.0 |
3056 | 2025-02-21T13:02:28.955Z | [ helios-setup] Feb 21 13:02:27.992 INFO E| Downloaded digest v0.10.6 |
3057 | 2025-02-21T13:02:28.957Z | [ helios-setup] Feb 21 13:02:27.995 INFO E| Downloaded socket2 v0.4.9 |
3058 | 2025-02-21T13:02:28.960Z | [ helios-setup] Feb 21 13:02:27.998 INFO E| Downloaded rhai_codegen v1.5.0 |
3059 | 2025-02-21T13:02:28.975Z | [ helios-setup] Feb 21 13:02:28.013 INFO E| Downloaded toml_datetime v0.6.1 |
3060 | 2025-02-21T13:02:28.979Z | [ helios-setup] Feb 21 13:02:28.015 INFO E| Downloaded serde_tokenstream v0.2.0 |
3061 | 2025-02-21T13:02:28.982Z | [ helios-setup] Feb 21 13:02:28.020 INFO E| Downloaded percent-encoding v2.2.0 |
3062 | 2025-02-21T13:02:28.988Z | [ helios-setup] Feb 21 13:02:28.022 INFO E| Downloaded bincode v1.3.3 |
3063 | 2025-02-21T13:02:28.992Z | [ helios-setup] Feb 21 13:02:28.026 INFO E| Downloaded cargo-lock v8.0.3 |
3064 | 2025-02-21T13:02:28.994Z | [ helios-setup] Feb 21 13:02:28.031 INFO E| Downloaded parking_lot_core v0.9.6 |
3065 | 2025-02-21T13:02:28.997Z | [ helios-setup] Feb 21 13:02:28.034 INFO E| Downloaded utf8parse v0.2.1 |
3066 | 2025-02-21T13:02:28.999Z | [ helios-setup] Feb 21 13:02:28.036 INFO E| Downloaded ipnet v2.7.2 |
3067 | 2025-02-21T13:02:29.002Z | [ helios-setup] Feb 21 13:02:28.038 INFO E| Downloaded clap_derive v4.2.0 |
3068 | 2025-02-21T13:02:29.004Z | [ helios-setup] Feb 21 13:02:28.042 INFO E| Downloaded rustls-pemfile v1.0.2 |
3069 | 2025-02-21T13:02:29.007Z | [ helios-setup] Feb 21 13:02:28.045 INFO E| Downloaded futures v0.3.28 |
3070 | 2025-02-21T13:02:29.016Z | [ helios-setup] Feb 21 13:02:28.054 INFO E| Downloaded unicode-bidi v0.3.13 |
3071 | 2025-02-21T13:02:29.020Z | [ helios-setup] Feb 21 13:02:28.058 INFO E| Downloaded proc-macro2 v1.0.86 |
3072 | 2025-02-21T13:02:29.024Z | [ helios-setup] Feb 21 13:02:28.062 INFO E| Downloaded unicode-ident v1.0.8 |
3073 | 2025-02-21T13:02:29.028Z | [ helios-setup] Feb 21 13:02:28.067 INFO E| Downloaded serde v1.0.204 |
3074 | 2025-02-21T13:02:29.034Z | [ helios-setup] Feb 21 13:02:28.072 INFO E| Downloaded ryu v1.0.13 |
3075 | 2025-02-21T13:02:29.045Z | [ helios-setup] Feb 21 13:02:28.083 INFO E| Downloaded tracing v0.1.37 |
3076 | 2025-02-21T13:02:29.052Z | [ helios-setup] Feb 21 13:02:28.090 INFO E| Downloaded rustls-webpki v0.100.1 |
3077 | 2025-02-21T13:02:29.084Z | [ helios-setup] Feb 21 13:02:28.122 INFO E| Downloaded tokio-util v0.7.7 |
3078 | 2025-02-21T13:02:29.115Z | [ helios-setup] Feb 21 13:02:28.153 INFO E| Downloaded toml_edit v0.19.8 |
3079 | 2025-02-21T13:02:29.164Z | [ helios-setup] Feb 21 13:02:28.202 INFO E| Downloaded unicode-normalization v0.1.22 |
3080 | 2025-02-21T13:02:29.169Z | [ helios-setup] Feb 21 13:02:28.207 INFO E| Downloaded http v0.2.9 |
3081 | 2025-02-21T13:02:29.176Z | [ helios-setup] Feb 21 13:02:28.214 INFO E| Downloaded winnow v0.4.1 |
3082 | 2025-02-21T13:02:29.191Z | [ helios-setup] Feb 21 13:02:28.229 INFO E| Downloaded pest v2.5.7 |
3083 | 2025-02-21T13:02:29.223Z | [ helios-setup] Feb 21 13:02:28.261 INFO E| Downloaded aho-corasick v0.7.20 |
3084 | 2025-02-21T13:02:29.229Z | [ helios-setup] Feb 21 13:02:28.267 INFO E| Downloaded syn v1.0.107 |
3085 | 2025-02-21T13:02:29.247Z | [ helios-setup] Feb 21 13:02:28.285 INFO E| Downloaded syn v2.0.72 |
3086 | 2025-02-21T13:02:29.266Z | [ helios-setup] Feb 21 13:02:28.304 INFO E| Downloaded rayon v1.6.1 |
3087 | 2025-02-21T13:02:29.281Z | [ helios-setup] Feb 21 13:02:28.319 INFO E| Downloaded clap_builder v4.2.1 |
3088 | 2025-02-21T13:02:29.294Z | [ helios-setup] Feb 21 13:02:28.332 INFO E| Downloaded futures-util v0.3.28 |
3089 | 2025-02-21T13:02:29.315Z | [ helios-setup] Feb 21 13:02:28.353 INFO E| Downloaded h2 v0.3.16 |
3090 | 2025-02-21T13:02:29.326Z | [ helios-setup] Feb 21 13:02:28.364 INFO E| Downloaded git2 v0.16.1 |
3091 | 2025-02-21T13:02:29.340Z | [ helios-setup] Feb 21 13:02:28.378 INFO E| Downloaded rustls v0.21.0 |
3092 | 2025-02-21T13:02:29.359Z | [ helios-setup] Feb 21 13:02:28.397 INFO E| Downloaded hyper v0.14.25 |
3093 | 2025-02-21T13:02:29.373Z | [ helios-setup] Feb 21 13:02:28.411 INFO E| Downloaded chrono v0.4.24 |
3094 | 2025-02-21T13:02:29.385Z | [ helios-setup] Feb 21 13:02:28.423 INFO E| Downloaded regress v0.5.0 |
3095 | 2025-02-21T13:02:29.399Z | [ helios-setup] Feb 21 13:02:28.437 INFO E| Downloaded rustix v0.37.3 |
3096 | 2025-02-21T13:02:29.432Z | [ helios-setup] Feb 21 13:02:28.469 INFO E| Downloaded idna v0.3.0 |
3097 | 2025-02-21T13:02:29.443Z | [ helios-setup] Feb 21 13:02:28.480 INFO E| Downloaded regex v1.7.3 |
3098 | 2025-02-21T13:02:29.457Z | [ helios-setup] Feb 21 13:02:28.495 INFO E| Downloaded reqwest v0.11.16 |
3099 | 2025-02-21T13:02:29.470Z | [ helios-setup] Feb 21 13:02:28.508 INFO E| Downloaded rhai v1.14.0 |
3100 | 2025-02-21T13:02:29.491Z | [ helios-setup] Feb 21 13:02:28.529 INFO E| Downloaded crossbeam-channel v0.5.6 |
3101 | 2025-02-21T13:02:29.498Z | [ helios-setup] Feb 21 13:02:28.536 INFO E| Downloaded serde_json v1.0.95 |
3102 | 2025-02-21T13:02:29.511Z | [ helios-setup] Feb 21 13:02:28.549 INFO E| Downloaded mio v0.8.5 |
3103 | 2025-02-21T13:02:29.521Z | [ helios-setup] Feb 21 13:02:28.559 INFO E| Downloaded openapiv3 v1.0.2 |
3104 | 2025-02-21T13:02:29.542Z | [ helios-setup] Feb 21 13:02:28.580 INFO E| Downloaded ahash v0.8.3 |
3105 | 2025-02-21T13:02:29.546Z | [ helios-setup] Feb 21 13:02:28.584 INFO E| Downloaded uuid v1.3.0 |
3106 | 2025-02-21T13:02:29.552Z | [ helios-setup] Feb 21 13:02:28.590 INFO E| Downloaded unsafe-libyaml v0.2.8 |
3107 | 2025-02-21T13:02:29.557Z | [ helios-setup] Feb 21 13:02:28.595 INFO E| Downloaded unicode-linebreak v0.1.4 |
3108 | 2025-02-21T13:02:29.560Z | [ helios-setup] Feb 21 13:02:28.598 INFO E| Downloaded clap v4.2.1 |
3109 | 2025-02-21T13:02:29.574Z | [ helios-setup] Feb 21 13:02:28.612 INFO E| Downloaded schemars v0.8.12 |
3110 | 2025-02-21T13:02:29.593Z | [ helios-setup] Feb 21 13:02:28.631 INFO E| Downloaded rayon-core v1.10.2 |
3111 | 2025-02-21T13:02:29.600Z | [ helios-setup] Feb 21 13:02:28.638 INFO E| Downloaded tokio v1.27.0 |
3112 | 2025-02-21T13:02:29.654Z | [ helios-setup] Feb 21 13:02:28.692 INFO E| Downloaded memchr v2.5.0 |
3113 | 2025-02-21T13:02:29.660Z | [ helios-setup] Feb 21 13:02:28.698 INFO E| Downloaded url v2.3.1 |
3114 | 2025-02-21T13:02:29.668Z | [ helios-setup] Feb 21 13:02:28.706 INFO E| Downloaded tracing-core v0.1.30 |
3115 | 2025-02-21T13:02:29.672Z | [ helios-setup] Feb 21 13:02:28.710 INFO E| Downloaded bytes v1.4.0 |
3116 | 2025-02-21T13:02:29.690Z | [ helios-setup] Feb 21 13:02:28.728 INFO E| Downloaded cc v1.0.78 |
3117 | 2025-02-21T13:02:29.694Z | [ helios-setup] Feb 21 13:02:28.732 INFO E| Downloaded base64 v0.21.0 |
3118 | 2025-02-21T13:02:29.700Z | [ helios-setup] Feb 21 13:02:28.738 INFO E| Downloaded ucd-trie v0.1.5 |
3119 | 2025-02-21T13:02:29.703Z | [ helios-setup] Feb 21 13:02:28.741 INFO E| Downloaded tungstenite v0.18.0 |
3120 | 2025-02-21T13:02:29.707Z | [ helios-setup] Feb 21 13:02:28.746 INFO E| Downloaded toml v0.7.3 |
3121 | 2025-02-21T13:02:29.713Z | [ helios-setup] Feb 21 13:02:28.751 INFO E| Downloaded num-traits v0.2.15 |
3122 | 2025-02-21T13:02:29.718Z | [ helios-setup] Feb 21 13:02:28.756 INFO E| Downloaded crossbeam-utils v0.8.14 |
3123 | 2025-02-21T13:02:29.723Z | [ helios-setup] Feb 21 13:02:28.761 INFO E| Downloaded libc v0.2.139 |
3124 | 2025-02-21T13:02:29.764Z | [ helios-setup] Feb 21 13:02:28.801 INFO E| Downloaded textwrap v0.16.0 |
3125 | 2025-02-21T13:02:29.767Z | [ helios-setup] Feb 21 13:02:28.805 INFO E| Downloaded parking_lot v0.12.1 |
3126 | 2025-02-21T13:02:29.770Z | [ helios-setup] Feb 21 13:02:28.809 INFO E| Downloaded crossbeam-epoch v0.9.13 |
3127 | 2025-02-21T13:02:29.775Z | [ helios-setup] Feb 21 13:02:28.813 INFO E| Downloaded anyhow v1.0.68 |
3128 | 2025-02-21T13:02:29.780Z | [ helios-setup] Feb 21 13:02:28.819 INFO E| Downloaded jobserver v0.1.26 |
3129 | 2025-02-21T13:02:29.791Z | [ helios-setup] Feb 21 13:02:28.829 INFO E| Downloaded async-trait v0.1.68 |
3130 | 2025-02-21T13:02:29.796Z | [ helios-setup] Feb 21 13:02:28.834 INFO E| Downloaded semver v1.0.17 |
3131 | 2025-02-21T13:02:29.801Z | [ helios-setup] Feb 21 13:02:28.838 INFO E| Downloaded semver v0.11.0 |
3132 | 2025-02-21T13:02:29.803Z | [ helios-setup] Feb 21 13:02:28.841 INFO E| Downloaded anstream v0.2.6 |
3133 | 2025-02-21T13:02:29.806Z | [ helios-setup] Feb 21 13:02:28.844 INFO E| Downloaded tokio-tungstenite v0.18.0 |
3134 | 2025-02-21T13:02:29.809Z | [ helios-setup] Feb 21 13:02:28.847 INFO E| Downloaded tokio-rustls v0.24.0 |
3135 | 2025-02-21T13:02:29.812Z | [ helios-setup] Feb 21 13:02:28.850 INFO E| Downloaded quote v1.0.36 |
3136 | 2025-02-21T13:02:29.817Z | [ helios-setup] Feb 21 13:02:28.854 INFO E| Downloaded paste v1.0.12 |
3137 | 2025-02-21T13:02:29.821Z | [ helios-setup] Feb 21 13:02:28.859 INFO E| Downloaded once_cell v1.17.0 |
3138 | 2025-02-21T13:02:29.824Z | [ helios-setup] Feb 21 13:02:28.863 INFO E| Downloaded log v0.4.17 |
3139 | 2025-02-21T13:02:29.828Z | [ helios-setup] Feb 21 13:02:28.866 INFO E| Downloaded lock_api v0.4.9 |
3140 | 2025-02-21T13:02:29.831Z | [ helios-setup] Feb 21 13:02:28.869 INFO E| Downloaded io-lifetimes v1.0.10 |
3141 | 2025-02-21T13:02:29.835Z | [ helios-setup] Feb 21 13:02:28.873 INFO E| Downloaded httparse v1.8.0 |
3142 | 2025-02-21T13:02:29.838Z | [ helios-setup] Feb 21 13:02:28.876 INFO E| Downloaded getrandom v0.2.8 |
3143 | 2025-02-21T13:02:29.843Z | [ helios-setup] Feb 21 13:02:28.880 INFO E| Downloaded futures-channel v0.3.28 |
3144 | 2025-02-21T13:02:29.846Z | [ helios-setup] Feb 21 13:02:28.883 INFO E| Downloaded scopeguard v1.1.0 |
3145 | 2025-02-21T13:02:29.849Z | [ helios-setup] Feb 21 13:02:28.885 INFO E| Downloaded schemars_derive v0.8.12 |
3146 | 2025-02-21T13:02:29.851Z | [ helios-setup] Feb 21 13:02:28.888 INFO E| Downloaded pin-project-lite v0.2.9 |
3147 | 2025-02-21T13:02:29.857Z | [ helios-setup] Feb 21 13:02:28.895 INFO E| Downloaded itoa v1.0.6 |
3148 | 2025-02-21T13:02:29.859Z | [ helios-setup] Feb 21 13:02:28.897 INFO E| Downloaded anstyle-parse v0.1.1 |
3149 | 2025-02-21T13:02:29.865Z | [ helios-setup] Feb 21 13:02:28.903 INFO E| Downloaded tower-service v0.3.2 |
3150 | 2025-02-21T13:02:29.868Z | [ helios-setup] Feb 21 13:02:28.905 INFO E| Downloaded sct v0.7.0 |
3151 | 2025-02-21T13:02:29.872Z | [ helios-setup] Feb 21 13:02:28.910 INFO E| Downloaded proc-macro-crate v1.2.1 |
3152 | 2025-02-21T13:02:29.874Z | [ helios-setup] Feb 21 13:02:28.912 INFO E| Downloaded num_cpus v1.15.0 |
3153 | 2025-02-21T13:02:29.878Z | [ helios-setup] Feb 21 13:02:28.916 INFO E| Downloaded sha2 v0.10.6 |
3154 | 2025-02-21T13:02:29.881Z | [ helios-setup] Feb 21 13:02:28.920 INFO E| Downloaded lazy_static v1.4.0 |
3155 | 2025-02-21T13:02:29.884Z | [ helios-setup] Feb 21 13:02:28.922 INFO E| Downloaded either v1.8.0 |
3156 | 2025-02-21T13:02:29.887Z | [ helios-setup] Feb 21 13:02:28.924 INFO E| Downloaded dyn-clone v1.0.11 |
3157 | 2025-02-21T13:02:29.889Z | [ helios-setup] Feb 21 13:02:28.926 INFO E| Downloaded num_enum v0.5.7 |
3158 | 2025-02-21T13:02:29.893Z | [ helios-setup] Feb 21 13:02:28.932 INFO E| Downloaded memoffset v0.7.1 |
3159 | 2025-02-21T13:02:29.896Z | [ helios-setup] Feb 21 13:02:28.934 INFO E| Downloaded iana-time-zone v0.1.56 |
3160 | 2025-02-21T13:02:29.899Z | [ helios-setup] Feb 21 13:02:28.936 INFO E| Downloaded futures-executor v0.3.28 |
3161 | 2025-02-21T13:02:29.901Z | [ helios-setup] Feb 21 13:02:28.938 INFO E| Downloaded clap_lex v0.4.1 |
3162 | 2025-02-21T13:02:29.903Z | [ helios-setup] Feb 21 13:02:28.940 INFO E| Downloaded tempfile v3.5.0 |
3163 | 2025-02-21T13:02:29.906Z | [ helios-setup] Feb 21 13:02:28.943 INFO E| Downloaded is-terminal v0.4.7 |
3164 | 2025-02-21T13:02:29.909Z | [ helios-setup] Feb 21 13:02:28.945 INFO E| Downloaded http-body v0.4.5 |
3165 | 2025-02-21T13:02:29.912Z | [ helios-setup] Feb 21 13:02:28.947 INFO E| Downloaded thiserror-impl v1.0.38 |
3166 | 2025-02-21T13:02:29.912Z | [ helios-setup] Feb 21 13:02:28.949 INFO E| Downloaded terminal_size v0.2.6 |
3167 | 2025-02-21T13:02:29.915Z | [ helios-setup] Feb 21 13:02:28.951 INFO E| Downloaded num-integer v0.1.45 |
3168 | 2025-02-21T13:02:29.917Z | [ helios-setup] Feb 21 13:02:28.954 INFO E| Downloaded concolor-query v0.3.3 |
3169 | 2025-02-21T13:02:29.917Z | [ helios-setup] Feb 21 13:02:28.955 INFO E| Downloaded anstyle v0.3.5 |
3170 | 2025-02-21T13:02:29.923Z | [ helios-setup] Feb 21 13:02:28.958 INFO E| Downloaded smallvec v1.10.0 |
3171 | 2025-02-21T13:02:29.923Z | [ helios-setup] Feb 21 13:02:28.961 INFO E| Downloaded semver-parser v0.10.2 |
3172 | 2025-02-21T13:02:29.926Z | [ helios-setup] Feb 21 13:02:28.963 INFO E| Downloaded num_enum_derive v0.5.7 |
3173 | 2025-02-21T13:02:29.929Z | [ helios-setup] Feb 21 13:02:28.965 INFO E| Downloaded futures-task v0.3.28 |
3174 | 2025-02-21T13:02:29.929Z | [ helios-setup] Feb 21 13:02:28.967 INFO E| Downloaded futures-macro v0.3.28 |
3175 | 2025-02-21T13:02:29.932Z | [ helios-setup] Feb 21 13:02:28.968 INFO E| Downloaded encoding_rs v0.8.32 |
3176 | 2025-02-21T13:02:29.966Z | [ helios-setup] Feb 21 13:02:29.004 INFO E| Downloaded spin v0.5.2 |
3177 | 2025-02-21T13:02:29.969Z | [ helios-setup] Feb 21 13:02:29.006 INFO E| Downloaded crossbeam-deque v0.8.2 |
3178 | 2025-02-21T13:02:29.971Z | [ helios-setup] Feb 21 13:02:29.008 INFO E| Downloaded slab v0.4.7 |
3179 | 2025-02-21T13:02:29.972Z | [ helios-setup] Feb 21 13:02:29.009 INFO E| Downloaded sha1 v0.10.5 |
3180 | 2025-02-21T13:02:29.974Z | [ helios-setup] Feb 21 13:02:29.011 INFO E| Downloaded serde_path_to_error v0.1.11 |
3181 | 2025-02-21T13:02:29.977Z | [ helios-setup] Feb 21 13:02:29.013 INFO E| Downloaded ppv-lite86 v0.2.17 |
3182 | 2025-02-21T13:02:29.977Z | [ helios-setup] Feb 21 13:02:29.015 INFO E| Downloaded pkg-config v0.3.26 |
3183 | 2025-02-21T13:02:29.980Z | [ helios-setup] Feb 21 13:02:29.016 INFO E| Downloaded httpdate v1.0.2 |
3184 | 2025-02-21T13:02:29.980Z | [ helios-setup] Feb 21 13:02:29.018 INFO E| Downloaded futures-sink v0.3.28 |
3185 | 2025-02-21T13:02:29.983Z | [ helios-setup] Feb 21 13:02:29.019 INFO E| Downloaded futures-core v0.3.28 |
3186 | 2025-02-21T13:02:29.984Z | [ helios-setup] Feb 21 13:02:29.021 INFO E| Downloaded serde_spanned v0.6.1 |
3187 | 2025-02-21T13:02:29.987Z | [ helios-setup] Feb 21 13:02:29.022 INFO E| Downloaded serde_derive_internals v0.26.0 |
3188 | 2025-02-21T13:02:29.987Z | [ helios-setup] Feb 21 13:02:29.024 INFO E| Downloaded form_urlencoded v1.1.0 |
3189 | 2025-02-21T13:02:29.992Z | [ helios-setup] Feb 21 13:02:29.026 INFO E| Downloaded built v0.6.0 |
3190 | 2025-02-21T13:02:29.992Z | [ helios-setup] Feb 21 13:02:29.027 INFO E| Downloaded autocfg v1.1.0 |
3191 | 2025-02-21T13:02:29.995Z | [ helios-setup] Feb 21 13:02:29.029 INFO E| Downloaded async-stream v0.3.5 |
3192 | 2025-02-21T13:02:30.081Z | [ helios-setup] Feb 21 13:02:29.119 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
3193 | 2025-02-21T13:02:30.381Z | [ helios-setup] Feb 21 13:02:29.419 INFO E| Downloaded libz-sys v1.1.8 |
3194 | 2025-02-21T13:02:30.567Z | [ host-package] Compiling unicode-truncate v1.1.0 |
3195 | 2025-02-21T13:02:30.685Z | [ helios-setup] Feb 21 13:02:29.723 INFO E| Downloaded ring v0.16.20 |
3196 | 2025-02-21T13:02:30.955Z | [ host-package] Compiling lru v0.12.5 |
3197 | 2025-02-21T13:02:31.048Z | [ helios-setup] Feb 21 13:02:30.085 INFO E| Compiling proc-macro2 v1.0.86 |
3198 | 2025-02-21T13:02:31.048Z | [ helios-setup] Feb 21 13:02:30.086 INFO E| Compiling libc v0.2.139 |
3199 | 2025-02-21T13:02:31.050Z | [ helios-setup] Feb 21 13:02:30.086 INFO E| Compiling unicode-ident v1.0.8 |
3200 | 2025-02-21T13:02:31.050Z | [ helios-setup] Feb 21 13:02:30.086 INFO E| Compiling autocfg v1.1.0 |
3201 | 2025-02-21T13:02:31.050Z | [ helios-setup] Feb 21 13:02:30.086 INFO E| Compiling cfg-if v1.0.0 |
3202 | 2025-02-21T13:02:31.050Z | [ helios-setup] Feb 21 13:02:30.086 INFO E| Compiling version_check v0.9.4 |
3203 | 2025-02-21T13:02:31.050Z | [ helios-setup] Feb 21 13:02:30.086 INFO E| Compiling serde v1.0.204 |
3204 | 2025-02-21T13:02:31.051Z | [ helios-setup] Feb 21 13:02:30.087 INFO E| Compiling syn v1.0.107 |
3205 | 2025-02-21T13:02:31.602Z | [ helios-setup] Feb 21 13:02:30.640 INFO E| Compiling memchr v2.5.0 |
3206 | 2025-02-21T13:02:31.605Z | [ host-package] Compiling rand_seeder v0.3.0 |
3207 | 2025-02-21T13:02:31.753Z | [ host-package] Compiling libsqlite3-sys v0.30.1 |
3208 | 2025-02-21T13:02:31.943Z | [ helios-setup] Feb 21 13:02:30.981 INFO E| Compiling once_cell v1.17.0 |
3209 | 2025-02-21T13:02:32.274Z | [ host-package] Compiling lzma-sys v0.1.20 |
3210 | 2025-02-21T13:02:32.482Z | [ helios-setup] Feb 21 13:02:31.520 INFO E| Compiling log v0.4.17 |
3211 | 2025-02-21T13:02:32.768Z | [ host-package] Compiling instability v0.3.2 |
3212 | 2025-02-21T13:02:32.820Z | [ helios-setup] Feb 21 13:02:31.858 INFO E| Compiling thiserror v1.0.38 |
3213 | 2025-02-21T13:02:33.242Z | [ helios-setup] Feb 21 13:02:32.280 INFO E| Compiling itoa v1.0.6 |
3214 | 2025-02-21T13:02:33.640Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3215 | 2025-02-21T13:02:33.651Z | [ helios-setup] Feb 21 13:02:32.689 INFO E| Compiling serde_json v1.0.95 |
3216 | 2025-02-21T13:02:33.957Z | [ host-package] Compiling cassowary v0.3.0 |
3217 | 2025-02-21T13:02:34.546Z | [ helios-setup] Feb 21 13:02:33.584 INFO E| Compiling scopeguard v1.1.0 |
3218 | 2025-02-21T13:02:34.716Z | [ host-package] Compiling indoc v2.0.5 |
3219 | 2025-02-21T13:02:34.813Z | [ helios-setup] Feb 21 13:02:33.851 INFO E| Compiling getrandom v0.2.8 |
3220 | 2025-02-21T13:02:34.903Z | [ host-package] Compiling rustls v0.21.12 |
3221 | 2025-02-21T13:02:34.919Z | [ helios-setup] Feb 21 13:02:33.957 INFO E| Compiling pin-project-lite v0.2.9 |
3222 | 2025-02-21T13:02:34.988Z | [ helios-setup] Feb 21 13:02:34.025 INFO E| Compiling indexmap v1.9.3 |
3223 | 2025-02-21T13:02:35.150Z | [ helios-setup] Feb 21 13:02:34.188 INFO E| Compiling bytes v1.4.0 |
3224 | 2025-02-21T13:02:35.463Z | [ helios-setup] Feb 21 13:02:34.500 INFO E| Compiling jobserver v0.1.26 |
3225 | 2025-02-21T13:02:35.784Z | [ helios-setup] Feb 21 13:02:34.822 INFO E| Compiling quote v1.0.36 |
3226 | 2025-02-21T13:02:35.888Z | [ helios-setup] Feb 21 13:02:34.926 INFO E| Compiling futures-core v0.3.28 |
3227 | 2025-02-21T13:02:36.098Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3228 | 2025-02-21T13:02:36.131Z | [ helios-setup] Feb 21 13:02:35.169 INFO E| Compiling cc v1.0.78 |
3229 | 2025-02-21T13:02:36.222Z | [ host-package] Compiling ratatui v0.29.0 |
3230 | 2025-02-21T13:02:36.370Z | [ helios-setup] Feb 21 13:02:35.407 INFO E| Compiling num-integer v0.1.45 |
3231 | 2025-02-21T13:02:36.509Z | [ helios-setup] Feb 21 13:02:35.546 INFO E| Compiling ryu v1.0.13 |
3232 | 2025-02-21T13:02:36.699Z | [ helios-setup] Feb 21 13:02:35.732 INFO E| Compiling syn v2.0.72 |
3233 | 2025-02-21T13:02:37.773Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3234 | 2025-02-21T13:02:37.926Z | [ helios-setup] Feb 21 13:02:36.964 INFO E| Compiling lock_api v0.4.9 |
3235 | 2025-02-21T13:02:38.319Z | [ helios-setup] Feb 21 13:02:37.356 INFO E| Compiling bitflags v1.3.2 |
3236 | 2025-02-21T13:02:38.347Z | [ helios-setup] Feb 21 13:02:37.385 INFO E| Compiling typenum v1.16.0 |
3237 | 2025-02-21T13:02:38.438Z | [ helios-setup] Feb 21 13:02:37.476 INFO E| Compiling parking_lot_core v0.9.6 |
3238 | 2025-02-21T13:02:38.605Z | [ helios-setup] Feb 21 13:02:37.643 INFO E| Compiling num_cpus v1.15.0 |
3239 | 2025-02-21T13:02:39.092Z | [ helios-setup] Feb 21 13:02:38.130 INFO E| Compiling slab v0.4.7 |
3240 | 2025-02-21T13:02:39.334Z | [ helios-setup] Feb 21 13:02:38.371 INFO E| Compiling generic-array v0.14.6 |
3241 | 2025-02-21T13:02:39.395Z | [ helios-setup] Feb 21 13:02:38.429 INFO E| Compiling futures-channel v0.3.28 |
3242 | 2025-02-21T13:02:39.545Z | [ helios-setup] Feb 21 13:02:38.570 INFO E| Compiling futures-sink v0.3.28 |
3243 | 2025-02-21T13:02:39.702Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3244 | 2025-02-21T13:02:40.100Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3245 | 2025-02-21T13:02:40.176Z | [ helios-setup] Feb 21 13:02:39.214 INFO E| Compiling futures-task v0.3.28 |
3246 | 2025-02-21T13:02:40.321Z | [ helios-setup] Feb 21 13:02:39.359 INFO E| Compiling tokio v1.27.0 |
3247 | 2025-02-21T13:02:40.394Z | [ helios-setup] Feb 21 13:02:39.431 INFO E| Compiling futures-util v0.3.28 |
3248 | 2025-02-21T13:02:41.508Z | [ helios-setup] Feb 21 13:02:40.546 INFO E| Compiling mio v0.8.5 |
3249 | 2025-02-21T13:02:41.770Z | [ helios-setup] Feb 21 13:02:40.807 INFO E| Compiling signal-hook-registry v1.4.0 |
3250 | 2025-02-21T13:02:41.811Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3251 | 2025-02-21T13:02:42.003Z | [ helios-setup] Feb 21 13:02:41.040 INFO E| Compiling socket2 v0.4.9 |
3252 | 2025-02-21T13:02:42.137Z | [ helios-setup] Feb 21 13:02:41.175 INFO E| Compiling pin-utils v0.1.0 |
3253 | 2025-02-21T13:02:42.149Z | [ helios-setup] Feb 21 13:02:41.186 INFO E| Compiling schemars v0.8.12 |
3254 | 2025-02-21T13:02:42.471Z | [ helios-setup] Feb 21 13:02:41.508 INFO E| Compiling futures-io v0.3.28 |
3255 | 2025-02-21T13:02:42.559Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3256 | 2025-02-21T13:02:43.441Z | [ helios-setup] Feb 21 13:02:42.478 INFO E| Compiling num-traits v0.2.15 |
3257 | 2025-02-21T13:02:43.443Z | [ helios-setup] Feb 21 13:02:42.479 INFO E| Compiling ahash v0.7.6 |
3258 | 2025-02-21T13:02:44.366Z | [ helios-setup] Feb 21 13:02:43.404 INFO E| Compiling crunchy v0.2.2 |
3259 | 2025-02-21T13:02:44.523Z | [ helios-setup] Feb 21 13:02:43.560 INFO E| Compiling io-lifetimes v1.0.10 |
3260 | 2025-02-21T13:02:45.233Z | [ helios-setup] Feb 21 13:02:44.271 INFO E| Compiling ahash v0.8.3 |
3261 | 2025-02-21T13:02:45.860Z | [ helios-setup] Feb 21 13:02:44.898 INFO E| Compiling crypto-common v0.1.6 |
3262 | 2025-02-21T13:02:46.036Z | [ helios-setup] Feb 21 13:02:45.073 INFO E| Compiling block-buffer v0.10.3 |
3263 | 2025-02-21T13:02:46.229Z | [ helios-setup] Feb 21 13:02:45.266 INFO E| Compiling tiny-keccak v2.0.2 |
3264 | 2025-02-21T13:02:46.759Z | [ helios-setup] Feb 21 13:02:45.797 INFO E| Compiling slog v2.7.0 |
3265 | 2025-02-21T13:02:46.763Z | [ helios-setup] Feb 21 13:02:45.797 INFO E| Compiling rustix v0.37.3 |
3266 | 2025-02-21T13:02:46.946Z | [ helios-setup] Feb 21 13:02:45.983 INFO E| Compiling hashbrown v0.12.3 |
3267 | 2025-02-21T13:02:47.067Z | [ helios-setup] Feb 21 13:02:46.104 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
3268 | 2025-02-21T13:02:47.252Z | [ helios-setup] Feb 21 13:02:46.290 INFO E| Compiling crossbeam-utils v0.8.14 |
3269 | 2025-02-21T13:02:48.362Z | [ helios-setup] Feb 21 13:02:47.400 INFO E| Compiling serde_derive_internals v0.26.0 |
3270 | 2025-02-21T13:02:48.488Z | [ host-package] Compiling sct v0.7.1 |
3271 | 2025-02-21T13:02:48.604Z | [ host-package] Compiling rustls-webpki v0.101.7 |
3272 | 2025-02-21T13:02:48.983Z | [ helios-setup] Feb 21 13:02:48.020 INFO E| Compiling digest v0.10.6 |
3273 | 2025-02-21T13:02:49.561Z | [ host-package] Compiling heck v0.3.3 |
3274 | 2025-02-21T13:02:49.653Z | [ helios-setup] Feb 21 13:02:48.658 INFO E| Compiling errno v0.3.1 |
3275 | 2025-02-21T13:02:50.237Z | [ helios-setup] Feb 21 13:02:49.256 INFO E| Compiling fnv v1.0.7 |
3276 | 2025-02-21T13:02:50.249Z | [ host-package] Compiling csv-core v0.1.11 |
3277 | 2025-02-21T13:02:50.261Z | [ helios-setup] Feb 21 13:02:49.282 INFO E| Compiling pkg-config v0.3.26 |
3278 | 2025-02-21T13:02:50.261Z | [ helios-setup] Feb 21 13:02:49.294 INFO E| Compiling unicode-width v0.1.10 |
3279 | 2025-02-21T13:02:50.933Z | [ helios-setup] Feb 21 13:02:49.970 INFO E| Compiling cpufeatures v0.2.5 |
3280 | 2025-02-21T13:02:51.118Z | [ helios-setup] Feb 21 13:02:50.155 INFO E| Compiling anyhow v1.0.68 |
3281 | 2025-02-21T13:02:51.358Z | [ helios-setup] Feb 21 13:02:50.395 INFO E| Compiling http v0.2.9 |
3282 | 2025-02-21T13:02:52.184Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
3283 | 2025-02-21T13:02:53.142Z | [ host-package] Compiling glob v0.3.2 |
3284 | 2025-02-21T13:02:54.233Z | [ helios-setup] Feb 21 13:02:53.270 INFO E| Compiling aho-corasick v0.7.20 |
3285 | 2025-02-21T13:02:55.562Z | [ helios-setup] Feb 21 13:02:54.597 INFO E| Compiling thiserror-impl v1.0.38 |
3286 | 2025-02-21T13:02:55.944Z | [ helios-setup] Feb 21 13:02:54.980 INFO E| Compiling schemars_derive v0.8.12 |
3287 | 2025-02-21T13:02:56.064Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3288 | 2025-02-21T13:02:56.162Z | [ helios-setup] Feb 21 13:02:55.198 INFO E| Compiling serde_derive v1.0.204 |
3289 | 2025-02-21T13:02:56.624Z | [ helios-setup] Feb 21 13:02:55.661 INFO E| Compiling tokio-macros v2.0.0 |
3290 | 2025-02-21T13:02:56.927Z | [ helios-setup] Feb 21 13:02:55.964 INFO E| Compiling futures-macro v0.3.28 |
3291 | 2025-02-21T13:02:57.098Z | [ host-package] Compiling csv v1.3.1 |
3292 | 2025-02-21T13:02:57.742Z | [ helios-setup] Feb 21 13:02:56.779 INFO E| Compiling httparse v1.8.0 |
3293 | 2025-02-21T13:02:57.814Z | [ helios-setup] Feb 21 13:02:56.850 INFO E| Compiling regex-syntax v0.6.29 |
3294 | 2025-02-21T13:02:58.819Z | [ helios-setup] Feb 21 13:02:57.856 INFO E| Compiling heck v0.4.1 |
3295 | 2025-02-21T13:02:59.907Z | [ helios-setup] Feb 21 13:02:58.944 INFO E| Compiling tinyvec_macros v0.1.1 |
3296 | 2025-02-21T13:02:59.946Z | [ helios-setup] Feb 21 13:02:58.983 INFO E| Compiling percent-encoding v2.2.0 |
3297 | 2025-02-21T13:03:00.248Z | [ helios-setup] Feb 21 13:02:59.285 INFO E| Compiling tinyvec v1.6.0 |
3298 | 2025-02-21T13:03:00.450Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
3299 | 2025-02-21T13:03:00.513Z | [ helios-setup] Feb 21 13:02:59.550 INFO E| Compiling form_urlencoded v1.1.0 |
3300 | 2025-02-21T13:03:01.142Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3301 | 2025-02-21T13:03:01.731Z | [ helios-setup] Feb 21 13:03:00.768 INFO E| Compiling const-random-macro v0.1.15 |
3302 | 2025-02-21T13:03:02.123Z | [ helios-setup] Feb 21 13:03:01.160 INFO E| Compiling hashbrown v0.13.2 |
3303 | 2025-02-21T13:03:03.600Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3304 | 2025-02-21T13:03:03.636Z | [ helios-setup] Feb 21 13:03:02.672 INFO E| Compiling chrono v0.4.24 |
3305 | 2025-02-21T13:03:04.066Z | [ helios-setup] Feb 21 13:03:03.103 INFO E| Compiling libz-sys v1.1.8 |
3306 | 2025-02-21T13:03:04.350Z | [ helios-setup] Feb 21 13:03:03.387 INFO E| Compiling regex v1.7.3 |
3307 | 2025-02-21T13:03:04.591Z | [ helios-setup] Feb 21 13:03:03.628 INFO E| Compiling getopts v0.2.21 |
3308 | 2025-02-21T13:03:05.871Z | [ helios-setup] Feb 21 13:03:04.907 INFO E| Compiling memoffset v0.7.1 |
3309 | 2025-02-21T13:03:07.184Z | [ helios-setup] Feb 21 13:03:06.220 INFO E| Compiling powerfmt v0.2.0 |
3310 | 2025-02-21T13:03:07.468Z | [ helios-setup] Feb 21 13:03:06.505 INFO E| Compiling dyn-clone v1.0.11 |
3311 | 2025-02-21T13:03:07.536Z | [ helios-setup] Feb 21 13:03:06.572 INFO E| Compiling uuid v1.3.0 |
3312 | 2025-02-21T13:03:07.907Z | [ helios-setup] Feb 21 13:03:06.943 INFO E| Compiling num-conv v0.1.0 |
3313 | 2025-02-21T13:03:08.122Z | [ helios-setup] Feb 21 13:03:07.158 INFO E| Compiling time-core v0.1.2 |
3314 | 2025-02-21T13:03:08.479Z | [ helios-setup] Feb 21 13:03:07.516 INFO E| Compiling deranged v0.3.11 |
3315 | 2025-02-21T13:03:08.987Z | [ helios-setup] Feb 21 13:03:08.024 INFO E| Compiling regress v0.5.0 |
3316 | 2025-02-21T13:03:08.995Z | [ helios-setup] Feb 21 13:03:08.031 INFO E| Compiling time-macros v0.2.18 |
3317 | 2025-02-21T13:03:09.261Z | [ helios-setup] Feb 21 13:03:08.296 INFO E| Compiling unicode-normalization v0.1.22 |
3318 | 2025-02-21T13:03:09.778Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3319 | 2025-02-21T13:03:11.820Z | [ helios-setup] Feb 21 13:03:10.856 INFO E| Compiling const-random v0.1.15 |
3320 | 2025-02-21T13:03:12.145Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3321 | 2025-02-21T13:03:13.037Z | [ helios-setup] Feb 21 13:03:12.073 INFO E| Compiling tracing-core v0.1.30 |
3322 | 2025-02-21T13:03:13.953Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3323 | 2025-02-21T13:03:14.220Z | [ helios-setup] Feb 21 13:03:13.256 INFO E| Compiling crossbeam-epoch v0.9.13 |
3324 | 2025-02-21T13:03:14.314Z | [ helios-setup] Feb 21 13:03:13.351 INFO E| Compiling num_threads v0.1.6 |
3325 | 2025-02-21T13:03:14.387Z | [ helios-setup] Feb 21 13:03:13.424 INFO E| Compiling ucd-trie v0.1.5 |
3326 | 2025-02-21T13:03:14.626Z | [ helios-setup] Feb 21 13:03:13.662 INFO E| Compiling unicode-bidi v0.3.13 |
3327 | 2025-02-21T13:03:17.111Z | [ helios-setup] Feb 21 13:03:16.148 INFO E| Compiling idna v0.3.0 |
3328 | 2025-02-21T13:03:18.157Z | [ helios-setup] Feb 21 13:03:17.194 INFO E| Compiling time v0.3.36 |
3329 | 2025-02-21T13:03:18.527Z | [ helios-setup] Feb 21 13:03:17.563 INFO E| Compiling pest v2.5.7 |
3330 | 2025-02-21T13:03:20.639Z | [ helios-setup] Feb 21 13:03:19.676 INFO E| Compiling toml v0.5.11 |
3331 | 2025-02-21T13:03:21.456Z | [ helios-setup] Feb 21 13:03:20.492 INFO E| Compiling serde_tokenstream v0.2.0 |
3332 | 2025-02-21T13:03:22.356Z | [ helios-setup] Feb 21 13:03:21.392 INFO E| Compiling smallvec v1.10.0 |
3333 | 2025-02-21T13:03:24.519Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3334 | 2025-02-21T13:03:24.592Z | [ helios-setup] Feb 21 13:03:23.628 INFO E| Compiling parking_lot v0.12.1 |
3335 | 2025-02-21T13:03:27.029Z | [ helios-setup] Feb 21 13:03:26.065 INFO E| Compiling tracing v0.1.37 |
3336 | 2025-02-21T13:03:28.110Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3337 | 2025-02-21T13:03:29.120Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3338 | 2025-02-21T13:03:29.129Z | [ helios-setup] Feb 21 13:03:28.165 INFO E| Compiling crossbeam-channel v0.5.6 |
3339 | 2025-02-21T13:03:30.158Z | [ helios-setup] Feb 21 13:03:29.194 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3340 | 2025-02-21T13:03:30.203Z | [ helios-setup] Feb 21 13:03:29.238 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
3341 | 2025-02-21T13:03:31.321Z | [ helios-setup] Feb 21 13:03:30.357 INFO E| Compiling dirs-sys-next v0.1.2 |
3342 | 2025-02-21T13:03:31.880Z | [ helios-setup] Feb 21 13:03:30.916 INFO E| Compiling time v0.1.45 |
3343 | 2025-02-21T13:03:32.472Z | [ helios-setup] Feb 21 13:03:31.507 INFO E| Compiling crc32fast v1.3.2 |
3344 | 2025-02-21T13:03:33.384Z | [ helios-setup] Feb 21 13:03:32.420 INFO E| Compiling iana-time-zone v0.1.56 |
3345 | 2025-02-21T13:03:33.757Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3346 | 2025-02-21T13:03:34.378Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3347 | 2025-02-21T13:03:34.496Z | [ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3348 | 2025-02-21T13:03:35.017Z | [ helios-setup] Feb 21 13:03:34.053 INFO E| Compiling semver v1.0.17 |
3349 | 2025-02-21T13:03:35.386Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3350 | 2025-02-21T13:03:35.733Z | [ host-package] Compiling nix v0.27.1 |
3351 | 2025-02-21T13:03:36.265Z | [ helios-setup] Feb 21 13:03:35.301 INFO E| Compiling dirs-next v2.0.0 |
3352 | 2025-02-21T13:03:37.041Z | [ helios-setup] Feb 21 13:03:36.075 INFO E| Compiling proc-macro-crate v1.2.1 |
3353 | 2025-02-21T13:03:37.088Z | [ helios-setup] Feb 21 13:03:36.124 INFO E| Compiling semver-parser v0.10.2 |
3354 | 2025-02-21T13:03:37.839Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3355 | 2025-02-21T13:03:38.581Z | [ helios-setup] Feb 21 13:03:37.616 INFO E| Compiling url v2.3.1 |
3356 | 2025-02-21T13:03:38.604Z | [ host-package] Compiling tungstenite v0.23.0 |
3357 | 2025-02-21T13:03:39.358Z | [ host-package] Compiling hashlink v0.9.1 |
3358 | 2025-02-21T13:03:40.702Z | [ helios-setup] Feb 21 13:03:39.737 INFO E| Compiling futures-executor v0.3.28 |
3359 | 2025-02-21T13:03:40.832Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
3360 | 2025-02-21T13:03:41.149Z | [ host-package] Compiling base64 v0.13.1 |
3361 | 2025-02-21T13:03:41.541Z | [ host-package] Compiling fallible-iterator v0.3.0 |
3362 | 2025-02-21T13:03:42.188Z | [ helios-setup] Feb 21 13:03:41.224 INFO E| Compiling tokio-util v0.7.7 |
3363 | 2025-02-21T13:03:43.010Z | [ helios-setup] Feb 21 13:03:42.045 INFO E| Compiling thread_local v1.1.7 |
3364 | 2025-02-21T13:03:43.134Z | [ host-package] Compiling ron v0.7.1 |
3365 | 2025-02-21T13:03:43.353Z | [ helios-setup] Feb 21 13:03:42.388 INFO E| Compiling rayon-core v1.10.2 |
3366 | 2025-02-21T13:03:43.576Z | [ host-package] Compiling rusqlite v0.32.1 |
3367 | 2025-02-21T13:03:44.474Z | [ helios-setup] Feb 21 13:03:43.509 INFO E| Compiling adler v1.0.2 |
3368 | 2025-02-21T13:03:44.698Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
3369 | 2025-02-21T13:03:44.858Z | [ helios-setup] Feb 21 13:03:43.893 INFO E| Compiling try-lock v0.2.4 |
3370 | 2025-02-21T13:03:44.976Z | [ helios-setup] Feb 21 13:03:44.011 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3371 | 2025-02-21T13:03:45.231Z | [ helios-setup] Feb 21 13:03:44.266 INFO E| Compiling same-file v1.0.6 |
3372 | 2025-02-21T13:03:45.545Z | [ helios-setup] Feb 21 13:03:44.580 INFO E| Compiling want v0.3.0 |
3373 | 2025-02-21T13:03:45.900Z | [ helios-setup] Feb 21 13:03:44.934 INFO E| Compiling walkdir v2.3.3 |
3374 | 2025-02-21T13:03:46.287Z | [ helios-setup] Feb 21 13:03:45.322 INFO E| Compiling miniz_oxide v0.6.2 |
3375 | 2025-02-21T13:03:46.534Z | [ helios-setup] Feb 21 13:03:45.569 INFO E| Compiling h2 v0.3.16 |
3376 | 2025-02-21T13:03:48.781Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3377 | 2025-02-21T13:03:49.124Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3378 | 2025-02-21T13:03:49.678Z | [ helios-setup] Feb 21 13:03:48.713 INFO E| Compiling futures v0.3.28 |
3379 | 2025-02-21T13:03:49.697Z | [ host-package] Compiling xz2 v0.1.7 |
3380 | 2025-02-21T13:03:50.288Z | [ host-package] Compiling tokio-rustls v0.24.1 |
3381 | 2025-02-21T13:03:50.357Z | [ helios-setup] Feb 21 13:03:49.393 INFO E| Compiling semver v0.11.0 |
3382 | 2025-02-21T13:03:51.225Z | [ helios-setup] Feb 21 13:03:50.260 INFO E| Compiling num_enum_derive v0.5.7 |
3383 | 2025-02-21T13:03:51.356Z | [ helios-setup] Feb 21 13:03:50.391 INFO E| Compiling crossbeam-deque v0.8.2 |
3384 | 2025-02-21T13:03:51.415Z | [ host-package] Compiling zone v0.1.8 |
3385 | 2025-02-21T13:03:52.689Z | [ helios-setup] Feb 21 13:03:51.724 INFO E| Compiling term v0.7.0 |
3386 | 2025-02-21T13:03:53.469Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3387 | 2025-02-21T13:03:54.165Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3388 | 2025-02-21T13:03:55.043Z | [ helios-setup] Feb 21 13:03:54.077 INFO E| Compiling http-body v0.4.5 |
3389 | 2025-02-21T13:03:55.899Z | [ helios-setup] Feb 21 13:03:54.931 INFO E| Compiling sha2 v0.10.6 |
3390 | 2025-02-21T13:03:56.338Z | [ helios-setup] Feb 21 13:03:55.355 INFO E| Compiling ring v0.16.20 |
3391 | 2025-02-21T13:03:57.077Z | [ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3392 | 2025-02-21T13:03:58.833Z | [ helios-setup] Feb 21 13:03:57.868 INFO E| Compiling rand_core v0.6.4 |
3393 | 2025-02-21T13:04:00.327Z | [ helios-setup] Feb 21 13:03:59.362 INFO E| Compiling atty v0.2.14 |
3394 | 2025-02-21T13:04:00.692Z | [ helios-setup] Feb 21 13:03:59.726 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
3395 | 2025-02-21T13:04:00.774Z | [ helios-setup] Feb 21 13:03:59.808 INFO E| Compiling home v0.5.4 |
3396 | 2025-02-21T13:04:01.332Z | [ helios-setup] Feb 21 13:04:00.366 INFO E| Compiling ppv-lite86 v0.2.17 |
3397 | 2025-02-21T13:04:01.791Z | [ helios-setup] Feb 21 13:04:00.826 INFO E| Compiling base64 v0.21.0 |
3398 | 2025-02-21T13:04:02.402Z | [ helios-setup] Feb 21 13:04:01.436 INFO E| Compiling httpdate v1.0.2 |
3399 | 2025-02-21T13:04:03.163Z | [ helios-setup] Feb 21 13:04:02.198 INFO E| Compiling lazy_static v1.4.0 |
3400 | 2025-02-21T13:04:03.263Z | [ helios-setup] Feb 21 13:04:02.298 INFO E| Compiling tower-service v0.3.2 |
3401 | 2025-02-21T13:04:03.677Z | [ helios-setup] Feb 21 13:04:02.712 INFO E| Compiling utf8parse v0.2.1 |
3402 | 2025-02-21T13:04:03.817Z | [ helios-setup] Feb 21 13:04:02.851 INFO E| Compiling fastrand v1.9.0 |
3403 | 2025-02-21T13:04:04.663Z | [ helios-setup] Feb 21 13:04:03.697 INFO E| Compiling tempfile v3.5.0 |
3404 | 2025-02-21T13:04:04.973Z | [ helios-setup] Feb 21 13:04:04.008 INFO E| Compiling anstyle-parse v0.1.1 |
3405 | 2025-02-21T13:04:06.038Z | [ helios-setup] Feb 21 13:04:05.073 INFO E| Compiling hyper v0.14.25 |
3406 | 2025-02-21T13:04:06.129Z | [ helios-setup] Feb 21 13:04:05.164 INFO E| Compiling toolchain_find v0.2.0 |
3407 | 2025-02-21T13:04:07.117Z | [ helios-setup] Feb 21 13:04:06.152 INFO E| Compiling rand_chacha v0.3.1 |
3408 | 2025-02-21T13:04:07.808Z | [ helios-setup] Feb 21 13:04:06.843 INFO E| Compiling slog-term v2.9.0 |
3409 | 2025-02-21T13:04:15.737Z | [ helios-setup] Feb 21 13:04:14.771 INFO E| Compiling num_enum v0.5.7 |
3410 | 2025-02-21T13:04:16.092Z | [ helios-setup] Feb 21 13:04:15.126 INFO E| Compiling flate2 v1.0.25 |
3411 | 2025-02-21T13:04:18.929Z | [ helios-setup] Feb 21 13:04:17.963 INFO E| Compiling cargo-lock v8.0.3 |
3412 | 2025-02-21T13:04:20.016Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3413 | 2025-02-21T13:04:21.159Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3414 | 2025-02-21T13:04:24.766Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3415 | 2025-02-21T13:04:26.212Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3416 | 2025-02-21T13:04:26.513Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3417 | 2025-02-21T13:04:27.965Z | [ helios-setup] Feb 21 13:04:26.999 INFO E| Compiling serde_urlencoded v0.7.1 |
3418 | 2025-02-21T13:04:28.625Z | [ helios-setup] Feb 21 13:04:27.659 INFO E| Compiling is-terminal v0.4.7 |
3419 | 2025-02-21T13:04:29.102Z | [ helios-setup] Feb 21 13:04:28.136 INFO E| Compiling sha1 v0.10.5 |
3420 | 2025-02-21T13:04:29.490Z | [ helios-setup] Feb 21 13:04:28.524 INFO E| Compiling concolor-override v1.0.0 |
3421 | 2025-02-21T13:04:29.821Z | [ helios-setup] Feb 21 13:04:28.854 INFO E| Compiling anstyle v0.3.5 |
3422 | 2025-02-21T13:04:30.035Z | [ helios-setup] Feb 21 13:04:29.068 INFO E| Compiling either v1.8.0 |
3423 | 2025-02-21T13:04:30.297Z | [ helios-setup] Feb 21 13:04:29.331 INFO E| Compiling concolor-query v0.3.3 |
3424 | 2025-02-21T13:04:30.790Z | [ helios-setup] Feb 21 13:04:29.824 INFO E| Compiling rayon v1.6.1 |
3425 | 2025-02-21T13:04:30.950Z | [ helios-setup] Feb 21 13:04:29.983 INFO E| Compiling anstream v0.2.6 |
3426 | 2025-02-21T13:04:31.574Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3427 | 2025-02-21T13:04:32.327Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3428 | 2025-02-21T13:04:33.297Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
3429 | 2025-02-21T13:04:33.861Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3430 | 2025-02-21T13:04:34.347Z | [ helios-setup] Feb 21 13:04:33.380 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
3431 | 2025-02-21T13:04:34.407Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
3432 | 2025-02-21T13:04:34.825Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3433 | 2025-02-21T13:04:34.975Z | [ host-package] Compiling yasna v0.5.2 |
3434 | 2025-02-21T13:04:34.995Z | [ helios-setup] Feb 21 13:04:34.029 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
3435 | 2025-02-21T13:04:36.373Z | [ helios-setup] Feb 21 13:04:35.406 INFO E| Compiling rand v0.8.5 |
3436 | 2025-02-21T13:04:37.632Z | [ helios-setup] Feb 21 13:04:36.455 INFO E| Compiling rustfmt-wrapper v0.2.0 |
3437 | 2025-02-21T13:04:38.961Z | [ helios-setup] Feb 21 13:04:37.995 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
3438 | 2025-02-21T13:04:39.520Z | [ helios-setup] Feb 21 13:04:38.553 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3439 | 2025-02-21T13:04:39.645Z | [ helios-setup] Feb 21 13:04:38.679 INFO E| Compiling openapiv3 v1.0.2 |
3440 | 2025-02-21T13:04:40.496Z | [ helios-setup] Feb 21 13:04:39.529 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
3441 | 2025-02-21T13:04:40.974Z | [ helios-setup] Feb 21 13:04:40.007 INFO E| Compiling encoding_rs v0.8.32 |
3442 | 2025-02-21T13:04:41.407Z | [ host-package] Compiling twox-hash v2.1.0 |
3443 | 2025-02-21T13:04:41.542Z | [ helios-setup] Feb 21 13:04:40.575 INFO E| Compiling clap_lex v0.4.1 |
3444 | 2025-02-21T13:04:42.891Z | [ helios-setup] Feb 21 13:04:41.924 INFO E| Compiling spin v0.5.2 |
3445 | 2025-02-21T13:04:43.426Z | [ helios-setup] Feb 21 13:04:42.459 INFO E| Compiling base64 v0.13.1 |
3446 | 2025-02-21T13:04:43.457Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
3447 | 2025-02-21T13:04:45.104Z | [ helios-setup] Feb 21 13:04:44.137 INFO E| Compiling byteorder v1.4.3 |
3448 | 2025-02-21T13:04:45.166Z | [ host-package] Compiling is_ci v1.2.0 |
3449 | 2025-02-21T13:04:45.875Z | [ helios-setup] Feb 21 13:04:44.908 INFO E| Compiling ipnet v2.7.2 |
3450 | 2025-02-21T13:04:46.001Z | [ host-package] Compiling smawk v0.3.2 |
3451 | 2025-02-21T13:04:46.086Z | [ helios-setup] Feb 21 13:04:45.119 INFO E| Compiling untrusted v0.7.1 |
3452 | 2025-02-21T13:04:47.017Z | [ helios-setup] Feb 21 13:04:46.050 INFO E| Compiling mime v0.3.17 |
3453 | 2025-02-21T13:04:47.128Z | [ host-package] Compiling textwrap v0.16.1 |
3454 | 2025-02-21T13:04:47.359Z | [ helios-setup] Feb 21 13:04:46.391 INFO E| Compiling utf-8 v0.7.6 |
3455 | 2025-02-21T13:04:48.170Z | [ helios-setup] Feb 21 13:04:47.203 INFO E| Compiling unsafe-libyaml v0.2.8 |
3456 | 2025-02-21T13:04:49.109Z | [ host-package] Compiling supports-color v3.0.1 |
3457 | 2025-02-21T13:04:49.300Z | [ helios-setup] Feb 21 13:04:48.333 INFO E| Compiling project-root v0.2.2 |
3458 | 2025-02-21T13:04:50.054Z | [ helios-setup] Feb 21 13:04:49.086 INFO E| Compiling strsim v0.10.0 |
3459 | 2025-02-21T13:04:51.196Z | [ helios-setup] Feb 21 13:04:50.228 INFO E| Compiling serde_yaml v0.9.21 |
3460 | 2025-02-21T13:04:51.302Z | [ helios-setup] Feb 21 13:04:50.335 INFO E| Compiling clap_builder v4.2.1 |
3461 | 2025-02-21T13:04:51.527Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
3462 | 2025-02-21T13:04:51.843Z | [ helios-setup] Feb 21 13:04:50.876 INFO E| Compiling reqwest v0.11.16 |
3463 | 2025-02-21T13:04:53.891Z | [ host-package] Compiling rcgen v0.12.1 |
3464 | 2025-02-21T13:04:53.953Z | [ helios-setup] Feb 21 13:04:52.986 INFO E| Compiling tungstenite v0.18.0 |
3465 | 2025-02-21T13:04:55.563Z | [ helios-setup] Feb 21 13:04:54.596 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3466 | 2025-02-21T13:04:55.917Z | [ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3467 | 2025-02-21T13:05:02.716Z | [ helios-setup] Feb 21 13:05:01.749 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
3468 | 2025-02-21T13:05:02.769Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3469 | 2025-02-21T13:05:04.661Z | [ helios-setup] Feb 21 13:05:03.693 INFO E| Compiling clap_derive v4.2.0 |
3470 | 2025-02-21T13:05:12.287Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3471 | 2025-02-21T13:05:13.322Z | [ helios-setup] Feb 21 13:05:12.354 INFO E| Compiling clap v4.2.1 |
3472 | 2025-02-21T13:05:14.299Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3473 | 2025-02-21T13:05:17.077Z | [ helios-setup] Feb 21 13:05:16.109 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3474 | 2025-02-21T13:05:28.381Z | [ helios-setup] Feb 21 13:05:27.411 INFO E| Compiling tokio-tungstenite v0.18.0 |
3475 | 2025-02-21T13:05:29.976Z | [ helios-setup] Feb 21 13:05:29.007 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3476 | 2025-02-21T13:05:31.688Z | [ helios-setup] Feb 21 13:05:30.720 INFO E| Compiling smartstring v1.0.1 |
3477 | 2025-02-21T13:05:32.981Z | [ helios-setup] Feb 21 13:05:32.012 INFO E| Compiling rustls v0.21.0 |
3478 | 2025-02-21T13:05:34.923Z | [ helios-setup] Feb 21 13:05:33.955 INFO E| Compiling rustls-webpki v0.100.1 |
3479 | 2025-02-21T13:05:35.857Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3480 | 2025-02-21T13:05:38.877Z | [ helios-setup] Feb 21 13:05:37.908 INFO E| Compiling sct v0.7.0 |
3481 | 2025-02-21T13:05:40.261Z | [ helios-setup] Feb 21 13:05:39.293 INFO E| Compiling serde_spanned v0.6.1 |
3482 | 2025-02-21T13:05:41.210Z | [ helios-setup] Feb 21 13:05:40.242 INFO E| Compiling toml_datetime v0.6.1 |
3483 | 2025-02-21T13:05:42.679Z | [ helios-setup] Feb 21 13:05:41.710 INFO E| Compiling async-trait v0.1.68 |
3484 | 2025-02-21T13:05:43.805Z | [ helios-setup] Feb 21 13:05:42.837 INFO E| Compiling paste v1.0.12 |
3485 | 2025-02-21T13:05:44.235Z | [ helios-setup] Feb 21 13:05:43.266 INFO E| Compiling match_cfg v0.1.0 |
3486 | 2025-02-21T13:05:44.731Z | [ helios-setup] Feb 21 13:05:43.762 INFO E| Compiling camino v1.1.4 |
3487 | 2025-02-21T13:05:44.875Z | [ helios-setup] Feb 21 13:05:43.906 INFO E| Compiling static_assertions v1.1.0 |
3488 | 2025-02-21T13:05:44.965Z | [ helios-setup] Feb 21 13:05:43.996 INFO E| Compiling slog-async v2.7.0 |
3489 | 2025-02-21T13:05:45.114Z | [ helios-setup] Feb 21 13:05:44.145 INFO E| Compiling winnow v0.4.1 |
3490 | 2025-02-21T13:05:46.720Z | [ helios-setup] Feb 21 13:05:45.751 INFO E| Compiling hostname v0.3.1 |
3491 | 2025-02-21T13:05:48.125Z | [ helios-setup] Feb 21 13:05:47.156 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
3492 | 2025-02-21T13:05:48.171Z | [ helios-setup] Feb 21 13:05:47.202 INFO E| Compiling slog-json v2.6.1 |
3493 | 2025-02-21T13:05:49.287Z | [ helios-setup] Feb 21 13:05:48.318 INFO E| Compiling bincode v1.3.3 |
3494 | 2025-02-21T13:05:51.022Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3495 | 2025-02-21T13:05:51.437Z | [ helios-setup] Feb 21 13:05:50.467 INFO E| Compiling unicode-linebreak v0.1.4 |
3496 | 2025-02-21T13:05:52.371Z | [ helios-setup] Feb 21 13:05:51.402 INFO E| Compiling toml_edit v0.19.8 |
3497 | 2025-02-21T13:05:56.297Z | [ helios-setup] Feb 21 13:05:55.328 INFO E| Compiling async-stream-impl v0.3.5 |
3498 | 2025-02-21T13:05:58.949Z | [ helios-setup] Feb 21 13:05:57.980 INFO E| Compiling rhai_codegen v1.5.0 |
3499 | 2025-02-21T13:05:59.561Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3500 | 2025-02-21T13:06:00.755Z | [ helios-setup] Feb 21 13:05:59.785 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3501 | 2025-02-21T13:06:01.871Z | [ helios-setup] Feb 21 13:06:00.902 INFO E| Compiling take_mut v0.2.2 |
3502 | 2025-02-21T13:06:03.741Z | [ helios-setup] Feb 21 13:06:02.772 INFO E| Compiling rhai v1.14.0 |
3503 | 2025-02-21T13:06:04.022Z | [ helios-setup] Feb 21 13:06:03.052 INFO E| Compiling toml v0.7.3 |
3504 | 2025-02-21T13:06:07.795Z | [ helios-setup] Feb 21 13:06:06.826 INFO E| Compiling async-stream v0.3.5 |
3505 | 2025-02-21T13:06:07.968Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3506 | 2025-02-21T13:06:09.226Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3507 | 2025-02-21T13:06:09.415Z | [ helios-setup] Feb 21 13:06:08.446 INFO E| Compiling tokio-rustls v0.24.0 |
3508 | 2025-02-21T13:06:10.325Z | [ helios-setup] Feb 21 13:06:09.355 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
3509 | 2025-02-21T13:06:14.109Z | [ helios-setup] Feb 21 13:06:13.139 INFO E| Compiling slog-bunyan v2.4.0 |
3510 | 2025-02-21T13:06:17.201Z | [ helios-setup] Feb 21 13:06:16.230 INFO E| Compiling rustls-pemfile v1.0.2 |
3511 | 2025-02-21T13:06:18.521Z | [ helios-setup] Feb 21 13:06:17.551 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3512 | 2025-02-21T13:06:18.682Z | [ helios-setup] Feb 21 13:06:17.712 INFO E| Compiling serde_path_to_error v0.1.11 |
3513 | 2025-02-21T13:06:18.887Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3514 | 2025-02-21T13:06:19.980Z | [ helios-setup] Feb 21 13:06:19.008 INFO E| Compiling terminal_size v0.2.6 |
3515 | 2025-02-21T13:06:20.625Z | [ helios-setup] Feb 21 13:06:19.655 INFO E| Compiling smawk v0.3.1 |
3516 | 2025-02-21T13:06:20.831Z | [ helios-setup] Feb 21 13:06:19.861 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client) |
3517 | 2025-02-21T13:06:21.527Z | [ helios-setup] Feb 21 13:06:20.557 INFO E| Compiling textwrap v0.16.0 |
3518 | 2025-02-21T13:06:31.013Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3519 | 2025-02-21T13:06:31.910Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3520 | 2025-02-21T13:06:38.763Z | [ host-package] Compiling fatfs v0.3.6 |
3521 | 2025-02-21T13:06:44.205Z | [ host-package] Compiling rtoolbox v0.0.2 |
3522 | 2025-02-21T13:06:44.398Z | [ helios-setup] Feb 21 13:06:43.426 INFO E| Compiling git2 v0.16.1 |
3523 | 2025-02-21T13:06:44.821Z | [ host-package] Compiling subprocess v0.2.9 |
3524 | 2025-02-21T13:06:45.539Z | [ host-package] Compiling assert_matches v1.5.0 |
3525 | 2025-02-21T13:06:48.430Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3526 | 2025-02-21T13:06:49.234Z | [ helios-setup] Feb 21 13:06:48.263 INFO E| Compiling built v0.6.0 |
3527 | 2025-02-21T13:06:50.739Z | [ host-package] Compiling rpassword v7.3.1 |
3528 | 2025-02-21T13:06:50.756Z | [ helios-setup] Feb 21 13:06:49.779 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3529 | 2025-02-21T13:06:51.311Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3530 | 2025-02-21T13:06:52.441Z | [ helios-setup] Feb 21 13:06:51.468 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
3531 | 2025-02-21T13:06:53.233Z | [ helios-setup] Feb 21 13:06:52.261 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
3532 | 2025-02-21T13:06:55.149Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3533 | 2025-02-21T13:06:58.642Z | [ host-package] Compiling tui-tree-widget v0.23.0 |
3534 | 2025-02-21T13:06:59.765Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3535 | 2025-02-21T13:07:05.610Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3536 | 2025-02-21T13:07:11.177Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3537 | 2025-02-21T13:07:11.781Z | [ host-package] Compiling uzers v0.12.1 |
3538 | 2025-02-21T13:07:15.502Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3539 | 2025-02-21T13:07:19.858Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3540 | 2025-02-21T13:07:22.093Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3541 | 2025-02-21T13:07:22.205Z | [ helios-setup] Feb 21 13:07:21.233 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
3542 | 2025-02-21T13:07:33.677Z | [ helios-setup] Feb 21 13:07:32.705 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
3543 | 2025-02-21T13:08:00.734Z | [ helios-setup] Feb 21 13:07:59.760 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
3544 | 2025-02-21T13:08:07.179Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3545 | 2025-02-21T13:08:09.616Z | [ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3546 | 2025-02-21T13:08:15.515Z | [ host-package] Compiling multimap v0.10.0 |
3547 | 2025-02-21T13:08:55.962Z | [ helios-setup] Feb 21 13:08:54.986 INFO E| Finished `release` profile [optimized] target(s) in 6m 33s |
3548 | 2025-02-21T13:08:56.090Z | [ helios-setup] Feb 21 13:08:55.114 INFO building project "pilot" ok (393 seconds) |
3549 | 2025-02-21T13:08:56.093Z | [ helios-setup] rm -f helios-build |
3550 | 2025-02-21T13:08:56.095Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3551 | 2025-02-21T13:08:56.099Z | [ helios-setup] |
3552 | 2025-02-21T13:08:56.101Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3553 | 2025-02-21T13:08:56.103Z | [ helios-setup] |
3554 | 2025-02-21T13:08:56.104Z | [ helios-setup] |
3555 | 2025-02-21T13:08:56.104Z | [ helios-setup] real 11:36.122837576 |
3556 | 2025-02-21T13:08:56.104Z | [ helios-setup] user 28:15.114681672 |
3557 | 2025-02-21T13:08:56.104Z | [ helios-setup] sys 2:48.720561040 |
3558 | 2025-02-21T13:08:56.104Z | [ helios-setup] trap 1.805008612 |
3559 | 2025-02-21T13:08:56.104Z | [ helios-setup] tflt 6.329990526 |
3560 | 2025-02-21T13:08:56.104Z | [ helios-setup] dflt 21.443112451 |
3561 | 2025-02-21T13:08:56.104Z | [ helios-setup] kflt 0.005400365 |
3562 | 2025-02-21T13:08:56.104Z | [ helios-setup] lock 1:56:08.062318133 |
3563 | 2025-02-21T13:08:56.118Z | [ helios-setup] slp 3:32:00.410812672 |
3564 | 2025-02-21T13:08:56.118Z | [ helios-setup] lat 31:28.183694232 |
3565 | 2025-02-21T13:08:56.118Z | [ helios-setup] stop 5:00.194577898 |
3566 | 2025-02-21T13:08:56.118Z | Feb 21 13:08:55.129 INFO [helios-setup] process exited with exit status: 0 (696.128763364s) |
3567 | 2025-02-21T13:08:56.118Z | Feb 21 13:08:55.129 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3568 | 2025-02-21T13:08:56.157Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos' |
3569 | 2025-02-21T13:08:56.387Z | [ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26) |
3570 | 2025-02-21T13:08:56.389Z | [ phbl-toolchain] info: downloading component 'cargo' |
3571 | 2025-02-21T13:08:57.978Z | [ phbl-toolchain] info: downloading component 'clippy' |
3572 | 2025-02-21T13:08:58.358Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3573 | 2025-02-21T13:09:03.252Z | [ phbl-toolchain] info: downloading component 'miri' |
3574 | 2025-02-21T13:09:03.429Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3575 | 2025-02-21T13:09:04.683Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3576 | 2025-02-21T13:09:04.892Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3577 | 2025-02-21T13:09:06.675Z | [ phbl-toolchain] info: downloading component 'rustc' |
3578 | 2025-02-21T13:09:15.429Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3579 | 2025-02-21T13:09:16.055Z | [ phbl-toolchain] info: installing component 'cargo' |
3580 | 2025-02-21T13:09:17.339Z | [ phbl-toolchain] info: installing component 'clippy' |
3581 | 2025-02-21T13:09:17.848Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3582 | 2025-02-21T13:09:23.669Z | [ phbl-toolchain] info: installing component 'miri' |
3583 | 2025-02-21T13:09:24.040Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3584 | 2025-02-21T13:09:31.106Z | [ phbl-toolchain] info: installing component 'rust-src' |
3585 | 2025-02-21T13:09:31.980Z | [ phbl-toolchain] info: installing component 'rust-std' |
3586 | 2025-02-21T13:09:34.340Z | [ phbl-toolchain] info: installing component 'rustc' |
3587 | 2025-02-21T13:09:43.521Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3588 | 2025-02-21T13:09:44.238Z | [ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25) |
3589 | 2025-02-21T13:09:44.241Z | Feb 21 13:09:43.264 INFO [phbl-toolchain] process exited with exit status: 0 (48.134679099s) |
3590 | 2025-02-21T13:10:58.067Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3591 | 2025-02-21T13:10:58.384Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3592 | 2025-02-21T13:17:59.131Z | [ host-package] Finished `release` profile [optimized] target(s) in 19m 51s |
3593 | 2025-02-21T13:19:10.084Z | Feb 21 13:19:09.086 INFO [host-package] process exited with exit status: 0 (1262.760972587s) |
3594 | 2025-02-21T13:19:10.084Z | Feb 21 13:19:09.086 INFO [host-stamp] running task |
3595 | 2025-02-21T13:19:10.087Z | Feb 21 13:19:09.087 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3596 | 2025-02-21T13:19:10.094Z | Feb 21 13:19:09.097 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+git517bc6313a6 |
3597 | 2025-02-21T13:19:10.102Z | Feb 21 13:19:09.105 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+git517bc6313a6 |
3598 | 2025-02-21T13:19:10.108Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3599 | 2025-02-21T13:19:10.111Z | Feb 21 13:19:09.114 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+git517bc6313a6 |
3600 | 2025-02-21T13:19:10.119Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3601 | 2025-02-21T13:19:10.122Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3602 | 2025-02-21T13:19:10.125Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3603 | 2025-02-21T13:19:10.125Z | Feb 21 13:19:09.127 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+git517bc6313a6 |
3604 | 2025-02-21T13:19:10.136Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3605 | 2025-02-21T13:19:10.141Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3606 | 2025-02-21T13:19:10.143Z | Feb 21 13:19:09.143 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+git517bc6313a6 |
3607 | 2025-02-21T13:19:10.153Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3608 | 2025-02-21T13:19:10.156Z | Feb 21 13:19:09.156 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+git517bc6313a6 |
3609 | 2025-02-21T13:19:10.172Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3610 | 2025-02-21T13:19:10.175Z | Feb 21 13:19:09.175 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+git517bc6313a6 |
3611 | 2025-02-21T13:19:10.191Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3612 | 2025-02-21T13:19:10.195Z | Feb 21 13:19:09.194 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+git517bc6313a6 |
3613 | 2025-02-21T13:19:10.207Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3614 | 2025-02-21T13:19:10.210Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3615 | 2025-02-21T13:19:10.210Z | Feb 21 13:19:09.213 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (99.179422ms) |
3616 | 2025-02-21T13:19:10.213Z | Feb 21 13:19:09.213 INFO [stamp-oxlog] process exited with exit status: 0 (116.607661ms) |
3617 | 2025-02-21T13:19:10.213Z | Feb 21 13:19:09.214 INFO [stamp-overlay] process exited with exit status: 0 (38.70674ms) |
3618 | 2025-02-21T13:19:10.221Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3619 | 2025-02-21T13:19:10.257Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3620 | 2025-02-21T13:19:10.261Z | Feb 21 13:19:09.263 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (120.324426ms) |
3621 | 2025-02-21T13:19:10.339Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3622 | 2025-02-21T13:19:10.343Z | Feb 21 13:19:09.345 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (240.118931ms) |
3623 | 2025-02-21T13:19:10.538Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3624 | 2025-02-21T13:19:10.541Z | Feb 21 13:19:09.538 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (411.524512ms) |
3625 | 2025-02-21T13:19:11.275Z | [recovery-package] Compiling newtype-uuid v1.2.1 |
3626 | 2025-02-21T13:19:11.320Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3627 | 2025-02-21T13:19:11.325Z | Feb 21 13:19:10.327 INFO [stamp-propolis-server] process exited with exit status: 0 (1.171083846s) |
3628 | 2025-02-21T13:19:11.838Z | [recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
3629 | 2025-02-21T13:19:12.180Z | [recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3630 | 2025-02-21T13:19:12.180Z | [recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3631 | 2025-02-21T13:19:12.183Z | [recovery-package] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
3632 | 2025-02-21T13:19:12.224Z | [recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
3633 | 2025-02-21T13:19:12.846Z | [recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
3634 | 2025-02-21T13:19:20.671Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3635 | 2025-02-21T13:19:20.675Z | Feb 21 13:19:19.676 INFO [stamp-switch-asic] process exited with exit status: 0 (10.482365745s) |
3636 | 2025-02-21T13:19:20.676Z | Feb 21 13:19:19.676 INFO [host-stamp] task succeeded (10.589926002s) |
3637 | 2025-02-21T13:19:20.676Z | Feb 21 13:19:19.676 INFO [host-proto] running task |
3638 | 2025-02-21T13:19:21.096Z | Feb 21 13:19:20.097 INFO [host-proto] task succeeded (420.762422ms) |
3639 | 2025-02-21T13:19:21.096Z | Feb 21 13:19:20.097 INFO [host-profile] running task |
3640 | 2025-02-21T13:19:21.100Z | Feb 21 13:19:20.097 INFO [host-profile] task succeeded (270.755µs) |
3641 | 2025-02-21T13:19:21.100Z | Feb 21 13:19:20.098 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/.tmpyXqKXH/proto/host/root -N 'ci 517bc63/${os_short_commit} 2025-02-21 12:57' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3642 | 2025-02-21T13:19:21.116Z | [ host-image] Feb 21 13:19:20.118 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3643 | 2025-02-21T13:19:21.116Z | [ host-image] Feb 21 13:19:20.118 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3644 | 2025-02-21T13:19:21.134Z | [ host-image] Feb 21 13:19:20.134 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpyXqKXH/proto/host/root" |
3645 | 2025-02-21T13:19:21.134Z | [ host-image] Feb 21 13:19:20.134 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3646 | 2025-02-21T13:19:21.139Z | [ host-image] Feb 21 13:19:20.135 INFO image builder template: ramdisk-01-os... |
3647 | 2025-02-21T13:19:21.139Z | [ host-image] Feb 21 13:19:20.135 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/.tmpyXqKXH/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 |
3648 | 2025-02-21T13:19:21.154Z | [ host-image] Feb 21 13:19:20.155 INFO O| Feb 21 13:19:20.155 INFO CREATE DATASET: rpool/images/build/host/output |
3649 | 2025-02-21T13:19:21.319Z | [recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
3650 | 2025-02-21T13:19:21.319Z | [recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3651 | 2025-02-21T13:19:21.333Z | [recovery-package] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3652 | 2025-02-21T13:19:21.333Z | [recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3653 | 2025-02-21T13:19:21.468Z | [ host-image] Feb 21 13:19:20.464 INFO O| Feb 21 13:19:20.463 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3654 | 2025-02-21T13:19:21.487Z | [ host-image] Feb 21 13:19:20.471 INFO O| Feb 21 13:19:20.471 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3655 | 2025-02-21T13:19:21.775Z | [ host-image] Feb 21 13:19:20.777 INFO O| Feb 21 13:19:20.777 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3656 | 2025-02-21T13:19:21.936Z | [ host-image] Feb 21 13:19:20.938 INFO O| Feb 21 13:19:20.937 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3657 | 2025-02-21T13:19:21.936Z | [ host-image] Feb 21 13:19:20.938 INFO O| Feb 21 13:19:20.938 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3658 | 2025-02-21T13:19:21.956Z | [ host-image] Feb 21 13:19:20.938 INFO O| Feb 21 13:19:20.938 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3659 | 2025-02-21T13:19:21.956Z | [ host-image] Feb 21 13:19:20.938 INFO O| Feb 21 13:19:20.938 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3660 | 2025-02-21T13:19:21.960Z | [ host-image] Feb 21 13:19:20.953 INFO O| Feb 21 13:19:20.953 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3661 | 2025-02-21T13:19:22.315Z | [ host-image] Feb 21 13:19:21.305 INFO O| Feb 21 13:19:21.305 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3662 | 2025-02-21T13:19:22.332Z | [ host-image] Feb 21 13:19:21.325 INFO O| Feb 21 13:19:21.325 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3663 | 2025-02-21T13:19:23.132Z | [ host-image] Feb 21 13:19:22.133 INFO O| Feb 21 13:19:22.132 INFO O| Caching catalogs ... Done |
3664 | 2025-02-21T13:19:23.287Z | [ host-image] Feb 21 13:19:22.289 INFO O| Feb 21 13:19:22.288 INFO STEP 0 (pkg_image_create) COMPLETE |
3665 | 2025-02-21T13:19:23.296Z | [ host-image] Feb 21 13:19:22.289 INFO O| Feb 21 13:19:22.289 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3666 | 2025-02-21T13:19:23.297Z | [ host-image] Feb 21 13:19:22.289 INFO O| Feb 21 13:19:22.289 INFO skip step because feature "repo_redist" is not enabled |
3667 | 2025-02-21T13:19:23.297Z | [ host-image] Feb 21 13:19:22.289 INFO O| Feb 21 13:19:22.289 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3668 | 2025-02-21T13:19:23.305Z | [ host-image] Feb 21 13:19:22.307 INFO O| Feb 21 13:19:22.307 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"] |
3669 | 2025-02-21T13:19:23.963Z | [ host-image] Feb 21 13:19:22.965 INFO O| Feb 21 13:19:22.965 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3670 | 2025-02-21T13:19:23.963Z | [ host-image] Feb 21 13:19:22.965 INFO O| Feb 21 13:19:22.965 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3671 | 2025-02-21T13:19:23.985Z | [ host-image] Feb 21 13:19:22.984 INFO O| Feb 21 13:19:22.984 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"] |
3672 | 2025-02-21T13:19:24.478Z | [ host-image] Feb 21 13:19:23.479 INFO O| Feb 21 13:19:23.479 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3673 | 2025-02-21T13:19:24.478Z | [ host-image] Feb 21 13:19:23.479 INFO O| Feb 21 13:19:23.479 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3674 | 2025-02-21T13:19:24.481Z | [ host-image] Feb 21 13:19:23.479 INFO O| Feb 21 13:19:23.479 INFO skip step because feature "repo_redist" is not enabled |
3675 | 2025-02-21T13:19:24.481Z | [ host-image] Feb 21 13:19:23.479 INFO O| Feb 21 13:19:23.479 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3676 | 2025-02-21T13:19:25.061Z | [ host-image] Feb 21 13:19:24.063 INFO O| Feb 21 13:19:24.063 INFO variant opensolaris.zone is already global |
3677 | 2025-02-21T13:19:25.061Z | [ host-image] Feb 21 13:19:24.063 INFO O| Feb 21 13:19:24.063 INFO STEP 5 (pkg_change_variant) COMPLETE |
3678 | 2025-02-21T13:19:25.083Z | [ host-image] Feb 21 13:19:24.063 INFO O| Feb 21 13:19:24.063 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3679 | 2025-02-21T13:19:25.647Z | [ host-image] Feb 21 13:19:24.648 INFO O| Feb 21 13:19:24.648 INFO variant opensolaris.imagetype is full; changing to partial |
3680 | 2025-02-21T13:19:25.647Z | [ host-image] Feb 21 13:19:24.648 INFO O| Feb 21 13:19:24.648 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3681 | 2025-02-21T13:19:25.977Z | [recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3682 | 2025-02-21T13:19:28.468Z | [recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3683 | 2025-02-21T13:19:30.067Z | [recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3684 | 2025-02-21T13:19:30.549Z | [recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3685 | 2025-02-21T13:19:33.510Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3686 | 2025-02-21T13:19:34.666Z | [recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3687 | 2025-02-21T13:19:38.334Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3688 | 2025-02-21T13:19:42.373Z | [ host-image] Feb 21 13:19:38.082 INFO O| Feb 21 13:19:38.082 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3689 | 2025-02-21T13:19:44.963Z | [ host-image] Feb 21 13:19:43.964 INFO O| Feb 21 13:19:43.964 INFO O| Startup: Caching catalogs ... Done |
3690 | 2025-02-21T13:19:45.042Z | [ host-image] Feb 21 13:19:44.043 INFO O| Feb 21 13:19:44.043 INFO O| Planning: Planning completed in 0.00 seconds |
3691 | 2025-02-21T13:19:45.045Z | [ host-image] Feb 21 13:19:44.043 INFO O| Feb 21 13:19:44.043 INFO O| Planning: Consolidating action changes ... Done |
3692 | 2025-02-21T13:19:45.045Z | [ host-image] Feb 21 13:19:44.043 INFO O| Feb 21 13:19:44.043 INFO O| Planning: Evaluating mediators ... Done |
3693 | 2025-02-21T13:19:45.045Z | [ host-image] Feb 21 13:19:44.043 INFO O| Feb 21 13:19:44.043 INFO O| Planning: Planning completed in 0.00 seconds |
3694 | 2025-02-21T13:19:45.045Z | [ host-image] Feb 21 13:19:44.044 INFO O| Feb 21 13:19:44.044 INFO O| Variants/Facets to change: 1 |
3695 | 2025-02-21T13:19:45.060Z | [ host-image] Feb 21 13:19:44.061 INFO O| Feb 21 13:19:44.061 INFO O| Done |
3696 | 2025-02-21T13:19:45.060Z | [ host-image] Feb 21 13:19:44.061 INFO O| Feb 21 13:19:44.061 INFO O| Done |
3697 | 2025-02-21T13:19:45.625Z | [ host-image] Feb 21 13:19:44.624 INFO O| Feb 21 13:19:44.624 INFO O| Done |
3698 | 2025-02-21T13:19:45.687Z | [ host-image] Feb 21 13:19:44.687 INFO O| Feb 21 13:19:44.687 INFO O| Done |
3699 | 2025-02-21T13:19:45.692Z | [ host-image] Feb 21 13:19:44.689 INFO O| Feb 21 13:19:44.689 INFO O| Done |
3700 | 2025-02-21T13:19:45.692Z | [ host-image] Feb 21 13:19:44.689 INFO O| Feb 21 13:19:44.689 INFO O| Done |
3701 | 2025-02-21T13:19:45.692Z | [ host-image] Feb 21 13:19:44.691 INFO O| Feb 21 13:19:44.691 INFO O| Done |
3702 | 2025-02-21T13:19:46.298Z | [ host-image] Feb 21 13:19:45.299 INFO O| Feb 21 13:19:45.298 INFO STEP 6 (pkg_change_variant) COMPLETE |
3703 | 2025-02-21T13:19:46.299Z | [ host-image] Feb 21 13:19:45.299 INFO O| Feb 21 13:19:45.299 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3704 | 2025-02-21T13:19:46.314Z | [ host-image] Feb 21 13:19:45.299 INFO O| Feb 21 13:19:45.299 INFO skip step because feature "debug_variant" is not enabled |
3705 | 2025-02-21T13:19:46.314Z | [ host-image] Feb 21 13:19:45.299 INFO O| Feb 21 13:19:45.299 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3706 | 2025-02-21T13:19:46.943Z | [ host-image] Feb 21 13:19:45.944 INFO O| Feb 21 13:19:45.943 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3707 | 2025-02-21T13:19:47.933Z | [ host-image] Feb 21 13:19:46.934 INFO O| Feb 21 13:19:46.934 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3708 | 2025-02-21T13:19:47.936Z | [ host-image] Feb 21 13:19:46.936 INFO O| Feb 21 13:19:46.936 INFO O| Planning: Planning completed in 0.00 seconds |
3709 | 2025-02-21T13:19:47.937Z | [ host-image] Feb 21 13:19:46.937 INFO O| Feb 21 13:19:46.937 INFO O| Planning: Consolidating action changes ... Done |
3710 | 2025-02-21T13:19:47.937Z | [ host-image] Feb 21 13:19:46.937 INFO O| Feb 21 13:19:46.937 INFO O| Planning: Evaluating mediators ... Done |
3711 | 2025-02-21T13:19:47.937Z | [ host-image] Feb 21 13:19:46.937 INFO O| Feb 21 13:19:46.937 INFO O| Planning: Planning completed in 0.00 seconds |
3712 | 2025-02-21T13:19:47.941Z | [ host-image] Feb 21 13:19:46.938 INFO O| Feb 21 13:19:46.938 INFO O| Variants/Facets to change: 1 |
3713 | 2025-02-21T13:19:48.033Z | [ host-image] Feb 21 13:19:47.034 INFO O| Feb 21 13:19:47.034 INFO O| Done |
3714 | 2025-02-21T13:19:48.033Z | [ host-image] Feb 21 13:19:47.034 INFO O| Feb 21 13:19:47.034 INFO O| Done |
3715 | 2025-02-21T13:19:48.753Z | [ host-image] Feb 21 13:19:47.753 INFO O| Feb 21 13:19:47.753 INFO O| Done |
3716 | 2025-02-21T13:19:48.845Z | [ host-image] Feb 21 13:19:47.837 INFO O| Feb 21 13:19:47.837 INFO O| Done |
3717 | 2025-02-21T13:19:48.856Z | [ host-image] Feb 21 13:19:47.838 INFO O| Feb 21 13:19:47.838 INFO O| Done |
3718 | 2025-02-21T13:19:48.856Z | [ host-image] Feb 21 13:19:47.838 INFO O| Feb 21 13:19:47.838 INFO O| Done |
3719 | 2025-02-21T13:19:48.856Z | [ host-image] Feb 21 13:19:47.840 INFO O| Feb 21 13:19:47.840 INFO O| Done |
3720 | 2025-02-21T13:19:48.954Z | [ host-image] Feb 21 13:19:47.924 INFO O| Feb 21 13:19:47.924 INFO STEP 8 (pkg_change_facet) COMPLETE |
3721 | 2025-02-21T13:19:48.954Z | [ host-image] Feb 21 13:19:47.925 INFO O| Feb 21 13:19:47.924 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3722 | 2025-02-21T13:19:48.963Z | [ host-image] Feb 21 13:19:47.925 INFO O| Feb 21 13:19:47.924 INFO skip step because feature "recovery" is not enabled |
3723 | 2025-02-21T13:19:48.963Z | [ host-image] Feb 21 13:19:47.925 INFO O| Feb 21 13:19:47.924 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3724 | 2025-02-21T13:19:48.964Z | [ host-image] Feb 21 13:19:47.925 INFO O| Feb 21 13:19:47.924 INFO skip step because feature "recovery" is not enabled |
3725 | 2025-02-21T13:19:48.964Z | [ host-image] Feb 21 13:19:47.925 INFO O| Feb 21 13:19:47.924 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3726 | 2025-02-21T13:19:48.964Z | [ host-image] Feb 21 13:19:47.941 INFO O| Feb 21 13:19:47.941 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"] |
3727 | 2025-02-21T13:19:49.461Z | [ host-image] Feb 21 13:19:48.462 INFO O| Feb 21 13:19:48.462 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3728 | 2025-02-21T13:19:56.250Z | [recovery-package] Finished `release` profile [optimized] target(s) in 45.88s |
3729 | 2025-02-21T13:20:02.225Z | Feb 21 13:20:01.225 INFO [recovery-package] process exited with exit status: 0 (52.138072337s) |
3730 | 2025-02-21T13:20:02.225Z | Feb 21 13:20:01.225 INFO [recovery-stamp] running task |
3731 | 2025-02-21T13:20:02.228Z | Feb 21 13:20:01.225 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3732 | 2025-02-21T13:20:02.228Z | Feb 21 13:20:01.225 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 13.0.0-0.ci+git517bc6313a6 |
3733 | 2025-02-21T13:20:02.246Z | Feb 21 13:20:01.246 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+git517bc6313a6 |
3734 | 2025-02-21T13:20:02.256Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3735 | 2025-02-21T13:20:02.266Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3736 | 2025-02-21T13:20:02.348Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3737 | 2025-02-21T13:20:02.352Z | Feb 21 13:20:01.353 INFO [stamp-installinator] process exited with exit status: 0 (117.80509ms) |
3738 | 2025-02-21T13:20:02.376Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3739 | 2025-02-21T13:20:02.380Z | Feb 21 13:20:01.381 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (134.790095ms) |
3740 | 2025-02-21T13:20:02.383Z | Feb 21 13:20:01.381 INFO [recovery-stamp] task succeeded (156.233014ms) |
3741 | 2025-02-21T13:20:02.383Z | Feb 21 13:20:01.381 INFO [recovery-proto] running task |
3742 | 2025-02-21T13:20:02.383Z | Feb 21 13:20:01.381 INFO [tuf-stamp] running task |
3743 | 2025-02-21T13:20:02.383Z | Feb 21 13:20:01.382 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+git517bc6313a6 |
3744 | 2025-02-21T13:20:02.400Z | Feb 21 13:20:01.400 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+git517bc6313a6 |
3745 | 2025-02-21T13:20:02.418Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3746 | 2025-02-21T13:20:02.420Z | Feb 21 13:20:01.418 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+git517bc6313a6 |
3747 | 2025-02-21T13:20:02.431Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3748 | 2025-02-21T13:20:02.435Z | Feb 21 13:20:01.435 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+git517bc6313a6 |
3749 | 2025-02-21T13:20:02.457Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3750 | 2025-02-21T13:20:02.460Z | Feb 21 13:20:01.457 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+git517bc6313a6 |
3751 | 2025-02-21T13:20:02.479Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3752 | 2025-02-21T13:20:02.483Z | Feb 21 13:20:01.480 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+git517bc6313a6 |
3753 | 2025-02-21T13:20:02.515Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3754 | 2025-02-21T13:20:02.518Z | Feb 21 13:20:01.516 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+git517bc6313a6 |
3755 | 2025-02-21T13:20:02.566Z | Feb 21 13:20:01.566 INFO [recovery-proto] task succeeded (185.103214ms) |
3756 | 2025-02-21T13:20:02.569Z | Feb 21 13:20:01.567 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/.tmpyXqKXH/proto/recovery/root -N 'recovery 517bc63/${os_short_commit} 2025-02-21 12:57' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3757 | 2025-02-21T13:20:02.617Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3758 | 2025-02-21T13:20:02.625Z | [ recovery-image] Feb 21 13:20:01.625 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3759 | 2025-02-21T13:20:02.625Z | [ recovery-image] Feb 21 13:20:01.625 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3760 | 2025-02-21T13:20:02.644Z | Feb 21 13:20:01.644 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+git517bc6313a6 |
3761 | 2025-02-21T13:20:02.644Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3762 | 2025-02-21T13:20:02.695Z | [ recovery-image] Feb 21 13:20:01.676 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpyXqKXH/proto/recovery/root" |
3763 | 2025-02-21T13:20:02.696Z | [ recovery-image] Feb 21 13:20:01.676 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3764 | 2025-02-21T13:20:02.699Z | [ recovery-image] Feb 21 13:20:01.676 INFO image builder template: ramdisk-01-os... |
3765 | 2025-02-21T13:20:02.699Z | [ recovery-image] Feb 21 13:20:01.676 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/.tmpyXqKXH/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 |
3766 | 2025-02-21T13:20:02.699Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3767 | 2025-02-21T13:20:02.699Z | Feb 21 13:20:01.696 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+git517bc6313a6 |
3768 | 2025-02-21T13:20:02.718Z | [ recovery-image] Feb 21 13:20:01.719 INFO O| Feb 21 13:20:01.716 INFO CREATE DATASET: rpool/images/build/recovery/output |
3769 | 2025-02-21T13:20:02.735Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3770 | 2025-02-21T13:20:02.766Z | Feb 21 13:20:01.767 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+git517bc6313a6 |
3771 | 2025-02-21T13:20:02.916Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3772 | 2025-02-21T13:20:02.927Z | Feb 21 13:20:01.927 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+git517bc6313a6 |
3773 | 2025-02-21T13:20:03.005Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3774 | 2025-02-21T13:20:03.011Z | [ recovery-image] Feb 21 13:20:02.011 INFO O| Feb 21 13:20:01.994 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3775 | 2025-02-21T13:20:03.013Z | [ recovery-image] Feb 21 13:20:02.011 INFO O| Feb 21 13:20:02.000 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3776 | 2025-02-21T13:20:03.045Z | Feb 21 13:20:02.045 INFO [stamp-probe] process exited with exit status: 0 (587.421585ms) |
3777 | 2025-02-21T13:20:03.077Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3778 | 2025-02-21T13:20:03.229Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
3779 | 2025-02-21T13:20:03.277Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3780 | 2025-02-21T13:20:03.418Z | [ recovery-image] Feb 21 13:20:02.418 INFO O| Feb 21 13:20:02.418 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3781 | 2025-02-21T13:20:03.535Z | [ recovery-image] Feb 21 13:20:02.535 INFO O| Feb 21 13:20:02.534 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3782 | 2025-02-21T13:20:03.538Z | [ recovery-image] Feb 21 13:20:02.535 INFO O| Feb 21 13:20:02.535 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3783 | 2025-02-21T13:20:03.538Z | [ recovery-image] Feb 21 13:20:02.535 INFO O| Feb 21 13:20:02.535 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3784 | 2025-02-21T13:20:03.538Z | [ recovery-image] Feb 21 13:20:02.535 INFO O| Feb 21 13:20:02.535 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3785 | 2025-02-21T13:20:03.545Z | [ recovery-image] Feb 21 13:20:02.545 INFO O| Feb 21 13:20:02.545 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3786 | 2025-02-21T13:20:03.765Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3787 | 2025-02-21T13:20:03.822Z | Feb 21 13:20:02.823 INFO [stamp-ntp] process exited with exit status: 0 (1.055747313s) |
3788 | 2025-02-21T13:20:04.041Z | [ recovery-image] Feb 21 13:20:03.041 INFO O| Feb 21 13:20:03.041 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3789 | 2025-02-21T13:20:04.116Z | [ recovery-image] Feb 21 13:20:03.115 INFO O| Feb 21 13:20:03.115 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3790 | 2025-02-21T13:20:04.663Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3791 | 2025-02-21T13:20:04.721Z | Feb 21 13:20:03.722 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.321571448s) |
3792 | 2025-02-21T13:20:04.824Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3793 | 2025-02-21T13:20:04.831Z | Feb 21 13:20:03.832 INFO [stamp-internal-dns] process exited with exit status: 0 (2.413865339s) |
3794 | 2025-02-21T13:20:04.883Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3795 | 2025-02-21T13:20:04.893Z | Feb 21 13:20:03.893 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.96583998s) |
3796 | 2025-02-21T13:20:05.028Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3797 | 2025-02-21T13:20:05.032Z | [ recovery-image] Feb 21 13:20:04.032 INFO O| Feb 21 13:20:04.032 INFO O| Caching catalogs ... Done |
3798 | 2025-02-21T13:20:05.077Z | Feb 21 13:20:04.078 INFO [stamp-external-dns] process exited with exit status: 0 (2.425308461s) |
3799 | 2025-02-21T13:20:05.141Z | [ recovery-image] Feb 21 13:20:04.141 INFO O| Feb 21 13:20:04.141 INFO STEP 0 (pkg_image_create) COMPLETE |
3800 | 2025-02-21T13:20:05.141Z | [ recovery-image] Feb 21 13:20:04.141 INFO O| Feb 21 13:20:04.141 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3801 | 2025-02-21T13:20:05.141Z | [ recovery-image] Feb 21 13:20:04.141 INFO O| Feb 21 13:20:04.141 INFO skip step because feature "repo_redist" is not enabled |
3802 | 2025-02-21T13:20:05.141Z | [ recovery-image] Feb 21 13:20:04.141 INFO O| Feb 21 13:20:04.141 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3803 | 2025-02-21T13:20:05.153Z | [ recovery-image] Feb 21 13:20:04.153 INFO O| Feb 21 13:20:04.153 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"] |
3804 | 2025-02-21T13:20:05.535Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3805 | 2025-02-21T13:20:05.540Z | Feb 21 13:20:04.541 INFO [stamp-oximeter] process exited with exit status: 0 (2.844352723s) |
3806 | 2025-02-21T13:20:05.648Z | [ recovery-image] Feb 21 13:20:04.648 INFO O| Feb 21 13:20:04.648 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3807 | 2025-02-21T13:20:05.649Z | [ recovery-image] Feb 21 13:20:04.648 INFO O| Feb 21 13:20:04.648 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3808 | 2025-02-21T13:20:05.663Z | [ recovery-image] Feb 21 13:20:04.663 INFO O| Feb 21 13:20:04.663 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"] |
3809 | 2025-02-21T13:20:06.130Z | [ recovery-image] Feb 21 13:20:05.130 INFO O| Feb 21 13:20:05.130 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3810 | 2025-02-21T13:20:06.130Z | [ recovery-image] Feb 21 13:20:05.130 INFO O| Feb 21 13:20:05.130 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3811 | 2025-02-21T13:20:06.130Z | [ recovery-image] Feb 21 13:20:05.130 INFO O| Feb 21 13:20:05.130 INFO skip step because feature "repo_redist" is not enabled |
3812 | 2025-02-21T13:20:06.134Z | [ recovery-image] Feb 21 13:20:05.130 INFO O| Feb 21 13:20:05.130 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3813 | 2025-02-21T13:20:06.494Z | [ recovery-image] Feb 21 13:20:05.493 INFO O| Feb 21 13:20:05.493 INFO variant opensolaris.zone is already global |
3814 | 2025-02-21T13:20:06.494Z | [ recovery-image] Feb 21 13:20:05.493 INFO O| Feb 21 13:20:05.493 INFO STEP 5 (pkg_change_variant) COMPLETE |
3815 | 2025-02-21T13:20:06.494Z | [ recovery-image] Feb 21 13:20:05.493 INFO O| Feb 21 13:20:05.493 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3816 | 2025-02-21T13:20:06.973Z | [ recovery-image] Feb 21 13:20:05.973 INFO O| Feb 21 13:20:05.972 INFO variant opensolaris.imagetype is full; changing to partial |
3817 | 2025-02-21T13:20:06.973Z | [ recovery-image] Feb 21 13:20:05.973 INFO O| Feb 21 13:20:05.973 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3818 | 2025-02-21T13:20:07.236Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3819 | 2025-02-21T13:20:07.249Z | Feb 21 13:20:06.241 INFO [stamp-nexus] process exited with exit status: 0 (4.805746369s) |
3820 | 2025-02-21T13:20:07.820Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3821 | 2025-02-21T13:20:07.994Z | [verify-libraries] Compiling home v0.5.9 |
3822 | 2025-02-21T13:20:08.013Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
3823 | 2025-02-21T13:20:08.035Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3824 | 2025-02-21T13:20:08.036Z | [verify-libraries] Compiling sqlparser_derive v0.2.2 |
3825 | 2025-02-21T13:20:08.039Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
3826 | 2025-02-21T13:20:08.042Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3827 | 2025-02-21T13:20:08.056Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3828 | 2025-02-21T13:20:08.182Z | [verify-libraries] Compiling nix v0.28.0 |
3829 | 2025-02-21T13:20:08.317Z | [verify-libraries] Compiling polyval v0.6.2 |
3830 | 2025-02-21T13:20:08.575Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3831 | 2025-02-21T13:20:08.643Z | Feb 21 13:20:07.643 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.260888225s) |
3832 | 2025-02-21T13:20:08.942Z | [verify-libraries] Compiling sqlformat v0.2.6 |
3833 | 2025-02-21T13:20:09.146Z | [verify-libraries] Compiling ghash v0.5.1 |
3834 | 2025-02-21T13:20:09.196Z | [verify-libraries] Compiling ctr v0.9.2 |
3835 | 2025-02-21T13:20:09.541Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
3836 | 2025-02-21T13:20:09.929Z | [verify-libraries] Compiling sqlparser v0.45.0 |
3837 | 2025-02-21T13:20:10.032Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
3838 | 2025-02-21T13:20:10.164Z | [verify-libraries] Compiling blowfish v0.9.1 |
3839 | 2025-02-21T13:20:10.752Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
3840 | 2025-02-21T13:20:11.095Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
3841 | 2025-02-21T13:20:11.353Z | [verify-libraries] Compiling password-hash v0.4.2 |
3842 | 2025-02-21T13:20:14.259Z | [verify-libraries] Compiling rustyline v14.0.0 |
3843 | 2025-02-21T13:20:16.399Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
3844 | 2025-02-21T13:20:16.825Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3845 | 2025-02-21T13:20:16.852Z | Feb 21 13:20:15.851 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (14.371139698s) |
3846 | 2025-02-21T13:20:16.888Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3847 | 2025-02-21T13:20:16.892Z | Feb 21 13:20:15.893 INFO [stamp-clickhouse] process exited with exit status: 0 (14.376816209s) |
3848 | 2025-02-21T13:20:16.893Z | Feb 21 13:20:15.893 INFO [tuf-stamp] task succeeded (14.511484696s) |
3849 | 2025-02-21T13:20:17.227Z | [verify-libraries] Compiling ssh-key v0.6.6 |
3850 | 2025-02-21T13:20:17.592Z | [verify-libraries] Compiling p256 v0.13.2 |
3851 | 2025-02-21T13:20:18.703Z | [verify-libraries] Compiling p521 v0.13.3 |
3852 | 2025-02-21T13:20:20.725Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
3853 | 2025-02-21T13:20:21.299Z | [verify-libraries] Compiling md5 v0.7.0 |
3854 | 2025-02-21T13:20:21.879Z | [ recovery-image] Feb 21 13:20:20.878 INFO O| Feb 21 13:20:20.878 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3855 | 2025-02-21T13:20:22.064Z | [verify-libraries] Compiling russh-keys v0.45.0 |
3856 | 2025-02-21T13:20:24.495Z | [verify-libraries] Compiling num-bigint v0.4.6 |
3857 | 2025-02-21T13:20:31.873Z | [ recovery-image] Feb 21 13:20:30.872 INFO O| Feb 21 13:20:30.872 INFO O| Startup: Caching catalogs ... Done |
3858 | 2025-02-21T13:20:31.995Z | [ recovery-image] Feb 21 13:20:30.989 INFO O| Feb 21 13:20:30.989 INFO O| Planning: Planning completed in 0.00 seconds |
3859 | 2025-02-21T13:20:32.004Z | [ recovery-image] Feb 21 13:20:30.990 INFO O| Feb 21 13:20:30.990 INFO O| Planning: Consolidating action changes ... Done |
3860 | 2025-02-21T13:20:32.004Z | [ recovery-image] Feb 21 13:20:30.990 INFO O| Feb 21 13:20:30.990 INFO O| Planning: Evaluating mediators ... Done |
3861 | 2025-02-21T13:20:32.004Z | [ recovery-image] Feb 21 13:20:30.991 INFO O| Feb 21 13:20:30.991 INFO O| Planning: Planning completed in 0.00 seconds |
3862 | 2025-02-21T13:20:32.004Z | [ recovery-image] Feb 21 13:20:30.991 INFO O| Feb 21 13:20:30.991 INFO O| Variants/Facets to change: 1 |
3863 | 2025-02-21T13:20:32.025Z | [verify-libraries] Compiling des v0.8.1 |
3864 | 2025-02-21T13:20:32.089Z | [ recovery-image] Feb 21 13:20:31.087 INFO O| Feb 21 13:20:31.087 INFO O| Done |
3865 | 2025-02-21T13:20:32.089Z | [ recovery-image] Feb 21 13:20:31.087 INFO O| Feb 21 13:20:31.087 INFO O| Done |
3866 | 2025-02-21T13:20:32.612Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3867 | 2025-02-21T13:20:33.338Z | [ recovery-image] Feb 21 13:20:32.338 INFO O| Feb 21 13:20:32.338 INFO O| Done |
3868 | 2025-02-21T13:20:33.454Z | [ recovery-image] Feb 21 13:20:32.453 INFO O| Feb 21 13:20:32.453 INFO O| Done |
3869 | 2025-02-21T13:20:33.457Z | [ recovery-image] Feb 21 13:20:32.455 INFO O| Feb 21 13:20:32.455 INFO O| Done |
3870 | 2025-02-21T13:20:33.457Z | [ recovery-image] Feb 21 13:20:32.455 INFO O| Feb 21 13:20:32.455 INFO O| Done |
3871 | 2025-02-21T13:20:33.462Z | [ recovery-image] Feb 21 13:20:32.458 INFO O| Feb 21 13:20:32.458 INFO O| Done |
3872 | 2025-02-21T13:20:33.782Z | [verify-libraries] Compiling hex-literal v0.4.1 |
3873 | 2025-02-21T13:20:34.090Z | [verify-libraries] Compiling russh v0.45.0 |
3874 | 2025-02-21T13:20:34.403Z | [ recovery-image] Feb 21 13:20:33.403 INFO O| Feb 21 13:20:33.403 INFO STEP 6 (pkg_change_variant) COMPLETE |
3875 | 2025-02-21T13:20:34.403Z | [ recovery-image] Feb 21 13:20:33.403 INFO O| Feb 21 13:20:33.403 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3876 | 2025-02-21T13:20:34.406Z | [ recovery-image] Feb 21 13:20:33.403 INFO O| Feb 21 13:20:33.403 INFO skip step because feature "debug_variant" is not enabled |
3877 | 2025-02-21T13:20:34.406Z | [ recovery-image] Feb 21 13:20:33.403 INFO O| Feb 21 13:20:33.403 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3878 | 2025-02-21T13:20:34.406Z | [verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3879 | 2025-02-21T13:20:35.215Z | [ recovery-image] Feb 21 13:20:34.215 INFO O| Feb 21 13:20:34.215 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3880 | 2025-02-21T13:20:36.283Z | [ recovery-image] Feb 21 13:20:35.282 INFO O| Feb 21 13:20:35.282 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3881 | 2025-02-21T13:20:36.285Z | [ recovery-image] Feb 21 13:20:35.284 INFO O| Feb 21 13:20:35.283 INFO O| Planning: Planning completed in 0.00 seconds |
3882 | 2025-02-21T13:20:36.285Z | [ recovery-image] Feb 21 13:20:35.284 INFO O| Feb 21 13:20:35.284 INFO O| Planning: Consolidating action changes ... Done |
3883 | 2025-02-21T13:20:36.285Z | [ recovery-image] Feb 21 13:20:35.284 INFO O| Feb 21 13:20:35.284 INFO O| Planning: Evaluating mediators ... Done |
3884 | 2025-02-21T13:20:36.288Z | [ recovery-image] Feb 21 13:20:35.285 INFO O| Feb 21 13:20:35.285 INFO O| Planning: Planning completed in 0.00 seconds |
3885 | 2025-02-21T13:20:36.289Z | [ recovery-image] Feb 21 13:20:35.286 INFO O| Feb 21 13:20:35.286 INFO O| Variants/Facets to change: 1 |
3886 | 2025-02-21T13:20:36.381Z | [ recovery-image] Feb 21 13:20:35.380 INFO O| Feb 21 13:20:35.380 INFO O| Done |
3887 | 2025-02-21T13:20:36.383Z | [ recovery-image] Feb 21 13:20:35.380 INFO O| Feb 21 13:20:35.380 INFO O| Done |
3888 | 2025-02-21T13:20:37.261Z | [ recovery-image] Feb 21 13:20:36.260 INFO O| Feb 21 13:20:36.260 INFO O| Done |
3889 | 2025-02-21T13:20:37.367Z | [ recovery-image] Feb 21 13:20:36.366 INFO O| Feb 21 13:20:36.366 INFO O| Done |
3890 | 2025-02-21T13:20:37.370Z | [ recovery-image] Feb 21 13:20:36.367 INFO O| Feb 21 13:20:36.367 INFO O| Done |
3891 | 2025-02-21T13:20:37.370Z | [ recovery-image] Feb 21 13:20:36.367 INFO O| Feb 21 13:20:36.367 INFO O| Done |
3892 | 2025-02-21T13:20:37.372Z | [ recovery-image] Feb 21 13:20:36.370 INFO O| Feb 21 13:20:36.369 INFO O| Done |
3893 | 2025-02-21T13:20:37.477Z | [ recovery-image] Feb 21 13:20:36.477 INFO O| Feb 21 13:20:36.477 INFO STEP 8 (pkg_change_facet) COMPLETE |
3894 | 2025-02-21T13:20:37.478Z | [ recovery-image] Feb 21 13:20:36.477 INFO O| Feb 21 13:20:36.477 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3895 | 2025-02-21T13:20:38.024Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3896 | 2025-02-21T13:20:38.194Z | [ recovery-image] Feb 21 13:20:37.194 INFO O| Feb 21 13:20:37.194 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3897 | 2025-02-21T13:20:39.223Z | [ recovery-image] Feb 21 13:20:38.223 INFO O| Feb 21 13:20:38.223 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3898 | 2025-02-21T13:20:39.226Z | [ recovery-image] Feb 21 13:20:38.224 INFO O| Feb 21 13:20:38.224 INFO O| Planning: Planning completed in 0.00 seconds |
3899 | 2025-02-21T13:20:39.226Z | [ recovery-image] Feb 21 13:20:38.225 INFO O| Feb 21 13:20:38.225 INFO O| Planning: Consolidating action changes ... Done |
3900 | 2025-02-21T13:20:39.226Z | [ recovery-image] Feb 21 13:20:38.226 INFO O| Feb 21 13:20:38.226 INFO O| Planning: Evaluating mediators ... Done |
3901 | 2025-02-21T13:20:39.229Z | [ recovery-image] Feb 21 13:20:38.226 INFO O| Feb 21 13:20:38.226 INFO O| Planning: Planning completed in 0.00 seconds |
3902 | 2025-02-21T13:20:39.229Z | [ recovery-image] Feb 21 13:20:38.227 INFO O| Feb 21 13:20:38.227 INFO O| Variants/Facets to change: 1 |
3903 | 2025-02-21T13:20:39.322Z | [ recovery-image] Feb 21 13:20:38.321 INFO O| Feb 21 13:20:38.321 INFO O| Done |
3904 | 2025-02-21T13:20:39.322Z | [ recovery-image] Feb 21 13:20:38.321 INFO O| Feb 21 13:20:38.321 INFO O| Done |
3905 | 2025-02-21T13:20:40.152Z | [ recovery-image] Feb 21 13:20:39.152 INFO O| Feb 21 13:20:39.152 INFO O| Done |
3906 | 2025-02-21T13:20:40.244Z | [ recovery-image] Feb 21 13:20:39.243 INFO O| Feb 21 13:20:39.243 INFO O| Done |
3907 | 2025-02-21T13:20:40.247Z | [ recovery-image] Feb 21 13:20:39.244 INFO O| Feb 21 13:20:39.244 INFO O| Done |
3908 | 2025-02-21T13:20:40.247Z | [ recovery-image] Feb 21 13:20:39.244 INFO O| Feb 21 13:20:39.244 INFO O| Done |
3909 | 2025-02-21T13:20:40.249Z | [ recovery-image] Feb 21 13:20:39.246 INFO O| Feb 21 13:20:39.246 INFO O| Done |
3910 | 2025-02-21T13:20:40.360Z | [ recovery-image] Feb 21 13:20:39.360 INFO O| Feb 21 13:20:39.359 INFO STEP 9 (pkg_change_facet) COMPLETE |
3911 | 2025-02-21T13:20:40.360Z | [ recovery-image] Feb 21 13:20:39.360 INFO O| Feb 21 13:20:39.359 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3912 | 2025-02-21T13:20:41.027Z | [ recovery-image] Feb 21 13:20:40.026 INFO O| Feb 21 13:20:40.026 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3913 | 2025-02-21T13:20:42.187Z | [ recovery-image] Feb 21 13:20:41.186 INFO O| Feb 21 13:20:41.186 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3914 | 2025-02-21T13:20:42.190Z | [ recovery-image] Feb 21 13:20:41.189 INFO O| Feb 21 13:20:41.189 INFO O| Planning: Planning completed in 0.00 seconds |
3915 | 2025-02-21T13:20:42.194Z | [ recovery-image] Feb 21 13:20:41.189 INFO O| Feb 21 13:20:41.189 INFO O| Planning: Consolidating action changes ... Done |
3916 | 2025-02-21T13:20:42.194Z | [ recovery-image] Feb 21 13:20:41.190 INFO O| Feb 21 13:20:41.190 INFO O| Planning: Evaluating mediators ... Done |
3917 | 2025-02-21T13:20:42.194Z | [ recovery-image] Feb 21 13:20:41.190 INFO O| Feb 21 13:20:41.190 INFO O| Planning: Planning completed in 0.00 seconds |
3918 | 2025-02-21T13:20:42.194Z | [ recovery-image] Feb 21 13:20:41.191 INFO O| Feb 21 13:20:41.191 INFO O| Variants/Facets to change: 1 |
3919 | 2025-02-21T13:20:42.276Z | [ recovery-image] Feb 21 13:20:41.275 INFO O| Feb 21 13:20:41.275 INFO O| Done |
3920 | 2025-02-21T13:20:42.276Z | [ recovery-image] Feb 21 13:20:41.275 INFO O| Feb 21 13:20:41.275 INFO O| Done |
3921 | 2025-02-21T13:20:43.180Z | [ recovery-image] Feb 21 13:20:42.180 INFO O| Feb 21 13:20:42.179 INFO O| Done |
3922 | 2025-02-21T13:20:43.294Z | [ recovery-image] Feb 21 13:20:42.292 INFO O| Feb 21 13:20:42.292 INFO O| Done |
3923 | 2025-02-21T13:20:43.297Z | [ recovery-image] Feb 21 13:20:42.293 INFO O| Feb 21 13:20:42.293 INFO O| Done |
3924 | 2025-02-21T13:20:43.297Z | [ recovery-image] Feb 21 13:20:42.294 INFO O| Feb 21 13:20:42.294 INFO O| Done |
3925 | 2025-02-21T13:20:43.297Z | [ recovery-image] Feb 21 13:20:42.296 INFO O| Feb 21 13:20:42.296 INFO O| Done |
3926 | 2025-02-21T13:20:43.451Z | [ recovery-image] Feb 21 13:20:42.450 INFO O| Feb 21 13:20:42.450 INFO STEP 10 (pkg_change_facet) COMPLETE |
3927 | 2025-02-21T13:20:43.451Z | [ recovery-image] Feb 21 13:20:42.450 INFO O| Feb 21 13:20:42.450 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3928 | 2025-02-21T13:20:43.509Z | [ recovery-image] Feb 21 13:20:42.508 INFO O| Feb 21 13:20:42.508 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"] |
3929 | 2025-02-21T13:20:44.511Z | [ recovery-image] Feb 21 13:20:43.510 INFO O| Feb 21 13:20:43.510 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3930 | 2025-02-21T13:20:44.958Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3931 | 2025-02-21T13:20:48.027Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3932 | 2025-02-21T13:20:50.963Z | [verify-libraries] Compiling petname v2.0.2 |
3933 | 2025-02-21T13:20:51.863Z | [ host-image] Feb 21 13:20:50.848 INFO O| Feb 21 13:20:50.848 INFO O| Planning: Solver setup ... Done |
3934 | 2025-02-21T13:20:52.265Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3935 | 2025-02-21T13:20:53.027Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
3936 | 2025-02-21T13:20:53.815Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3937 | 2025-02-21T13:21:01.602Z | [verify-libraries] Compiling heck v0.4.1 |
3938 | 2025-02-21T13:21:03.164Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3939 | 2025-02-21T13:21:22.840Z | [verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3940 | 2025-02-21T13:21:26.948Z | [verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3941 | 2025-02-21T13:21:33.770Z | [verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3942 | 2025-02-21T13:21:36.434Z | [verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3943 | 2025-02-21T13:21:44.654Z | [verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3944 | 2025-02-21T13:21:46.414Z | [verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3945 | 2025-02-21T13:21:47.144Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3946 | 2025-02-21T13:21:47.560Z | [verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3947 | 2025-02-21T13:21:59.074Z | [ recovery-image] Feb 21 13:21:58.070 INFO O| Feb 21 13:21:58.070 INFO O| Planning: Solver setup ... Done |
3948 | 2025-02-21T13:22:23.437Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3949 | 2025-02-21T13:22:30.074Z | [verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3950 | 2025-02-21T13:22:32.524Z | [ host-image] Feb 21 13:22:31.519 INFO O| Feb 21 13:22:31.519 INFO O| Planning: Running solver ... Done |
3951 | 2025-02-21T13:22:33.217Z | [ host-image] Feb 21 13:22:32.212 INFO O| Feb 21 13:22:32.212 INFO O| Planning: Finding local manifests ... Done |
3952 | 2025-02-21T13:22:33.248Z | [ host-image] Feb 21 13:22:32.244 INFO O| Feb 21 13:22:32.243 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3953 | 2025-02-21T13:22:37.631Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3954 | 2025-02-21T13:22:38.219Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3955 | 2025-02-21T13:22:38.798Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3956 | 2025-02-21T13:22:39.313Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3957 | 2025-02-21T13:22:39.965Z | [verify-libraries] Compiling sync-ptr v0.1.1 |
3958 | 2025-02-21T13:22:39.990Z | [ host-image] Feb 21 13:22:38.985 INFO O| Feb 21 13:22:38.985 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3959 | 2025-02-21T13:22:40.295Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3960 | 2025-02-21T13:22:41.161Z | [ host-image] Feb 21 13:22:40.156 INFO O| Feb 21 13:22:40.156 INFO O| Planning: Package planning ... Done |
3961 | 2025-02-21T13:22:42.761Z | [ host-image] Feb 21 13:22:41.756 INFO O| Feb 21 13:22:41.756 INFO O| Planning: Merging actions ... Done |
3962 | 2025-02-21T13:22:43.119Z | [ host-image] Feb 21 13:22:42.114 INFO O| Feb 21 13:22:42.113 INFO O| Planning: Checking for conflicting actions ... Done |
3963 | 2025-02-21T13:22:43.429Z | [ host-image] Feb 21 13:22:42.423 INFO O| Feb 21 13:22:42.423 INFO O| Planning: Consolidating action changes ... Done |
3964 | 2025-02-21T13:22:44.029Z | [ host-image] Feb 21 13:22:43.023 INFO O| Feb 21 13:22:43.023 INFO O| Planning: Evaluating mediators ... Done |
3965 | 2025-02-21T13:22:45.982Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3966 | 2025-02-21T13:22:49.132Z | [verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3967 | 2025-02-21T13:22:50.477Z | [ host-image] Feb 21 13:22:49.471 INFO O| Feb 21 13:22:49.471 INFO O| Planning: Planning completed in 181.01 seconds |
3968 | 2025-02-21T13:22:50.491Z | [ host-image] Feb 21 13:22:49.485 INFO O| Feb 21 13:22:49.485 INFO O| Packages to install: 124 |
3969 | 2025-02-21T13:22:50.493Z | [ host-image] Feb 21 13:22:49.485 INFO O| Feb 21 13:22:49.485 INFO O| Mediators to change: 4 |
3970 | 2025-02-21T13:22:50.493Z | [ host-image] Feb 21 13:22:49.485 INFO O| Feb 21 13:22:49.485 INFO O| Services to change: 6 |
3971 | 2025-02-21T13:22:50.620Z | [ host-image] Feb 21 13:22:49.614 INFO O| Feb 21 13:22:49.614 INFO O| Download: 0/22794 items 0.0/199.5MB 0% complete |
3972 | 2025-02-21T13:22:53.162Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3973 | 2025-02-21T13:22:55.628Z | [ host-image] Feb 21 13:22:54.622 INFO O| Feb 21 13:22:54.622 INFO O| Download: 690/22794 items 3.4/199.5MB 1% complete (736k/s) |
3974 | 2025-02-21T13:22:57.558Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3975 | 2025-02-21T13:22:59.458Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3976 | 2025-02-21T13:23:01.053Z | [ host-image] Feb 21 13:23:00.047 INFO O| Feb 21 13:23:00.047 INFO O| Download: 1023/22794 items 5.8/199.5MB 2% complete (805k/s) |
3977 | 2025-02-21T13:23:04.780Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3978 | 2025-02-21T13:23:06.130Z | [ host-image] Feb 21 13:23:05.123 INFO O| Feb 21 13:23:05.123 INFO O| Download: 1637/22794 items 10.6/199.5MB 5% complete (675k/s) |
3979 | 2025-02-21T13:23:11.205Z | [ host-image] Feb 21 13:23:10.198 INFO O| Feb 21 13:23:10.198 INFO O| Download: 1934/22794 items 21.9/199.5MB 10% complete (1.6M/s) |
3980 | 2025-02-21T13:23:12.227Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3981 | 2025-02-21T13:23:18.859Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3982 | 2025-02-21T13:23:20.245Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3983 | 2025-02-21T13:23:23.949Z | [verify-libraries] Compiling termios v0.3.3 |
3984 | 2025-02-21T13:23:24.437Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3985 | 2025-02-21T13:23:24.538Z | [ host-image] Feb 21 13:23:23.532 INFO O| Feb 21 13:23:23.532 INFO O| Download: 2097/22794 items 23.4/199.5MB 11% complete |
3986 | 2025-02-21T13:23:25.172Z | [verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3987 | 2025-02-21T13:23:29.580Z | [ host-image] Feb 21 13:23:28.573 INFO O| Feb 21 13:23:28.573 INFO O| Download: 2239/22794 items 24.4/199.5MB 12% complete (242k/s) |
3988 | 2025-02-21T13:23:33.963Z | [ recovery-image] Feb 21 13:23:32.956 INFO O| Feb 21 13:23:32.956 INFO O| Planning: Running solver ... Done |
3989 | 2025-02-21T13:23:34.597Z | [ recovery-image] Feb 21 13:23:33.590 INFO O| Feb 21 13:23:33.590 INFO O| Planning: Finding local manifests ... Done |
3990 | 2025-02-21T13:23:34.615Z | [ recovery-image] Feb 21 13:23:33.608 INFO O| Feb 21 13:23:33.608 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3991 | 2025-02-21T13:23:41.390Z | [ recovery-image] Feb 21 13:23:40.383 INFO O| Feb 21 13:23:40.382 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3992 | 2025-02-21T13:23:41.612Z | [ host-image] Feb 21 13:23:40.604 INFO O| Feb 21 13:23:40.604 INFO O| Download: 2251/22794 items 24.7/199.5MB 12% complete |
3993 | 2025-02-21T13:23:42.416Z | [ recovery-image] Feb 21 13:23:41.409 INFO O| Feb 21 13:23:41.409 INFO O| Planning: Package planning ... Done |
3994 | 2025-02-21T13:23:43.079Z | [ recovery-image] Feb 21 13:23:42.072 INFO O| Feb 21 13:23:42.072 INFO O| Planning: Merging actions ... Done |
3995 | 2025-02-21T13:23:43.481Z | [ recovery-image] Feb 21 13:23:42.472 INFO O| Feb 21 13:23:42.472 INFO O| Planning: Checking for conflicting actions ... Done |
3996 | 2025-02-21T13:23:43.647Z | [ recovery-image] Feb 21 13:23:42.640 INFO O| Feb 21 13:23:42.640 INFO O| Planning: Consolidating action changes ... Done |
3997 | 2025-02-21T13:23:44.052Z | [ recovery-image] Feb 21 13:23:43.044 INFO O| Feb 21 13:23:43.044 INFO O| Planning: Evaluating mediators ... Done |
3998 | 2025-02-21T13:23:46.727Z | [ host-image] Feb 21 13:23:45.720 INFO O| Feb 21 13:23:45.719 INFO O| Download: 2451/22794 items 28.1/199.5MB 14% complete (752k/s) |
3999 | 2025-02-21T13:23:50.059Z | [ recovery-image] Feb 21 13:23:49.051 INFO O| Feb 21 13:23:49.051 INFO O| Planning: Planning completed in 185.54 seconds |
4000 | 2025-02-21T13:23:50.067Z | [ recovery-image] Feb 21 13:23:49.059 INFO O| Feb 21 13:23:49.059 INFO O| Packages to install: 124 |
4001 | 2025-02-21T13:23:50.067Z | [ recovery-image] Feb 21 13:23:49.059 INFO O| Feb 21 13:23:49.059 INFO O| Mediators to change: 4 |
4002 | 2025-02-21T13:23:50.069Z | [ recovery-image] Feb 21 13:23:49.059 INFO O| Feb 21 13:23:49.059 INFO O| Services to change: 5 |
4003 | 2025-02-21T13:23:50.148Z | [ recovery-image] Feb 21 13:23:49.140 INFO O| Feb 21 13:23:49.140 INFO O| Download: 0/15865 items 0.0/176.2MB 0% complete |
4004 | 2025-02-21T13:23:51.727Z | [ host-image] Feb 21 13:23:50.720 INFO O| Feb 21 13:23:50.720 INFO O| Download: 3031/22794 items 33.8/199.5MB 16% complete (928k/s) |
4005 | 2025-02-21T13:23:55.154Z | [ recovery-image] Feb 21 13:23:54.146 INFO O| Feb 21 13:23:54.146 INFO O| Download: 502/15865 items 3.2/176.2MB 1% complete (664k/s) |
4006 | 2025-02-21T13:24:00.154Z | [ recovery-image] Feb 21 13:23:59.147 INFO O| Feb 21 13:23:59.146 INFO O| Download: 1009/15865 items 7.9/176.2MB 4% complete (852k/s) |
4007 | 2025-02-21T13:24:01.391Z | [ host-image] Feb 21 13:24:00.382 INFO O| Feb 21 13:24:00.382 INFO O| Download: 3489/22794 items 35.6/199.5MB 17% complete (785k/s) |
4008 | 2025-02-21T13:24:03.821Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
4009 | 2025-02-21T13:24:05.337Z | [ recovery-image] Feb 21 13:24:04.328 INFO O| Feb 21 13:24:04.328 INFO O| Download: 1096/15865 items 9.2/176.2MB 5% complete (736k/s) |
4010 | 2025-02-21T13:24:06.394Z | [ host-image] Feb 21 13:24:05.385 INFO O| Feb 21 13:24:05.385 INFO O| Download: 4032/22794 items 40.1/199.5MB 20% complete (475k/s) |
4011 | 2025-02-21T13:24:10.340Z | [ recovery-image] Feb 21 13:24:09.331 INFO O| Feb 21 13:24:09.331 INFO O| Download: 1185/15865 items 14.3/176.2MB 8% complete (574k/s) |
4012 | 2025-02-21T13:24:14.596Z | [ host-image] Feb 21 13:24:13.587 INFO O| Feb 21 13:24:13.587 INFO O| Download: 4497/22794 items 41.8/199.5MB 20% complete (722k/s) |
4013 | 2025-02-21T13:24:15.684Z | [ recovery-image] Feb 21 13:24:14.676 INFO O| Feb 21 13:24:14.676 INFO O| Download: 1652/15865 items 25.5/176.2MB 14% complete (1.6M/s) |
4014 | 2025-02-21T13:24:19.862Z | [ host-image] Feb 21 13:24:18.854 INFO O| Feb 21 13:24:18.853 INFO O| Download: 4648/22794 items 42.9/199.5MB 21% complete (187k/s) |
4015 | 2025-02-21T13:24:20.935Z | [ recovery-image] Feb 21 13:24:19.925 INFO O| Feb 21 13:24:19.925 INFO O| Download: 1659/15865 items 25.6/176.2MB 14% complete (1.2M/s) |
4016 | 2025-02-21T13:24:25.483Z | [ host-image] Feb 21 13:24:24.473 INFO O| Feb 21 13:24:24.473 INFO O| Download: 4656/22794 items 43.1/199.5MB 21% complete (179k/s) |
4017 | 2025-02-21T13:24:25.937Z | [ recovery-image] Feb 21 13:24:24.926 INFO O| Feb 21 13:24:24.926 INFO O| Download: 2073/15865 items 31.0/176.2MB 17% complete (614k/s) |
4018 | 2025-02-21T13:24:30.490Z | [ host-image] Feb 21 13:24:29.480 INFO O| Feb 21 13:24:29.480 INFO O| Download: 4966/22794 items 45.7/199.5MB 22% complete (292k/s) |
4019 | 2025-02-21T13:24:30.996Z | [ recovery-image] Feb 21 13:24:29.987 INFO O| Feb 21 13:24:29.987 INFO O| Download: 2684/15865 items 33.0/176.2MB 18% complete (787k/s) |
4020 | 2025-02-21T13:24:35.580Z | [ host-image] Feb 21 13:24:34.570 INFO O| Feb 21 13:24:34.570 INFO O| Download: 5413/22794 items 46.0/199.5MB 23% complete (309k/s) |
4021 | 2025-02-21T13:24:36.004Z | [ recovery-image] Feb 21 13:24:34.994 INFO O| Feb 21 13:24:34.994 INFO O| Download: 3266/15865 items 37.7/176.2MB 21% complete (688k/s) |
4022 | 2025-02-21T13:24:40.841Z | [ host-image] Feb 21 13:24:39.832 INFO O| Feb 21 13:24:39.831 INFO O| Download: 5751/22794 items 46.2/199.5MB 23% complete (142k/s) |
4023 | 2025-02-21T13:24:45.388Z | [ recovery-image] Feb 21 13:24:44.378 INFO O| Feb 21 13:24:44.378 INFO O| Download: 3613/15865 items 39.0/176.2MB 22% complete (664k/s) |
4024 | 2025-02-21T13:24:45.859Z | [ host-image] Feb 21 13:24:44.850 INFO O| Feb 21 13:24:44.849 INFO O| Download: 5911/22794 items 46.3/199.5MB 23% complete (27.8k/s) |
4025 | 2025-02-21T13:24:50.905Z | [ host-image] Feb 21 13:24:49.895 INFO O| Feb 21 13:24:49.895 INFO O| Download: 6386/22794 items 46.6/199.5MB 23% complete (36.9k/s) |
4026 | 2025-02-21T13:24:51.667Z | [ recovery-image] Feb 21 13:24:50.657 INFO O| Feb 21 13:24:50.657 INFO O| Download: 3634/15865 items 39.4/176.2MB 22% complete (158k/s) |
4027 | 2025-02-21T13:24:56.134Z | [ host-image] Feb 21 13:24:55.124 INFO O| Feb 21 13:24:55.124 INFO O| Download: 7000/22794 items 50.4/199.5MB 25% complete (411k/s) |
4028 | 2025-02-21T13:24:58.066Z | [ recovery-image] Feb 21 13:24:57.056 INFO O| Feb 21 13:24:57.056 INFO O| Download: 3635/15865 items 39.4/176.2MB 22% complete |
4029 | 2025-02-21T13:25:01.135Z | [ host-image] Feb 21 13:25:00.124 INFO O| Feb 21 13:25:00.124 INFO O| Download: 7876/22794 items 59.2/199.5MB 29% complete (1.3M/s) |
4030 | 2025-02-21T13:25:06.413Z | [ host-image] Feb 21 13:25:05.402 INFO O| Feb 21 13:25:05.402 INFO O| Download: 8238/22794 items 63.1/199.5MB 31% complete (1.1M/s) |
4031 | 2025-02-21T13:25:10.886Z | [ recovery-image] Feb 21 13:25:09.876 INFO O| Feb 21 13:25:09.875 INFO O| Download: 3641/15865 items 39.5/176.2MB 22% complete |
4032 | 2025-02-21T13:25:11.417Z | [ host-image] Feb 21 13:25:10.407 INFO O| Feb 21 13:25:10.407 INFO O| Download: 8593/22794 items 70.2/199.5MB 35% complete (1.0M/s) |
4033 | 2025-02-21T13:25:15.898Z | [ recovery-image] Feb 21 13:25:14.886 INFO O| Feb 21 13:25:14.886 INFO O| Download: 4150/15865 items 42.6/176.2MB 24% complete (647k/s) |
4034 | 2025-02-21T13:25:16.429Z | [ host-image] Feb 21 13:25:15.417 INFO O| Feb 21 13:25:15.417 INFO O| Download: 9359/22794 items 80.9/199.5MB 40% complete (1.8M/s) |
4035 | 2025-02-21T13:25:20.908Z | [ recovery-image] Feb 21 13:25:19.896 INFO O| Feb 21 13:25:19.896 INFO O| Download: 4663/15865 items 42.9/176.2MB 24% complete (344k/s) |
4036 | 2025-02-21T13:25:21.745Z | [ host-image] Feb 21 13:25:20.734 INFO O| Feb 21 13:25:20.734 INFO O| Download: 9391/22794 items 81.5/199.5MB 40% complete (1.7M/s) |
4037 | 2025-02-21T13:25:25.914Z | [ recovery-image] Feb 21 13:25:24.903 INFO O| Feb 21 13:25:24.903 INFO O| Download: 5167/15865 items 43.2/176.2MB 24% complete (58.1k/s) |
4038 | 2025-02-21T13:25:26.751Z | [ host-image] Feb 21 13:25:25.740 INFO O| Feb 21 13:25:25.739 INFO O| Download: 10051/22794 items 83.9/199.5MB 42% complete (276k/s) |
4039 | 2025-02-21T13:25:31.062Z | [ recovery-image] Feb 21 13:25:30.050 INFO O| Feb 21 13:25:30.050 INFO O| Download: 5662/15865 items 44.4/176.2MB 25% complete (124k/s) |
4040 | 2025-02-21T13:25:32.681Z | [ host-image] Feb 21 13:25:31.669 INFO O| Feb 21 13:25:31.669 INFO O| Download: 10416/22794 items 88.0/199.5MB 44% complete (762k/s) |
4041 | 2025-02-21T13:25:36.324Z | [ recovery-image] Feb 21 13:25:35.312 INFO O| Feb 21 13:25:35.312 INFO O| Download: 5694/15865 items 45.1/176.2MB 25% complete (171k/s) |
4042 | 2025-02-21T13:25:39.186Z | [ host-image] Feb 21 13:25:38.158 INFO O| Feb 21 13:25:38.158 INFO O| Download: 10848/22794 items 89.9/199.5MB 45% complete (612k/s) |
4043 | 2025-02-21T13:25:41.324Z | [ recovery-image] Feb 21 13:25:40.312 INFO O| Feb 21 13:25:40.312 INFO O| Download: 5760/15865 items 50.4/176.2MB 28% complete (842k/s) |
4044 | 2025-02-21T13:25:44.528Z | [ host-image] Feb 21 13:25:43.516 INFO O| Feb 21 13:25:43.516 INFO O| Download: 11143/22794 items 93.2/199.5MB 46% complete (514k/s) |
4045 | 2025-02-21T13:25:47.332Z | [ recovery-image] Feb 21 13:25:46.320 INFO O| Feb 21 13:25:46.320 INFO O| Download: 5916/15865 items 52.9/176.2MB 30% complete (1.1M/s) |
4046 | 2025-02-21T13:25:50.694Z | [ host-image] Feb 21 13:25:49.682 INFO O| Feb 21 13:25:49.682 INFO O| Download: 11250/22794 items 94.1/199.5MB 47% complete (431k/s) |
4047 | 2025-02-21T13:25:52.407Z | [ recovery-image] Feb 21 13:25:51.395 INFO O| Feb 21 13:25:51.395 INFO O| Download: 6096/15865 items 54.5/176.2MB 30% complete (343k/s) |
4048 | 2025-02-21T13:25:56.197Z | [ host-image] Feb 21 13:25:55.184 INFO O| Feb 21 13:25:55.184 INFO O| Download: 11979/22794 items 98.1/199.5MB 49% complete (424k/s) |
4049 | 2025-02-21T13:25:58.020Z | [ recovery-image] Feb 21 13:25:57.008 INFO O| Feb 21 13:25:57.007 INFO O| Download: 6102/15865 items 56.1/176.2MB 31% complete (343k/s) |
4050 | 2025-02-21T13:26:01.261Z | [ host-image] Feb 21 13:26:00.249 INFO O| Feb 21 13:26:00.249 INFO O| Download: 12160/22794 items 108.5/199.5MB 54% complete (1.3M/s) |
4051 | 2025-02-21T13:26:01.449Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
4052 | 2025-02-21T13:26:03.132Z | [ recovery-image] Feb 21 13:26:02.119 INFO O| Feb 21 13:26:02.119 INFO O| Download: 6510/15865 items 63.9/176.2MB 36% complete (983k/s) |
4053 | 2025-02-21T13:26:06.267Z | [ host-image] Feb 21 13:26:05.255 INFO O| Feb 21 13:26:05.255 INFO O| Download: 12561/22794 items 109.5/199.5MB 54% complete (1.2M/s) |
4054 | 2025-02-21T13:26:08.609Z | [ recovery-image] Feb 21 13:26:07.596 INFO O| Feb 21 13:26:07.596 INFO O| Download: 7213/15865 items 73.2/176.2MB 41% complete (1.8M/s) |
4055 | 2025-02-21T13:26:11.282Z | [ host-image] Feb 21 13:26:10.269 INFO O| Feb 21 13:26:10.269 INFO O| Download: 13282/22794 items 109.9/199.5MB 55% complete (160k/s) |
4056 | 2025-02-21T13:26:14.979Z | [ recovery-image] Feb 21 13:26:13.966 INFO O| Feb 21 13:26:13.966 INFO O| Download: 7628/15865 items 73.6/176.2MB 41% complete (1.1M/s) |
4057 | 2025-02-21T13:26:16.282Z | [ host-image] Feb 21 13:26:15.269 INFO O| Feb 21 13:26:15.269 INFO O| Download: 13417/22794 items 109.9/199.5MB 55% complete (40.1k/s) |
4058 | 2025-02-21T13:26:21.277Z | [ recovery-image] Feb 21 13:26:20.264 INFO O| Feb 21 13:26:20.264 INFO O| Download: 7900/15865 items 76.6/176.2MB 43% complete (296k/s) |
4059 | 2025-02-21T13:26:24.494Z | [ host-image] Feb 21 13:26:23.481 INFO O| Feb 21 13:26:23.480 INFO O| Download: 13905/22794 items 110.2/199.5MB 55% complete (42.0k/s) |
4060 | 2025-02-21T13:26:26.281Z | [ recovery-image] Feb 21 13:26:25.267 INFO O| Feb 21 13:26:25.267 INFO O| Download: 7954/15865 items 77.6/176.2MB 44% complete (351k/s) |
4061 | 2025-02-21T13:26:26.573Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
4062 | 2025-02-21T13:26:29.494Z | [ host-image] Feb 21 13:26:28.481 INFO O| Feb 21 13:26:28.481 INFO O| Download: 14429/22794 items 111.6/199.5MB 55% complete (142k/s) |
4063 | 2025-02-21T13:26:31.287Z | [ recovery-image] Feb 21 13:26:30.274 INFO O| Feb 21 13:26:30.273 INFO O| Download: 8435/15865 items 79.7/176.2MB 45% complete (319k/s) |
4064 | 2025-02-21T13:26:36.294Z | [ recovery-image] Feb 21 13:26:35.280 INFO O| Feb 21 13:26:35.280 INFO O| Download: 8764/15865 items 84.2/176.2MB 47% complete (693k/s) |
4065 | 2025-02-21T13:26:36.842Z | [ host-image] Feb 21 13:26:35.828 INFO O| Feb 21 13:26:35.828 INFO O| Download: 14510/22794 items 116.5/199.5MB 58% complete (649k/s) |
4066 | 2025-02-21T13:26:41.496Z | [ recovery-image] Feb 21 13:26:40.483 INFO O| Feb 21 13:26:40.482 INFO O| Download: 8924/15865 items 92.6/176.2MB 52% complete (1.3M/s) |
4067 | 2025-02-21T13:26:41.862Z | [ host-image] Feb 21 13:26:40.848 INFO O| Feb 21 13:26:40.848 INFO O| Download: 15025/22794 items 119.1/199.5MB 59% complete (282k/s) |
4068 | 2025-02-21T13:26:45.583Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
4069 | 2025-02-21T13:26:45.760Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
4070 | 2025-02-21T13:26:46.512Z | [ recovery-image] Feb 21 13:26:45.498 INFO O| Feb 21 13:26:45.498 INFO O| Download: 9521/15865 items 92.9/176.2MB 52% complete (750k/s) |
4071 | 2025-02-21T13:26:48.056Z | [ host-image] Feb 21 13:26:46.936 INFO O| Feb 21 13:26:46.936 INFO O| Download: 15553/22794 items 123.8/199.5MB 62% complete (759k/s) |
4072 | 2025-02-21T13:26:49.275Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
4073 | 2025-02-21T13:26:51.518Z | [ recovery-image] Feb 21 13:26:50.504 INFO O| Feb 21 13:26:50.504 INFO O| Download: 10121/15865 items 93.1/176.2MB 52% complete (59.6k/s) |
4074 | 2025-02-21T13:26:54.755Z | [ host-image] Feb 21 13:26:53.741 INFO O| Feb 21 13:26:53.740 INFO O| Download: 15735/22794 items 125.9/199.5MB 63% complete (842k/s) |
4075 | 2025-02-21T13:26:56.528Z | [ recovery-image] Feb 21 13:26:55.514 INFO O| Feb 21 13:26:55.514 INFO O| Download: 10896/15865 items 93.8/176.2MB 53% complete (94.5k/s) |
4076 | 2025-02-21T13:27:00.867Z | [ host-image] Feb 21 13:26:59.853 INFO O| Feb 21 13:26:59.853 INFO O| Download: 15765/22794 items 126.0/199.5MB 63% complete (278k/s) |
4077 | 2025-02-21T13:27:01.554Z | [ recovery-image] Feb 21 13:27:00.540 INFO O| Feb 21 13:27:00.540 INFO O| Download: 11408/15865 items 107.0/176.2MB 60% complete (1.4M/s) |
4078 | 2025-02-21T13:27:06.556Z | [ recovery-image] Feb 21 13:27:05.541 INFO O| Feb 21 13:27:05.541 INFO O| Download: 11926/15865 items 128.2/176.2MB 72% complete (3.4M/s) |
4079 | 2025-02-21T13:27:07.279Z | [ host-image] Feb 21 13:27:06.264 INFO O| Feb 21 13:27:06.264 INFO O| Download: 15767/22794 items 126.0/199.5MB 63% complete (258k/s) |
4080 | 2025-02-21T13:27:12.282Z | [ host-image] Feb 21 13:27:11.265 INFO O| Feb 21 13:27:11.265 INFO O| Download: 16200/22794 items 133.7/199.5MB 66% complete (1.6M/s) |
4081 | 2025-02-21T13:27:12.872Z | [ recovery-image] Feb 21 13:27:11.857 INFO O| Feb 21 13:27:11.856 INFO O| Download: 11990/15865 items 139.1/176.2MB 78% complete (3.6M/s) |
4082 | 2025-02-21T13:27:17.377Z | [ host-image] Feb 21 13:27:16.361 INFO O| Feb 21 13:27:16.361 INFO O| Download: 16893/22794 items 141.7/199.5MB 71% complete (1.6M/s) |
4083 | 2025-02-21T13:27:17.881Z | [ recovery-image] Feb 21 13:27:16.865 INFO O| Feb 21 13:27:16.864 INFO O| Download: 12314/15865 items 141.1/176.2MB 80% complete (698k/s) |
4084 | 2025-02-21T13:27:23.188Z | [ recovery-image] Feb 21 13:27:22.172 INFO O| Feb 21 13:27:22.172 INFO O| Download: 13021/15865 items 144.9/176.2MB 82% complete (618k/s) |
4085 | 2025-02-21T13:27:23.734Z | [ host-image] Feb 21 13:27:22.719 INFO O| Feb 21 13:27:22.719 INFO O| Download: 16895/22794 items 141.7/199.5MB 71% complete (1.6M/s) |
4086 | 2025-02-21T13:27:28.189Z | [ recovery-image] Feb 21 13:27:27.174 INFO O| Feb 21 13:27:27.174 INFO O| Download: 13634/15865 items 147.0/176.2MB 83% complete (591k/s) |
4087 | 2025-02-21T13:27:28.749Z | [ host-image] Feb 21 13:27:27.733 INFO O| Feb 21 13:27:27.733 INFO O| Download: 17647/22794 items 146.3/199.5MB 73% complete (979k/s) |
4088 | 2025-02-21T13:27:33.424Z | [ recovery-image] Feb 21 13:27:32.408 INFO O| Feb 21 13:27:32.408 INFO O| Download: 14043/15865 items 148.4/176.2MB 84% complete (494k/s) |
4089 | 2025-02-21T13:27:33.952Z | [ host-image] Feb 21 13:27:32.935 INFO O| Feb 21 13:27:32.935 INFO O| Download: 17895/22794 items 150.1/199.5MB 75% complete (1.1M/s) |
4090 | 2025-02-21T13:27:38.426Z | [ recovery-image] Feb 21 13:27:37.410 INFO O| Feb 21 13:27:37.410 INFO O| Download: 14434/15865 items 149.7/176.2MB 84% complete (251k/s) |
4091 | 2025-02-21T13:27:38.961Z | [ host-image] Feb 21 13:27:37.945 INFO O| Feb 21 13:27:37.945 INFO O| Download: 17923/22794 items 157.3/199.5MB 78% complete (1.1M/s) |
4092 | 2025-02-21T13:27:43.968Z | [ host-image] Feb 21 13:27:42.951 INFO O| Feb 21 13:27:42.951 INFO O| Download: 18235/22794 items 162.8/199.5MB 81% complete (1.3M/s) |
4093 | 2025-02-21T13:27:46.759Z | [ recovery-image] Feb 21 13:27:45.743 INFO O| Feb 21 13:27:45.743 INFO O| Download: 14692/15865 items 150.9/176.2MB 85% complete (243k/s) |
4094 | 2025-02-21T13:27:48.978Z | [ host-image] Feb 21 13:27:47.962 INFO O| Feb 21 13:27:47.962 INFO O| Download: 19081/22794 items 167.1/199.5MB 83% complete (1007k/s) |
4095 | 2025-02-21T13:27:53.991Z | [ host-image] Feb 21 13:27:52.975 INFO O| Feb 21 13:27:52.975 INFO O| Download: 19807/22794 items 169.5/199.5MB 84% complete (694k/s) |
4096 | 2025-02-21T13:27:56.380Z | [ recovery-image] Feb 21 13:27:55.363 INFO O| Feb 21 13:27:55.363 INFO O| Download: 14804/15865 items 156.7/176.2MB 88% complete (657k/s) |
4097 | 2025-02-21T13:27:59.000Z | [ host-image] Feb 21 13:27:57.983 INFO O| Feb 21 13:27:57.983 INFO O| Download: 20384/22794 items 171.5/199.5MB 85% complete (452k/s) |
4098 | 2025-02-21T13:28:02.778Z | [ recovery-image] Feb 21 13:28:01.761 INFO O| Feb 21 13:28:01.761 INFO O| Download: 14806/15865 items 156.8/176.2MB 88% complete |
4099 | 2025-02-21T13:28:04.081Z | [ host-image] Feb 21 13:28:03.064 INFO O| Feb 21 13:28:03.064 INFO O| Download: 20844/22794 items 176.6/199.5MB 88% complete (675k/s) |
4100 | 2025-02-21T13:28:07.781Z | [ recovery-image] Feb 21 13:28:06.764 INFO O| Feb 21 13:28:06.764 INFO O| Download: 15344/15865 items 161.8/176.2MB 91% complete (942k/s) |
4101 | 2025-02-21T13:28:10.426Z | [ host-image] Feb 21 13:28:09.409 INFO O| Feb 21 13:28:09.409 INFO O| Download: 21074/22794 items 179.3/199.5MB 89% complete (879k/s) |
4102 | 2025-02-21T13:28:12.874Z | [ recovery-image] Feb 21 13:28:11.857 INFO O| Feb 21 13:28:11.857 INFO O| Download: 15561/15865 items 168.9/176.2MB 95% complete (1.6M/s) |
4103 | 2025-02-21T13:28:15.435Z | [ host-image] Feb 21 13:28:14.417 INFO O| Feb 21 13:28:14.417 INFO O| Download: 21927/22794 items 191.2/199.5MB 95% complete (1.2M/s) |
4104 | 2025-02-21T13:28:18.287Z | [ recovery-image] Feb 21 13:28:17.268 INFO O| Feb 21 13:28:17.268 INFO O| Download: 15669/15865 items 170.3/176.2MB 96% complete (941k/s) |
4105 | 2025-02-21T13:28:20.488Z | [ host-image] Feb 21 13:28:19.468 INFO O| Feb 21 13:28:19.468 INFO O| Download: 22047/22794 items 192.4/199.5MB 96% complete (1.4M/s) |
4106 | 2025-02-21T13:28:22.581Z | [ recovery-image] Feb 21 13:28:21.550 INFO O| Feb 21 13:28:21.549 INFO O| Download: Completed 176.24 MB in 272.41 seconds (660k/s) |
4107 | 2025-02-21T13:28:24.053Z | [ recovery-image] Feb 21 13:28:23.036 INFO O| Feb 21 13:28:23.036 INFO O| Actions: 1/25031 actions (Installing new actions) |
4108 | 2025-02-21T13:28:25.332Z | [ host-image] Feb 21 13:28:24.314 INFO O| Feb 21 13:28:24.314 INFO O| Download: Completed 199.52 MB in 334.70 seconds (608k/s) |
4109 | 2025-02-21T13:28:26.892Z | [ host-image] Feb 21 13:28:25.874 INFO O| Feb 21 13:28:25.874 INFO O| Actions: 1/49494 actions (Installing new actions) |
4110 | 2025-02-21T13:28:29.054Z | [ recovery-image] Feb 21 13:28:28.037 INFO O| Feb 21 13:28:28.036 INFO O| Actions: 8678/25031 actions (Installing new actions) |
4111 | 2025-02-21T13:28:31.892Z | [ host-image] Feb 21 13:28:30.874 INFO O| Feb 21 13:28:30.874 INFO O| Actions: 9464/49494 actions (Installing new actions) |
4112 | 2025-02-21T13:28:34.084Z | [ recovery-image] Feb 21 13:28:33.066 INFO O| Feb 21 13:28:33.066 INFO O| Actions: 15141/25031 actions (Installing new actions) |
4113 | 2025-02-21T13:28:36.892Z | [ host-image] Feb 21 13:28:35.874 INFO O| Feb 21 13:28:35.874 INFO O| Actions: 14730/49494 actions (Installing new actions) |
4114 | 2025-02-21T13:28:39.091Z | [ recovery-image] Feb 21 13:28:38.073 INFO O| Feb 21 13:28:38.073 INFO O| Actions: 24589/25031 actions (Installing new actions) |
4115 | 2025-02-21T13:28:39.798Z | [ recovery-image] Feb 21 13:28:38.780 INFO O| Feb 21 13:28:38.780 INFO O| Actions: Completed 25031 actions in 15.74 seconds. |
4116 | 2025-02-21T13:28:40.636Z | [ recovery-image] Feb 21 13:28:39.618 INFO O| Feb 21 13:28:39.618 INFO O| Done |
4117 | 2025-02-21T13:28:40.636Z | [ recovery-image] Feb 21 13:28:39.618 INFO O| Feb 21 13:28:39.618 INFO O| Done |
4118 | 2025-02-21T13:28:41.893Z | [ host-image] Feb 21 13:28:40.875 INFO O| Feb 21 13:28:40.875 INFO O| Actions: 20313/49494 actions (Installing new actions) |
4119 | 2025-02-21T13:28:42.540Z | [ recovery-image] Feb 21 13:28:41.522 INFO O| Feb 21 13:28:41.522 INFO O| Done |
4120 | 2025-02-21T13:28:44.776Z | [ recovery-image] Feb 21 13:28:43.758 INFO O| Feb 21 13:28:43.758 INFO O| Done |
4121 | 2025-02-21T13:28:44.798Z | [ recovery-image] Feb 21 13:28:43.780 INFO O| Feb 21 13:28:43.780 INFO O| Done |
4122 | 2025-02-21T13:28:46.893Z | [ host-image] Feb 21 13:28:45.875 INFO O| Feb 21 13:28:45.875 INFO O| Actions: 26532/49494 actions (Installing new actions) |
4123 | 2025-02-21T13:28:50.016Z | [ recovery-image] Feb 21 13:28:48.997 INFO O| Feb 21 13:28:48.997 INFO O| Done |
4124 | 2025-02-21T13:28:50.601Z | [ host-image] Feb 21 13:28:49.582 INFO O| Feb 21 13:28:49.582 INFO O| Actions: Completed 49494 actions in 23.70 seconds. |
4125 | 2025-02-21T13:28:50.657Z | [ recovery-image] Feb 21 13:28:49.639 INFO O| Feb 21 13:28:49.638 INFO O| Done |
4126 | 2025-02-21T13:28:51.412Z | [ host-image] Feb 21 13:28:50.394 INFO O| Feb 21 13:28:50.393 INFO O| Done |
4127 | 2025-02-21T13:28:51.412Z | [ host-image] Feb 21 13:28:50.394 INFO O| Feb 21 13:28:50.394 INFO O| Done |
4128 | 2025-02-21T13:28:51.516Z | [ recovery-image] Feb 21 13:28:50.497 INFO O| Feb 21 13:28:50.497 INFO STEP 11 (pkg_install) COMPLETE |
4129 | 2025-02-21T13:28:51.516Z | [ recovery-image] Feb 21 13:28:50.497 INFO O| Feb 21 13:28:50.497 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4130 | 2025-02-21T13:28:51.518Z | [ recovery-image] Feb 21 13:28:50.497 INFO O| Feb 21 13:28:50.497 INFO skip step because feature "recovery" is enabled |
4131 | 2025-02-21T13:28:51.518Z | [ recovery-image] Feb 21 13:28:50.497 INFO O| Feb 21 13:28:50.497 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4132 | 2025-02-21T13:28:51.518Z | [ recovery-image] Feb 21 13:28:50.497 INFO O| Feb 21 13:28:50.497 INFO skip step because feature "omicron1" is not enabled |
4133 | 2025-02-21T13:28:51.518Z | [ recovery-image] Feb 21 13:28:50.497 INFO O| Feb 21 13:28:50.497 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4134 | 2025-02-21T13:28:51.541Z | [ recovery-image] Feb 21 13:28:50.522 INFO O| Feb 21 13:28:50.522 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.334"] |
4135 | 2025-02-21T13:28:53.376Z | [ host-image] Feb 21 13:28:52.357 INFO O| Feb 21 13:28:52.357 INFO O| Done |
4136 | 2025-02-21T13:28:54.688Z | [ recovery-image] Feb 21 13:28:53.645 INFO O| Feb 21 13:28:53.645 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4137 | 2025-02-21T13:28:56.204Z | [ host-image] Feb 21 13:28:55.185 INFO O| Feb 21 13:28:55.185 INFO O| Done |
4138 | 2025-02-21T13:28:56.261Z | [ host-image] Feb 21 13:28:55.242 INFO O| Feb 21 13:28:55.242 INFO O| Done |
4139 | 2025-02-21T13:28:59.070Z | [ recovery-image] Feb 21 13:28:58.051 INFO O| Feb 21 13:28:58.051 INFO O| Planning: Solver setup ... Done |
4140 | 2025-02-21T13:28:59.076Z | [ recovery-image] Feb 21 13:28:58.058 INFO O| Feb 21 13:28:58.058 INFO O| Planning: Running solver ... Done |
4141 | 2025-02-21T13:28:59.206Z | [ recovery-image] Feb 21 13:28:58.187 INFO O| Feb 21 13:28:58.187 INFO O| Planning: Finding local manifests ... Done |
4142 | 2025-02-21T13:28:59.209Z | [ recovery-image] Feb 21 13:28:58.188 INFO O| Feb 21 13:28:58.188 INFO O| Planning: Fetching manifests: 0/1 0% complete |
4143 | 2025-02-21T13:28:59.399Z | [ recovery-image] Feb 21 13:28:58.380 INFO O| Feb 21 13:28:58.380 INFO O| Planning: Fetching manifests: 1/1 100% complete |
4144 | 2025-02-21T13:28:59.440Z | [ recovery-image] Feb 21 13:28:58.421 INFO O| Feb 21 13:28:58.421 INFO O| Planning: Package planning ... Done |
4145 | 2025-02-21T13:28:59.443Z | [ recovery-image] Feb 21 13:28:58.422 INFO O| Feb 21 13:28:58.422 INFO O| Planning: Merging actions ... Done |
4146 | 2025-02-21T13:28:59.507Z | [ recovery-image] Feb 21 13:28:58.489 INFO O| Feb 21 13:28:58.488 INFO O| Planning: Checking for conflicting actions ... Done |
4147 | 2025-02-21T13:28:59.510Z | [ recovery-image] Feb 21 13:28:58.489 INFO O| Feb 21 13:28:58.489 INFO O| Planning: Consolidating action changes ... Done |
4148 | 2025-02-21T13:28:59.792Z | [ recovery-image] Feb 21 13:28:58.773 INFO O| Feb 21 13:28:58.773 INFO O| Planning: Evaluating mediators ... Done |
4149 | 2025-02-21T13:28:59.795Z | [ recovery-image] Feb 21 13:28:58.774 INFO O| Feb 21 13:28:58.774 INFO O| Planning: Planning completed in 5.20 seconds |
4150 | 2025-02-21T13:28:59.797Z | [ recovery-image] Feb 21 13:28:58.776 INFO O| Feb 21 13:28:58.776 INFO O| Packages to install: 1 |
4151 | 2025-02-21T13:28:59.844Z | [ recovery-image] Feb 21 13:28:58.825 INFO O| Feb 21 13:28:58.825 INFO O| Download: 0/4 items 0.0/10.3MB 0% complete |
4152 | 2025-02-21T13:29:00.725Z | [ recovery-image] Feb 21 13:28:59.706 INFO O| Feb 21 13:28:59.706 INFO O| Download: Completed 10.27 MB in 0.88 seconds (11.7M/s) |
4153 | 2025-02-21T13:29:00.798Z | [ recovery-image] Feb 21 13:28:59.779 INFO O| Feb 21 13:28:59.779 INFO O| Actions: 1/22 actions (Installing new actions) |
4154 | 2025-02-21T13:29:01.275Z | [ recovery-image] Feb 21 13:29:00.256 INFO O| Feb 21 13:29:00.256 INFO O| Actions: Completed 22 actions in 0.48 seconds. |
4155 | 2025-02-21T13:29:02.514Z | [ recovery-image] Feb 21 13:29:01.494 INFO O| Feb 21 13:29:01.494 INFO O| Done |
4156 | 2025-02-21T13:29:02.514Z | [ recovery-image] Feb 21 13:29:01.494 INFO O| Feb 21 13:29:01.494 INFO O| Done |
4157 | 2025-02-21T13:29:04.011Z | [ recovery-image] Feb 21 13:29:02.992 INFO O| Feb 21 13:29:02.992 INFO O| Done |
4158 | 2025-02-21T13:29:04.070Z | [ host-image] Feb 21 13:29:03.051 INFO O| Feb 21 13:29:03.051 INFO O| Done |
4159 | 2025-02-21T13:29:05.157Z | [ host-image] Feb 21 13:29:04.138 INFO O| Feb 21 13:29:04.138 INFO O| Done |
4160 | 2025-02-21T13:29:05.835Z | [ host-image] Feb 21 13:29:04.816 INFO O| Feb 21 13:29:04.816 INFO STEP 11 (pkg_install) COMPLETE |
4161 | 2025-02-21T13:29:05.835Z | [ host-image] Feb 21 13:29:04.816 INFO O| Feb 21 13:29:04.816 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4162 | 2025-02-21T13:29:05.854Z | [ host-image] Feb 21 13:29:04.835 INFO O| Feb 21 13:29:04.835 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"] |
4163 | 2025-02-21T13:29:06.594Z | [ recovery-image] Feb 21 13:29:05.575 INFO O| Feb 21 13:29:05.575 INFO O| Done |
4164 | 2025-02-21T13:29:06.618Z | [ recovery-image] Feb 21 13:29:05.599 INFO O| Feb 21 13:29:05.599 INFO O| Done |
4165 | 2025-02-21T13:29:06.620Z | [ recovery-image] Feb 21 13:29:05.599 INFO O| Feb 21 13:29:05.599 INFO O| Done |
4166 | 2025-02-21T13:29:06.636Z | [ recovery-image] Feb 21 13:29:05.617 INFO O| Feb 21 13:29:05.617 INFO O| Done |
4167 | 2025-02-21T13:29:06.821Z | [ recovery-image] Feb 21 13:29:05.802 INFO O| Feb 21 13:29:05.802 INFO STEP 14 (pkg_install) COMPLETE |
4168 | 2025-02-21T13:29:06.821Z | [ recovery-image] Feb 21 13:29:05.802 INFO O| Feb 21 13:29:05.802 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4169 | 2025-02-21T13:29:06.821Z | [ recovery-image] Feb 21 13:29:05.802 INFO O| Feb 21 13:29:05.802 INFO skip step because feature "mfg" is not enabled |
4170 | 2025-02-21T13:29:06.821Z | [ recovery-image] Feb 21 13:29:05.802 INFO O| Feb 21 13:29:05.802 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4171 | 2025-02-21T13:29:06.824Z | [ recovery-image] Feb 21 13:29:05.802 INFO O| Feb 21 13:29:05.802 INFO skip step because feature "compliance" is not enabled |
4172 | 2025-02-21T13:29:06.824Z | [ recovery-image] Feb 21 13:29:05.802 INFO O| Feb 21 13:29:05.802 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4173 | 2025-02-21T13:29:06.824Z | [ recovery-image] Feb 21 13:29:05.802 INFO O| Feb 21 13:29:05.802 INFO skip step because feature "stress" is not enabled |
4174 | 2025-02-21T13:29:06.824Z | [ recovery-image] Feb 21 13:29:05.802 INFO O| Feb 21 13:29:05.802 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4175 | 2025-02-21T13:29:06.824Z | [ recovery-image] Feb 21 13:29:05.802 INFO O| Feb 21 13:29:05.802 INFO skip step because feature "nfs" is not enabled |
4176 | 2025-02-21T13:29:06.824Z | [ recovery-image] Feb 21 13:29:05.802 INFO O| Feb 21 13:29:05.802 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4177 | 2025-02-21T13:29:06.824Z | [ recovery-image] Feb 21 13:29:05.802 INFO O| Feb 21 13:29:05.802 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4178 | 2025-02-21T13:29:06.965Z | [ recovery-image] Feb 21 13:29:05.946 INFO O| Feb 21 13:29:05.946 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
4179 | 2025-02-21T13:29:07.071Z | [ host-image] Feb 21 13:29:06.051 INFO O| Feb 21 13:29:06.051 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4180 | 2025-02-21T13:29:07.101Z | [ recovery-image] Feb 21 13:29:06.081 INFO O| Feb 21 13:29:06.081 INFO completed processing gimlet/ramdisk-01-os |
4181 | 2025-02-21T13:29:07.104Z | [ recovery-image] Feb 21 13:29:06.085 INFO image builder template: ramdisk-02-trim... |
4182 | 2025-02-21T13:29:07.104Z | [ recovery-image] Feb 21 13:29:06.086 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/.tmpyXqKXH/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 |
4183 | 2025-02-21T13:29:07.152Z | [ recovery-image] Feb 21 13:29:06.133 INFO O| Feb 21 13:29:06.133 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4184 | 2025-02-21T13:29:07.159Z | [ recovery-image] Feb 21 13:29:06.140 INFO O| Feb 21 13:29:06.140 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4185 | 2025-02-21T13:29:07.255Z | [ recovery-image] Feb 21 13:29:06.236 INFO O| Feb 21 13:29:06.236 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
4186 | 2025-02-21T13:29:07.331Z | [ recovery-image] Feb 21 13:29:06.312 INFO O| Feb 21 13:29:06.312 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4187 | 2025-02-21T13:29:07.334Z | [ recovery-image] Feb 21 13:29:06.312 INFO O| Feb 21 13:29:06.312 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4188 | 2025-02-21T13:29:07.346Z | [ recovery-image] Feb 21 13:29:06.327 INFO O| Feb 21 13:29:06.327 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4189 | 2025-02-21T13:29:07.355Z | [ recovery-image] Feb 21 13:29:06.336 INFO O| Feb 21 13:29:06.336 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4190 | 2025-02-21T13:29:07.377Z | [ recovery-image] Feb 21 13:29:06.358 INFO O| Feb 21 13:29:06.358 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4191 | 2025-02-21T13:29:07.743Z | [ recovery-image] Feb 21 13:29:06.724 INFO O| Feb 21 13:29:06.724 INFO rolled back to input snapshot; work may begin |
4192 | 2025-02-21T13:29:07.743Z | [ recovery-image] Feb 21 13:29:06.724 INFO O| Feb 21 13:29:06.724 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4193 | 2025-02-21T13:29:07.764Z | [ recovery-image] Feb 21 13:29:06.745 INFO O| Feb 21 13:29:06.745 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4194 | 2025-02-21T13:29:07.784Z | [ recovery-image] Feb 21 13:29:06.765 INFO O| Feb 21 13:29:06.764 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
4195 | 2025-02-21T13:29:08.027Z | [ recovery-image] Feb 21 13:29:07.008 INFO O| Feb 21 13:29:07.008 INFO STEP 0 (remove_files) COMPLETE |
4196 | 2025-02-21T13:29:08.027Z | [ recovery-image] Feb 21 13:29:07.008 INFO O| Feb 21 13:29:07.008 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4197 | 2025-02-21T13:29:08.163Z | [ recovery-image] Feb 21 13:29:07.144 INFO O| Feb 21 13:29:07.144 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
4198 | 2025-02-21T13:29:08.167Z | [ recovery-image] Feb 21 13:29:07.148 INFO O| Feb 21 13:29:07.148 INFO STEP 1 (remove_files) COMPLETE |
4199 | 2025-02-21T13:29:08.167Z | [ recovery-image] Feb 21 13:29:07.148 INFO O| Feb 21 13:29:07.148 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4200 | 2025-02-21T13:29:08.189Z | [ recovery-image] Feb 21 13:29:07.170 INFO O| Feb 21 13:29:07.170 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
4201 | 2025-02-21T13:29:08.223Z | [ recovery-image] Feb 21 13:29:07.203 INFO O| Feb 21 13:29:07.203 INFO STEP 2 (remove_files) COMPLETE |
4202 | 2025-02-21T13:29:08.223Z | [ recovery-image] Feb 21 13:29:07.203 INFO O| Feb 21 13:29:07.203 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4203 | 2025-02-21T13:29:08.262Z | [ recovery-image] Feb 21 13:29:07.243 INFO O| Feb 21 13:29:07.243 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
4204 | 2025-02-21T13:29:08.266Z | [ recovery-image] Feb 21 13:29:07.247 INFO O| Feb 21 13:29:07.247 INFO STEP 3 (remove_files) COMPLETE |
4205 | 2025-02-21T13:29:08.269Z | [ recovery-image] Feb 21 13:29:07.247 INFO O| Feb 21 13:29:07.247 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4206 | 2025-02-21T13:29:08.292Z | [ recovery-image] Feb 21 13:29:07.272 INFO O| Feb 21 13:29:07.272 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
4207 | 2025-02-21T13:29:08.301Z | [ recovery-image] Feb 21 13:29:07.282 INFO O| Feb 21 13:29:07.282 INFO STEP 4 (remove_files) COMPLETE |
4208 | 2025-02-21T13:29:08.302Z | [ recovery-image] Feb 21 13:29:07.282 INFO O| Feb 21 13:29:07.282 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4209 | 2025-02-21T13:29:08.330Z | [ recovery-image] Feb 21 13:29:07.311 INFO O| Feb 21 13:29:07.311 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
4210 | 2025-02-21T13:29:08.333Z | [ recovery-image] Feb 21 13:29:07.312 INFO O| Feb 21 13:29:07.312 INFO STEP 5 (remove_files) COMPLETE |
4211 | 2025-02-21T13:29:08.333Z | [ recovery-image] Feb 21 13:29:07.312 INFO O| Feb 21 13:29:07.312 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4212 | 2025-02-21T13:29:08.356Z | [ recovery-image] Feb 21 13:29:07.337 INFO O| Feb 21 13:29:07.337 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
4213 | 2025-02-21T13:29:08.377Z | [ recovery-image] Feb 21 13:29:07.357 INFO O| Feb 21 13:29:07.357 INFO STEP 6 (remove_files) COMPLETE |
4214 | 2025-02-21T13:29:08.377Z | [ recovery-image] Feb 21 13:29:07.358 INFO O| Feb 21 13:29:07.357 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4215 | 2025-02-21T13:29:08.379Z | [ recovery-image] Feb 21 13:29:07.358 INFO O| Feb 21 13:29:07.357 INFO skip step because feature "recovery" is enabled |
4216 | 2025-02-21T13:29:08.379Z | [ recovery-image] Feb 21 13:29:07.358 INFO O| Feb 21 13:29:07.357 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4217 | 2025-02-21T13:29:08.379Z | [ recovery-image] Feb 21 13:29:07.358 INFO O| Feb 21 13:29:07.357 INFO skip step because feature "recovery" is enabled |
4218 | 2025-02-21T13:29:08.379Z | [ recovery-image] Feb 21 13:29:07.358 INFO O| Feb 21 13:29:07.358 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4219 | 2025-02-21T13:29:08.379Z | [ recovery-image] Feb 21 13:29:07.358 INFO O| Feb 21 13:29:07.358 INFO skip step because feature "recovery" is enabled |
4220 | 2025-02-21T13:29:08.379Z | [ recovery-image] Feb 21 13:29:07.358 INFO O| Feb 21 13:29:07.358 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4221 | 2025-02-21T13:29:08.400Z | [ recovery-image] Feb 21 13:29:07.380 INFO O| Feb 21 13:29:07.380 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
4222 | 2025-02-21T13:29:08.406Z | [ recovery-image] Feb 21 13:29:07.387 INFO O| Feb 21 13:29:07.387 INFO STEP 10 (remove_files) COMPLETE |
4223 | 2025-02-21T13:29:08.409Z | [ recovery-image] Feb 21 13:29:07.387 INFO O| Feb 21 13:29:07.387 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4224 | 2025-02-21T13:29:08.427Z | [ recovery-image] Feb 21 13:29:07.408 INFO O| Feb 21 13:29:07.407 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
4225 | 2025-02-21T13:29:08.429Z | [ recovery-image] Feb 21 13:29:07.409 INFO O| Feb 21 13:29:07.409 INFO STEP 11 (remove_files) COMPLETE |
4226 | 2025-02-21T13:29:08.429Z | [ recovery-image] Feb 21 13:29:07.409 INFO O| Feb 21 13:29:07.409 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4227 | 2025-02-21T13:29:08.448Z | [ recovery-image] Feb 21 13:29:07.428 INFO O| Feb 21 13:29:07.428 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
4228 | 2025-02-21T13:29:08.450Z | [ recovery-image] Feb 21 13:29:07.431 INFO O| Feb 21 13:29:07.431 INFO STEP 12 (remove_files) COMPLETE |
4229 | 2025-02-21T13:29:08.450Z | [ recovery-image] Feb 21 13:29:07.431 INFO O| Feb 21 13:29:07.431 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4230 | 2025-02-21T13:29:08.676Z | [ recovery-image] Feb 21 13:29:07.657 INFO O| Feb 21 13:29:07.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
4231 | 2025-02-21T13:29:08.736Z | [ recovery-image] Feb 21 13:29:07.716 INFO O| Feb 21 13:29:07.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
4232 | 2025-02-21T13:29:08.740Z | [ recovery-image] Feb 21 13:29:07.721 INFO O| Feb 21 13:29:07.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
4233 | 2025-02-21T13:29:08.743Z | [ recovery-image] Feb 21 13:29:07.724 INFO O| Feb 21 13:29:07.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
4234 | 2025-02-21T13:29:08.946Z | [ recovery-image] Feb 21 13:29:07.927 INFO O| Feb 21 13:29:07.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
4235 | 2025-02-21T13:29:08.968Z | [ recovery-image] Feb 21 13:29:07.949 INFO O| Feb 21 13:29:07.948 INFO STEP 13 (remove_files) COMPLETE |
4236 | 2025-02-21T13:29:08.968Z | [ recovery-image] Feb 21 13:29:07.949 INFO O| Feb 21 13:29:07.949 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4237 | 2025-02-21T13:29:08.990Z | [ recovery-image] Feb 21 13:29:07.971 INFO O| Feb 21 13:29:07.971 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
4238 | 2025-02-21T13:29:08.993Z | [ recovery-image] Feb 21 13:29:07.974 INFO O| Feb 21 13:29:07.974 INFO STEP 14 (remove_files) COMPLETE |
4239 | 2025-02-21T13:29:08.993Z | [ recovery-image] Feb 21 13:29:07.974 INFO O| Feb 21 13:29:07.974 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4240 | 2025-02-21T13:29:09.014Z | [ recovery-image] Feb 21 13:29:07.995 INFO O| Feb 21 13:29:07.995 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
4241 | 2025-02-21T13:29:09.027Z | [ recovery-image] Feb 21 13:29:08.007 INFO O| Feb 21 13:29:08.007 INFO STEP 15 (remove_files) COMPLETE |
4242 | 2025-02-21T13:29:09.027Z | [ recovery-image] Feb 21 13:29:08.007 INFO O| Feb 21 13:29:08.007 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4243 | 2025-02-21T13:29:09.049Z | [ recovery-image] Feb 21 13:29:08.030 INFO O| Feb 21 13:29:08.030 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
4244 | 2025-02-21T13:29:09.054Z | [ recovery-image] Feb 21 13:29:08.031 INFO O| Feb 21 13:29:08.031 INFO STEP 16 (remove_files) COMPLETE |
4245 | 2025-02-21T13:29:09.054Z | [ recovery-image] Feb 21 13:29:08.031 INFO O| Feb 21 13:29:08.031 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4246 | 2025-02-21T13:29:09.074Z | [ recovery-image] Feb 21 13:29:08.054 INFO O| Feb 21 13:29:08.054 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
4247 | 2025-02-21T13:29:09.076Z | [ recovery-image] Feb 21 13:29:08.057 INFO O| Feb 21 13:29:08.057 INFO STEP 17 (remove_files) COMPLETE |
4248 | 2025-02-21T13:29:09.076Z | [ recovery-image] Feb 21 13:29:08.057 INFO O| Feb 21 13:29:08.057 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4249 | 2025-02-21T13:29:09.099Z | [ recovery-image] Feb 21 13:29:08.080 INFO O| Feb 21 13:29:08.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
4250 | 2025-02-21T13:29:09.099Z | [ recovery-image] Feb 21 13:29:08.080 INFO O| Feb 21 13:29:08.080 INFO STEP 18 (remove_files) COMPLETE |
4251 | 2025-02-21T13:29:09.102Z | [ recovery-image] Feb 21 13:29:08.081 INFO O| Feb 21 13:29:08.081 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4252 | 2025-02-21T13:29:09.123Z | [ recovery-image] Feb 21 13:29:08.104 INFO O| Feb 21 13:29:08.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
4253 | 2025-02-21T13:29:09.126Z | [ recovery-image] Feb 21 13:29:08.104 INFO O| Feb 21 13:29:08.104 INFO STEP 19 (remove_files) COMPLETE |
4254 | 2025-02-21T13:29:09.126Z | [ recovery-image] Feb 21 13:29:08.104 INFO O| Feb 21 13:29:08.104 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4255 | 2025-02-21T13:29:09.144Z | [ recovery-image] Feb 21 13:29:08.125 INFO O| Feb 21 13:29:08.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
4256 | 2025-02-21T13:29:09.144Z | [ recovery-image] Feb 21 13:29:08.125 INFO O| Feb 21 13:29:08.125 INFO STEP 20 (remove_files) COMPLETE |
4257 | 2025-02-21T13:29:09.146Z | [ recovery-image] Feb 21 13:29:08.125 INFO O| Feb 21 13:29:08.125 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4258 | 2025-02-21T13:29:09.168Z | [ recovery-image] Feb 21 13:29:08.149 INFO O| Feb 21 13:29:08.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
4259 | 2025-02-21T13:29:09.168Z | [ recovery-image] Feb 21 13:29:08.149 INFO O| Feb 21 13:29:08.149 INFO STEP 21 (remove_files) COMPLETE |
4260 | 2025-02-21T13:29:09.170Z | [ recovery-image] Feb 21 13:29:08.149 INFO O| Feb 21 13:29:08.149 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4261 | 2025-02-21T13:29:09.210Z | [ recovery-image] Feb 21 13:29:08.191 INFO O| Feb 21 13:29:08.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
4262 | 2025-02-21T13:29:09.210Z | [ recovery-image] Feb 21 13:29:08.191 INFO O| Feb 21 13:29:08.191 INFO STEP 22 (remove_files) COMPLETE |
4263 | 2025-02-21T13:29:09.210Z | [ recovery-image] Feb 21 13:29:08.191 INFO O| Feb 21 13:29:08.191 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4264 | 2025-02-21T13:29:09.244Z | [ recovery-image] Feb 21 13:29:08.223 INFO O| Feb 21 13:29:08.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
4265 | 2025-02-21T13:29:09.244Z | [ recovery-image] Feb 21 13:29:08.223 INFO O| Feb 21 13:29:08.223 INFO STEP 23 (remove_files) COMPLETE |
4266 | 2025-02-21T13:29:09.244Z | [ recovery-image] Feb 21 13:29:08.223 INFO O| Feb 21 13:29:08.223 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4267 | 2025-02-21T13:29:09.280Z | [ recovery-image] Feb 21 13:29:08.259 INFO O| Feb 21 13:29:08.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
4268 | 2025-02-21T13:29:09.280Z | [ recovery-image] Feb 21 13:29:08.259 INFO O| Feb 21 13:29:08.259 INFO STEP 24 (remove_files) COMPLETE |
4269 | 2025-02-21T13:29:09.280Z | [ recovery-image] Feb 21 13:29:08.259 INFO O| Feb 21 13:29:08.259 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4270 | 2025-02-21T13:29:09.297Z | [ recovery-image] Feb 21 13:29:08.276 INFO O| Feb 21 13:29:08.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
4271 | 2025-02-21T13:29:09.297Z | [ recovery-image] Feb 21 13:29:08.276 INFO O| Feb 21 13:29:08.276 INFO STEP 25 (remove_files) COMPLETE |
4272 | 2025-02-21T13:29:09.297Z | [ recovery-image] Feb 21 13:29:08.276 INFO O| Feb 21 13:29:08.276 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4273 | 2025-02-21T13:29:09.313Z | [ recovery-image] Feb 21 13:29:08.294 INFO O| Feb 21 13:29:08.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
4274 | 2025-02-21T13:29:09.313Z | [ recovery-image] Feb 21 13:29:08.294 INFO O| Feb 21 13:29:08.294 INFO STEP 26 (remove_files) COMPLETE |
4275 | 2025-02-21T13:29:09.313Z | [ recovery-image] Feb 21 13:29:08.294 INFO O| Feb 21 13:29:08.294 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4276 | 2025-02-21T13:29:09.331Z | [ recovery-image] Feb 21 13:29:08.312 INFO O| Feb 21 13:29:08.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
4277 | 2025-02-21T13:29:09.331Z | [ recovery-image] Feb 21 13:29:08.312 INFO O| Feb 21 13:29:08.312 INFO STEP 27 (remove_files) COMPLETE |
4278 | 2025-02-21T13:29:09.331Z | [ recovery-image] Feb 21 13:29:08.312 INFO O| Feb 21 13:29:08.312 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4279 | 2025-02-21T13:29:09.348Z | [ recovery-image] Feb 21 13:29:08.329 INFO O| Feb 21 13:29:08.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
4280 | 2025-02-21T13:29:09.348Z | [ recovery-image] Feb 21 13:29:08.329 INFO O| Feb 21 13:29:08.329 INFO STEP 28 (remove_files) COMPLETE |
4281 | 2025-02-21T13:29:09.348Z | [ recovery-image] Feb 21 13:29:08.329 INFO O| Feb 21 13:29:08.329 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4282 | 2025-02-21T13:29:09.365Z | [ recovery-image] Feb 21 13:29:08.346 INFO O| Feb 21 13:29:08.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
4283 | 2025-02-21T13:29:09.365Z | [ recovery-image] Feb 21 13:29:08.346 INFO O| Feb 21 13:29:08.346 INFO STEP 29 (remove_files) COMPLETE |
4284 | 2025-02-21T13:29:09.365Z | [ recovery-image] Feb 21 13:29:08.346 INFO O| Feb 21 13:29:08.346 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4285 | 2025-02-21T13:29:09.401Z | [ recovery-image] Feb 21 13:29:08.382 INFO O| Feb 21 13:29:08.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
4286 | 2025-02-21T13:29:09.401Z | [ recovery-image] Feb 21 13:29:08.382 INFO O| Feb 21 13:29:08.382 INFO STEP 30 (remove_files) COMPLETE |
4287 | 2025-02-21T13:29:09.403Z | [ recovery-image] Feb 21 13:29:08.382 INFO O| Feb 21 13:29:08.382 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4288 | 2025-02-21T13:29:09.467Z | [ recovery-image] Feb 21 13:29:08.448 INFO O| Feb 21 13:29:08.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
4289 | 2025-02-21T13:29:09.467Z | [ recovery-image] Feb 21 13:29:08.448 INFO O| Feb 21 13:29:08.448 INFO STEP 31 (remove_files) COMPLETE |
4290 | 2025-02-21T13:29:09.470Z | [ recovery-image] Feb 21 13:29:08.448 INFO O| Feb 21 13:29:08.448 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4291 | 2025-02-21T13:29:09.517Z | [ recovery-image] Feb 21 13:29:08.498 INFO O| Feb 21 13:29:08.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
4292 | 2025-02-21T13:29:09.517Z | [ recovery-image] Feb 21 13:29:08.498 INFO O| Feb 21 13:29:08.498 INFO STEP 32 (remove_files) COMPLETE |
4293 | 2025-02-21T13:29:09.520Z | [ recovery-image] Feb 21 13:29:08.498 INFO O| Feb 21 13:29:08.498 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4294 | 2025-02-21T13:29:09.536Z | [ recovery-image] Feb 21 13:29:08.517 INFO O| Feb 21 13:29:08.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
4295 | 2025-02-21T13:29:09.536Z | [ recovery-image] Feb 21 13:29:08.517 INFO O| Feb 21 13:29:08.517 INFO STEP 33 (remove_files) COMPLETE |
4296 | 2025-02-21T13:29:09.536Z | [ recovery-image] Feb 21 13:29:08.517 INFO O| Feb 21 13:29:08.517 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4297 | 2025-02-21T13:29:09.554Z | [ recovery-image] Feb 21 13:29:08.535 INFO O| Feb 21 13:29:08.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
4298 | 2025-02-21T13:29:09.554Z | [ recovery-image] Feb 21 13:29:08.535 INFO O| Feb 21 13:29:08.535 INFO STEP 34 (remove_files) COMPLETE |
4299 | 2025-02-21T13:29:09.554Z | [ recovery-image] Feb 21 13:29:08.535 INFO O| Feb 21 13:29:08.535 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4300 | 2025-02-21T13:29:09.852Z | [ recovery-image] Feb 21 13:29:08.569 INFO O| Feb 21 13:29:08.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
4301 | 2025-02-21T13:29:09.852Z | [ recovery-image] Feb 21 13:29:08.569 INFO O| Feb 21 13:29:08.569 INFO STEP 35 (remove_files) COMPLETE |
4302 | 2025-02-21T13:29:09.852Z | [ recovery-image] Feb 21 13:29:08.569 INFO O| Feb 21 13:29:08.569 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4303 | 2025-02-21T13:29:09.863Z | [ recovery-image] Feb 21 13:29:08.587 INFO O| Feb 21 13:29:08.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
4304 | 2025-02-21T13:29:09.863Z | [ recovery-image] Feb 21 13:29:08.587 INFO O| Feb 21 13:29:08.587 INFO STEP 36 (remove_files) COMPLETE |
4305 | 2025-02-21T13:29:09.863Z | [ recovery-image] Feb 21 13:29:08.587 INFO O| Feb 21 13:29:08.587 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4306 | 2025-02-21T13:29:09.863Z | [ recovery-image] Feb 21 13:29:08.605 INFO O| Feb 21 13:29:08.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
4307 | 2025-02-21T13:29:09.863Z | [ recovery-image] Feb 21 13:29:08.605 INFO O| Feb 21 13:29:08.605 INFO STEP 37 (remove_files) COMPLETE |
4308 | 2025-02-21T13:29:09.863Z | [ recovery-image] Feb 21 13:29:08.605 INFO O| Feb 21 13:29:08.605 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4309 | 2025-02-21T13:29:09.863Z | [ recovery-image] Feb 21 13:29:08.623 INFO O| Feb 21 13:29:08.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
4310 | 2025-02-21T13:29:09.863Z | [ recovery-image] Feb 21 13:29:08.623 INFO O| Feb 21 13:29:08.623 INFO STEP 38 (remove_files) COMPLETE |
4311 | 2025-02-21T13:29:09.863Z | [ recovery-image] Feb 21 13:29:08.623 INFO O| Feb 21 13:29:08.623 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4312 | 2025-02-21T13:29:09.863Z | [ recovery-image] Feb 21 13:29:08.657 INFO O| Feb 21 13:29:08.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
4313 | 2025-02-21T13:29:09.863Z | [ recovery-image] Feb 21 13:29:08.657 INFO O| Feb 21 13:29:08.657 INFO STEP 39 (remove_files) COMPLETE |
4314 | 2025-02-21T13:29:09.863Z | [ recovery-image] Feb 21 13:29:08.657 INFO O| Feb 21 13:29:08.657 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4315 | 2025-02-21T13:29:09.863Z | [ recovery-image] Feb 21 13:29:08.677 INFO O| Feb 21 13:29:08.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
4316 | 2025-02-21T13:29:09.863Z | [ recovery-image] Feb 21 13:29:08.677 INFO O| Feb 21 13:29:08.677 INFO STEP 40 (remove_files) COMPLETE |
4317 | 2025-02-21T13:29:09.863Z | [ recovery-image] Feb 21 13:29:08.677 INFO O| Feb 21 13:29:08.677 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4318 | 2025-02-21T13:29:09.863Z | [ recovery-image] Feb 21 13:29:08.702 INFO O| Feb 21 13:29:08.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
4319 | 2025-02-21T13:29:09.863Z | [ recovery-image] Feb 21 13:29:08.702 INFO O| Feb 21 13:29:08.702 INFO STEP 41 (remove_files) COMPLETE |
4320 | 2025-02-21T13:29:09.864Z | [ recovery-image] Feb 21 13:29:08.702 INFO O| Feb 21 13:29:08.702 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4321 | 2025-02-21T13:29:09.864Z | [ recovery-image] Feb 21 13:29:08.744 INFO O| Feb 21 13:29:08.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
4322 | 2025-02-21T13:29:09.864Z | [ recovery-image] Feb 21 13:29:08.744 INFO O| Feb 21 13:29:08.744 INFO STEP 42 (remove_files) COMPLETE |
4323 | 2025-02-21T13:29:09.864Z | [ recovery-image] Feb 21 13:29:08.744 INFO O| Feb 21 13:29:08.744 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4324 | 2025-02-21T13:29:09.864Z | [ recovery-image] Feb 21 13:29:08.770 INFO O| Feb 21 13:29:08.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
4325 | 2025-02-21T13:29:09.864Z | [ recovery-image] Feb 21 13:29:08.770 INFO O| Feb 21 13:29:08.770 INFO STEP 43 (remove_files) COMPLETE |
4326 | 2025-02-21T13:29:09.864Z | [ recovery-image] Feb 21 13:29:08.770 INFO O| Feb 21 13:29:08.770 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4327 | 2025-02-21T13:29:09.864Z | [ recovery-image] Feb 21 13:29:08.827 INFO O| Feb 21 13:29:08.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
4328 | 2025-02-21T13:29:09.864Z | [ recovery-image] Feb 21 13:29:08.827 INFO O| Feb 21 13:29:08.827 INFO STEP 44 (remove_files) COMPLETE |
4329 | 2025-02-21T13:29:09.864Z | [ recovery-image] Feb 21 13:29:08.827 INFO O| Feb 21 13:29:08.827 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4330 | 2025-02-21T13:29:09.872Z | [ recovery-image] Feb 21 13:29:08.853 INFO O| Feb 21 13:29:08.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
4331 | 2025-02-21T13:29:09.872Z | [ recovery-image] Feb 21 13:29:08.853 INFO O| Feb 21 13:29:08.853 INFO STEP 45 (remove_files) COMPLETE |
4332 | 2025-02-21T13:29:09.872Z | [ recovery-image] Feb 21 13:29:08.853 INFO O| Feb 21 13:29:08.853 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4333 | 2025-02-21T13:29:09.928Z | [ recovery-image] Feb 21 13:29:08.909 INFO O| Feb 21 13:29:08.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
4334 | 2025-02-21T13:29:09.928Z | [ recovery-image] Feb 21 13:29:08.909 INFO O| Feb 21 13:29:08.909 INFO STEP 46 (remove_files) COMPLETE |
4335 | 2025-02-21T13:29:09.928Z | [ recovery-image] Feb 21 13:29:08.909 INFO O| Feb 21 13:29:08.909 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4336 | 2025-02-21T13:29:09.950Z | [ recovery-image] Feb 21 13:29:08.931 INFO O| Feb 21 13:29:08.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
4337 | 2025-02-21T13:29:09.950Z | [ recovery-image] Feb 21 13:29:08.931 INFO O| Feb 21 13:29:08.931 INFO STEP 47 (remove_files) COMPLETE |
4338 | 2025-02-21T13:29:09.953Z | [ recovery-image] Feb 21 13:29:08.931 INFO O| Feb 21 13:29:08.931 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4339 | 2025-02-21T13:29:09.971Z | [ recovery-image] Feb 21 13:29:08.952 INFO O| Feb 21 13:29:08.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
4340 | 2025-02-21T13:29:09.971Z | [ recovery-image] Feb 21 13:29:08.952 INFO O| Feb 21 13:29:08.952 INFO STEP 48 (remove_files) COMPLETE |
4341 | 2025-02-21T13:29:09.973Z | [ recovery-image] Feb 21 13:29:08.952 INFO O| Feb 21 13:29:08.952 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4342 | 2025-02-21T13:29:09.991Z | [ recovery-image] Feb 21 13:29:08.972 INFO O| Feb 21 13:29:08.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
4343 | 2025-02-21T13:29:09.991Z | [ recovery-image] Feb 21 13:29:08.972 INFO O| Feb 21 13:29:08.972 INFO STEP 49 (remove_files) COMPLETE |
4344 | 2025-02-21T13:29:09.994Z | [ recovery-image] Feb 21 13:29:08.972 INFO O| Feb 21 13:29:08.972 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4345 | 2025-02-21T13:29:10.029Z | [ recovery-image] Feb 21 13:29:09.010 INFO O| Feb 21 13:29:09.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
4346 | 2025-02-21T13:29:10.029Z | [ recovery-image] Feb 21 13:29:09.010 INFO O| Feb 21 13:29:09.010 INFO STEP 50 (remove_files) COMPLETE |
4347 | 2025-02-21T13:29:10.032Z | [ recovery-image] Feb 21 13:29:09.010 INFO O| Feb 21 13:29:09.010 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4348 | 2025-02-21T13:29:10.047Z | [ recovery-image] Feb 21 13:29:09.028 INFO O| Feb 21 13:29:09.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
4349 | 2025-02-21T13:29:10.051Z | [ recovery-image] Feb 21 13:29:09.028 INFO O| Feb 21 13:29:09.028 INFO STEP 51 (remove_files) COMPLETE |
4350 | 2025-02-21T13:29:10.051Z | [ recovery-image] Feb 21 13:29:09.028 INFO O| Feb 21 13:29:09.028 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4351 | 2025-02-21T13:29:10.086Z | [ recovery-image] Feb 21 13:29:09.067 INFO O| Feb 21 13:29:09.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
4352 | 2025-02-21T13:29:10.088Z | [ recovery-image] Feb 21 13:29:09.067 INFO O| Feb 21 13:29:09.067 INFO STEP 52 (remove_files) COMPLETE |
4353 | 2025-02-21T13:29:10.089Z | [ recovery-image] Feb 21 13:29:09.067 INFO O| Feb 21 13:29:09.067 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4354 | 2025-02-21T13:29:10.104Z | [ recovery-image] Feb 21 13:29:09.085 INFO O| Feb 21 13:29:09.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
4355 | 2025-02-21T13:29:10.106Z | [ recovery-image] Feb 21 13:29:09.085 INFO O| Feb 21 13:29:09.085 INFO STEP 53 (remove_files) COMPLETE |
4356 | 2025-02-21T13:29:10.106Z | [ recovery-image] Feb 21 13:29:09.085 INFO O| Feb 21 13:29:09.085 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4357 | 2025-02-21T13:29:10.156Z | [ recovery-image] Feb 21 13:29:09.137 INFO O| Feb 21 13:29:09.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
4358 | 2025-02-21T13:29:10.156Z | [ recovery-image] Feb 21 13:29:09.137 INFO O| Feb 21 13:29:09.137 INFO STEP 54 (remove_files) COMPLETE |
4359 | 2025-02-21T13:29:10.156Z | [ recovery-image] Feb 21 13:29:09.137 INFO O| Feb 21 13:29:09.137 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4360 | 2025-02-21T13:29:10.174Z | [ recovery-image] Feb 21 13:29:09.155 INFO O| Feb 21 13:29:09.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
4361 | 2025-02-21T13:29:10.174Z | [ recovery-image] Feb 21 13:29:09.155 INFO O| Feb 21 13:29:09.155 INFO STEP 55 (remove_files) COMPLETE |
4362 | 2025-02-21T13:29:10.174Z | [ recovery-image] Feb 21 13:29:09.155 INFO O| Feb 21 13:29:09.155 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4363 | 2025-02-21T13:29:10.202Z | [ recovery-image] Feb 21 13:29:09.182 INFO O| Feb 21 13:29:09.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
4364 | 2025-02-21T13:29:10.204Z | [ recovery-image] Feb 21 13:29:09.183 INFO O| Feb 21 13:29:09.183 INFO STEP 56 (remove_files) COMPLETE |
4365 | 2025-02-21T13:29:10.204Z | [ recovery-image] Feb 21 13:29:09.183 INFO O| Feb 21 13:29:09.183 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4366 | 2025-02-21T13:29:10.221Z | [ recovery-image] Feb 21 13:29:09.201 INFO O| Feb 21 13:29:09.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
4367 | 2025-02-21T13:29:10.223Z | [ recovery-image] Feb 21 13:29:09.202 INFO O| Feb 21 13:29:09.202 INFO STEP 57 (remove_files) COMPLETE |
4368 | 2025-02-21T13:29:10.223Z | [ recovery-image] Feb 21 13:29:09.202 INFO O| Feb 21 13:29:09.202 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4369 | 2025-02-21T13:29:10.241Z | [ recovery-image] Feb 21 13:29:09.221 INFO O| Feb 21 13:29:09.221 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
4370 | 2025-02-21T13:29:10.243Z | [ recovery-image] Feb 21 13:29:09.222 INFO O| Feb 21 13:29:09.222 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
4371 | 2025-02-21T13:29:10.243Z | [ recovery-image] Feb 21 13:29:09.222 INFO O| Feb 21 13:29:09.222 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4372 | 2025-02-21T13:29:10.243Z | [ recovery-image] Feb 21 13:29:09.222 INFO O| Feb 21 13:29:09.222 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4373 | 2025-02-21T13:29:10.243Z | [ recovery-image] Feb 21 13:29:09.222 INFO O| Feb 21 13:29:09.222 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4374 | 2025-02-21T13:29:10.243Z | [ recovery-image] Feb 21 13:29:09.222 INFO O| Feb 21 13:29:09.222 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4375 | 2025-02-21T13:29:10.243Z | [ recovery-image] Feb 21 13:29:09.222 INFO O| Feb 21 13:29:09.222 INFO ok! |
4376 | 2025-02-21T13:29:10.243Z | [ recovery-image] Feb 21 13:29:09.222 INFO O| Feb 21 13:29:09.222 INFO STEP 58 (ensure_file) COMPLETE |
4377 | 2025-02-21T13:29:10.243Z | [ recovery-image] Feb 21 13:29:09.223 INFO O| Feb 21 13:29:09.223 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4378 | 2025-02-21T13:29:10.261Z | [ recovery-image] Feb 21 13:29:09.241 INFO O| Feb 21 13:29:09.241 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
4379 | 2025-02-21T13:29:10.264Z | [ recovery-image] Feb 21 13:29:09.241 INFO O| Feb 21 13:29:09.241 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
4380 | 2025-02-21T13:29:10.264Z | [ recovery-image] Feb 21 13:29:09.242 INFO O| Feb 21 13:29:09.242 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4381 | 2025-02-21T13:29:10.264Z | [ recovery-image] Feb 21 13:29:09.242 INFO O| Feb 21 13:29:09.242 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4382 | 2025-02-21T13:29:10.264Z | [ recovery-image] Feb 21 13:29:09.242 INFO O| Feb 21 13:29:09.242 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4383 | 2025-02-21T13:29:10.264Z | [ recovery-image] Feb 21 13:29:09.242 INFO O| Feb 21 13:29:09.242 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4384 | 2025-02-21T13:29:10.264Z | [ recovery-image] Feb 21 13:29:09.242 INFO O| Feb 21 13:29:09.242 INFO ok! |
4385 | 2025-02-21T13:29:10.264Z | [ recovery-image] Feb 21 13:29:09.242 INFO O| Feb 21 13:29:09.242 INFO STEP 59 (ensure_file) COMPLETE |
4386 | 2025-02-21T13:29:10.264Z | [ recovery-image] Feb 21 13:29:09.242 INFO O| Feb 21 13:29:09.242 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4387 | 2025-02-21T13:29:10.280Z | [ recovery-image] Feb 21 13:29:09.261 INFO O| Feb 21 13:29:09.261 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
4388 | 2025-02-21T13:29:10.280Z | [ recovery-image] Feb 21 13:29:09.261 INFO O| Feb 21 13:29:09.261 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
4389 | 2025-02-21T13:29:10.283Z | [ recovery-image] Feb 21 13:29:09.262 INFO O| Feb 21 13:29:09.262 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
4390 | 2025-02-21T13:29:10.283Z | [ recovery-image] Feb 21 13:29:09.262 INFO O| Feb 21 13:29:09.262 INFO ok! |
4391 | 2025-02-21T13:29:10.283Z | [ recovery-image] Feb 21 13:29:09.262 INFO O| Feb 21 13:29:09.262 INFO STEP 60 (ensure_file) COMPLETE |
4392 | 2025-02-21T13:29:10.283Z | [ recovery-image] Feb 21 13:29:09.262 INFO O| Feb 21 13:29:09.262 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4393 | 2025-02-21T13:29:10.300Z | [ recovery-image] Feb 21 13:29:09.280 INFO O| Feb 21 13:29:09.280 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
4394 | 2025-02-21T13:29:10.302Z | [ recovery-image] Feb 21 13:29:09.281 INFO O| Feb 21 13:29:09.281 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
4395 | 2025-02-21T13:29:10.302Z | [ recovery-image] Feb 21 13:29:09.281 INFO O| Feb 21 13:29:09.281 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
4396 | 2025-02-21T13:29:10.302Z | [ recovery-image] Feb 21 13:29:09.281 INFO O| Feb 21 13:29:09.281 INFO ok! |
4397 | 2025-02-21T13:29:10.302Z | [ recovery-image] Feb 21 13:29:09.281 INFO O| Feb 21 13:29:09.281 INFO STEP 61 (ensure_file) COMPLETE |
4398 | 2025-02-21T13:29:10.302Z | [ recovery-image] Feb 21 13:29:09.281 INFO O| Feb 21 13:29:09.281 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4399 | 2025-02-21T13:29:10.318Z | [ recovery-image] Feb 21 13:29:09.299 INFO O| Feb 21 13:29:09.298 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
4400 | 2025-02-21T13:29:10.321Z | [ recovery-image] Feb 21 13:29:09.299 INFO O| Feb 21 13:29:09.299 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
4401 | 2025-02-21T13:29:10.321Z | [ recovery-image] Feb 21 13:29:09.299 INFO O| Feb 21 13:29:09.299 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4402 | 2025-02-21T13:29:10.321Z | [ recovery-image] Feb 21 13:29:09.299 INFO O| Feb 21 13:29:09.299 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4403 | 2025-02-21T13:29:10.321Z | [ recovery-image] Feb 21 13:29:09.299 INFO O| Feb 21 13:29:09.299 INFO ok! |
4404 | 2025-02-21T13:29:10.321Z | [ recovery-image] Feb 21 13:29:09.300 INFO O| Feb 21 13:29:09.299 INFO STEP 62 (ensure_file) COMPLETE |
4405 | 2025-02-21T13:29:10.321Z | [ recovery-image] Feb 21 13:29:09.300 INFO O| Feb 21 13:29:09.300 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4406 | 2025-02-21T13:29:10.351Z | [ recovery-image] Feb 21 13:29:09.331 INFO O| Feb 21 13:29:09.331 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
4407 | 2025-02-21T13:29:10.351Z | [ recovery-image] Feb 21 13:29:09.331 INFO O| Feb 21 13:29:09.331 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
4408 | 2025-02-21T13:29:10.353Z | [ recovery-image] Feb 21 13:29:09.332 INFO O| Feb 21 13:29:09.332 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4409 | 2025-02-21T13:29:10.354Z | [ recovery-image] Feb 21 13:29:09.332 INFO O| Feb 21 13:29:09.332 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4410 | 2025-02-21T13:29:10.354Z | [ recovery-image] Feb 21 13:29:09.332 INFO O| Feb 21 13:29:09.332 INFO ok! |
4411 | 2025-02-21T13:29:10.354Z | [ recovery-image] Feb 21 13:29:09.332 INFO O| Feb 21 13:29:09.332 INFO STEP 63 (ensure_file) COMPLETE |
4412 | 2025-02-21T13:29:10.354Z | [ recovery-image] Feb 21 13:29:09.332 INFO O| Feb 21 13:29:09.332 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4413 | 2025-02-21T13:29:10.387Z | [ recovery-image] Feb 21 13:29:09.367 INFO O| Feb 21 13:29:09.367 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
4414 | 2025-02-21T13:29:10.387Z | [ recovery-image] Feb 21 13:29:09.367 INFO O| Feb 21 13:29:09.367 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
4415 | 2025-02-21T13:29:10.391Z | [ recovery-image] Feb 21 13:29:09.367 INFO O| Feb 21 13:29:09.367 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
4416 | 2025-02-21T13:29:10.391Z | [ recovery-image] Feb 21 13:29:09.368 INFO O| Feb 21 13:29:09.367 INFO ok! |
4417 | 2025-02-21T13:29:10.391Z | [ recovery-image] Feb 21 13:29:09.368 INFO O| Feb 21 13:29:09.368 INFO STEP 64 (assemble_files) COMPLETE |
4418 | 2025-02-21T13:29:10.391Z | [ recovery-image] Feb 21 13:29:09.368 INFO O| Feb 21 13:29:09.368 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4419 | 2025-02-21T13:29:10.406Z | [ recovery-image] Feb 21 13:29:09.387 INFO O| Feb 21 13:29:09.387 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
4420 | 2025-02-21T13:29:10.406Z | [ recovery-image] Feb 21 13:29:09.387 INFO O| Feb 21 13:29:09.387 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
4421 | 2025-02-21T13:29:10.406Z | [ recovery-image] Feb 21 13:29:09.387 INFO O| Feb 21 13:29:09.387 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4422 | 2025-02-21T13:29:10.409Z | [ recovery-image] Feb 21 13:29:09.387 INFO O| Feb 21 13:29:09.387 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4423 | 2025-02-21T13:29:10.409Z | [ recovery-image] Feb 21 13:29:09.387 INFO O| Feb 21 13:29:09.387 INFO ok! |
4424 | 2025-02-21T13:29:10.409Z | [ recovery-image] Feb 21 13:29:09.387 INFO O| Feb 21 13:29:09.387 INFO STEP 65 (ensure_file) COMPLETE |
4425 | 2025-02-21T13:29:10.409Z | [ recovery-image] Feb 21 13:29:09.387 INFO O| Feb 21 13:29:09.387 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4426 | 2025-02-21T13:29:10.409Z | [ recovery-image] Feb 21 13:29:09.387 INFO O| Feb 21 13:29:09.387 INFO skip step because feature "omicron1" is not enabled |
4427 | 2025-02-21T13:29:10.409Z | [ recovery-image] Feb 21 13:29:09.387 INFO O| Feb 21 13:29:09.387 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4428 | 2025-02-21T13:29:10.409Z | [ recovery-image] Feb 21 13:29:09.387 INFO O| Feb 21 13:29:09.387 INFO skip step because feature "omicron1" is not enabled |
4429 | 2025-02-21T13:29:10.409Z | [ recovery-image] Feb 21 13:29:09.387 INFO O| Feb 21 13:29:09.387 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4430 | 2025-02-21T13:29:10.409Z | [ recovery-image] Feb 21 13:29:09.387 INFO O| Feb 21 13:29:09.387 INFO skip step because feature "omicron1" is not enabled |
4431 | 2025-02-21T13:29:10.409Z | [ recovery-image] Feb 21 13:29:09.387 INFO O| Feb 21 13:29:09.387 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4432 | 2025-02-21T13:29:10.434Z | [ recovery-image] Feb 21 13:29:09.415 INFO O| Feb 21 13:29:09.415 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
4433 | 2025-02-21T13:29:10.435Z | [ recovery-image] Feb 21 13:29:09.415 INFO O| Feb 21 13:29:09.415 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
4434 | 2025-02-21T13:29:13.004Z | [ host-image] Feb 21 13:29:11.983 INFO O| Feb 21 13:29:11.983 INFO O| Planning: Solver setup ... Done |
4435 | 2025-02-21T13:29:13.009Z | [ host-image] Feb 21 13:29:11.990 INFO O| Feb 21 13:29:11.990 INFO O| Planning: Running solver ... Done |
4436 | 2025-02-21T13:29:13.111Z | [ host-image] Feb 21 13:29:12.092 INFO O| Feb 21 13:29:12.092 INFO O| Planning: Finding local manifests ... Done |
4437 | 2025-02-21T13:29:13.113Z | [ host-image] Feb 21 13:29:12.094 INFO O| Feb 21 13:29:12.093 INFO O| Planning: Fetching manifests: 0/5 0% complete |
4438 | 2025-02-21T13:29:13.473Z | [ host-image] Feb 21 13:29:12.453 INFO O| Feb 21 13:29:12.453 INFO O| Planning: Fetching manifests: 5/5 100% complete |
4439 | 2025-02-21T13:29:13.512Z | [ host-image] Feb 21 13:29:12.493 INFO O| Feb 21 13:29:12.493 INFO O| Planning: Package planning ... Done |
4440 | 2025-02-21T13:29:13.519Z | [ host-image] Feb 21 13:29:12.500 INFO O| Feb 21 13:29:12.500 INFO O| Planning: Merging actions ... Done |
4441 | 2025-02-21T13:29:13.581Z | [ recovery-image] Feb 21 13:29:12.561 INFO O| Feb 21 13:29:12.561 INFO STEP 69 (pack_tar) COMPLETE |
4442 | 2025-02-21T13:29:13.581Z | [ recovery-image] Feb 21 13:29:12.561 INFO O| Feb 21 13:29:12.561 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4443 | 2025-02-21T13:29:13.583Z | [ recovery-image] Feb 21 13:29:12.561 INFO O| Feb 21 13:29:12.561 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4444 | 2025-02-21T13:29:13.666Z | [ host-image] Feb 21 13:29:12.647 INFO O| Feb 21 13:29:12.646 INFO O| Planning: Checking for conflicting actions ... Done |
4445 | 2025-02-21T13:29:13.668Z | [ host-image] Feb 21 13:29:12.649 INFO O| Feb 21 13:29:12.649 INFO O| Planning: Consolidating action changes ... Done |
4446 | 2025-02-21T13:29:13.854Z | [ recovery-image] Feb 21 13:29:12.835 INFO O| Feb 21 13:29:12.835 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4447 | 2025-02-21T13:29:13.986Z | [ recovery-image] Feb 21 13:29:12.966 INFO O| Feb 21 13:29:12.966 INFO completed processing gimlet/ramdisk-02-trim |
4448 | 2025-02-21T13:29:13.989Z | [ recovery-image] Feb 21 13:29:12.969 INFO image builder template: ramdisk-03-recovery-trim... |
4449 | 2025-02-21T13:29:13.993Z | [ recovery-image] Feb 21 13:29:12.970 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/.tmpyXqKXH/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 |
4450 | 2025-02-21T13:29:14.176Z | [ host-image] Feb 21 13:29:13.157 INFO O| Feb 21 13:29:13.156 INFO O| Planning: Evaluating mediators ... Done |
4451 | 2025-02-21T13:29:14.179Z | [ host-image] Feb 21 13:29:13.159 INFO O| Feb 21 13:29:13.159 INFO O| Planning: Planning completed in 7.11 seconds |
4452 | 2025-02-21T13:29:14.181Z | [ host-image] Feb 21 13:29:13.162 INFO O| Feb 21 13:29:13.162 INFO O| Packages to install: 5 |
4453 | 2025-02-21T13:29:14.181Z | [ host-image] Feb 21 13:29:13.162 INFO O| Feb 21 13:29:13.162 INFO O| Services to change: 2 |
4454 | 2025-02-21T13:29:14.190Z | [ recovery-image] Feb 21 13:29:13.170 INFO O| Feb 21 13:29:13.170 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4455 | 2025-02-21T13:29:14.203Z | [ recovery-image] Feb 21 13:29:13.180 INFO O| Feb 21 13:29:13.180 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4456 | 2025-02-21T13:29:14.207Z | [ host-image] Feb 21 13:29:13.184 INFO O| Feb 21 13:29:13.183 INFO O| Download: 0/117 items 0.0/1.5MB 0% complete |
4457 | 2025-02-21T13:29:14.315Z | [ recovery-image] Feb 21 13:29:13.295 INFO O| Feb 21 13:29:13.295 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
4458 | 2025-02-21T13:29:14.401Z | [ recovery-image] Feb 21 13:29:13.381 INFO O| Feb 21 13:29:13.381 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4459 | 2025-02-21T13:29:14.403Z | [ recovery-image] Feb 21 13:29:13.382 INFO O| Feb 21 13:29:13.382 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4460 | 2025-02-21T13:29:14.415Z | [ recovery-image] Feb 21 13:29:13.396 INFO O| Feb 21 13:29:13.396 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
4461 | 2025-02-21T13:29:14.424Z | [ recovery-image] Feb 21 13:29:13.404 INFO O| Feb 21 13:29:13.404 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4462 | 2025-02-21T13:29:14.433Z | [ recovery-image] Feb 21 13:29:13.414 INFO O| Feb 21 13:29:13.414 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4463 | 2025-02-21T13:29:14.896Z | [ recovery-image] Feb 21 13:29:13.877 INFO O| Feb 21 13:29:13.877 INFO rolled back to input snapshot; work may begin |
4464 | 2025-02-21T13:29:14.896Z | [ recovery-image] Feb 21 13:29:13.877 INFO O| Feb 21 13:29:13.877 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4465 | 2025-02-21T13:29:14.919Z | [ recovery-image] Feb 21 13:29:13.899 INFO O| Feb 21 13:29:13.899 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4466 | 2025-02-21T13:29:14.977Z | [ recovery-image] Feb 21 13:29:13.957 INFO O| Feb 21 13:29:13.957 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
4467 | 2025-02-21T13:29:15.049Z | [ recovery-image] Feb 21 13:29:14.029 INFO O| Feb 21 13:29:14.029 INFO STEP 0 (remove_files) COMPLETE |
4468 | 2025-02-21T13:29:15.049Z | [ recovery-image] Feb 21 13:29:14.029 INFO O| Feb 21 13:29:14.029 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4469 | 2025-02-21T13:29:15.069Z | [ recovery-image] Feb 21 13:29:14.050 INFO O| Feb 21 13:29:14.050 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
4470 | 2025-02-21T13:29:15.254Z | [ recovery-image] Feb 21 13:29:14.233 INFO O| Feb 21 13:29:14.233 INFO STEP 1 (remove_files) COMPLETE |
4471 | 2025-02-21T13:29:15.254Z | [ recovery-image] Feb 21 13:29:14.233 INFO O| Feb 21 13:29:14.233 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4472 | 2025-02-21T13:29:15.291Z | [ recovery-image] Feb 21 13:29:14.272 INFO O| Feb 21 13:29:14.272 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
4473 | 2025-02-21T13:29:15.337Z | [ recovery-image] Feb 21 13:29:14.317 INFO O| Feb 21 13:29:14.317 INFO STEP 2 (remove_files) COMPLETE |
4474 | 2025-02-21T13:29:15.337Z | [ recovery-image] Feb 21 13:29:14.317 INFO O| Feb 21 13:29:14.317 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4475 | 2025-02-21T13:29:15.358Z | [ recovery-image] Feb 21 13:29:14.339 INFO O| Feb 21 13:29:14.338 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
4476 | 2025-02-21T13:29:15.551Z | [ recovery-image] Feb 21 13:29:14.532 INFO O| Feb 21 13:29:14.532 INFO STEP 3 (remove_files) COMPLETE |
4477 | 2025-02-21T13:29:15.551Z | [ recovery-image] Feb 21 13:29:14.532 INFO O| Feb 21 13:29:14.532 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4478 | 2025-02-21T13:29:15.572Z | [ recovery-image] Feb 21 13:29:14.553 INFO O| Feb 21 13:29:14.553 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
4479 | 2025-02-21T13:29:15.722Z | [ recovery-image] Feb 21 13:29:14.702 INFO O| Feb 21 13:29:14.702 INFO STEP 4 (remove_files) COMPLETE |
4480 | 2025-02-21T13:29:15.722Z | [ recovery-image] Feb 21 13:29:14.702 INFO O| Feb 21 13:29:14.702 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4481 | 2025-02-21T13:29:15.728Z | [ host-image] Feb 21 13:29:14.708 INFO O| Feb 21 13:29:14.708 INFO O| Download: Completed 1.46 MB in 1.52 seconds (978k/s) |
4482 | 2025-02-21T13:29:15.764Z | [ recovery-image] Feb 21 13:29:14.745 INFO O| Feb 21 13:29:14.745 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
4483 | 2025-02-21T13:29:15.777Z | [ host-image] Feb 21 13:29:14.758 INFO O| Feb 21 13:29:14.757 INFO O| Actions: 1/306 actions (Installing new actions) |
4484 | 2025-02-21T13:29:15.795Z | [ recovery-image] Feb 21 13:29:14.775 INFO O| Feb 21 13:29:14.775 INFO STEP 5 (remove_files) COMPLETE |
4485 | 2025-02-21T13:29:15.795Z | [ recovery-image] Feb 21 13:29:14.775 INFO O| Feb 21 13:29:14.775 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4486 | 2025-02-21T13:29:15.869Z | [ recovery-image] Feb 21 13:29:14.849 INFO O| Feb 21 13:29:14.849 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
4487 | 2025-02-21T13:29:15.897Z | [ recovery-image] Feb 21 13:29:14.877 INFO O| Feb 21 13:29:14.877 INFO STEP 6 (remove_files) COMPLETE |
4488 | 2025-02-21T13:29:15.897Z | [ recovery-image] Feb 21 13:29:14.877 INFO O| Feb 21 13:29:14.877 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4489 | 2025-02-21T13:29:15.957Z | [ recovery-image] Feb 21 13:29:14.938 INFO O| Feb 21 13:29:14.938 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
4490 | 2025-02-21T13:29:15.963Z | [ host-image] Feb 21 13:29:14.943 INFO O| Feb 21 13:29:14.943 INFO O| Actions: Completed 306 actions in 0.19 seconds. |
4491 | 2025-02-21T13:29:16.030Z | [ recovery-image] Feb 21 13:29:15.011 INFO O| Feb 21 13:29:15.011 INFO STEP 7 (remove_files) COMPLETE |
4492 | 2025-02-21T13:29:16.030Z | [ recovery-image] Feb 21 13:29:15.011 INFO O| Feb 21 13:29:15.011 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4493 | 2025-02-21T13:29:16.051Z | [ recovery-image] Feb 21 13:29:15.032 INFO O| Feb 21 13:29:15.032 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
4494 | 2025-02-21T13:29:16.071Z | [ recovery-image] Feb 21 13:29:15.051 INFO O| Feb 21 13:29:15.051 INFO STEP 8 (remove_files) COMPLETE |
4495 | 2025-02-21T13:29:16.074Z | [ recovery-image] Feb 21 13:29:15.051 INFO O| Feb 21 13:29:15.051 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4496 | 2025-02-21T13:29:16.107Z | [ recovery-image] Feb 21 13:29:15.088 INFO O| Feb 21 13:29:15.088 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
4497 | 2025-02-21T13:29:16.131Z | [ recovery-image] Feb 21 13:29:15.111 INFO O| Feb 21 13:29:15.111 INFO STEP 9 (remove_files) COMPLETE |
4498 | 2025-02-21T13:29:16.131Z | [ recovery-image] Feb 21 13:29:15.111 INFO O| Feb 21 13:29:15.111 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4499 | 2025-02-21T13:29:16.162Z | [ recovery-image] Feb 21 13:29:15.142 INFO O| Feb 21 13:29:15.142 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
4500 | 2025-02-21T13:29:16.254Z | [ recovery-image] Feb 21 13:29:15.235 INFO O| Feb 21 13:29:15.234 INFO STEP 10 (remove_files) COMPLETE |
4501 | 2025-02-21T13:29:16.254Z | [ recovery-image] Feb 21 13:29:15.235 INFO O| Feb 21 13:29:15.234 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4502 | 2025-02-21T13:29:16.304Z | [ recovery-image] Feb 21 13:29:15.284 INFO O| Feb 21 13:29:15.284 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
4503 | 2025-02-21T13:29:16.365Z | [ recovery-image] Feb 21 13:29:15.346 INFO O| Feb 21 13:29:15.346 INFO STEP 11 (remove_files) COMPLETE |
4504 | 2025-02-21T13:29:16.366Z | [ recovery-image] Feb 21 13:29:15.346 INFO O| Feb 21 13:29:15.346 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4505 | 2025-02-21T13:29:16.386Z | [ recovery-image] Feb 21 13:29:15.366 INFO O| Feb 21 13:29:15.366 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
4506 | 2025-02-21T13:29:16.435Z | [ recovery-image] Feb 21 13:29:15.415 INFO O| Feb 21 13:29:15.415 INFO STEP 12 (remove_files) COMPLETE |
4507 | 2025-02-21T13:29:16.436Z | [ recovery-image] Feb 21 13:29:15.415 INFO O| Feb 21 13:29:15.415 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4508 | 2025-02-21T13:29:16.473Z | [ recovery-image] Feb 21 13:29:15.453 INFO O| Feb 21 13:29:15.453 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
4509 | 2025-02-21T13:29:16.475Z | [ recovery-image] Feb 21 13:29:15.454 INFO O| Feb 21 13:29:15.454 INFO STEP 13 (remove_files) COMPLETE |
4510 | 2025-02-21T13:29:16.476Z | [ recovery-image] Feb 21 13:29:15.454 INFO O| Feb 21 13:29:15.454 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4511 | 2025-02-21T13:29:16.510Z | [ recovery-image] Feb 21 13:29:15.490 INFO O| Feb 21 13:29:15.490 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
4512 | 2025-02-21T13:29:16.535Z | [ recovery-image] Feb 21 13:29:15.514 INFO O| Feb 21 13:29:15.514 INFO STEP 14 (remove_files) COMPLETE |
4513 | 2025-02-21T13:29:16.535Z | [ recovery-image] Feb 21 13:29:15.515 INFO O| Feb 21 13:29:15.514 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4514 | 2025-02-21T13:29:16.575Z | [ recovery-image] Feb 21 13:29:15.556 INFO O| Feb 21 13:29:15.556 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
4515 | 2025-02-21T13:29:16.591Z | [ host-image] Feb 21 13:29:15.571 INFO O| Feb 21 13:29:15.571 INFO O| Done |
4516 | 2025-02-21T13:29:16.591Z | [ host-image] Feb 21 13:29:15.571 INFO O| Feb 21 13:29:15.571 INFO O| Done |
4517 | 2025-02-21T13:29:16.675Z | [ recovery-image] Feb 21 13:29:15.654 INFO O| Feb 21 13:29:15.654 INFO STEP 15 (remove_files) COMPLETE |
4518 | 2025-02-21T13:29:16.675Z | [ recovery-image] Feb 21 13:29:15.654 INFO O| Feb 21 13:29:15.654 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4519 | 2025-02-21T13:29:16.713Z | [ recovery-image] Feb 21 13:29:15.693 INFO O| Feb 21 13:29:15.693 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
4520 | 2025-02-21T13:29:16.715Z | [ recovery-image] Feb 21 13:29:15.694 INFO O| Feb 21 13:29:15.694 INFO STEP 16 (remove_files) COMPLETE |
4521 | 2025-02-21T13:29:16.715Z | [ recovery-image] Feb 21 13:29:15.694 INFO O| Feb 21 13:29:15.694 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4522 | 2025-02-21T13:29:16.733Z | [ recovery-image] Feb 21 13:29:15.712 INFO O| Feb 21 13:29:15.712 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
4523 | 2025-02-21T13:29:16.754Z | [ recovery-image] Feb 21 13:29:15.734 INFO O| Feb 21 13:29:15.734 INFO STEP 17 (remove_files) COMPLETE |
4524 | 2025-02-21T13:29:16.754Z | [ recovery-image] Feb 21 13:29:15.734 INFO O| Feb 21 13:29:15.734 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4525 | 2025-02-21T13:29:16.813Z | [ recovery-image] Feb 21 13:29:15.794 INFO O| Feb 21 13:29:15.794 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
4526 | 2025-02-21T13:29:17.070Z | [ recovery-image] Feb 21 13:29:16.048 INFO O| Feb 21 13:29:16.048 INFO STEP 18 (remove_files) COMPLETE |
4527 | 2025-02-21T13:29:17.070Z | [ recovery-image] Feb 21 13:29:16.049 INFO O| Feb 21 13:29:16.048 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4528 | 2025-02-21T13:29:17.104Z | [ recovery-image] Feb 21 13:29:16.085 INFO O| Feb 21 13:29:16.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
4529 | 2025-02-21T13:29:17.140Z | [ recovery-image] Feb 21 13:29:16.121 INFO O| Feb 21 13:29:16.121 INFO STEP 19 (remove_files) COMPLETE |
4530 | 2025-02-21T13:29:17.140Z | [ recovery-image] Feb 21 13:29:16.121 INFO O| Feb 21 13:29:16.121 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4531 | 2025-02-21T13:29:17.165Z | [ recovery-image] Feb 21 13:29:16.145 INFO O| Feb 21 13:29:16.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
4532 | 2025-02-21T13:29:17.165Z | [ recovery-image] Feb 21 13:29:16.145 INFO O| Feb 21 13:29:16.145 INFO STEP 20 (remove_files) COMPLETE |
4533 | 2025-02-21T13:29:17.165Z | [ recovery-image] Feb 21 13:29:16.145 INFO O| Feb 21 13:29:16.145 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4534 | 2025-02-21T13:29:17.189Z | [ recovery-image] Feb 21 13:29:16.168 INFO O| Feb 21 13:29:16.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
4535 | 2025-02-21T13:29:17.192Z | [ recovery-image] Feb 21 13:29:16.169 INFO O| Feb 21 13:29:16.169 INFO STEP 21 (remove_files) COMPLETE |
4536 | 2025-02-21T13:29:17.192Z | [ recovery-image] Feb 21 13:29:16.169 INFO O| Feb 21 13:29:16.169 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4537 | 2025-02-21T13:29:17.217Z | [ recovery-image] Feb 21 13:29:16.197 INFO O| Feb 21 13:29:16.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
4538 | 2025-02-21T13:29:17.217Z | [ recovery-image] Feb 21 13:29:16.197 INFO O| Feb 21 13:29:16.197 INFO STEP 22 (remove_files) COMPLETE |
4539 | 2025-02-21T13:29:17.220Z | [ recovery-image] Feb 21 13:29:16.197 INFO O| Feb 21 13:29:16.197 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4540 | 2025-02-21T13:29:17.243Z | [ recovery-image] Feb 21 13:29:16.223 INFO O| Feb 21 13:29:16.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
4541 | 2025-02-21T13:29:17.243Z | [ recovery-image] Feb 21 13:29:16.223 INFO O| Feb 21 13:29:16.223 INFO STEP 23 (remove_files) COMPLETE |
4542 | 2025-02-21T13:29:17.243Z | [ recovery-image] Feb 21 13:29:16.223 INFO O| Feb 21 13:29:16.223 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4543 | 2025-02-21T13:29:17.299Z | [ recovery-image] Feb 21 13:29:16.280 INFO O| Feb 21 13:29:16.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
4544 | 2025-02-21T13:29:17.302Z | [ recovery-image] Feb 21 13:29:16.280 INFO O| Feb 21 13:29:16.280 INFO STEP 24 (remove_files) COMPLETE |
4545 | 2025-02-21T13:29:17.302Z | [ recovery-image] Feb 21 13:29:16.280 INFO O| Feb 21 13:29:16.280 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4546 | 2025-02-21T13:29:17.359Z | [ recovery-image] Feb 21 13:29:16.340 INFO O| Feb 21 13:29:16.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
4547 | 2025-02-21T13:29:17.362Z | [ recovery-image] Feb 21 13:29:16.340 INFO O| Feb 21 13:29:16.340 INFO STEP 25 (remove_files) COMPLETE |
4548 | 2025-02-21T13:29:17.362Z | [ recovery-image] Feb 21 13:29:16.340 INFO O| Feb 21 13:29:16.340 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4549 | 2025-02-21T13:29:17.401Z | [ recovery-image] Feb 21 13:29:16.381 INFO O| Feb 21 13:29:16.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
4550 | 2025-02-21T13:29:17.405Z | [ recovery-image] Feb 21 13:29:16.386 INFO O| Feb 21 13:29:16.386 INFO STEP 26 (remove_files) COMPLETE |
4551 | 2025-02-21T13:29:17.408Z | [ recovery-image] Feb 21 13:29:16.386 INFO O| Feb 21 13:29:16.386 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4552 | 2025-02-21T13:29:17.422Z | [ recovery-image] Feb 21 13:29:16.403 INFO O| Feb 21 13:29:16.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
4553 | 2025-02-21T13:29:17.425Z | [ recovery-image] Feb 21 13:29:16.403 INFO O| Feb 21 13:29:16.403 INFO STEP 27 (remove_files) COMPLETE |
4554 | 2025-02-21T13:29:17.425Z | [ recovery-image] Feb 21 13:29:16.403 INFO O| Feb 21 13:29:16.403 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4555 | 2025-02-21T13:29:17.450Z | [ recovery-image] Feb 21 13:29:16.430 INFO O| Feb 21 13:29:16.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
4556 | 2025-02-21T13:29:17.452Z | [ recovery-image] Feb 21 13:29:16.431 INFO O| Feb 21 13:29:16.430 INFO STEP 28 (remove_files) COMPLETE |
4557 | 2025-02-21T13:29:17.452Z | [ recovery-image] Feb 21 13:29:16.431 INFO O| Feb 21 13:29:16.431 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4558 | 2025-02-21T13:29:17.472Z | [ recovery-image] Feb 21 13:29:16.453 INFO O| Feb 21 13:29:16.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
4559 | 2025-02-21T13:29:17.475Z | [ recovery-image] Feb 21 13:29:16.453 INFO O| Feb 21 13:29:16.453 INFO STEP 29 (remove_files) COMPLETE |
4560 | 2025-02-21T13:29:17.475Z | [ recovery-image] Feb 21 13:29:16.453 INFO O| Feb 21 13:29:16.453 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4561 | 2025-02-21T13:29:17.493Z | [ recovery-image] Feb 21 13:29:16.473 INFO O| Feb 21 13:29:16.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
4562 | 2025-02-21T13:29:17.495Z | [ recovery-image] Feb 21 13:29:16.474 INFO O| Feb 21 13:29:16.474 INFO STEP 30 (remove_files) COMPLETE |
4563 | 2025-02-21T13:29:17.495Z | [ recovery-image] Feb 21 13:29:16.474 INFO O| Feb 21 13:29:16.474 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4564 | 2025-02-21T13:29:17.513Z | [ recovery-image] Feb 21 13:29:16.494 INFO O| Feb 21 13:29:16.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
4565 | 2025-02-21T13:29:17.534Z | [ recovery-image] Feb 21 13:29:16.515 INFO O| Feb 21 13:29:16.515 INFO STEP 31 (remove_files) COMPLETE |
4566 | 2025-02-21T13:29:17.534Z | [ recovery-image] Feb 21 13:29:16.515 INFO O| Feb 21 13:29:16.515 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4567 | 2025-02-21T13:29:17.571Z | [ recovery-image] Feb 21 13:29:16.552 INFO O| Feb 21 13:29:16.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
4568 | 2025-02-21T13:29:17.592Z | [ recovery-image] Feb 21 13:29:16.572 INFO O| Feb 21 13:29:16.572 INFO STEP 32 (remove_files) COMPLETE |
4569 | 2025-02-21T13:29:17.592Z | [ recovery-image] Feb 21 13:29:16.572 INFO O| Feb 21 13:29:16.572 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4570 | 2025-02-21T13:29:17.648Z | [ recovery-image] Feb 21 13:29:16.629 INFO O| Feb 21 13:29:16.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4571 | 2025-02-21T13:29:17.648Z | [ recovery-image] Feb 21 13:29:16.629 INFO O| Feb 21 13:29:16.629 INFO STEP 33 (remove_files) COMPLETE |
4572 | 2025-02-21T13:29:17.651Z | [ recovery-image] Feb 21 13:29:16.629 INFO O| Feb 21 13:29:16.629 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4573 | 2025-02-21T13:29:17.669Z | [ recovery-image] Feb 21 13:29:16.649 INFO O| Feb 21 13:29:16.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4574 | 2025-02-21T13:29:17.669Z | [ recovery-image] Feb 21 13:29:16.649 INFO O| Feb 21 13:29:16.649 INFO STEP 34 (remove_files) COMPLETE |
4575 | 2025-02-21T13:29:17.671Z | [ recovery-image] Feb 21 13:29:16.649 INFO O| Feb 21 13:29:16.649 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4576 | 2025-02-21T13:29:17.710Z | [ recovery-image] Feb 21 13:29:16.690 INFO O| Feb 21 13:29:16.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4577 | 2025-02-21T13:29:17.712Z | [ recovery-image] Feb 21 13:29:16.690 INFO O| Feb 21 13:29:16.690 INFO STEP 35 (remove_files) COMPLETE |
4578 | 2025-02-21T13:29:17.712Z | [ recovery-image] Feb 21 13:29:16.690 INFO O| Feb 21 13:29:16.690 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4579 | 2025-02-21T13:29:17.731Z | [ recovery-image] Feb 21 13:29:16.712 INFO O| Feb 21 13:29:16.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4580 | 2025-02-21T13:29:17.734Z | [ recovery-image] Feb 21 13:29:16.712 INFO O| Feb 21 13:29:16.712 INFO STEP 36 (remove_files) COMPLETE |
4581 | 2025-02-21T13:29:17.734Z | [ recovery-image] Feb 21 13:29:16.712 INFO O| Feb 21 13:29:16.712 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4582 | 2025-02-21T13:29:17.751Z | [ recovery-image] Feb 21 13:29:16.731 INFO O| Feb 21 13:29:16.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4583 | 2025-02-21T13:29:17.776Z | [ recovery-image] Feb 21 13:29:16.757 INFO O| Feb 21 13:29:16.757 INFO STEP 37 (remove_files) COMPLETE |
4584 | 2025-02-21T13:29:17.776Z | [ recovery-image] Feb 21 13:29:16.757 INFO O| Feb 21 13:29:16.757 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4585 | 2025-02-21T13:29:17.797Z | [ recovery-image] Feb 21 13:29:16.778 INFO O| Feb 21 13:29:16.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4586 | 2025-02-21T13:29:17.799Z | [ recovery-image] Feb 21 13:29:16.778 INFO O| Feb 21 13:29:16.778 INFO STEP 38 (remove_files) COMPLETE |
4587 | 2025-02-21T13:29:17.799Z | [ recovery-image] Feb 21 13:29:16.778 INFO O| Feb 21 13:29:16.778 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4588 | 2025-02-21T13:29:17.816Z | [ recovery-image] Feb 21 13:29:16.796 INFO O| Feb 21 13:29:16.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4589 | 2025-02-21T13:29:17.818Z | [ recovery-image] Feb 21 13:29:16.797 INFO O| Feb 21 13:29:16.796 INFO STEP 39 (remove_files) COMPLETE |
4590 | 2025-02-21T13:29:17.818Z | [ recovery-image] Feb 21 13:29:16.797 INFO O| Feb 21 13:29:16.797 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4591 | 2025-02-21T13:29:17.842Z | [ recovery-image] Feb 21 13:29:16.823 INFO O| Feb 21 13:29:16.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4592 | 2025-02-21T13:29:17.845Z | [ recovery-image] Feb 21 13:29:16.823 INFO O| Feb 21 13:29:16.823 INFO STEP 40 (remove_files) COMPLETE |
4593 | 2025-02-21T13:29:17.845Z | [ recovery-image] Feb 21 13:29:16.823 INFO O| Feb 21 13:29:16.823 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4594 | 2025-02-21T13:29:17.863Z | [ recovery-image] Feb 21 13:29:16.843 INFO O| Feb 21 13:29:16.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4595 | 2025-02-21T13:29:17.866Z | [ recovery-image] Feb 21 13:29:16.843 INFO O| Feb 21 13:29:16.843 INFO STEP 41 (remove_files) COMPLETE |
4596 | 2025-02-21T13:29:17.866Z | [ recovery-image] Feb 21 13:29:16.843 INFO O| Feb 21 13:29:16.843 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4597 | 2025-02-21T13:29:17.885Z | [ recovery-image] Feb 21 13:29:16.864 INFO O| Feb 21 13:29:16.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4598 | 2025-02-21T13:29:17.888Z | [ recovery-image] Feb 21 13:29:16.865 INFO O| Feb 21 13:29:16.865 INFO STEP 42 (remove_files) COMPLETE |
4599 | 2025-02-21T13:29:17.888Z | [ recovery-image] Feb 21 13:29:16.865 INFO O| Feb 21 13:29:16.865 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4600 | 2025-02-21T13:29:17.920Z | [ recovery-image] Feb 21 13:29:16.900 INFO O| Feb 21 13:29:16.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4601 | 2025-02-21T13:29:17.943Z | [ recovery-image] Feb 21 13:29:16.924 INFO O| Feb 21 13:29:16.924 INFO STEP 43 (remove_files) COMPLETE |
4602 | 2025-02-21T13:29:17.943Z | [ recovery-image] Feb 21 13:29:16.924 INFO O| Feb 21 13:29:16.924 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4603 | 2025-02-21T13:29:18.003Z | [ recovery-image] Feb 21 13:29:16.984 INFO O| Feb 21 13:29:16.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4604 | 2025-02-21T13:29:18.003Z | [ recovery-image] Feb 21 13:29:16.984 INFO O| Feb 21 13:29:16.984 INFO STEP 44 (remove_files) COMPLETE |
4605 | 2025-02-21T13:29:18.008Z | [ recovery-image] Feb 21 13:29:16.984 INFO O| Feb 21 13:29:16.984 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4606 | 2025-02-21T13:29:18.025Z | [ recovery-image] Feb 21 13:29:17.005 INFO O| Feb 21 13:29:17.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4607 | 2025-02-21T13:29:18.046Z | [ recovery-image] Feb 21 13:29:17.027 INFO O| Feb 21 13:29:17.027 INFO STEP 45 (remove_files) COMPLETE |
4608 | 2025-02-21T13:29:18.046Z | [ recovery-image] Feb 21 13:29:17.027 INFO O| Feb 21 13:29:17.027 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4609 | 2025-02-21T13:29:18.103Z | [ host-image] Feb 21 13:29:17.083 INFO O| Feb 21 13:29:17.083 INFO O| Done |
4610 | 2025-02-21T13:29:18.105Z | [ recovery-image] Feb 21 13:29:17.084 INFO O| Feb 21 13:29:17.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4611 | 2025-02-21T13:29:18.105Z | [ recovery-image] Feb 21 13:29:17.084 INFO O| Feb 21 13:29:17.084 INFO STEP 46 (remove_files) COMPLETE |
4612 | 2025-02-21T13:29:18.105Z | [ recovery-image] Feb 21 13:29:17.084 INFO O| Feb 21 13:29:17.084 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4613 | 2025-02-21T13:29:18.123Z | [ recovery-image] Feb 21 13:29:17.103 INFO O| Feb 21 13:29:17.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4614 | 2025-02-21T13:29:18.123Z | [ recovery-image] Feb 21 13:29:17.103 INFO O| Feb 21 13:29:17.103 INFO STEP 47 (remove_files) COMPLETE |
4615 | 2025-02-21T13:29:18.123Z | [ recovery-image] Feb 21 13:29:17.103 INFO O| Feb 21 13:29:17.103 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4616 | 2025-02-21T13:29:18.146Z | [ recovery-image] Feb 21 13:29:17.126 INFO O| Feb 21 13:29:17.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4617 | 2025-02-21T13:29:18.148Z | [ recovery-image] Feb 21 13:29:17.127 INFO O| Feb 21 13:29:17.127 INFO STEP 48 (remove_files) COMPLETE |
4618 | 2025-02-21T13:29:18.148Z | [ recovery-image] Feb 21 13:29:17.127 INFO O| Feb 21 13:29:17.127 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4619 | 2025-02-21T13:29:18.174Z | [ recovery-image] Feb 21 13:29:17.154 INFO O| Feb 21 13:29:17.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4620 | 2025-02-21T13:29:18.174Z | [ recovery-image] Feb 21 13:29:17.154 INFO O| Feb 21 13:29:17.154 INFO STEP 49 (remove_files) COMPLETE |
4621 | 2025-02-21T13:29:18.176Z | [ recovery-image] Feb 21 13:29:17.154 INFO O| Feb 21 13:29:17.154 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4622 | 2025-02-21T13:29:18.209Z | [ recovery-image] Feb 21 13:29:17.189 INFO O| Feb 21 13:29:17.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4623 | 2025-02-21T13:29:18.211Z | [ recovery-image] Feb 21 13:29:17.190 INFO O| Feb 21 13:29:17.190 INFO STEP 50 (remove_files) COMPLETE |
4624 | 2025-02-21T13:29:18.212Z | [ recovery-image] Feb 21 13:29:17.190 INFO O| Feb 21 13:29:17.190 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4625 | 2025-02-21T13:29:18.252Z | [ recovery-image] Feb 21 13:29:17.233 INFO O| Feb 21 13:29:17.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4626 | 2025-02-21T13:29:18.255Z | [ recovery-image] Feb 21 13:29:17.233 INFO O| Feb 21 13:29:17.233 INFO STEP 51 (remove_files) COMPLETE |
4627 | 2025-02-21T13:29:18.255Z | [ recovery-image] Feb 21 13:29:17.233 INFO O| Feb 21 13:29:17.233 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4628 | 2025-02-21T13:29:18.275Z | [ recovery-image] Feb 21 13:29:17.255 INFO O| Feb 21 13:29:17.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4629 | 2025-02-21T13:29:18.275Z | [ recovery-image] Feb 21 13:29:17.255 INFO O| Feb 21 13:29:17.255 INFO STEP 52 (remove_files) COMPLETE |
4630 | 2025-02-21T13:29:18.277Z | [ recovery-image] Feb 21 13:29:17.255 INFO O| Feb 21 13:29:17.255 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4631 | 2025-02-21T13:29:18.296Z | [ recovery-image] Feb 21 13:29:17.276 INFO O| Feb 21 13:29:17.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4632 | 2025-02-21T13:29:18.296Z | [ recovery-image] Feb 21 13:29:17.276 INFO O| Feb 21 13:29:17.276 INFO STEP 53 (remove_files) COMPLETE |
4633 | 2025-02-21T13:29:18.296Z | [ recovery-image] Feb 21 13:29:17.276 INFO O| Feb 21 13:29:17.276 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4634 | 2025-02-21T13:29:18.354Z | [ recovery-image] Feb 21 13:29:17.335 INFO O| Feb 21 13:29:17.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4635 | 2025-02-21T13:29:18.376Z | [ recovery-image] Feb 21 13:29:17.356 INFO O| Feb 21 13:29:17.356 INFO STEP 54 (remove_files) COMPLETE |
4636 | 2025-02-21T13:29:18.378Z | [ recovery-image] Feb 21 13:29:17.356 INFO O| Feb 21 13:29:17.356 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4637 | 2025-02-21T13:29:18.410Z | [ recovery-image] Feb 21 13:29:17.390 INFO O| Feb 21 13:29:17.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4638 | 2025-02-21T13:29:18.413Z | [ recovery-image] Feb 21 13:29:17.391 INFO O| Feb 21 13:29:17.391 INFO STEP 55 (remove_files) COMPLETE |
4639 | 2025-02-21T13:29:18.413Z | [ recovery-image] Feb 21 13:29:17.391 INFO O| Feb 21 13:29:17.391 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4640 | 2025-02-21T13:29:18.431Z | [ recovery-image] Feb 21 13:29:17.412 INFO O| Feb 21 13:29:17.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4641 | 2025-02-21T13:29:18.432Z | [ recovery-image] Feb 21 13:29:17.412 INFO O| Feb 21 13:29:17.412 INFO STEP 56 (remove_files) COMPLETE |
4642 | 2025-02-21T13:29:18.432Z | [ recovery-image] Feb 21 13:29:17.412 INFO O| Feb 21 13:29:17.412 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4643 | 2025-02-21T13:29:18.452Z | [ recovery-image] Feb 21 13:29:17.432 INFO O| Feb 21 13:29:17.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4644 | 2025-02-21T13:29:18.452Z | [ recovery-image] Feb 21 13:29:17.432 INFO O| Feb 21 13:29:17.432 INFO STEP 57 (remove_files) COMPLETE |
4645 | 2025-02-21T13:29:18.452Z | [ recovery-image] Feb 21 13:29:17.432 INFO O| Feb 21 13:29:17.432 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4646 | 2025-02-21T13:29:18.472Z | [ recovery-image] Feb 21 13:29:17.452 INFO O| Feb 21 13:29:17.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4647 | 2025-02-21T13:29:18.472Z | [ recovery-image] Feb 21 13:29:17.452 INFO O| Feb 21 13:29:17.452 INFO STEP 58 (remove_files) COMPLETE |
4648 | 2025-02-21T13:29:18.472Z | [ recovery-image] Feb 21 13:29:17.452 INFO O| Feb 21 13:29:17.452 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4649 | 2025-02-21T13:29:18.502Z | [ recovery-image] Feb 21 13:29:17.482 INFO O| Feb 21 13:29:17.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4650 | 2025-02-21T13:29:18.502Z | [ recovery-image] Feb 21 13:29:17.482 INFO O| Feb 21 13:29:17.482 INFO STEP 59 (remove_files) COMPLETE |
4651 | 2025-02-21T13:29:18.504Z | [ recovery-image] Feb 21 13:29:17.482 INFO O| Feb 21 13:29:17.482 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4652 | 2025-02-21T13:29:18.523Z | [ recovery-image] Feb 21 13:29:17.503 INFO O| Feb 21 13:29:17.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4653 | 2025-02-21T13:29:18.523Z | [ recovery-image] Feb 21 13:29:17.503 INFO O| Feb 21 13:29:17.503 INFO STEP 60 (remove_files) COMPLETE |
4654 | 2025-02-21T13:29:18.525Z | [ recovery-image] Feb 21 13:29:17.503 INFO O| Feb 21 13:29:17.503 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4655 | 2025-02-21T13:29:18.544Z | [ recovery-image] Feb 21 13:29:17.525 INFO O| Feb 21 13:29:17.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4656 | 2025-02-21T13:29:18.544Z | [ recovery-image] Feb 21 13:29:17.525 INFO O| Feb 21 13:29:17.525 INFO STEP 61 (remove_files) COMPLETE |
4657 | 2025-02-21T13:29:18.544Z | [ recovery-image] Feb 21 13:29:17.525 INFO O| Feb 21 13:29:17.525 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4658 | 2025-02-21T13:29:18.565Z | [ recovery-image] Feb 21 13:29:17.546 INFO O| Feb 21 13:29:17.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4659 | 2025-02-21T13:29:18.565Z | [ recovery-image] Feb 21 13:29:17.546 INFO O| Feb 21 13:29:17.546 INFO STEP 62 (remove_files) COMPLETE |
4660 | 2025-02-21T13:29:18.565Z | [ recovery-image] Feb 21 13:29:17.546 INFO O| Feb 21 13:29:17.546 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4661 | 2025-02-21T13:29:18.608Z | [ recovery-image] Feb 21 13:29:17.588 INFO O| Feb 21 13:29:17.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4662 | 2025-02-21T13:29:18.608Z | [ recovery-image] Feb 21 13:29:17.588 INFO O| Feb 21 13:29:17.588 INFO STEP 63 (remove_files) COMPLETE |
4663 | 2025-02-21T13:29:18.610Z | [ recovery-image] Feb 21 13:29:17.588 INFO O| Feb 21 13:29:17.588 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4664 | 2025-02-21T13:29:18.630Z | [ recovery-image] Feb 21 13:29:17.609 INFO O| Feb 21 13:29:17.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4665 | 2025-02-21T13:29:18.630Z | [ recovery-image] Feb 21 13:29:17.609 INFO O| Feb 21 13:29:17.609 INFO STEP 64 (remove_files) COMPLETE |
4666 | 2025-02-21T13:29:18.630Z | [ recovery-image] Feb 21 13:29:17.609 INFO O| Feb 21 13:29:17.609 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4667 | 2025-02-21T13:29:18.647Z | [ recovery-image] Feb 21 13:29:17.628 INFO O| Feb 21 13:29:17.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4668 | 2025-02-21T13:29:18.647Z | [ recovery-image] Feb 21 13:29:17.628 INFO O| Feb 21 13:29:17.628 INFO STEP 65 (remove_files) COMPLETE |
4669 | 2025-02-21T13:29:18.650Z | [ recovery-image] Feb 21 13:29:17.628 INFO O| Feb 21 13:29:17.628 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4670 | 2025-02-21T13:29:18.684Z | [ recovery-image] Feb 21 13:29:17.665 INFO O| Feb 21 13:29:17.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4671 | 2025-02-21T13:29:18.707Z | [ recovery-image] Feb 21 13:29:17.688 INFO O| Feb 21 13:29:17.688 INFO STEP 66 (remove_files) COMPLETE |
4672 | 2025-02-21T13:29:18.707Z | [ recovery-image] Feb 21 13:29:17.688 INFO O| Feb 21 13:29:17.688 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4673 | 2025-02-21T13:29:18.765Z | [ recovery-image] Feb 21 13:29:17.745 INFO O| Feb 21 13:29:17.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4674 | 2025-02-21T13:29:18.765Z | [ recovery-image] Feb 21 13:29:17.746 INFO O| Feb 21 13:29:17.746 INFO STEP 67 (remove_files) COMPLETE |
4675 | 2025-02-21T13:29:18.768Z | [ recovery-image] Feb 21 13:29:17.746 INFO O| Feb 21 13:29:17.746 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4676 | 2025-02-21T13:29:18.806Z | [ recovery-image] Feb 21 13:29:17.787 INFO O| Feb 21 13:29:17.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4677 | 2025-02-21T13:29:18.821Z | [ recovery-image] Feb 21 13:29:17.802 INFO O| Feb 21 13:29:17.802 INFO STEP 68 (remove_files) COMPLETE |
4678 | 2025-02-21T13:29:18.821Z | [ recovery-image] Feb 21 13:29:17.802 INFO O| Feb 21 13:29:17.802 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4679 | 2025-02-21T13:29:18.863Z | [ recovery-image] Feb 21 13:29:17.844 INFO O| Feb 21 13:29:17.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4680 | 2025-02-21T13:29:18.863Z | [ recovery-image] Feb 21 13:29:17.844 INFO O| Feb 21 13:29:17.844 INFO STEP 69 (remove_files) COMPLETE |
4681 | 2025-02-21T13:29:18.863Z | [ recovery-image] Feb 21 13:29:17.844 INFO O| Feb 21 13:29:17.844 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4682 | 2025-02-21T13:29:18.883Z | [ recovery-image] Feb 21 13:29:17.863 INFO O| Feb 21 13:29:17.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4683 | 2025-02-21T13:29:18.883Z | [ recovery-image] Feb 21 13:29:17.863 INFO O| Feb 21 13:29:17.863 INFO STEP 70 (remove_files) COMPLETE |
4684 | 2025-02-21T13:29:18.883Z | [ recovery-image] Feb 21 13:29:17.863 INFO O| Feb 21 13:29:17.863 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4685 | 2025-02-21T13:29:18.902Z | [ recovery-image] Feb 21 13:29:17.883 INFO O| Feb 21 13:29:17.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4686 | 2025-02-21T13:29:18.902Z | [ recovery-image] Feb 21 13:29:17.883 INFO O| Feb 21 13:29:17.883 INFO STEP 71 (remove_files) COMPLETE |
4687 | 2025-02-21T13:29:18.905Z | [ recovery-image] Feb 21 13:29:17.883 INFO O| Feb 21 13:29:17.883 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4688 | 2025-02-21T13:29:18.921Z | [ recovery-image] Feb 21 13:29:17.902 INFO O| Feb 21 13:29:17.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4689 | 2025-02-21T13:29:18.943Z | [ recovery-image] Feb 21 13:29:17.924 INFO O| Feb 21 13:29:17.924 INFO STEP 72 (remove_files) COMPLETE |
4690 | 2025-02-21T13:29:18.943Z | [ recovery-image] Feb 21 13:29:17.924 INFO O| Feb 21 13:29:17.924 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4691 | 2025-02-21T13:29:18.977Z | [ recovery-image] Feb 21 13:29:17.957 INFO O| Feb 21 13:29:17.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4692 | 2025-02-21T13:29:18.977Z | [ recovery-image] Feb 21 13:29:17.957 INFO O| Feb 21 13:29:17.957 INFO STEP 73 (remove_files) COMPLETE |
4693 | 2025-02-21T13:29:18.977Z | [ recovery-image] Feb 21 13:29:17.957 INFO O| Feb 21 13:29:17.957 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4694 | 2025-02-21T13:29:18.997Z | [ recovery-image] Feb 21 13:29:17.978 INFO O| Feb 21 13:29:17.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4695 | 2025-02-21T13:29:18.997Z | [ recovery-image] Feb 21 13:29:17.978 INFO O| Feb 21 13:29:17.978 INFO STEP 74 (remove_files) COMPLETE |
4696 | 2025-02-21T13:29:18.997Z | [ recovery-image] Feb 21 13:29:17.978 INFO O| Feb 21 13:29:17.978 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4697 | 2025-02-21T13:29:19.027Z | [ recovery-image] Feb 21 13:29:18.006 INFO O| Feb 21 13:29:18.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4698 | 2025-02-21T13:29:19.027Z | [ recovery-image] Feb 21 13:29:18.006 INFO O| Feb 21 13:29:18.006 INFO STEP 75 (remove_files) COMPLETE |
4699 | 2025-02-21T13:29:19.027Z | [ recovery-image] Feb 21 13:29:18.006 INFO O| Feb 21 13:29:18.006 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4700 | 2025-02-21T13:29:19.058Z | [ recovery-image] Feb 21 13:29:18.038 INFO O| Feb 21 13:29:18.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4701 | 2025-02-21T13:29:19.058Z | [ recovery-image] Feb 21 13:29:18.038 INFO O| Feb 21 13:29:18.038 INFO STEP 76 (remove_files) COMPLETE |
4702 | 2025-02-21T13:29:19.061Z | [ recovery-image] Feb 21 13:29:18.038 INFO O| Feb 21 13:29:18.038 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4703 | 2025-02-21T13:29:19.081Z | [ recovery-image] Feb 21 13:29:18.062 INFO O| Feb 21 13:29:18.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4704 | 2025-02-21T13:29:19.081Z | [ recovery-image] Feb 21 13:29:18.062 INFO O| Feb 21 13:29:18.062 INFO STEP 77 (remove_files) COMPLETE |
4705 | 2025-02-21T13:29:19.081Z | [ recovery-image] Feb 21 13:29:18.062 INFO O| Feb 21 13:29:18.062 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4706 | 2025-02-21T13:29:19.103Z | [ recovery-image] Feb 21 13:29:18.083 INFO O| Feb 21 13:29:18.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4707 | 2025-02-21T13:29:19.103Z | [ recovery-image] Feb 21 13:29:18.083 INFO O| Feb 21 13:29:18.083 INFO STEP 78 (remove_files) COMPLETE |
4708 | 2025-02-21T13:29:19.105Z | [ recovery-image] Feb 21 13:29:18.083 INFO O| Feb 21 13:29:18.083 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4709 | 2025-02-21T13:29:19.123Z | [ recovery-image] Feb 21 13:29:18.103 INFO O| Feb 21 13:29:18.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4710 | 2025-02-21T13:29:19.123Z | [ recovery-image] Feb 21 13:29:18.103 INFO O| Feb 21 13:29:18.103 INFO STEP 79 (remove_files) COMPLETE |
4711 | 2025-02-21T13:29:19.126Z | [ recovery-image] Feb 21 13:29:18.103 INFO O| Feb 21 13:29:18.103 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4712 | 2025-02-21T13:29:19.159Z | [ recovery-image] Feb 21 13:29:18.140 INFO O| Feb 21 13:29:18.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4713 | 2025-02-21T13:29:19.159Z | [ recovery-image] Feb 21 13:29:18.140 INFO O| Feb 21 13:29:18.140 INFO STEP 80 (remove_files) COMPLETE |
4714 | 2025-02-21T13:29:19.159Z | [ recovery-image] Feb 21 13:29:18.140 INFO O| Feb 21 13:29:18.140 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4715 | 2025-02-21T13:29:19.177Z | [ recovery-image] Feb 21 13:29:18.158 INFO O| Feb 21 13:29:18.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4716 | 2025-02-21T13:29:19.177Z | [ recovery-image] Feb 21 13:29:18.158 INFO O| Feb 21 13:29:18.158 INFO STEP 81 (remove_files) COMPLETE |
4717 | 2025-02-21T13:29:19.179Z | [ recovery-image] Feb 21 13:29:18.158 INFO O| Feb 21 13:29:18.158 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4718 | 2025-02-21T13:29:19.215Z | [ recovery-image] Feb 21 13:29:18.195 INFO O| Feb 21 13:29:18.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4719 | 2025-02-21T13:29:19.217Z | [ recovery-image] Feb 21 13:29:18.196 INFO O| Feb 21 13:29:18.195 INFO STEP 82 (remove_files) COMPLETE |
4720 | 2025-02-21T13:29:19.217Z | [ recovery-image] Feb 21 13:29:18.196 INFO O| Feb 21 13:29:18.196 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4721 | 2025-02-21T13:29:19.258Z | [ recovery-image] Feb 21 13:29:18.238 INFO O| Feb 21 13:29:18.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4722 | 2025-02-21T13:29:19.258Z | [ recovery-image] Feb 21 13:29:18.238 INFO O| Feb 21 13:29:18.238 INFO STEP 83 (remove_files) COMPLETE |
4723 | 2025-02-21T13:29:19.258Z | [ recovery-image] Feb 21 13:29:18.238 INFO O| Feb 21 13:29:18.238 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4724 | 2025-02-21T13:29:19.294Z | [ recovery-image] Feb 21 13:29:18.275 INFO O| Feb 21 13:29:18.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4725 | 2025-02-21T13:29:19.302Z | [ recovery-image] Feb 21 13:29:18.282 INFO O| Feb 21 13:29:18.282 INFO STEP 84 (remove_files) COMPLETE |
4726 | 2025-02-21T13:29:19.303Z | [ recovery-image] Feb 21 13:29:18.282 INFO O| Feb 21 13:29:18.282 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4727 | 2025-02-21T13:29:19.323Z | [ recovery-image] Feb 21 13:29:18.303 INFO O| Feb 21 13:29:18.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4728 | 2025-02-21T13:29:19.325Z | [ recovery-image] Feb 21 13:29:18.303 INFO O| Feb 21 13:29:18.303 INFO STEP 85 (remove_files) COMPLETE |
4729 | 2025-02-21T13:29:19.325Z | [ recovery-image] Feb 21 13:29:18.304 INFO O| Feb 21 13:29:18.304 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4730 | 2025-02-21T13:29:19.343Z | [ recovery-image] Feb 21 13:29:18.324 INFO O| Feb 21 13:29:18.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4731 | 2025-02-21T13:29:19.346Z | [ recovery-image] Feb 21 13:29:18.324 INFO O| Feb 21 13:29:18.324 INFO STEP 86 (remove_files) COMPLETE |
4732 | 2025-02-21T13:29:19.346Z | [ recovery-image] Feb 21 13:29:18.324 INFO O| Feb 21 13:29:18.324 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4733 | 2025-02-21T13:29:19.380Z | [ recovery-image] Feb 21 13:29:18.361 INFO O| Feb 21 13:29:18.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4734 | 2025-02-21T13:29:19.383Z | [ recovery-image] Feb 21 13:29:18.361 INFO O| Feb 21 13:29:18.361 INFO STEP 87 (remove_files) COMPLETE |
4735 | 2025-02-21T13:29:19.383Z | [ recovery-image] Feb 21 13:29:18.361 INFO O| Feb 21 13:29:18.361 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4736 | 2025-02-21T13:29:19.405Z | [ recovery-image] Feb 21 13:29:18.385 INFO O| Feb 21 13:29:18.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4737 | 2025-02-21T13:29:19.408Z | [ recovery-image] Feb 21 13:29:18.386 INFO O| Feb 21 13:29:18.386 INFO STEP 88 (remove_files) COMPLETE |
4738 | 2025-02-21T13:29:19.408Z | [ recovery-image] Feb 21 13:29:18.386 INFO O| Feb 21 13:29:18.386 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4739 | 2025-02-21T13:29:19.429Z | [ recovery-image] Feb 21 13:29:18.410 INFO O| Feb 21 13:29:18.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4740 | 2025-02-21T13:29:19.432Z | [ recovery-image] Feb 21 13:29:18.410 INFO O| Feb 21 13:29:18.410 INFO STEP 89 (remove_files) COMPLETE |
4741 | 2025-02-21T13:29:19.432Z | [ recovery-image] Feb 21 13:29:18.410 INFO O| Feb 21 13:29:18.410 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4742 | 2025-02-21T13:29:19.451Z | [ recovery-image] Feb 21 13:29:18.431 INFO O| Feb 21 13:29:18.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4743 | 2025-02-21T13:29:19.453Z | [ recovery-image] Feb 21 13:29:18.431 INFO O| Feb 21 13:29:18.431 INFO STEP 90 (remove_files) COMPLETE |
4744 | 2025-02-21T13:29:19.453Z | [ recovery-image] Feb 21 13:29:18.432 INFO O| Feb 21 13:29:18.431 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4745 | 2025-02-21T13:29:19.471Z | [ recovery-image] Feb 21 13:29:18.451 INFO O| Feb 21 13:29:18.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4746 | 2025-02-21T13:29:19.471Z | [ recovery-image] Feb 21 13:29:18.452 INFO O| Feb 21 13:29:18.451 INFO STEP 91 (remove_files) COMPLETE |
4747 | 2025-02-21T13:29:19.473Z | [ recovery-image] Feb 21 13:29:18.452 INFO O| Feb 21 13:29:18.451 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4748 | 2025-02-21T13:29:19.490Z | [ recovery-image] Feb 21 13:29:18.471 INFO O| Feb 21 13:29:18.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4749 | 2025-02-21T13:29:19.493Z | [ recovery-image] Feb 21 13:29:18.471 INFO O| Feb 21 13:29:18.471 INFO STEP 92 (remove_files) COMPLETE |
4750 | 2025-02-21T13:29:19.493Z | [ recovery-image] Feb 21 13:29:18.471 INFO O| Feb 21 13:29:18.471 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4751 | 2025-02-21T13:29:19.509Z | [ recovery-image] Feb 21 13:29:18.490 INFO O| Feb 21 13:29:18.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4752 | 2025-02-21T13:29:19.509Z | [ recovery-image] Feb 21 13:29:18.490 INFO O| Feb 21 13:29:18.490 INFO STEP 93 (remove_files) COMPLETE |
4753 | 2025-02-21T13:29:19.512Z | [ recovery-image] Feb 21 13:29:18.490 INFO O| Feb 21 13:29:18.490 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4754 | 2025-02-21T13:29:19.528Z | [ recovery-image] Feb 21 13:29:18.509 INFO O| Feb 21 13:29:18.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4755 | 2025-02-21T13:29:19.531Z | [ recovery-image] Feb 21 13:29:18.509 INFO O| Feb 21 13:29:18.509 INFO STEP 94 (remove_files) COMPLETE |
4756 | 2025-02-21T13:29:19.531Z | [ recovery-image] Feb 21 13:29:18.509 INFO O| Feb 21 13:29:18.509 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4757 | 2025-02-21T13:29:19.549Z | [ recovery-image] Feb 21 13:29:18.529 INFO O| Feb 21 13:29:18.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4758 | 2025-02-21T13:29:19.571Z | [ recovery-image] Feb 21 13:29:18.552 INFO O| Feb 21 13:29:18.552 INFO STEP 95 (remove_files) COMPLETE |
4759 | 2025-02-21T13:29:19.571Z | [ recovery-image] Feb 21 13:29:18.552 INFO O| Feb 21 13:29:18.552 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4760 | 2025-02-21T13:29:19.619Z | [ recovery-image] Feb 21 13:29:18.599 INFO O| Feb 21 13:29:18.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4761 | 2025-02-21T13:29:19.621Z | [ recovery-image] Feb 21 13:29:18.599 INFO O| Feb 21 13:29:18.599 INFO STEP 96 (remove_files) COMPLETE |
4762 | 2025-02-21T13:29:19.621Z | [ recovery-image] Feb 21 13:29:18.599 INFO O| Feb 21 13:29:18.599 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4763 | 2025-02-21T13:29:19.639Z | [ recovery-image] Feb 21 13:29:18.620 INFO O| Feb 21 13:29:18.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4764 | 2025-02-21T13:29:19.642Z | [ recovery-image] Feb 21 13:29:18.620 INFO O| Feb 21 13:29:18.620 INFO STEP 97 (remove_files) COMPLETE |
4765 | 2025-02-21T13:29:19.642Z | [ recovery-image] Feb 21 13:29:18.620 INFO O| Feb 21 13:29:18.620 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4766 | 2025-02-21T13:29:19.660Z | [ recovery-image] Feb 21 13:29:18.640 INFO O| Feb 21 13:29:18.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4767 | 2025-02-21T13:29:19.663Z | [ recovery-image] Feb 21 13:29:18.640 INFO O| Feb 21 13:29:18.640 INFO STEP 98 (remove_files) COMPLETE |
4768 | 2025-02-21T13:29:19.663Z | [ recovery-image] Feb 21 13:29:18.640 INFO O| Feb 21 13:29:18.640 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4769 | 2025-02-21T13:29:19.680Z | [ recovery-image] Feb 21 13:29:18.661 INFO O| Feb 21 13:29:18.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4770 | 2025-02-21T13:29:19.683Z | [ recovery-image] Feb 21 13:29:18.661 INFO O| Feb 21 13:29:18.661 INFO STEP 99 (remove_files) COMPLETE |
4771 | 2025-02-21T13:29:19.683Z | [ recovery-image] Feb 21 13:29:18.661 INFO O| Feb 21 13:29:18.661 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4772 | 2025-02-21T13:29:19.754Z | [ recovery-image] Feb 21 13:29:18.734 INFO O| Feb 21 13:29:18.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4773 | 2025-02-21T13:29:19.756Z | [ recovery-image] Feb 21 13:29:18.734 INFO O| Feb 21 13:29:18.734 INFO STEP 100 (remove_files) COMPLETE |
4774 | 2025-02-21T13:29:19.756Z | [ recovery-image] Feb 21 13:29:18.734 INFO O| Feb 21 13:29:18.734 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4775 | 2025-02-21T13:29:19.820Z | [ recovery-image] Feb 21 13:29:18.800 INFO O| Feb 21 13:29:18.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4776 | 2025-02-21T13:29:19.823Z | [ recovery-image] Feb 21 13:29:18.801 INFO O| Feb 21 13:29:18.801 INFO STEP 101 (remove_files) COMPLETE |
4777 | 2025-02-21T13:29:19.823Z | [ recovery-image] Feb 21 13:29:18.801 INFO O| Feb 21 13:29:18.801 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4778 | 2025-02-21T13:29:19.852Z | [ recovery-image] Feb 21 13:29:18.833 INFO O| Feb 21 13:29:18.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4779 | 2025-02-21T13:29:19.852Z | [ recovery-image] Feb 21 13:29:18.833 INFO O| Feb 21 13:29:18.833 INFO STEP 102 (remove_files) COMPLETE |
4780 | 2025-02-21T13:29:19.856Z | [ recovery-image] Feb 21 13:29:18.833 INFO O| Feb 21 13:29:18.833 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4781 | 2025-02-21T13:29:19.876Z | [ recovery-image] Feb 21 13:29:18.856 INFO O| Feb 21 13:29:18.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4782 | 2025-02-21T13:29:19.876Z | [ recovery-image] Feb 21 13:29:18.856 INFO O| Feb 21 13:29:18.856 INFO STEP 103 (remove_files) COMPLETE |
4783 | 2025-02-21T13:29:19.878Z | [ recovery-image] Feb 21 13:29:18.856 INFO O| Feb 21 13:29:18.856 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4784 | 2025-02-21T13:29:19.897Z | [ recovery-image] Feb 21 13:29:18.878 INFO O| Feb 21 13:29:18.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4785 | 2025-02-21T13:29:19.897Z | [ recovery-image] Feb 21 13:29:18.878 INFO O| Feb 21 13:29:18.878 INFO STEP 104 (remove_files) COMPLETE |
4786 | 2025-02-21T13:29:19.897Z | [ recovery-image] Feb 21 13:29:18.878 INFO O| Feb 21 13:29:18.878 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4787 | 2025-02-21T13:29:19.918Z | [ recovery-image] Feb 21 13:29:18.898 INFO O| Feb 21 13:29:18.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4788 | 2025-02-21T13:29:19.918Z | [ recovery-image] Feb 21 13:29:18.899 INFO O| Feb 21 13:29:18.899 INFO STEP 105 (remove_files) COMPLETE |
4789 | 2025-02-21T13:29:19.922Z | [ recovery-image] Feb 21 13:29:18.899 INFO O| Feb 21 13:29:18.899 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4790 | 2025-02-21T13:29:19.938Z | [ recovery-image] Feb 21 13:29:18.918 INFO O| Feb 21 13:29:18.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4791 | 2025-02-21T13:29:19.938Z | [ recovery-image] Feb 21 13:29:18.918 INFO O| Feb 21 13:29:18.918 INFO STEP 106 (remove_files) COMPLETE |
4792 | 2025-02-21T13:29:19.938Z | [ recovery-image] Feb 21 13:29:18.918 INFO O| Feb 21 13:29:18.918 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4793 | 2025-02-21T13:29:19.959Z | [ recovery-image] Feb 21 13:29:18.938 INFO O| Feb 21 13:29:18.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4794 | 2025-02-21T13:29:19.959Z | [ recovery-image] Feb 21 13:29:18.938 INFO O| Feb 21 13:29:18.938 INFO STEP 107 (remove_files) COMPLETE |
4795 | 2025-02-21T13:29:19.961Z | [ recovery-image] Feb 21 13:29:18.938 INFO O| Feb 21 13:29:18.938 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4796 | 2025-02-21T13:29:19.978Z | [ recovery-image] Feb 21 13:29:18.958 INFO O| Feb 21 13:29:18.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4797 | 2025-02-21T13:29:19.978Z | [ recovery-image] Feb 21 13:29:18.958 INFO O| Feb 21 13:29:18.958 INFO STEP 108 (remove_files) COMPLETE |
4798 | 2025-02-21T13:29:19.978Z | [ recovery-image] Feb 21 13:29:18.958 INFO O| Feb 21 13:29:18.958 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4799 | 2025-02-21T13:29:19.999Z | [ recovery-image] Feb 21 13:29:18.978 INFO O| Feb 21 13:29:18.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4800 | 2025-02-21T13:29:19.999Z | [ recovery-image] Feb 21 13:29:18.979 INFO O| Feb 21 13:29:18.979 INFO STEP 109 (remove_files) COMPLETE |
4801 | 2025-02-21T13:29:19.999Z | [ recovery-image] Feb 21 13:29:18.979 INFO O| Feb 21 13:29:18.979 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4802 | 2025-02-21T13:29:20.018Z | [ recovery-image] Feb 21 13:29:18.998 INFO O| Feb 21 13:29:18.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4803 | 2025-02-21T13:29:20.018Z | [ recovery-image] Feb 21 13:29:18.998 INFO O| Feb 21 13:29:18.998 INFO STEP 110 (remove_files) COMPLETE |
4804 | 2025-02-21T13:29:20.020Z | [ recovery-image] Feb 21 13:29:18.998 INFO O| Feb 21 13:29:18.998 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4805 | 2025-02-21T13:29:20.038Z | [ recovery-image] Feb 21 13:29:19.018 INFO O| Feb 21 13:29:19.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4806 | 2025-02-21T13:29:20.041Z | [ recovery-image] Feb 21 13:29:19.019 INFO O| Feb 21 13:29:19.019 INFO STEP 111 (remove_files) COMPLETE |
4807 | 2025-02-21T13:29:20.041Z | [ recovery-image] Feb 21 13:29:19.019 INFO O| Feb 21 13:29:19.019 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4808 | 2025-02-21T13:29:20.058Z | [ recovery-image] Feb 21 13:29:19.038 INFO O| Feb 21 13:29:19.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4809 | 2025-02-21T13:29:20.058Z | [ recovery-image] Feb 21 13:29:19.038 INFO O| Feb 21 13:29:19.038 INFO STEP 112 (remove_files) COMPLETE |
4810 | 2025-02-21T13:29:20.058Z | [ recovery-image] Feb 21 13:29:19.038 INFO O| Feb 21 13:29:19.038 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4811 | 2025-02-21T13:29:20.078Z | [ recovery-image] Feb 21 13:29:19.058 INFO O| Feb 21 13:29:19.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4812 | 2025-02-21T13:29:20.078Z | [ recovery-image] Feb 21 13:29:19.058 INFO O| Feb 21 13:29:19.058 INFO STEP 113 (remove_files) COMPLETE |
4813 | 2025-02-21T13:29:20.078Z | [ recovery-image] Feb 21 13:29:19.058 INFO O| Feb 21 13:29:19.058 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4814 | 2025-02-21T13:29:20.098Z | [ recovery-image] Feb 21 13:29:19.078 INFO O| Feb 21 13:29:19.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4815 | 2025-02-21T13:29:20.098Z | [ recovery-image] Feb 21 13:29:19.078 INFO O| Feb 21 13:29:19.078 INFO STEP 114 (remove_files) COMPLETE |
4816 | 2025-02-21T13:29:20.100Z | [ recovery-image] Feb 21 13:29:19.078 INFO O| Feb 21 13:29:19.078 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4817 | 2025-02-21T13:29:20.117Z | [ recovery-image] Feb 21 13:29:19.098 INFO O| Feb 21 13:29:19.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4818 | 2025-02-21T13:29:20.120Z | [ recovery-image] Feb 21 13:29:19.098 INFO O| Feb 21 13:29:19.098 INFO STEP 115 (remove_files) COMPLETE |
4819 | 2025-02-21T13:29:20.120Z | [ recovery-image] Feb 21 13:29:19.098 INFO O| Feb 21 13:29:19.098 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4820 | 2025-02-21T13:29:20.138Z | [ recovery-image] Feb 21 13:29:19.118 INFO O| Feb 21 13:29:19.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4821 | 2025-02-21T13:29:20.138Z | [ recovery-image] Feb 21 13:29:19.118 INFO O| Feb 21 13:29:19.118 INFO STEP 116 (remove_files) COMPLETE |
4822 | 2025-02-21T13:29:20.138Z | [ recovery-image] Feb 21 13:29:19.118 INFO O| Feb 21 13:29:19.118 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4823 | 2025-02-21T13:29:20.158Z | [ recovery-image] Feb 21 13:29:19.138 INFO O| Feb 21 13:29:19.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4824 | 2025-02-21T13:29:20.160Z | [ recovery-image] Feb 21 13:29:19.139 INFO O| Feb 21 13:29:19.138 INFO STEP 117 (remove_files) COMPLETE |
4825 | 2025-02-21T13:29:20.160Z | [ recovery-image] Feb 21 13:29:19.139 INFO O| Feb 21 13:29:19.138 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4826 | 2025-02-21T13:29:20.204Z | [ recovery-image] Feb 21 13:29:19.184 INFO O| Feb 21 13:29:19.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4827 | 2025-02-21T13:29:20.204Z | [ recovery-image] Feb 21 13:29:19.184 INFO O| Feb 21 13:29:19.184 INFO STEP 118 (remove_files) COMPLETE |
4828 | 2025-02-21T13:29:20.206Z | [ recovery-image] Feb 21 13:29:19.184 INFO O| Feb 21 13:29:19.184 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4829 | 2025-02-21T13:29:20.240Z | [ recovery-image] Feb 21 13:29:19.220 INFO O| Feb 21 13:29:19.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4830 | 2025-02-21T13:29:20.242Z | [ recovery-image] Feb 21 13:29:19.220 INFO O| Feb 21 13:29:19.220 INFO STEP 119 (remove_files) COMPLETE |
4831 | 2025-02-21T13:29:20.242Z | [ recovery-image] Feb 21 13:29:19.221 INFO O| Feb 21 13:29:19.220 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4832 | 2025-02-21T13:29:20.261Z | [ recovery-image] Feb 21 13:29:19.242 INFO O| Feb 21 13:29:19.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4833 | 2025-02-21T13:29:20.265Z | [ recovery-image] Feb 21 13:29:19.242 INFO O| Feb 21 13:29:19.242 INFO STEP 120 (remove_files) COMPLETE |
4834 | 2025-02-21T13:29:20.265Z | [ recovery-image] Feb 21 13:29:19.242 INFO O| Feb 21 13:29:19.242 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4835 | 2025-02-21T13:29:20.386Z | [ recovery-image] Feb 21 13:29:19.367 INFO O| Feb 21 13:29:19.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4836 | 2025-02-21T13:29:20.386Z | [ recovery-image] Feb 21 13:29:19.367 INFO O| Feb 21 13:29:19.367 INFO STEP 121 (remove_files) COMPLETE |
4837 | 2025-02-21T13:29:20.386Z | [ recovery-image] Feb 21 13:29:19.367 INFO O| Feb 21 13:29:19.367 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4838 | 2025-02-21T13:29:20.407Z | [ recovery-image] Feb 21 13:29:19.388 INFO O| Feb 21 13:29:19.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4839 | 2025-02-21T13:29:20.407Z | [ recovery-image] Feb 21 13:29:19.388 INFO O| Feb 21 13:29:19.388 INFO STEP 122 (remove_files) COMPLETE |
4840 | 2025-02-21T13:29:20.410Z | [ recovery-image] Feb 21 13:29:19.388 INFO O| Feb 21 13:29:19.388 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4841 | 2025-02-21T13:29:20.427Z | [ recovery-image] Feb 21 13:29:19.406 INFO O| Feb 21 13:29:19.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4842 | 2025-02-21T13:29:20.427Z | [ recovery-image] Feb 21 13:29:19.406 INFO O| Feb 21 13:29:19.406 INFO STEP 123 (remove_files) COMPLETE |
4843 | 2025-02-21T13:29:20.427Z | [ recovery-image] Feb 21 13:29:19.406 INFO O| Feb 21 13:29:19.406 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4844 | 2025-02-21T13:29:20.462Z | [ recovery-image] Feb 21 13:29:19.443 INFO O| Feb 21 13:29:19.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4845 | 2025-02-21T13:29:20.462Z | [ recovery-image] Feb 21 13:29:19.443 INFO O| Feb 21 13:29:19.443 INFO STEP 124 (remove_files) COMPLETE |
4846 | 2025-02-21T13:29:20.462Z | [ recovery-image] Feb 21 13:29:19.443 INFO O| Feb 21 13:29:19.443 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4847 | 2025-02-21T13:29:20.523Z | [ recovery-image] Feb 21 13:29:19.504 INFO O| Feb 21 13:29:19.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4848 | 2025-02-21T13:29:20.523Z | [ recovery-image] Feb 21 13:29:19.504 INFO O| Feb 21 13:29:19.504 INFO STEP 125 (remove_files) COMPLETE |
4849 | 2025-02-21T13:29:20.526Z | [ recovery-image] Feb 21 13:29:19.504 INFO O| Feb 21 13:29:19.504 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4850 | 2025-02-21T13:29:20.545Z | [ recovery-image] Feb 21 13:29:19.524 INFO O| Feb 21 13:29:19.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4851 | 2025-02-21T13:29:20.545Z | [ recovery-image] Feb 21 13:29:19.524 INFO O| Feb 21 13:29:19.524 INFO STEP 126 (remove_files) COMPLETE |
4852 | 2025-02-21T13:29:20.548Z | [ recovery-image] Feb 21 13:29:19.524 INFO O| Feb 21 13:29:19.524 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4853 | 2025-02-21T13:29:20.602Z | [ recovery-image] Feb 21 13:29:19.582 INFO O| Feb 21 13:29:19.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4854 | 2025-02-21T13:29:20.602Z | [ recovery-image] Feb 21 13:29:19.582 INFO O| Feb 21 13:29:19.582 INFO STEP 127 (remove_files) COMPLETE |
4855 | 2025-02-21T13:29:20.602Z | [ recovery-image] Feb 21 13:29:19.582 INFO O| Feb 21 13:29:19.582 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4856 | 2025-02-21T13:29:20.621Z | [ recovery-image] Feb 21 13:29:19.601 INFO O| Feb 21 13:29:19.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4857 | 2025-02-21T13:29:20.621Z | [ recovery-image] Feb 21 13:29:19.601 INFO O| Feb 21 13:29:19.601 INFO STEP 128 (remove_files) COMPLETE |
4858 | 2025-02-21T13:29:20.621Z | [ recovery-image] Feb 21 13:29:19.601 INFO O| Feb 21 13:29:19.601 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4859 | 2025-02-21T13:29:20.639Z | [ recovery-image] Feb 21 13:29:19.619 INFO O| Feb 21 13:29:19.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4860 | 2025-02-21T13:29:20.639Z | [ recovery-image] Feb 21 13:29:19.619 INFO O| Feb 21 13:29:19.619 INFO STEP 129 (remove_files) COMPLETE |
4861 | 2025-02-21T13:29:20.639Z | [ recovery-image] Feb 21 13:29:19.619 INFO O| Feb 21 13:29:19.619 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4862 | 2025-02-21T13:29:20.657Z | [ recovery-image] Feb 21 13:29:19.637 INFO O| Feb 21 13:29:19.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4863 | 2025-02-21T13:29:20.657Z | [ recovery-image] Feb 21 13:29:19.637 INFO O| Feb 21 13:29:19.637 INFO STEP 130 (remove_files) COMPLETE |
4864 | 2025-02-21T13:29:20.659Z | [ recovery-image] Feb 21 13:29:19.637 INFO O| Feb 21 13:29:19.637 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4865 | 2025-02-21T13:29:20.675Z | [ recovery-image] Feb 21 13:29:19.655 INFO O| Feb 21 13:29:19.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4866 | 2025-02-21T13:29:20.675Z | [ recovery-image] Feb 21 13:29:19.655 INFO O| Feb 21 13:29:19.655 INFO STEP 131 (remove_files) COMPLETE |
4867 | 2025-02-21T13:29:20.675Z | [ recovery-image] Feb 21 13:29:19.655 INFO O| Feb 21 13:29:19.655 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4868 | 2025-02-21T13:29:20.693Z | [ recovery-image] Feb 21 13:29:19.673 INFO O| Feb 21 13:29:19.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4869 | 2025-02-21T13:29:20.693Z | [ recovery-image] Feb 21 13:29:19.673 INFO O| Feb 21 13:29:19.673 INFO STEP 132 (remove_files) COMPLETE |
4870 | 2025-02-21T13:29:20.693Z | [ recovery-image] Feb 21 13:29:19.673 INFO O| Feb 21 13:29:19.673 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4871 | 2025-02-21T13:29:20.710Z | [ recovery-image] Feb 21 13:29:19.691 INFO O| Feb 21 13:29:19.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4872 | 2025-02-21T13:29:20.710Z | [ recovery-image] Feb 21 13:29:19.691 INFO O| Feb 21 13:29:19.691 INFO STEP 133 (remove_files) COMPLETE |
4873 | 2025-02-21T13:29:20.713Z | [ recovery-image] Feb 21 13:29:19.691 INFO O| Feb 21 13:29:19.691 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4874 | 2025-02-21T13:29:20.728Z | [ recovery-image] Feb 21 13:29:19.708 INFO O| Feb 21 13:29:19.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4875 | 2025-02-21T13:29:20.728Z | [ recovery-image] Feb 21 13:29:19.708 INFO O| Feb 21 13:29:19.708 INFO STEP 134 (remove_files) COMPLETE |
4876 | 2025-02-21T13:29:20.728Z | [ recovery-image] Feb 21 13:29:19.708 INFO O| Feb 21 13:29:19.708 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4877 | 2025-02-21T13:29:20.764Z | [ recovery-image] Feb 21 13:29:19.745 INFO O| Feb 21 13:29:19.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4878 | 2025-02-21T13:29:20.767Z | [ recovery-image] Feb 21 13:29:19.745 INFO O| Feb 21 13:29:19.745 INFO STEP 135 (remove_files) COMPLETE |
4879 | 2025-02-21T13:29:20.767Z | [ recovery-image] Feb 21 13:29:19.745 INFO O| Feb 21 13:29:19.745 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4880 | 2025-02-21T13:29:20.785Z | [ recovery-image] Feb 21 13:29:19.766 INFO O| Feb 21 13:29:19.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4881 | 2025-02-21T13:29:20.785Z | [ recovery-image] Feb 21 13:29:19.766 INFO O| Feb 21 13:29:19.766 INFO STEP 136 (remove_files) COMPLETE |
4882 | 2025-02-21T13:29:20.785Z | [ recovery-image] Feb 21 13:29:19.766 INFO O| Feb 21 13:29:19.766 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4883 | 2025-02-21T13:29:20.808Z | [ recovery-image] Feb 21 13:29:19.788 INFO O| Feb 21 13:29:19.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4884 | 2025-02-21T13:29:20.808Z | [ recovery-image] Feb 21 13:29:19.788 INFO O| Feb 21 13:29:19.788 INFO STEP 137 (remove_files) COMPLETE |
4885 | 2025-02-21T13:29:20.810Z | [ recovery-image] Feb 21 13:29:19.788 INFO O| Feb 21 13:29:19.788 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4886 | 2025-02-21T13:29:20.870Z | [ recovery-image] Feb 21 13:29:19.850 INFO O| Feb 21 13:29:19.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4887 | 2025-02-21T13:29:20.870Z | [ recovery-image] Feb 21 13:29:19.850 INFO O| Feb 21 13:29:19.850 INFO STEP 138 (remove_files) COMPLETE |
4888 | 2025-02-21T13:29:20.872Z | [ recovery-image] Feb 21 13:29:19.851 INFO O| Feb 21 13:29:19.850 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4889 | 2025-02-21T13:29:20.912Z | [ recovery-image] Feb 21 13:29:19.893 INFO O| Feb 21 13:29:19.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4890 | 2025-02-21T13:29:20.912Z | [ recovery-image] Feb 21 13:29:19.893 INFO O| Feb 21 13:29:19.893 INFO STEP 139 (remove_files) COMPLETE |
4891 | 2025-02-21T13:29:20.912Z | [ recovery-image] Feb 21 13:29:19.893 INFO O| Feb 21 13:29:19.893 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4892 | 2025-02-21T13:29:20.976Z | [ recovery-image] Feb 21 13:29:19.956 INFO O| Feb 21 13:29:19.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4893 | 2025-02-21T13:29:20.976Z | [ recovery-image] Feb 21 13:29:19.956 INFO O| Feb 21 13:29:19.956 INFO STEP 140 (remove_files) COMPLETE |
4894 | 2025-02-21T13:29:20.977Z | [ recovery-image] Feb 21 13:29:19.956 INFO O| Feb 21 13:29:19.956 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4895 | 2025-02-21T13:29:21.016Z | [ recovery-image] Feb 21 13:29:19.996 INFO O| Feb 21 13:29:19.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4896 | 2025-02-21T13:29:21.016Z | [ recovery-image] Feb 21 13:29:19.996 INFO O| Feb 21 13:29:19.996 INFO STEP 141 (remove_files) COMPLETE |
4897 | 2025-02-21T13:29:21.016Z | [ recovery-image] Feb 21 13:29:19.996 INFO O| Feb 21 13:29:19.996 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4898 | 2025-02-21T13:29:21.037Z | [ recovery-image] Feb 21 13:29:20.016 INFO O| Feb 21 13:29:20.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4899 | 2025-02-21T13:29:21.037Z | [ recovery-image] Feb 21 13:29:20.016 INFO O| Feb 21 13:29:20.016 INFO STEP 142 (remove_files) COMPLETE |
4900 | 2025-02-21T13:29:21.037Z | [ recovery-image] Feb 21 13:29:20.016 INFO O| Feb 21 13:29:20.016 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4901 | 2025-02-21T13:29:21.072Z | [ recovery-image] Feb 21 13:29:20.052 INFO O| Feb 21 13:29:20.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4902 | 2025-02-21T13:29:21.074Z | [ recovery-image] Feb 21 13:29:20.052 INFO O| Feb 21 13:29:20.052 INFO STEP 143 (remove_files) COMPLETE |
4903 | 2025-02-21T13:29:21.074Z | [ recovery-image] Feb 21 13:29:20.052 INFO O| Feb 21 13:29:20.052 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4904 | 2025-02-21T13:29:21.092Z | [ recovery-image] Feb 21 13:29:20.072 INFO O| Feb 21 13:29:20.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4905 | 2025-02-21T13:29:21.094Z | [ recovery-image] Feb 21 13:29:20.073 INFO O| Feb 21 13:29:20.073 INFO STEP 144 (remove_files) COMPLETE |
4906 | 2025-02-21T13:29:21.094Z | [ recovery-image] Feb 21 13:29:20.073 INFO O| Feb 21 13:29:20.073 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4907 | 2025-02-21T13:29:21.111Z | [ recovery-image] Feb 21 13:29:20.091 INFO O| Feb 21 13:29:20.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4908 | 2025-02-21T13:29:21.111Z | [ recovery-image] Feb 21 13:29:20.091 INFO O| Feb 21 13:29:20.091 INFO STEP 145 (remove_files) COMPLETE |
4909 | 2025-02-21T13:29:21.114Z | [ recovery-image] Feb 21 13:29:20.091 INFO O| Feb 21 13:29:20.091 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4910 | 2025-02-21T13:29:21.162Z | [ recovery-image] Feb 21 13:29:20.142 INFO O| Feb 21 13:29:20.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4911 | 2025-02-21T13:29:21.162Z | [ recovery-image] Feb 21 13:29:20.142 INFO O| Feb 21 13:29:20.142 INFO STEP 146 (remove_files) COMPLETE |
4912 | 2025-02-21T13:29:21.162Z | [ recovery-image] Feb 21 13:29:20.142 INFO O| Feb 21 13:29:20.142 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4913 | 2025-02-21T13:29:21.181Z | [ recovery-image] Feb 21 13:29:20.161 INFO O| Feb 21 13:29:20.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4914 | 2025-02-21T13:29:21.183Z | [ recovery-image] Feb 21 13:29:20.162 INFO O| Feb 21 13:29:20.162 INFO STEP 147 (remove_files) COMPLETE |
4915 | 2025-02-21T13:29:21.183Z | [ recovery-image] Feb 21 13:29:20.162 INFO O| Feb 21 13:29:20.162 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4916 | 2025-02-21T13:29:21.202Z | [ recovery-image] Feb 21 13:29:20.182 INFO O| Feb 21 13:29:20.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4917 | 2025-02-21T13:29:21.202Z | [ recovery-image] Feb 21 13:29:20.182 INFO O| Feb 21 13:29:20.182 INFO STEP 148 (remove_files) COMPLETE |
4918 | 2025-02-21T13:29:21.204Z | [ recovery-image] Feb 21 13:29:20.182 INFO O| Feb 21 13:29:20.182 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4919 | 2025-02-21T13:29:21.221Z | [ recovery-image] Feb 21 13:29:20.201 INFO O| Feb 21 13:29:20.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4920 | 2025-02-21T13:29:21.221Z | [ recovery-image] Feb 21 13:29:20.201 INFO O| Feb 21 13:29:20.201 INFO STEP 149 (remove_files) COMPLETE |
4921 | 2025-02-21T13:29:21.221Z | [ recovery-image] Feb 21 13:29:20.201 INFO O| Feb 21 13:29:20.201 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4922 | 2025-02-21T13:29:21.258Z | [ recovery-image] Feb 21 13:29:20.238 INFO O| Feb 21 13:29:20.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4923 | 2025-02-21T13:29:21.258Z | [ recovery-image] Feb 21 13:29:20.238 INFO O| Feb 21 13:29:20.238 INFO STEP 150 (remove_files) COMPLETE |
4924 | 2025-02-21T13:29:21.258Z | [ recovery-image] Feb 21 13:29:20.238 INFO O| Feb 21 13:29:20.238 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4925 | 2025-02-21T13:29:21.277Z | [ recovery-image] Feb 21 13:29:20.258 INFO O| Feb 21 13:29:20.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4926 | 2025-02-21T13:29:21.277Z | [ recovery-image] Feb 21 13:29:20.258 INFO O| Feb 21 13:29:20.258 INFO STEP 151 (remove_files) COMPLETE |
4927 | 2025-02-21T13:29:21.280Z | [ recovery-image] Feb 21 13:29:20.258 INFO O| Feb 21 13:29:20.258 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4928 | 2025-02-21T13:29:21.297Z | [ recovery-image] Feb 21 13:29:20.277 INFO O| Feb 21 13:29:20.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4929 | 2025-02-21T13:29:21.297Z | [ recovery-image] Feb 21 13:29:20.278 INFO O| Feb 21 13:29:20.278 INFO STEP 152 (remove_files) COMPLETE |
4930 | 2025-02-21T13:29:21.297Z | [ recovery-image] Feb 21 13:29:20.278 INFO O| Feb 21 13:29:20.278 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4931 | 2025-02-21T13:29:21.317Z | [ recovery-image] Feb 21 13:29:20.297 INFO O| Feb 21 13:29:20.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4932 | 2025-02-21T13:29:21.317Z | [ recovery-image] Feb 21 13:29:20.297 INFO O| Feb 21 13:29:20.297 INFO STEP 153 (remove_files) COMPLETE |
4933 | 2025-02-21T13:29:21.317Z | [ recovery-image] Feb 21 13:29:20.297 INFO O| Feb 21 13:29:20.297 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4934 | 2025-02-21T13:29:21.373Z | [ recovery-image] Feb 21 13:29:20.353 INFO O| Feb 21 13:29:20.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4935 | 2025-02-21T13:29:21.373Z | [ recovery-image] Feb 21 13:29:20.353 INFO O| Feb 21 13:29:20.353 INFO STEP 154 (remove_files) COMPLETE |
4936 | 2025-02-21T13:29:21.376Z | [ recovery-image] Feb 21 13:29:20.353 INFO O| Feb 21 13:29:20.353 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4937 | 2025-02-21T13:29:21.401Z | [ recovery-image] Feb 21 13:29:20.381 INFO O| Feb 21 13:29:20.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4938 | 2025-02-21T13:29:21.401Z | [ recovery-image] Feb 21 13:29:20.381 INFO O| Feb 21 13:29:20.381 INFO STEP 155 (remove_files) COMPLETE |
4939 | 2025-02-21T13:29:21.404Z | [ recovery-image] Feb 21 13:29:20.381 INFO O| Feb 21 13:29:20.381 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4940 | 2025-02-21T13:29:21.416Z | [ host-image] Feb 21 13:29:20.397 INFO O| Feb 21 13:29:20.397 INFO O| Done |
4941 | 2025-02-21T13:29:21.453Z | [ recovery-image] Feb 21 13:29:20.434 INFO O| Feb 21 13:29:20.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4942 | 2025-02-21T13:29:21.456Z | [ recovery-image] Feb 21 13:29:20.434 INFO O| Feb 21 13:29:20.434 INFO STEP 156 (remove_files) COMPLETE |
4943 | 2025-02-21T13:29:21.456Z | [ recovery-image] Feb 21 13:29:20.434 INFO O| Feb 21 13:29:20.434 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4944 | 2025-02-21T13:29:21.464Z | [ host-image] Feb 21 13:29:20.442 INFO O| Feb 21 13:29:20.442 INFO O| Done |
4945 | 2025-02-21T13:29:21.464Z | [ host-image] Feb 21 13:29:20.443 INFO O| Feb 21 13:29:20.442 INFO O| Done |
4946 | 2025-02-21T13:29:21.473Z | [ recovery-image] Feb 21 13:29:20.453 INFO O| Feb 21 13:29:20.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4947 | 2025-02-21T13:29:21.476Z | [ recovery-image] Feb 21 13:29:20.453 INFO O| Feb 21 13:29:20.453 INFO STEP 157 (remove_files) COMPLETE |
4948 | 2025-02-21T13:29:21.476Z | [ recovery-image] Feb 21 13:29:20.453 INFO O| Feb 21 13:29:20.453 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4949 | 2025-02-21T13:29:21.506Z | [ host-image] Feb 21 13:29:20.486 INFO O| Feb 21 13:29:20.486 INFO O| Done |
4950 | 2025-02-21T13:29:21.538Z | [ recovery-image] Feb 21 13:29:20.518 INFO O| Feb 21 13:29:20.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4951 | 2025-02-21T13:29:21.538Z | [ recovery-image] Feb 21 13:29:20.518 INFO O| Feb 21 13:29:20.518 INFO STEP 158 (remove_files) COMPLETE |
4952 | 2025-02-21T13:29:21.541Z | [ recovery-image] Feb 21 13:29:20.518 INFO O| Feb 21 13:29:20.518 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4953 | 2025-02-21T13:29:21.564Z | [ recovery-image] Feb 21 13:29:20.544 INFO O| Feb 21 13:29:20.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4954 | 2025-02-21T13:29:21.564Z | [ recovery-image] Feb 21 13:29:20.544 INFO O| Feb 21 13:29:20.544 INFO STEP 159 (remove_files) COMPLETE |
4955 | 2025-02-21T13:29:21.567Z | [ recovery-image] Feb 21 13:29:20.544 INFO O| Feb 21 13:29:20.544 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4956 | 2025-02-21T13:29:21.621Z | [ recovery-image] Feb 21 13:29:20.601 INFO O| Feb 21 13:29:20.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4957 | 2025-02-21T13:29:21.621Z | [ recovery-image] Feb 21 13:29:20.602 INFO O| Feb 21 13:29:20.602 INFO STEP 160 (remove_files) COMPLETE |
4958 | 2025-02-21T13:29:21.621Z | [ recovery-image] Feb 21 13:29:20.602 INFO O| Feb 21 13:29:20.602 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4959 | 2025-02-21T13:29:21.650Z | [ recovery-image] Feb 21 13:29:20.630 INFO O| Feb 21 13:29:20.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4960 | 2025-02-21T13:29:21.653Z | [ recovery-image] Feb 21 13:29:20.631 INFO O| Feb 21 13:29:20.630 INFO STEP 161 (remove_files) COMPLETE |
4961 | 2025-02-21T13:29:21.653Z | [ recovery-image] Feb 21 13:29:20.631 INFO O| Feb 21 13:29:20.631 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4962 | 2025-02-21T13:29:21.705Z | [ recovery-image] Feb 21 13:29:20.685 INFO O| Feb 21 13:29:20.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4963 | 2025-02-21T13:29:21.707Z | [ recovery-image] Feb 21 13:29:20.688 INFO O| Feb 21 13:29:20.688 INFO STEP 162 (remove_files) COMPLETE |
4964 | 2025-02-21T13:29:21.707Z | [ recovery-image] Feb 21 13:29:20.688 INFO O| Feb 21 13:29:20.688 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4965 | 2025-02-21T13:29:21.712Z | [ host-image] Feb 21 13:29:20.692 INFO O| Feb 21 13:29:20.692 INFO STEP 12 (pkg_install) COMPLETE |
4966 | 2025-02-21T13:29:21.714Z | [ host-image] Feb 21 13:29:20.692 INFO O| Feb 21 13:29:20.692 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4967 | 2025-02-21T13:29:21.727Z | [ recovery-image] Feb 21 13:29:20.707 INFO O| Feb 21 13:29:20.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4968 | 2025-02-21T13:29:21.730Z | [ recovery-image] Feb 21 13:29:20.707 INFO O| Feb 21 13:29:20.707 INFO STEP 163 (remove_files) COMPLETE |
4969 | 2025-02-21T13:29:21.730Z | [ recovery-image] Feb 21 13:29:20.707 INFO O| Feb 21 13:29:20.707 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4970 | 2025-02-21T13:29:21.730Z | [ host-image] Feb 21 13:29:20.710 INFO O| Feb 21 13:29:20.710 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
4971 | 2025-02-21T13:29:21.746Z | [ recovery-image] Feb 21 13:29:20.726 INFO O| Feb 21 13:29:20.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4972 | 2025-02-21T13:29:21.746Z | [ recovery-image] Feb 21 13:29:20.726 INFO O| Feb 21 13:29:20.726 INFO STEP 164 (remove_files) COMPLETE |
4973 | 2025-02-21T13:29:21.751Z | [ recovery-image] Feb 21 13:29:20.726 INFO O| Feb 21 13:29:20.726 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4974 | 2025-02-21T13:29:21.765Z | [ recovery-image] Feb 21 13:29:20.745 INFO O| Feb 21 13:29:20.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4975 | 2025-02-21T13:29:21.765Z | [ recovery-image] Feb 21 13:29:20.745 INFO O| Feb 21 13:29:20.745 INFO STEP 165 (remove_files) COMPLETE |
4976 | 2025-02-21T13:29:21.767Z | [ recovery-image] Feb 21 13:29:20.745 INFO O| Feb 21 13:29:20.745 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4977 | 2025-02-21T13:29:21.784Z | [ recovery-image] Feb 21 13:29:20.764 INFO O| Feb 21 13:29:20.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4978 | 2025-02-21T13:29:21.784Z | [ recovery-image] Feb 21 13:29:20.764 INFO O| Feb 21 13:29:20.764 INFO STEP 166 (remove_files) COMPLETE |
4979 | 2025-02-21T13:29:21.786Z | [ recovery-image] Feb 21 13:29:20.764 INFO O| Feb 21 13:29:20.764 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4980 | 2025-02-21T13:29:21.804Z | [ recovery-image] Feb 21 13:29:20.783 INFO O| Feb 21 13:29:20.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4981 | 2025-02-21T13:29:21.804Z | [ recovery-image] Feb 21 13:29:20.783 INFO O| Feb 21 13:29:20.783 INFO STEP 167 (remove_files) COMPLETE |
4982 | 2025-02-21T13:29:21.805Z | [ recovery-image] Feb 21 13:29:20.783 INFO O| Feb 21 13:29:20.783 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4983 | 2025-02-21T13:29:21.823Z | [ recovery-image] Feb 21 13:29:20.803 INFO O| Feb 21 13:29:20.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4984 | 2025-02-21T13:29:21.823Z | [ recovery-image] Feb 21 13:29:20.803 INFO O| Feb 21 13:29:20.803 INFO STEP 168 (remove_files) COMPLETE |
4985 | 2025-02-21T13:29:21.823Z | [ recovery-image] Feb 21 13:29:20.803 INFO O| Feb 21 13:29:20.803 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4986 | 2025-02-21T13:29:21.844Z | [ recovery-image] Feb 21 13:29:20.824 INFO O| Feb 21 13:29:20.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4987 | 2025-02-21T13:29:21.844Z | [ recovery-image] Feb 21 13:29:20.824 INFO O| Feb 21 13:29:20.824 INFO STEP 169 (remove_files) COMPLETE |
4988 | 2025-02-21T13:29:21.844Z | [ recovery-image] Feb 21 13:29:20.824 INFO O| Feb 21 13:29:20.824 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4989 | 2025-02-21T13:29:21.877Z | [ recovery-image] Feb 21 13:29:20.857 INFO O| Feb 21 13:29:20.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4990 | 2025-02-21T13:29:21.877Z | [ recovery-image] Feb 21 13:29:20.857 INFO O| Feb 21 13:29:20.857 INFO STEP 170 (remove_files) COMPLETE |
4991 | 2025-02-21T13:29:21.880Z | [ recovery-image] Feb 21 13:29:20.857 INFO O| Feb 21 13:29:20.857 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4992 | 2025-02-21T13:29:21.898Z | [ recovery-image] Feb 21 13:29:20.878 INFO O| Feb 21 13:29:20.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4993 | 2025-02-21T13:29:21.898Z | [ recovery-image] Feb 21 13:29:20.878 INFO O| Feb 21 13:29:20.878 INFO STEP 171 (remove_files) COMPLETE |
4994 | 2025-02-21T13:29:21.903Z | [ recovery-image] Feb 21 13:29:20.878 INFO O| Feb 21 13:29:20.878 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4995 | 2025-02-21T13:29:21.917Z | [ recovery-image] Feb 21 13:29:20.897 INFO O| Feb 21 13:29:20.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4996 | 2025-02-21T13:29:21.917Z | [ recovery-image] Feb 21 13:29:20.897 INFO O| Feb 21 13:29:20.897 INFO STEP 172 (remove_files) COMPLETE |
4997 | 2025-02-21T13:29:21.920Z | [ recovery-image] Feb 21 13:29:20.897 INFO O| Feb 21 13:29:20.897 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4998 | 2025-02-21T13:29:21.937Z | [ recovery-image] Feb 21 13:29:20.916 INFO O| Feb 21 13:29:20.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4999 | 2025-02-21T13:29:21.937Z | [ recovery-image] Feb 21 13:29:20.917 INFO O| Feb 21 13:29:20.916 INFO STEP 173 (remove_files) COMPLETE |
5000 | 2025-02-21T13:29:21.937Z | [ recovery-image] Feb 21 13:29:20.917 INFO O| Feb 21 13:29:20.917 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5001 | 2025-02-21T13:29:21.954Z | [ recovery-image] Feb 21 13:29:20.935 INFO O| Feb 21 13:29:20.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
5002 | 2025-02-21T13:29:21.954Z | [ recovery-image] Feb 21 13:29:20.935 INFO O| Feb 21 13:29:20.935 INFO STEP 174 (remove_files) COMPLETE |
5003 | 2025-02-21T13:29:21.957Z | [ recovery-image] Feb 21 13:29:20.935 INFO O| Feb 21 13:29:20.935 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5004 | 2025-02-21T13:29:21.973Z | [ recovery-image] Feb 21 13:29:20.953 INFO O| Feb 21 13:29:20.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
5005 | 2025-02-21T13:29:21.976Z | [ recovery-image] Feb 21 13:29:20.953 INFO O| Feb 21 13:29:20.953 INFO STEP 175 (remove_files) COMPLETE |
5006 | 2025-02-21T13:29:21.976Z | [ recovery-image] Feb 21 13:29:20.953 INFO O| Feb 21 13:29:20.953 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5007 | 2025-02-21T13:29:21.992Z | [ recovery-image] Feb 21 13:29:20.972 INFO O| Feb 21 13:29:20.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
5008 | 2025-02-21T13:29:21.992Z | [ recovery-image] Feb 21 13:29:20.972 INFO O| Feb 21 13:29:20.972 INFO STEP 176 (remove_files) COMPLETE |
5009 | 2025-02-21T13:29:21.992Z | [ recovery-image] Feb 21 13:29:20.972 INFO O| Feb 21 13:29:20.972 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5010 | 2025-02-21T13:29:22.012Z | [ recovery-image] Feb 21 13:29:20.993 INFO O| Feb 21 13:29:20.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
5011 | 2025-02-21T13:29:22.012Z | [ recovery-image] Feb 21 13:29:20.993 INFO O| Feb 21 13:29:20.993 INFO STEP 177 (remove_files) COMPLETE |
5012 | 2025-02-21T13:29:22.019Z | [ recovery-image] Feb 21 13:29:20.993 INFO O| Feb 21 13:29:20.993 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5013 | 2025-02-21T13:29:22.034Z | [ recovery-image] Feb 21 13:29:21.014 INFO O| Feb 21 13:29:21.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
5014 | 2025-02-21T13:29:22.034Z | [ recovery-image] Feb 21 13:29:21.014 INFO O| Feb 21 13:29:21.014 INFO STEP 178 (remove_files) COMPLETE |
5015 | 2025-02-21T13:29:22.034Z | [ recovery-image] Feb 21 13:29:21.014 INFO O| Feb 21 13:29:21.014 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5016 | 2025-02-21T13:29:22.054Z | [ recovery-image] Feb 21 13:29:21.031 INFO O| Feb 21 13:29:21.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
5017 | 2025-02-21T13:29:22.072Z | [ recovery-image] Feb 21 13:29:21.052 INFO O| Feb 21 13:29:21.052 INFO STEP 179 (remove_files) COMPLETE |
5018 | 2025-02-21T13:29:22.072Z | [ recovery-image] Feb 21 13:29:21.052 INFO O| Feb 21 13:29:21.052 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5019 | 2025-02-21T13:29:22.092Z | [ recovery-image] Feb 21 13:29:21.072 INFO O| Feb 21 13:29:21.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
5020 | 2025-02-21T13:29:22.092Z | [ recovery-image] Feb 21 13:29:21.072 INFO O| Feb 21 13:29:21.072 INFO STEP 180 (remove_files) COMPLETE |
5021 | 2025-02-21T13:29:22.092Z | [ recovery-image] Feb 21 13:29:21.072 INFO O| Feb 21 13:29:21.072 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5022 | 2025-02-21T13:29:22.111Z | [ recovery-image] Feb 21 13:29:21.091 INFO O| Feb 21 13:29:21.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
5023 | 2025-02-21T13:29:22.111Z | [ recovery-image] Feb 21 13:29:21.091 INFO O| Feb 21 13:29:21.091 INFO STEP 181 (remove_files) COMPLETE |
5024 | 2025-02-21T13:29:22.114Z | [ recovery-image] Feb 21 13:29:21.091 INFO O| Feb 21 13:29:21.091 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5025 | 2025-02-21T13:29:22.129Z | [ recovery-image] Feb 21 13:29:21.109 INFO O| Feb 21 13:29:21.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
5026 | 2025-02-21T13:29:22.141Z | [ recovery-image] Feb 21 13:29:21.121 INFO O| Feb 21 13:29:21.121 INFO STEP 182 (remove_files) COMPLETE |
5027 | 2025-02-21T13:29:22.141Z | [ recovery-image] Feb 21 13:29:21.121 INFO O| Feb 21 13:29:21.121 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5028 | 2025-02-21T13:29:22.173Z | [ recovery-image] Feb 21 13:29:21.153 INFO O| Feb 21 13:29:21.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
5029 | 2025-02-21T13:29:22.173Z | [ recovery-image] Feb 21 13:29:21.153 INFO O| Feb 21 13:29:21.153 INFO STEP 183 (remove_files) COMPLETE |
5030 | 2025-02-21T13:29:22.173Z | [ recovery-image] Feb 21 13:29:21.153 INFO O| Feb 21 13:29:21.153 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5031 | 2025-02-21T13:29:22.206Z | [ recovery-image] Feb 21 13:29:21.186 INFO O| Feb 21 13:29:21.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
5032 | 2025-02-21T13:29:22.206Z | [ recovery-image] Feb 21 13:29:21.186 INFO O| Feb 21 13:29:21.186 INFO STEP 184 (remove_files) COMPLETE |
5033 | 2025-02-21T13:29:22.209Z | [ recovery-image] Feb 21 13:29:21.186 INFO O| Feb 21 13:29:21.186 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5034 | 2025-02-21T13:29:22.249Z | [ recovery-image] Feb 21 13:29:21.229 INFO O| Feb 21 13:29:21.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
5035 | 2025-02-21T13:29:22.252Z | [ recovery-image] Feb 21 13:29:21.229 INFO O| Feb 21 13:29:21.229 INFO STEP 185 (remove_files) COMPLETE |
5036 | 2025-02-21T13:29:22.252Z | [ recovery-image] Feb 21 13:29:21.229 INFO O| Feb 21 13:29:21.229 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5037 | 2025-02-21T13:29:22.268Z | [ recovery-image] Feb 21 13:29:21.248 INFO O| Feb 21 13:29:21.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
5038 | 2025-02-21T13:29:22.272Z | [ recovery-image] Feb 21 13:29:21.248 INFO O| Feb 21 13:29:21.248 INFO STEP 186 (remove_files) COMPLETE |
5039 | 2025-02-21T13:29:22.272Z | [ recovery-image] Feb 21 13:29:21.249 INFO O| Feb 21 13:29:21.248 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5040 | 2025-02-21T13:29:22.295Z | [ recovery-image] Feb 21 13:29:21.275 INFO O| Feb 21 13:29:21.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
5041 | 2025-02-21T13:29:22.298Z | [ recovery-image] Feb 21 13:29:21.276 INFO O| Feb 21 13:29:21.275 INFO STEP 187 (remove_files) COMPLETE |
5042 | 2025-02-21T13:29:22.298Z | [ recovery-image] Feb 21 13:29:21.276 INFO O| Feb 21 13:29:21.276 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5043 | 2025-02-21T13:29:22.352Z | [ recovery-image] Feb 21 13:29:21.331 INFO O| Feb 21 13:29:21.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
5044 | 2025-02-21T13:29:22.352Z | [ recovery-image] Feb 21 13:29:21.332 INFO O| Feb 21 13:29:21.331 INFO STEP 188 (remove_files) COMPLETE |
5045 | 2025-02-21T13:29:22.352Z | [ recovery-image] Feb 21 13:29:21.332 INFO O| Feb 21 13:29:21.332 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5046 | 2025-02-21T13:29:22.398Z | [ recovery-image] Feb 21 13:29:21.378 INFO O| Feb 21 13:29:21.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
5047 | 2025-02-21T13:29:22.398Z | [ recovery-image] Feb 21 13:29:21.378 INFO O| Feb 21 13:29:21.378 INFO STEP 189 (remove_files) COMPLETE |
5048 | 2025-02-21T13:29:22.398Z | [ recovery-image] Feb 21 13:29:21.378 INFO O| Feb 21 13:29:21.378 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5049 | 2025-02-21T13:29:22.438Z | [ recovery-image] Feb 21 13:29:21.415 INFO O| Feb 21 13:29:21.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
5050 | 2025-02-21T13:29:22.438Z | [ recovery-image] Feb 21 13:29:21.415 INFO O| Feb 21 13:29:21.415 INFO STEP 190 (remove_files) COMPLETE |
5051 | 2025-02-21T13:29:22.438Z | [ recovery-image] Feb 21 13:29:21.415 INFO O| Feb 21 13:29:21.415 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5052 | 2025-02-21T13:29:22.478Z | [ recovery-image] Feb 21 13:29:21.458 INFO O| Feb 21 13:29:21.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
5053 | 2025-02-21T13:29:22.480Z | [ recovery-image] Feb 21 13:29:21.458 INFO O| Feb 21 13:29:21.458 INFO STEP 191 (remove_files) COMPLETE |
5054 | 2025-02-21T13:29:22.480Z | [ recovery-image] Feb 21 13:29:21.458 INFO O| Feb 21 13:29:21.458 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5055 | 2025-02-21T13:29:22.539Z | [ recovery-image] Feb 21 13:29:21.520 INFO O| Feb 21 13:29:21.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
5056 | 2025-02-21T13:29:22.542Z | [ recovery-image] Feb 21 13:29:21.520 INFO O| Feb 21 13:29:21.520 INFO STEP 192 (remove_files) COMPLETE |
5057 | 2025-02-21T13:29:22.542Z | [ recovery-image] Feb 21 13:29:21.520 INFO O| Feb 21 13:29:21.520 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5058 | 2025-02-21T13:29:22.561Z | [ recovery-image] Feb 21 13:29:21.541 INFO O| Feb 21 13:29:21.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
5059 | 2025-02-21T13:29:22.563Z | [ recovery-image] Feb 21 13:29:21.541 INFO O| Feb 21 13:29:21.541 INFO STEP 193 (remove_files) COMPLETE |
5060 | 2025-02-21T13:29:22.563Z | [ recovery-image] Feb 21 13:29:21.541 INFO O| Feb 21 13:29:21.541 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5061 | 2025-02-21T13:29:22.583Z | [ recovery-image] Feb 21 13:29:21.563 INFO O| Feb 21 13:29:21.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
5062 | 2025-02-21T13:29:22.585Z | [ recovery-image] Feb 21 13:29:21.563 INFO O| Feb 21 13:29:21.563 INFO STEP 194 (remove_files) COMPLETE |
5063 | 2025-02-21T13:29:22.585Z | [ recovery-image] Feb 21 13:29:21.563 INFO O| Feb 21 13:29:21.563 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5064 | 2025-02-21T13:29:22.606Z | [ recovery-image] Feb 21 13:29:21.586 INFO O| Feb 21 13:29:21.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
5065 | 2025-02-21T13:29:22.613Z | [ recovery-image] Feb 21 13:29:21.594 INFO O| Feb 21 13:29:21.594 INFO STEP 195 (remove_files) COMPLETE |
5066 | 2025-02-21T13:29:22.616Z | [ recovery-image] Feb 21 13:29:21.594 INFO O| Feb 21 13:29:21.594 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5067 | 2025-02-21T13:29:22.643Z | [ recovery-image] Feb 21 13:29:21.623 INFO O| Feb 21 13:29:21.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
5068 | 2025-02-21T13:29:22.646Z | [ recovery-image] Feb 21 13:29:21.623 INFO O| Feb 21 13:29:21.623 INFO STEP 196 (remove_files) COMPLETE |
5069 | 2025-02-21T13:29:22.646Z | [ recovery-image] Feb 21 13:29:21.623 INFO O| Feb 21 13:29:21.623 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5070 | 2025-02-21T13:29:22.669Z | [ recovery-image] Feb 21 13:29:21.646 INFO O| Feb 21 13:29:21.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
5071 | 2025-02-21T13:29:22.669Z | [ recovery-image] Feb 21 13:29:21.646 INFO O| Feb 21 13:29:21.646 INFO STEP 197 (remove_files) COMPLETE |
5072 | 2025-02-21T13:29:22.669Z | [ recovery-image] Feb 21 13:29:21.646 INFO O| Feb 21 13:29:21.646 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5073 | 2025-02-21T13:29:22.688Z | [ recovery-image] Feb 21 13:29:21.668 INFO O| Feb 21 13:29:21.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
5074 | 2025-02-21T13:29:22.688Z | [ recovery-image] Feb 21 13:29:21.668 INFO O| Feb 21 13:29:21.668 INFO STEP 198 (remove_files) COMPLETE |
5075 | 2025-02-21T13:29:22.688Z | [ recovery-image] Feb 21 13:29:21.668 INFO O| Feb 21 13:29:21.668 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5076 | 2025-02-21T13:29:22.710Z | [ recovery-image] Feb 21 13:29:21.690 INFO O| Feb 21 13:29:21.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
5077 | 2025-02-21T13:29:22.710Z | [ recovery-image] Feb 21 13:29:21.690 INFO O| Feb 21 13:29:21.690 INFO STEP 199 (remove_files) COMPLETE |
5078 | 2025-02-21T13:29:22.714Z | [ recovery-image] Feb 21 13:29:21.690 INFO O| Feb 21 13:29:21.690 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5079 | 2025-02-21T13:29:22.734Z | [ recovery-image] Feb 21 13:29:21.712 INFO O| Feb 21 13:29:21.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
5080 | 2025-02-21T13:29:22.734Z | [ recovery-image] Feb 21 13:29:21.712 INFO O| Feb 21 13:29:21.712 INFO STEP 200 (remove_files) COMPLETE |
5081 | 2025-02-21T13:29:22.738Z | [ recovery-image] Feb 21 13:29:21.712 INFO O| Feb 21 13:29:21.712 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5082 | 2025-02-21T13:29:22.746Z | [ host-image] Feb 21 13:29:21.725 INFO O| Feb 21 13:29:21.725 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
5083 | 2025-02-21T13:29:22.751Z | [ recovery-image] Feb 21 13:29:21.732 INFO O| Feb 21 13:29:21.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
5084 | 2025-02-21T13:29:22.752Z | [ recovery-image] Feb 21 13:29:21.732 INFO O| Feb 21 13:29:21.732 INFO STEP 201 (remove_files) COMPLETE |
5085 | 2025-02-21T13:29:22.754Z | [ recovery-image] Feb 21 13:29:21.732 INFO O| Feb 21 13:29:21.732 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5086 | 2025-02-21T13:29:22.774Z | [ recovery-image] Feb 21 13:29:21.752 INFO O| Feb 21 13:29:21.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
5087 | 2025-02-21T13:29:22.774Z | [ recovery-image] Feb 21 13:29:21.752 INFO O| Feb 21 13:29:21.752 INFO STEP 202 (remove_files) COMPLETE |
5088 | 2025-02-21T13:29:22.777Z | [ recovery-image] Feb 21 13:29:21.753 INFO O| Feb 21 13:29:21.752 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5089 | 2025-02-21T13:29:22.793Z | [ recovery-image] Feb 21 13:29:21.773 INFO O| Feb 21 13:29:21.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
5090 | 2025-02-21T13:29:22.793Z | [ recovery-image] Feb 21 13:29:21.773 INFO O| Feb 21 13:29:21.773 INFO STEP 203 (remove_files) COMPLETE |
5091 | 2025-02-21T13:29:22.793Z | [ recovery-image] Feb 21 13:29:21.773 INFO O| Feb 21 13:29:21.773 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5092 | 2025-02-21T13:29:22.824Z | [ recovery-image] Feb 21 13:29:21.804 INFO O| Feb 21 13:29:21.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
5093 | 2025-02-21T13:29:22.824Z | [ recovery-image] Feb 21 13:29:21.804 INFO O| Feb 21 13:29:21.804 INFO STEP 204 (remove_files) COMPLETE |
5094 | 2025-02-21T13:29:22.824Z | [ recovery-image] Feb 21 13:29:21.804 INFO O| Feb 21 13:29:21.804 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5095 | 2025-02-21T13:29:22.845Z | [ recovery-image] Feb 21 13:29:21.825 INFO O| Feb 21 13:29:21.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
5096 | 2025-02-21T13:29:22.845Z | [ recovery-image] Feb 21 13:29:21.825 INFO O| Feb 21 13:29:21.825 INFO STEP 205 (remove_files) COMPLETE |
5097 | 2025-02-21T13:29:22.848Z | [ recovery-image] Feb 21 13:29:21.825 INFO O| Feb 21 13:29:21.825 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5098 | 2025-02-21T13:29:22.866Z | [ recovery-image] Feb 21 13:29:21.846 INFO O| Feb 21 13:29:21.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
5099 | 2025-02-21T13:29:22.866Z | [ recovery-image] Feb 21 13:29:21.846 INFO O| Feb 21 13:29:21.846 INFO STEP 206 (remove_files) COMPLETE |
5100 | 2025-02-21T13:29:22.866Z | [ recovery-image] Feb 21 13:29:21.846 INFO O| Feb 21 13:29:21.846 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5101 | 2025-02-21T13:29:22.901Z | [ recovery-image] Feb 21 13:29:21.881 INFO O| Feb 21 13:29:21.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
5102 | 2025-02-21T13:29:22.901Z | [ recovery-image] Feb 21 13:29:21.881 INFO O| Feb 21 13:29:21.881 INFO STEP 207 (remove_files) COMPLETE |
5103 | 2025-02-21T13:29:22.901Z | [ recovery-image] Feb 21 13:29:21.881 INFO O| Feb 21 13:29:21.881 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5104 | 2025-02-21T13:29:22.942Z | [ recovery-image] Feb 21 13:29:21.922 INFO O| Feb 21 13:29:21.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
5105 | 2025-02-21T13:29:22.942Z | [ recovery-image] Feb 21 13:29:21.922 INFO O| Feb 21 13:29:21.922 INFO STEP 208 (remove_files) COMPLETE |
5106 | 2025-02-21T13:29:22.942Z | [ recovery-image] Feb 21 13:29:21.922 INFO O| Feb 21 13:29:21.922 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5107 | 2025-02-21T13:29:22.980Z | [ recovery-image] Feb 21 13:29:21.960 INFO O| Feb 21 13:29:21.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
5108 | 2025-02-21T13:29:22.980Z | [ recovery-image] Feb 21 13:29:21.960 INFO O| Feb 21 13:29:21.960 INFO STEP 209 (remove_files) COMPLETE |
5109 | 2025-02-21T13:29:22.980Z | [ recovery-image] Feb 21 13:29:21.960 INFO O| Feb 21 13:29:21.960 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5110 | 2025-02-21T13:29:23.045Z | [ recovery-image] Feb 21 13:29:22.025 INFO O| Feb 21 13:29:22.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
5111 | 2025-02-21T13:29:23.045Z | [ recovery-image] Feb 21 13:29:22.025 INFO O| Feb 21 13:29:22.025 INFO STEP 210 (remove_files) COMPLETE |
5112 | 2025-02-21T13:29:23.045Z | [ recovery-image] Feb 21 13:29:22.025 INFO O| Feb 21 13:29:22.025 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5113 | 2025-02-21T13:29:23.069Z | [ recovery-image] Feb 21 13:29:22.047 INFO O| Feb 21 13:29:22.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
5114 | 2025-02-21T13:29:23.069Z | [ recovery-image] Feb 21 13:29:22.047 INFO O| Feb 21 13:29:22.047 INFO STEP 211 (remove_files) COMPLETE |
5115 | 2025-02-21T13:29:23.073Z | [ recovery-image] Feb 21 13:29:22.048 INFO O| Feb 21 13:29:22.047 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5116 | 2025-02-21T13:29:23.087Z | [ recovery-image] Feb 21 13:29:22.067 INFO O| Feb 21 13:29:22.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
5117 | 2025-02-21T13:29:23.087Z | [ recovery-image] Feb 21 13:29:22.067 INFO O| Feb 21 13:29:22.067 INFO STEP 212 (remove_files) COMPLETE |
5118 | 2025-02-21T13:29:23.090Z | [ recovery-image] Feb 21 13:29:22.067 INFO O| Feb 21 13:29:22.067 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5119 | 2025-02-21T13:29:23.118Z | [ recovery-image] Feb 21 13:29:22.098 INFO O| Feb 21 13:29:22.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
5120 | 2025-02-21T13:29:23.118Z | [ recovery-image] Feb 21 13:29:22.099 INFO O| Feb 21 13:29:22.099 INFO STEP 213 (remove_files) COMPLETE |
5121 | 2025-02-21T13:29:23.121Z | [ recovery-image] Feb 21 13:29:22.099 INFO O| Feb 21 13:29:22.099 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5122 | 2025-02-21T13:29:23.166Z | [ recovery-image] Feb 21 13:29:22.146 INFO O| Feb 21 13:29:22.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
5123 | 2025-02-21T13:29:23.166Z | [ recovery-image] Feb 21 13:29:22.146 INFO O| Feb 21 13:29:22.146 INFO STEP 214 (remove_files) COMPLETE |
5124 | 2025-02-21T13:29:23.166Z | [ recovery-image] Feb 21 13:29:22.146 INFO O| Feb 21 13:29:22.146 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5125 | 2025-02-21T13:29:23.187Z | [ recovery-image] Feb 21 13:29:22.167 INFO O| Feb 21 13:29:22.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
5126 | 2025-02-21T13:29:23.187Z | [ recovery-image] Feb 21 13:29:22.167 INFO O| Feb 21 13:29:22.167 INFO STEP 215 (remove_files) COMPLETE |
5127 | 2025-02-21T13:29:23.189Z | [ recovery-image] Feb 21 13:29:22.167 INFO O| Feb 21 13:29:22.167 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5128 | 2025-02-21T13:29:23.220Z | [ recovery-image] Feb 21 13:29:22.200 INFO O| Feb 21 13:29:22.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
5129 | 2025-02-21T13:29:23.220Z | [ recovery-image] Feb 21 13:29:22.200 INFO O| Feb 21 13:29:22.200 INFO STEP 216 (remove_files) COMPLETE |
5130 | 2025-02-21T13:29:23.220Z | [ recovery-image] Feb 21 13:29:22.200 INFO O| Feb 21 13:29:22.200 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5131 | 2025-02-21T13:29:23.284Z | [ recovery-image] Feb 21 13:29:22.265 INFO O| Feb 21 13:29:22.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
5132 | 2025-02-21T13:29:23.284Z | [ recovery-image] Feb 21 13:29:22.265 INFO O| Feb 21 13:29:22.265 INFO STEP 217 (remove_files) COMPLETE |
5133 | 2025-02-21T13:29:23.287Z | [ recovery-image] Feb 21 13:29:22.265 INFO O| Feb 21 13:29:22.265 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5134 | 2025-02-21T13:29:23.324Z | [ recovery-image] Feb 21 13:29:22.303 INFO O| Feb 21 13:29:22.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
5135 | 2025-02-21T13:29:23.327Z | [ recovery-image] Feb 21 13:29:22.304 INFO O| Feb 21 13:29:22.304 INFO STEP 218 (remove_files) COMPLETE |
5136 | 2025-02-21T13:29:23.328Z | [ recovery-image] Feb 21 13:29:22.304 INFO O| Feb 21 13:29:22.304 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5137 | 2025-02-21T13:29:23.345Z | [ recovery-image] Feb 21 13:29:22.325 INFO O| Feb 21 13:29:22.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
5138 | 2025-02-21T13:29:23.347Z | [ recovery-image] Feb 21 13:29:22.325 INFO O| Feb 21 13:29:22.325 INFO STEP 219 (remove_files) COMPLETE |
5139 | 2025-02-21T13:29:23.347Z | [ recovery-image] Feb 21 13:29:22.325 INFO O| Feb 21 13:29:22.325 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5140 | 2025-02-21T13:29:23.365Z | [ recovery-image] Feb 21 13:29:22.345 INFO O| Feb 21 13:29:22.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
5141 | 2025-02-21T13:29:23.380Z | [ recovery-image] Feb 21 13:29:22.361 INFO O| Feb 21 13:29:22.361 INFO STEP 220 (remove_files) COMPLETE |
5142 | 2025-02-21T13:29:23.383Z | [ recovery-image] Feb 21 13:29:22.361 INFO O| Feb 21 13:29:22.361 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5143 | 2025-02-21T13:29:23.419Z | [ recovery-image] Feb 21 13:29:22.399 INFO O| Feb 21 13:29:22.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
5144 | 2025-02-21T13:29:23.419Z | [ recovery-image] Feb 21 13:29:22.399 INFO O| Feb 21 13:29:22.399 INFO STEP 221 (remove_files) COMPLETE |
5145 | 2025-02-21T13:29:23.419Z | [ recovery-image] Feb 21 13:29:22.399 INFO O| Feb 21 13:29:22.399 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5146 | 2025-02-21T13:29:23.440Z | [ recovery-image] Feb 21 13:29:22.420 INFO O| Feb 21 13:29:22.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
5147 | 2025-02-21T13:29:23.461Z | [ recovery-image] Feb 21 13:29:22.441 INFO O| Feb 21 13:29:22.441 INFO STEP 222 (remove_files) COMPLETE |
5148 | 2025-02-21T13:29:23.461Z | [ recovery-image] Feb 21 13:29:22.441 INFO O| Feb 21 13:29:22.441 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5149 | 2025-02-21T13:29:23.491Z | [ recovery-image] Feb 21 13:29:22.471 INFO O| Feb 21 13:29:22.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
5150 | 2025-02-21T13:29:23.493Z | [ recovery-image] Feb 21 13:29:22.471 INFO O| Feb 21 13:29:22.471 INFO STEP 223 (remove_files) COMPLETE |
5151 | 2025-02-21T13:29:23.493Z | [ recovery-image] Feb 21 13:29:22.471 INFO O| Feb 21 13:29:22.471 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5152 | 2025-02-21T13:29:23.510Z | [ recovery-image] Feb 21 13:29:22.490 INFO O| Feb 21 13:29:22.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
5153 | 2025-02-21T13:29:23.510Z | [ recovery-image] Feb 21 13:29:22.490 INFO O| Feb 21 13:29:22.490 INFO STEP 224 (remove_files) COMPLETE |
5154 | 2025-02-21T13:29:23.512Z | [ recovery-image] Feb 21 13:29:22.490 INFO O| Feb 21 13:29:22.490 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5155 | 2025-02-21T13:29:23.561Z | [ recovery-image] Feb 21 13:29:22.541 INFO O| Feb 21 13:29:22.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
5156 | 2025-02-21T13:29:23.563Z | [ recovery-image] Feb 21 13:29:22.541 INFO O| Feb 21 13:29:22.541 INFO STEP 225 (remove_files) COMPLETE |
5157 | 2025-02-21T13:29:23.563Z | [ recovery-image] Feb 21 13:29:22.541 INFO O| Feb 21 13:29:22.541 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5158 | 2025-02-21T13:29:23.583Z | [ recovery-image] Feb 21 13:29:22.563 INFO O| Feb 21 13:29:22.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
5159 | 2025-02-21T13:29:23.585Z | [ recovery-image] Feb 21 13:29:22.563 INFO O| Feb 21 13:29:22.563 INFO STEP 226 (remove_files) COMPLETE |
5160 | 2025-02-21T13:29:23.585Z | [ recovery-image] Feb 21 13:29:22.564 INFO O| Feb 21 13:29:22.563 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5161 | 2025-02-21T13:29:23.603Z | [ recovery-image] Feb 21 13:29:22.583 INFO O| Feb 21 13:29:22.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
5162 | 2025-02-21T13:29:23.606Z | [ recovery-image] Feb 21 13:29:22.583 INFO O| Feb 21 13:29:22.583 INFO STEP 227 (remove_files) COMPLETE |
5163 | 2025-02-21T13:29:23.606Z | [ recovery-image] Feb 21 13:29:22.583 INFO O| Feb 21 13:29:22.583 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5164 | 2025-02-21T13:29:23.625Z | [ recovery-image] Feb 21 13:29:22.605 INFO O| Feb 21 13:29:22.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
5165 | 2025-02-21T13:29:23.625Z | [ recovery-image] Feb 21 13:29:22.605 INFO O| Feb 21 13:29:22.605 INFO STEP 228 (remove_files) COMPLETE |
5166 | 2025-02-21T13:29:23.625Z | [ recovery-image] Feb 21 13:29:22.605 INFO O| Feb 21 13:29:22.605 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5167 | 2025-02-21T13:29:23.673Z | [ recovery-image] Feb 21 13:29:22.653 INFO O| Feb 21 13:29:22.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
5168 | 2025-02-21T13:29:23.673Z | [ recovery-image] Feb 21 13:29:22.653 INFO O| Feb 21 13:29:22.653 INFO STEP 229 (remove_files) COMPLETE |
5169 | 2025-02-21T13:29:23.673Z | [ recovery-image] Feb 21 13:29:22.653 INFO O| Feb 21 13:29:22.653 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5170 | 2025-02-21T13:29:23.693Z | [ recovery-image] Feb 21 13:29:22.674 INFO O| Feb 21 13:29:22.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
5171 | 2025-02-21T13:29:23.693Z | [ recovery-image] Feb 21 13:29:22.674 INFO O| Feb 21 13:29:22.674 INFO STEP 230 (remove_files) COMPLETE |
5172 | 2025-02-21T13:29:23.693Z | [ recovery-image] Feb 21 13:29:22.674 INFO O| Feb 21 13:29:22.674 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5173 | 2025-02-21T13:29:23.714Z | [ recovery-image] Feb 21 13:29:22.694 INFO O| Feb 21 13:29:22.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
5174 | 2025-02-21T13:29:23.714Z | [ recovery-image] Feb 21 13:29:22.695 INFO O| Feb 21 13:29:22.695 INFO STEP 231 (remove_files) COMPLETE |
5175 | 2025-02-21T13:29:23.714Z | [ recovery-image] Feb 21 13:29:22.695 INFO O| Feb 21 13:29:22.695 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5176 | 2025-02-21T13:29:23.735Z | [ recovery-image] Feb 21 13:29:22.715 INFO O| Feb 21 13:29:22.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
5177 | 2025-02-21T13:29:23.735Z | [ recovery-image] Feb 21 13:29:22.716 INFO O| Feb 21 13:29:22.715 INFO STEP 232 (remove_files) COMPLETE |
5178 | 2025-02-21T13:29:23.738Z | [ recovery-image] Feb 21 13:29:22.716 INFO O| Feb 21 13:29:22.716 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5179 | 2025-02-21T13:29:23.776Z | [ recovery-image] Feb 21 13:29:22.756 INFO O| Feb 21 13:29:22.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
5180 | 2025-02-21T13:29:23.778Z | [ recovery-image] Feb 21 13:29:22.756 INFO O| Feb 21 13:29:22.756 INFO STEP 233 (remove_files) COMPLETE |
5181 | 2025-02-21T13:29:23.778Z | [ recovery-image] Feb 21 13:29:22.756 INFO O| Feb 21 13:29:22.756 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5182 | 2025-02-21T13:29:23.798Z | [ recovery-image] Feb 21 13:29:22.778 INFO O| Feb 21 13:29:22.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
5183 | 2025-02-21T13:29:23.798Z | [ recovery-image] Feb 21 13:29:22.778 INFO O| Feb 21 13:29:22.778 INFO STEP 234 (remove_files) COMPLETE |
5184 | 2025-02-21T13:29:23.800Z | [ recovery-image] Feb 21 13:29:22.778 INFO O| Feb 21 13:29:22.778 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5185 | 2025-02-21T13:29:23.853Z | [ recovery-image] Feb 21 13:29:22.833 INFO O| Feb 21 13:29:22.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
5186 | 2025-02-21T13:29:23.855Z | [ recovery-image] Feb 21 13:29:22.833 INFO O| Feb 21 13:29:22.833 INFO STEP 235 (remove_files) COMPLETE |
5187 | 2025-02-21T13:29:23.855Z | [ recovery-image] Feb 21 13:29:22.833 INFO O| Feb 21 13:29:22.833 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5188 | 2025-02-21T13:29:23.893Z | [ recovery-image] Feb 21 13:29:22.873 INFO O| Feb 21 13:29:22.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
5189 | 2025-02-21T13:29:23.893Z | [ recovery-image] Feb 21 13:29:22.873 INFO O| Feb 21 13:29:22.873 INFO STEP 236 (remove_files) COMPLETE |
5190 | 2025-02-21T13:29:23.893Z | [ recovery-image] Feb 21 13:29:22.873 INFO O| Feb 21 13:29:22.873 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5191 | 2025-02-21T13:29:23.928Z | [ recovery-image] Feb 21 13:29:22.908 INFO O| Feb 21 13:29:22.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
5192 | 2025-02-21T13:29:23.928Z | [ recovery-image] Feb 21 13:29:22.908 INFO O| Feb 21 13:29:22.908 INFO STEP 237 (remove_files) COMPLETE |
5193 | 2025-02-21T13:29:23.931Z | [ recovery-image] Feb 21 13:29:22.908 INFO O| Feb 21 13:29:22.908 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5194 | 2025-02-21T13:29:24.019Z | [ recovery-image] Feb 21 13:29:22.999 INFO O| Feb 21 13:29:22.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
5195 | 2025-02-21T13:29:24.019Z | [ recovery-image] Feb 21 13:29:22.999 INFO O| Feb 21 13:29:22.999 INFO STEP 238 (remove_files) COMPLETE |
5196 | 2025-02-21T13:29:24.024Z | [ recovery-image] Feb 21 13:29:22.999 INFO O| Feb 21 13:29:22.999 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5197 | 2025-02-21T13:29:24.054Z | [ recovery-image] Feb 21 13:29:23.033 INFO O| Feb 21 13:29:23.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
5198 | 2025-02-21T13:29:24.054Z | [ recovery-image] Feb 21 13:29:23.033 INFO O| Feb 21 13:29:23.033 INFO STEP 239 (remove_files) COMPLETE |
5199 | 2025-02-21T13:29:24.057Z | [ recovery-image] Feb 21 13:29:23.033 INFO O| Feb 21 13:29:23.033 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5200 | 2025-02-21T13:29:24.090Z | [ recovery-image] Feb 21 13:29:23.071 INFO O| Feb 21 13:29:23.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
5201 | 2025-02-21T13:29:24.090Z | [ recovery-image] Feb 21 13:29:23.071 INFO O| Feb 21 13:29:23.071 INFO STEP 240 (remove_files) COMPLETE |
5202 | 2025-02-21T13:29:24.094Z | [ recovery-image] Feb 21 13:29:23.071 INFO O| Feb 21 13:29:23.071 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5203 | 2025-02-21T13:29:24.125Z | [ recovery-image] Feb 21 13:29:23.105 INFO O| Feb 21 13:29:23.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
5204 | 2025-02-21T13:29:24.125Z | [ recovery-image] Feb 21 13:29:23.105 INFO O| Feb 21 13:29:23.105 INFO STEP 241 (remove_files) COMPLETE |
5205 | 2025-02-21T13:29:24.125Z | [ recovery-image] Feb 21 13:29:23.105 INFO O| Feb 21 13:29:23.105 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5206 | 2025-02-21T13:29:24.183Z | [ recovery-image] Feb 21 13:29:23.163 INFO O| Feb 21 13:29:23.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
5207 | 2025-02-21T13:29:24.186Z | [ recovery-image] Feb 21 13:29:23.164 INFO O| Feb 21 13:29:23.163 INFO STEP 242 (remove_files) COMPLETE |
5208 | 2025-02-21T13:29:24.186Z | [ recovery-image] Feb 21 13:29:23.164 INFO O| Feb 21 13:29:23.164 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5209 | 2025-02-21T13:29:24.205Z | [ recovery-image] Feb 21 13:29:23.185 INFO O| Feb 21 13:29:23.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
5210 | 2025-02-21T13:29:24.208Z | [ recovery-image] Feb 21 13:29:23.186 INFO O| Feb 21 13:29:23.186 INFO STEP 243 (remove_files) COMPLETE |
5211 | 2025-02-21T13:29:24.209Z | [ recovery-image] Feb 21 13:29:23.186 INFO O| Feb 21 13:29:23.186 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5212 | 2025-02-21T13:29:24.224Z | [ recovery-image] Feb 21 13:29:23.205 INFO O| Feb 21 13:29:23.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
5213 | 2025-02-21T13:29:24.227Z | [ recovery-image] Feb 21 13:29:23.205 INFO O| Feb 21 13:29:23.205 INFO STEP 244 (remove_files) COMPLETE |
5214 | 2025-02-21T13:29:24.227Z | [ recovery-image] Feb 21 13:29:23.205 INFO O| Feb 21 13:29:23.205 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5215 | 2025-02-21T13:29:24.244Z | [ recovery-image] Feb 21 13:29:23.224 INFO O| Feb 21 13:29:23.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
5216 | 2025-02-21T13:29:24.247Z | [ recovery-image] Feb 21 13:29:23.225 INFO O| Feb 21 13:29:23.225 INFO STEP 245 (remove_files) COMPLETE |
5217 | 2025-02-21T13:29:24.247Z | [ recovery-image] Feb 21 13:29:23.225 INFO O| Feb 21 13:29:23.225 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5218 | 2025-02-21T13:29:24.298Z | [ recovery-image] Feb 21 13:29:23.277 INFO O| Feb 21 13:29:23.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
5219 | 2025-02-21T13:29:24.298Z | [ recovery-image] Feb 21 13:29:23.277 INFO O| Feb 21 13:29:23.277 INFO STEP 246 (remove_files) COMPLETE |
5220 | 2025-02-21T13:29:24.298Z | [ recovery-image] Feb 21 13:29:23.277 INFO O| Feb 21 13:29:23.277 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5221 | 2025-02-21T13:29:24.317Z | [ recovery-image] Feb 21 13:29:23.298 INFO O| Feb 21 13:29:23.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
5222 | 2025-02-21T13:29:24.318Z | [ recovery-image] Feb 21 13:29:23.298 INFO O| Feb 21 13:29:23.298 INFO STEP 247 (remove_files) COMPLETE |
5223 | 2025-02-21T13:29:24.318Z | [ recovery-image] Feb 21 13:29:23.298 INFO O| Feb 21 13:29:23.298 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5224 | 2025-02-21T13:29:24.337Z | [ recovery-image] Feb 21 13:29:23.316 INFO O| Feb 21 13:29:23.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
5225 | 2025-02-21T13:29:24.337Z | [ recovery-image] Feb 21 13:29:23.316 INFO O| Feb 21 13:29:23.316 INFO STEP 248 (remove_files) COMPLETE |
5226 | 2025-02-21T13:29:24.337Z | [ recovery-image] Feb 21 13:29:23.317 INFO O| Feb 21 13:29:23.316 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5227 | 2025-02-21T13:29:24.355Z | [ recovery-image] Feb 21 13:29:23.334 INFO O| Feb 21 13:29:23.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
5228 | 2025-02-21T13:29:24.355Z | [ recovery-image] Feb 21 13:29:23.335 INFO O| Feb 21 13:29:23.335 INFO STEP 249 (remove_files) COMPLETE |
5229 | 2025-02-21T13:29:24.355Z | [ recovery-image] Feb 21 13:29:23.335 INFO O| Feb 21 13:29:23.335 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5230 | 2025-02-21T13:29:24.377Z | [ recovery-image] Feb 21 13:29:23.357 INFO O| Feb 21 13:29:23.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
5231 | 2025-02-21T13:29:24.377Z | [ recovery-image] Feb 21 13:29:23.357 INFO O| Feb 21 13:29:23.357 INFO STEP 250 (remove_files) COMPLETE |
5232 | 2025-02-21T13:29:24.380Z | [ recovery-image] Feb 21 13:29:23.357 INFO O| Feb 21 13:29:23.357 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5233 | 2025-02-21T13:29:24.410Z | [ recovery-image] Feb 21 13:29:23.391 INFO O| Feb 21 13:29:23.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
5234 | 2025-02-21T13:29:24.411Z | [ recovery-image] Feb 21 13:29:23.391 INFO O| Feb 21 13:29:23.391 INFO STEP 251 (remove_files) COMPLETE |
5235 | 2025-02-21T13:29:24.411Z | [ recovery-image] Feb 21 13:29:23.391 INFO O| Feb 21 13:29:23.391 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5236 | 2025-02-21T13:29:24.433Z | [ recovery-image] Feb 21 13:29:23.411 INFO O| Feb 21 13:29:23.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
5237 | 2025-02-21T13:29:24.433Z | [ recovery-image] Feb 21 13:29:23.411 INFO O| Feb 21 13:29:23.411 INFO STEP 252 (remove_files) COMPLETE |
5238 | 2025-02-21T13:29:24.433Z | [ recovery-image] Feb 21 13:29:23.412 INFO O| Feb 21 13:29:23.411 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5239 | 2025-02-21T13:29:24.453Z | [ recovery-image] Feb 21 13:29:23.432 INFO O| Feb 21 13:29:23.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
5240 | 2025-02-21T13:29:24.453Z | [ recovery-image] Feb 21 13:29:23.432 INFO O| Feb 21 13:29:23.432 INFO STEP 253 (remove_files) COMPLETE |
5241 | 2025-02-21T13:29:24.453Z | [ recovery-image] Feb 21 13:29:23.432 INFO O| Feb 21 13:29:23.432 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5242 | 2025-02-21T13:29:24.471Z | [ recovery-image] Feb 21 13:29:23.451 INFO O| Feb 21 13:29:23.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
5243 | 2025-02-21T13:29:24.471Z | [ recovery-image] Feb 21 13:29:23.451 INFO O| Feb 21 13:29:23.451 INFO STEP 254 (remove_files) COMPLETE |
5244 | 2025-02-21T13:29:24.474Z | [ recovery-image] Feb 21 13:29:23.451 INFO O| Feb 21 13:29:23.451 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5245 | 2025-02-21T13:29:24.493Z | [ recovery-image] Feb 21 13:29:23.473 INFO O| Feb 21 13:29:23.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
5246 | 2025-02-21T13:29:24.495Z | [ recovery-image] Feb 21 13:29:23.473 INFO O| Feb 21 13:29:23.473 INFO STEP 255 (remove_files) COMPLETE |
5247 | 2025-02-21T13:29:24.495Z | [ recovery-image] Feb 21 13:29:23.474 INFO O| Feb 21 13:29:23.473 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5248 | 2025-02-21T13:29:24.516Z | [ recovery-image] Feb 21 13:29:23.495 INFO O| Feb 21 13:29:23.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
5249 | 2025-02-21T13:29:24.518Z | [ recovery-image] Feb 21 13:29:23.495 INFO O| Feb 21 13:29:23.495 INFO STEP 256 (remove_files) COMPLETE |
5250 | 2025-02-21T13:29:24.518Z | [ recovery-image] Feb 21 13:29:23.495 INFO O| Feb 21 13:29:23.495 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5251 | 2025-02-21T13:29:24.535Z | [ recovery-image] Feb 21 13:29:23.515 INFO O| Feb 21 13:29:23.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
5252 | 2025-02-21T13:29:24.538Z | [ recovery-image] Feb 21 13:29:23.516 INFO O| Feb 21 13:29:23.516 INFO STEP 257 (remove_files) COMPLETE |
5253 | 2025-02-21T13:29:24.538Z | [ recovery-image] Feb 21 13:29:23.516 INFO O| Feb 21 13:29:23.516 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5254 | 2025-02-21T13:29:24.557Z | [ recovery-image] Feb 21 13:29:23.537 INFO O| Feb 21 13:29:23.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
5255 | 2025-02-21T13:29:24.559Z | [ recovery-image] Feb 21 13:29:23.537 INFO O| Feb 21 13:29:23.537 INFO STEP 258 (remove_files) COMPLETE |
5256 | 2025-02-21T13:29:24.559Z | [ recovery-image] Feb 21 13:29:23.538 INFO O| Feb 21 13:29:23.537 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5257 | 2025-02-21T13:29:24.580Z | [ recovery-image] Feb 21 13:29:23.560 INFO O| Feb 21 13:29:23.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
5258 | 2025-02-21T13:29:24.582Z | [ recovery-image] Feb 21 13:29:23.560 INFO O| Feb 21 13:29:23.560 INFO STEP 259 (remove_files) COMPLETE |
5259 | 2025-02-21T13:29:24.582Z | [ recovery-image] Feb 21 13:29:23.561 INFO O| Feb 21 13:29:23.561 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5260 | 2025-02-21T13:29:24.603Z | [ recovery-image] Feb 21 13:29:23.584 INFO O| Feb 21 13:29:23.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
5261 | 2025-02-21T13:29:24.606Z | [ recovery-image] Feb 21 13:29:23.584 INFO O| Feb 21 13:29:23.584 INFO STEP 260 (remove_files) COMPLETE |
5262 | 2025-02-21T13:29:24.606Z | [ recovery-image] Feb 21 13:29:23.584 INFO O| Feb 21 13:29:23.584 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5263 | 2025-02-21T13:29:24.641Z | [ recovery-image] Feb 21 13:29:23.621 INFO O| Feb 21 13:29:23.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
5264 | 2025-02-21T13:29:24.641Z | [ recovery-image] Feb 21 13:29:23.621 INFO O| Feb 21 13:29:23.621 INFO STEP 261 (remove_files) COMPLETE |
5265 | 2025-02-21T13:29:24.641Z | [ recovery-image] Feb 21 13:29:23.621 INFO O| Feb 21 13:29:23.621 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5266 | 2025-02-21T13:29:24.660Z | [ recovery-image] Feb 21 13:29:23.640 INFO O| Feb 21 13:29:23.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
5267 | 2025-02-21T13:29:24.663Z | [ recovery-image] Feb 21 13:29:23.641 INFO O| Feb 21 13:29:23.641 INFO STEP 262 (remove_files) COMPLETE |
5268 | 2025-02-21T13:29:24.663Z | [ recovery-image] Feb 21 13:29:23.641 INFO O| Feb 21 13:29:23.641 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5269 | 2025-02-21T13:29:24.693Z | [ recovery-image] Feb 21 13:29:23.666 INFO O| Feb 21 13:29:23.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
5270 | 2025-02-21T13:29:24.693Z | [ recovery-image] Feb 21 13:29:23.666 INFO O| Feb 21 13:29:23.666 INFO STEP 263 (remove_files) COMPLETE |
5271 | 2025-02-21T13:29:24.695Z | [ recovery-image] Feb 21 13:29:23.666 INFO O| Feb 21 13:29:23.666 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5272 | 2025-02-21T13:29:24.708Z | [ recovery-image] Feb 21 13:29:23.688 INFO O| Feb 21 13:29:23.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
5273 | 2025-02-21T13:29:24.711Z | [ recovery-image] Feb 21 13:29:23.688 INFO O| Feb 21 13:29:23.688 INFO STEP 264 (remove_files) COMPLETE |
5274 | 2025-02-21T13:29:24.711Z | [ recovery-image] Feb 21 13:29:23.688 INFO O| Feb 21 13:29:23.688 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5275 | 2025-02-21T13:29:24.758Z | [ recovery-image] Feb 21 13:29:23.738 INFO O| Feb 21 13:29:23.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
5276 | 2025-02-21T13:29:24.761Z | [ recovery-image] Feb 21 13:29:23.739 INFO O| Feb 21 13:29:23.738 INFO STEP 265 (remove_files) COMPLETE |
5277 | 2025-02-21T13:29:24.761Z | [ recovery-image] Feb 21 13:29:23.739 INFO O| Feb 21 13:29:23.739 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5278 | 2025-02-21T13:29:24.778Z | [ recovery-image] Feb 21 13:29:23.758 INFO O| Feb 21 13:29:23.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
5279 | 2025-02-21T13:29:24.781Z | [ recovery-image] Feb 21 13:29:23.758 INFO O| Feb 21 13:29:23.758 INFO STEP 266 (remove_files) COMPLETE |
5280 | 2025-02-21T13:29:24.781Z | [ recovery-image] Feb 21 13:29:23.759 INFO O| Feb 21 13:29:23.758 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5281 | 2025-02-21T13:29:24.811Z | [ recovery-image] Feb 21 13:29:23.791 INFO O| Feb 21 13:29:23.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
5282 | 2025-02-21T13:29:24.822Z | [ recovery-image] Feb 21 13:29:23.802 INFO O| Feb 21 13:29:23.802 INFO STEP 267 (remove_files) COMPLETE |
5283 | 2025-02-21T13:29:24.822Z | [ recovery-image] Feb 21 13:29:23.802 INFO O| Feb 21 13:29:23.802 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5284 | 2025-02-21T13:29:24.841Z | [ recovery-image] Feb 21 13:29:23.821 INFO O| Feb 21 13:29:23.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
5285 | 2025-02-21T13:29:24.843Z | [ recovery-image] Feb 21 13:29:23.821 INFO O| Feb 21 13:29:23.821 INFO STEP 268 (remove_files) COMPLETE |
5286 | 2025-02-21T13:29:24.843Z | [ recovery-image] Feb 21 13:29:23.821 INFO O| Feb 21 13:29:23.821 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5287 | 2025-02-21T13:29:24.863Z | [ recovery-image] Feb 21 13:29:23.842 INFO O| Feb 21 13:29:23.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
5288 | 2025-02-21T13:29:24.865Z | [ recovery-image] Feb 21 13:29:23.843 INFO O| Feb 21 13:29:23.842 INFO STEP 269 (remove_files) COMPLETE |
5289 | 2025-02-21T13:29:24.865Z | [ recovery-image] Feb 21 13:29:23.843 INFO O| Feb 21 13:29:23.843 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5290 | 2025-02-21T13:29:24.973Z | [ recovery-image] Feb 21 13:29:23.953 INFO O| Feb 21 13:29:23.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
5291 | 2025-02-21T13:29:24.973Z | [ recovery-image] Feb 21 13:29:23.953 INFO O| Feb 21 13:29:23.953 INFO STEP 270 (remove_files) COMPLETE |
5292 | 2025-02-21T13:29:24.973Z | [ recovery-image] Feb 21 13:29:23.953 INFO O| Feb 21 13:29:23.953 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5293 | 2025-02-21T13:29:24.993Z | [ recovery-image] Feb 21 13:29:23.973 INFO O| Feb 21 13:29:23.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
5294 | 2025-02-21T13:29:24.995Z | [ recovery-image] Feb 21 13:29:23.973 INFO O| Feb 21 13:29:23.973 INFO STEP 271 (remove_files) COMPLETE |
5295 | 2025-02-21T13:29:24.995Z | [ recovery-image] Feb 21 13:29:23.973 INFO O| Feb 21 13:29:23.973 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5296 | 2025-02-21T13:29:25.012Z | [ recovery-image] Feb 21 13:29:23.992 INFO O| Feb 21 13:29:23.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
5297 | 2025-02-21T13:29:25.012Z | [ recovery-image] Feb 21 13:29:23.992 INFO O| Feb 21 13:29:23.992 INFO STEP 272 (remove_files) COMPLETE |
5298 | 2025-02-21T13:29:25.015Z | [ recovery-image] Feb 21 13:29:23.992 INFO O| Feb 21 13:29:23.992 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5299 | 2025-02-21T13:29:25.039Z | [ recovery-image] Feb 21 13:29:24.019 INFO O| Feb 21 13:29:24.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
5300 | 2025-02-21T13:29:25.039Z | [ recovery-image] Feb 21 13:29:24.019 INFO O| Feb 21 13:29:24.019 INFO STEP 273 (remove_files) COMPLETE |
5301 | 2025-02-21T13:29:25.039Z | [ recovery-image] Feb 21 13:29:24.019 INFO O| Feb 21 13:29:24.019 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5302 | 2025-02-21T13:29:25.058Z | [ recovery-image] Feb 21 13:29:24.038 INFO O| Feb 21 13:29:24.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
5303 | 2025-02-21T13:29:25.058Z | [ recovery-image] Feb 21 13:29:24.038 INFO O| Feb 21 13:29:24.038 INFO STEP 274 (remove_files) COMPLETE |
5304 | 2025-02-21T13:29:25.061Z | [ recovery-image] Feb 21 13:29:24.039 INFO O| Feb 21 13:29:24.038 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5305 | 2025-02-21T13:29:25.078Z | [ recovery-image] Feb 21 13:29:24.058 INFO O| Feb 21 13:29:24.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
5306 | 2025-02-21T13:29:25.078Z | [ recovery-image] Feb 21 13:29:24.058 INFO O| Feb 21 13:29:24.058 INFO STEP 275 (remove_files) COMPLETE |
5307 | 2025-02-21T13:29:25.078Z | [ recovery-image] Feb 21 13:29:24.058 INFO O| Feb 21 13:29:24.058 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5308 | 2025-02-21T13:29:25.096Z | [ recovery-image] Feb 21 13:29:24.076 INFO O| Feb 21 13:29:24.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
5309 | 2025-02-21T13:29:25.096Z | [ recovery-image] Feb 21 13:29:24.076 INFO O| Feb 21 13:29:24.076 INFO STEP 276 (remove_files) COMPLETE |
5310 | 2025-02-21T13:29:25.096Z | [ recovery-image] Feb 21 13:29:24.076 INFO O| Feb 21 13:29:24.076 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5311 | 2025-02-21T13:29:25.165Z | [ recovery-image] Feb 21 13:29:24.145 INFO O| Feb 21 13:29:24.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
5312 | 2025-02-21T13:29:25.165Z | [ recovery-image] Feb 21 13:29:24.145 INFO O| Feb 21 13:29:24.145 INFO STEP 277 (remove_files) COMPLETE |
5313 | 2025-02-21T13:29:25.168Z | [ recovery-image] Feb 21 13:29:24.145 INFO O| Feb 21 13:29:24.145 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5314 | 2025-02-21T13:29:25.183Z | [ recovery-image] Feb 21 13:29:24.164 INFO O| Feb 21 13:29:24.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
5315 | 2025-02-21T13:29:25.183Z | [ recovery-image] Feb 21 13:29:24.164 INFO O| Feb 21 13:29:24.164 INFO STEP 278 (remove_files) COMPLETE |
5316 | 2025-02-21T13:29:25.183Z | [ recovery-image] Feb 21 13:29:24.164 INFO O| Feb 21 13:29:24.164 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5317 | 2025-02-21T13:29:25.212Z | [ recovery-image] Feb 21 13:29:24.192 INFO O| Feb 21 13:29:24.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
5318 | 2025-02-21T13:29:25.212Z | [ recovery-image] Feb 21 13:29:24.192 INFO O| Feb 21 13:29:24.192 INFO STEP 279 (remove_files) COMPLETE |
5319 | 2025-02-21T13:29:25.215Z | [ recovery-image] Feb 21 13:29:24.192 INFO O| Feb 21 13:29:24.192 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5320 | 2025-02-21T13:29:25.233Z | [ recovery-image] Feb 21 13:29:24.213 INFO O| Feb 21 13:29:24.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
5321 | 2025-02-21T13:29:25.233Z | [ recovery-image] Feb 21 13:29:24.213 INFO O| Feb 21 13:29:24.213 INFO STEP 280 (remove_files) COMPLETE |
5322 | 2025-02-21T13:29:25.233Z | [ recovery-image] Feb 21 13:29:24.213 INFO O| Feb 21 13:29:24.213 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5323 | 2025-02-21T13:29:25.253Z | [ recovery-image] Feb 21 13:29:24.232 INFO O| Feb 21 13:29:24.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
5324 | 2025-02-21T13:29:25.253Z | [ recovery-image] Feb 21 13:29:24.232 INFO O| Feb 21 13:29:24.232 INFO STEP 281 (remove_files) COMPLETE |
5325 | 2025-02-21T13:29:25.256Z | [ recovery-image] Feb 21 13:29:24.232 INFO O| Feb 21 13:29:24.232 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5326 | 2025-02-21T13:29:25.271Z | [ recovery-image] Feb 21 13:29:24.250 INFO O| Feb 21 13:29:24.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
5327 | 2025-02-21T13:29:25.271Z | [ recovery-image] Feb 21 13:29:24.251 INFO O| Feb 21 13:29:24.250 INFO STEP 282 (remove_files) COMPLETE |
5328 | 2025-02-21T13:29:25.271Z | [ recovery-image] Feb 21 13:29:24.251 INFO O| Feb 21 13:29:24.251 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5329 | 2025-02-21T13:29:25.289Z | [ recovery-image] Feb 21 13:29:24.269 INFO O| Feb 21 13:29:24.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
5330 | 2025-02-21T13:29:25.289Z | [ recovery-image] Feb 21 13:29:24.269 INFO O| Feb 21 13:29:24.269 INFO STEP 283 (remove_files) COMPLETE |
5331 | 2025-02-21T13:29:25.290Z | [ recovery-image] Feb 21 13:29:24.269 INFO O| Feb 21 13:29:24.269 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5332 | 2025-02-21T13:29:25.316Z | [ recovery-image] Feb 21 13:29:24.296 INFO O| Feb 21 13:29:24.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
5333 | 2025-02-21T13:29:25.316Z | [ recovery-image] Feb 21 13:29:24.296 INFO O| Feb 21 13:29:24.296 INFO STEP 284 (remove_files) COMPLETE |
5334 | 2025-02-21T13:29:25.319Z | [ recovery-image] Feb 21 13:29:24.297 INFO O| Feb 21 13:29:24.296 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5335 | 2025-02-21T13:29:25.339Z | [ recovery-image] Feb 21 13:29:24.318 INFO O| Feb 21 13:29:24.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
5336 | 2025-02-21T13:29:25.341Z | [ recovery-image] Feb 21 13:29:24.318 INFO O| Feb 21 13:29:24.318 INFO STEP 285 (remove_files) COMPLETE |
5337 | 2025-02-21T13:29:25.341Z | [ recovery-image] Feb 21 13:29:24.318 INFO O| Feb 21 13:29:24.318 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5338 | 2025-02-21T13:29:25.358Z | [ recovery-image] Feb 21 13:29:24.338 INFO O| Feb 21 13:29:24.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
5339 | 2025-02-21T13:29:25.360Z | [ recovery-image] Feb 21 13:29:24.338 INFO O| Feb 21 13:29:24.338 INFO STEP 286 (remove_files) COMPLETE |
5340 | 2025-02-21T13:29:25.361Z | [ recovery-image] Feb 21 13:29:24.339 INFO O| Feb 21 13:29:24.339 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5341 | 2025-02-21T13:29:25.377Z | [ recovery-image] Feb 21 13:29:24.357 INFO O| Feb 21 13:29:24.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
5342 | 2025-02-21T13:29:25.380Z | [ recovery-image] Feb 21 13:29:24.358 INFO O| Feb 21 13:29:24.358 INFO STEP 287 (remove_files) COMPLETE |
5343 | 2025-02-21T13:29:25.380Z | [ recovery-image] Feb 21 13:29:24.358 INFO O| Feb 21 13:29:24.358 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5344 | 2025-02-21T13:29:25.398Z | [ recovery-image] Feb 21 13:29:24.378 INFO O| Feb 21 13:29:24.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
5345 | 2025-02-21T13:29:25.398Z | [ recovery-image] Feb 21 13:29:24.378 INFO O| Feb 21 13:29:24.378 INFO STEP 288 (remove_files) COMPLETE |
5346 | 2025-02-21T13:29:25.408Z | [ recovery-image] Feb 21 13:29:24.378 INFO O| Feb 21 13:29:24.378 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5347 | 2025-02-21T13:29:25.417Z | [ recovery-image] Feb 21 13:29:24.397 INFO O| Feb 21 13:29:24.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
5348 | 2025-02-21T13:29:25.419Z | [ recovery-image] Feb 21 13:29:24.397 INFO O| Feb 21 13:29:24.397 INFO STEP 289 (remove_files) COMPLETE |
5349 | 2025-02-21T13:29:25.419Z | [ recovery-image] Feb 21 13:29:24.398 INFO O| Feb 21 13:29:24.398 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5350 | 2025-02-21T13:29:25.437Z | [ recovery-image] Feb 21 13:29:24.417 INFO O| Feb 21 13:29:24.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
5351 | 2025-02-21T13:29:25.439Z | [ recovery-image] Feb 21 13:29:24.417 INFO O| Feb 21 13:29:24.417 INFO STEP 290 (remove_files) COMPLETE |
5352 | 2025-02-21T13:29:25.439Z | [ recovery-image] Feb 21 13:29:24.417 INFO O| Feb 21 13:29:24.417 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5353 | 2025-02-21T13:29:25.458Z | [ recovery-image] Feb 21 13:29:24.438 INFO O| Feb 21 13:29:24.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
5354 | 2025-02-21T13:29:25.460Z | [ recovery-image] Feb 21 13:29:24.438 INFO O| Feb 21 13:29:24.438 INFO STEP 291 (remove_files) COMPLETE |
5355 | 2025-02-21T13:29:25.460Z | [ recovery-image] Feb 21 13:29:24.438 INFO O| Feb 21 13:29:24.438 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5356 | 2025-02-21T13:29:25.477Z | [ recovery-image] Feb 21 13:29:24.457 INFO O| Feb 21 13:29:24.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
5357 | 2025-02-21T13:29:25.479Z | [ recovery-image] Feb 21 13:29:24.457 INFO O| Feb 21 13:29:24.457 INFO STEP 292 (remove_files) COMPLETE |
5358 | 2025-02-21T13:29:25.479Z | [ recovery-image] Feb 21 13:29:24.457 INFO O| Feb 21 13:29:24.457 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5359 | 2025-02-21T13:29:25.497Z | [ recovery-image] Feb 21 13:29:24.476 INFO O| Feb 21 13:29:24.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
5360 | 2025-02-21T13:29:25.499Z | [ recovery-image] Feb 21 13:29:24.477 INFO O| Feb 21 13:29:24.477 INFO STEP 293 (remove_files) COMPLETE |
5361 | 2025-02-21T13:29:25.499Z | [ recovery-image] Feb 21 13:29:24.477 INFO O| Feb 21 13:29:24.477 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5362 | 2025-02-21T13:29:25.516Z | [ recovery-image] Feb 21 13:29:24.496 INFO O| Feb 21 13:29:24.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
5363 | 2025-02-21T13:29:25.518Z | [ recovery-image] Feb 21 13:29:24.497 INFO O| Feb 21 13:29:24.497 INFO STEP 294 (remove_files) COMPLETE |
5364 | 2025-02-21T13:29:25.518Z | [ recovery-image] Feb 21 13:29:24.497 INFO O| Feb 21 13:29:24.497 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5365 | 2025-02-21T13:29:25.542Z | [ recovery-image] Feb 21 13:29:24.522 INFO O| Feb 21 13:29:24.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
5366 | 2025-02-21T13:29:25.545Z | [ recovery-image] Feb 21 13:29:24.523 INFO O| Feb 21 13:29:24.523 INFO STEP 295 (remove_files) COMPLETE |
5367 | 2025-02-21T13:29:25.545Z | [ recovery-image] Feb 21 13:29:24.523 INFO O| Feb 21 13:29:24.523 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5368 | 2025-02-21T13:29:25.586Z | [ recovery-image] Feb 21 13:29:24.566 INFO O| Feb 21 13:29:24.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
5369 | 2025-02-21T13:29:25.586Z | [ recovery-image] Feb 21 13:29:24.566 INFO O| Feb 21 13:29:24.566 INFO STEP 296 (remove_files) COMPLETE |
5370 | 2025-02-21T13:29:25.586Z | [ recovery-image] Feb 21 13:29:24.566 INFO O| Feb 21 13:29:24.566 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5371 | 2025-02-21T13:29:25.618Z | [ recovery-image] Feb 21 13:29:24.598 INFO O| Feb 21 13:29:24.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
5372 | 2025-02-21T13:29:25.618Z | [ recovery-image] Feb 21 13:29:24.598 INFO O| Feb 21 13:29:24.598 INFO STEP 297 (remove_files) COMPLETE |
5373 | 2025-02-21T13:29:25.618Z | [ recovery-image] Feb 21 13:29:24.598 INFO O| Feb 21 13:29:24.598 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5374 | 2025-02-21T13:29:25.649Z | [ recovery-image] Feb 21 13:29:24.629 INFO O| Feb 21 13:29:24.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
5375 | 2025-02-21T13:29:25.649Z | [ recovery-image] Feb 21 13:29:24.629 INFO O| Feb 21 13:29:24.629 INFO STEP 298 (remove_files) COMPLETE |
5376 | 2025-02-21T13:29:25.651Z | [ recovery-image] Feb 21 13:29:24.629 INFO O| Feb 21 13:29:24.629 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5377 | 2025-02-21T13:29:25.693Z | [ recovery-image] Feb 21 13:29:24.673 INFO O| Feb 21 13:29:24.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
5378 | 2025-02-21T13:29:25.693Z | [ recovery-image] Feb 21 13:29:24.673 INFO O| Feb 21 13:29:24.673 INFO STEP 299 (remove_files) COMPLETE |
5379 | 2025-02-21T13:29:25.693Z | [ recovery-image] Feb 21 13:29:24.674 INFO O| Feb 21 13:29:24.673 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5380 | 2025-02-21T13:29:25.734Z | [ recovery-image] Feb 21 13:29:24.714 INFO O| Feb 21 13:29:24.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
5381 | 2025-02-21T13:29:25.736Z | [ recovery-image] Feb 21 13:29:24.714 INFO O| Feb 21 13:29:24.714 INFO STEP 300 (remove_files) COMPLETE |
5382 | 2025-02-21T13:29:25.736Z | [ recovery-image] Feb 21 13:29:24.714 INFO O| Feb 21 13:29:24.714 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5383 | 2025-02-21T13:29:25.785Z | [ recovery-image] Feb 21 13:29:24.765 INFO O| Feb 21 13:29:24.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
5384 | 2025-02-21T13:29:25.785Z | [ recovery-image] Feb 21 13:29:24.765 INFO O| Feb 21 13:29:24.765 INFO STEP 301 (remove_files) COMPLETE |
5385 | 2025-02-21T13:29:25.785Z | [ recovery-image] Feb 21 13:29:24.765 INFO O| Feb 21 13:29:24.765 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5386 | 2025-02-21T13:29:25.841Z | [ recovery-image] Feb 21 13:29:24.820 INFO O| Feb 21 13:29:24.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
5387 | 2025-02-21T13:29:25.841Z | [ recovery-image] Feb 21 13:29:24.820 INFO O| Feb 21 13:29:24.820 INFO STEP 302 (remove_files) COMPLETE |
5388 | 2025-02-21T13:29:25.841Z | [ recovery-image] Feb 21 13:29:24.820 INFO O| Feb 21 13:29:24.820 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5389 | 2025-02-21T13:29:25.865Z | [ recovery-image] Feb 21 13:29:24.844 INFO O| Feb 21 13:29:24.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
5390 | 2025-02-21T13:29:25.868Z | [ recovery-image] Feb 21 13:29:24.844 INFO O| Feb 21 13:29:24.844 INFO STEP 303 (remove_files) COMPLETE |
5391 | 2025-02-21T13:29:25.868Z | [ recovery-image] Feb 21 13:29:24.844 INFO O| Feb 21 13:29:24.844 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5392 | 2025-02-21T13:29:25.886Z | [ recovery-image] Feb 21 13:29:24.866 INFO O| Feb 21 13:29:24.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
5393 | 2025-02-21T13:29:25.890Z | [ recovery-image] Feb 21 13:29:24.867 INFO O| Feb 21 13:29:24.867 INFO STEP 304 (remove_files) COMPLETE |
5394 | 2025-02-21T13:29:25.890Z | [ recovery-image] Feb 21 13:29:24.867 INFO O| Feb 21 13:29:24.867 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5395 | 2025-02-21T13:29:25.913Z | [ recovery-image] Feb 21 13:29:24.888 INFO O| Feb 21 13:29:24.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
5396 | 2025-02-21T13:29:25.920Z | [ recovery-image] Feb 21 13:29:24.888 INFO O| Feb 21 13:29:24.888 INFO STEP 305 (remove_files) COMPLETE |
5397 | 2025-02-21T13:29:25.920Z | [ recovery-image] Feb 21 13:29:24.888 INFO O| Feb 21 13:29:24.888 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5398 | 2025-02-21T13:29:25.929Z | [ recovery-image] Feb 21 13:29:24.909 INFO O| Feb 21 13:29:24.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
5399 | 2025-02-21T13:29:25.932Z | [ recovery-image] Feb 21 13:29:24.909 INFO O| Feb 21 13:29:24.909 INFO STEP 306 (remove_files) COMPLETE |
5400 | 2025-02-21T13:29:25.932Z | [ recovery-image] Feb 21 13:29:24.909 INFO O| Feb 21 13:29:24.909 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5401 | 2025-02-21T13:29:25.958Z | [ recovery-image] Feb 21 13:29:24.938 INFO O| Feb 21 13:29:24.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
5402 | 2025-02-21T13:29:25.961Z | [ recovery-image] Feb 21 13:29:24.938 INFO O| Feb 21 13:29:24.938 INFO STEP 307 (remove_files) COMPLETE |
5403 | 2025-02-21T13:29:25.961Z | [ recovery-image] Feb 21 13:29:24.939 INFO O| Feb 21 13:29:24.939 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5404 | 2025-02-21T13:29:25.978Z | [ recovery-image] Feb 21 13:29:24.959 INFO O| Feb 21 13:29:24.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
5405 | 2025-02-21T13:29:25.981Z | [ recovery-image] Feb 21 13:29:24.959 INFO O| Feb 21 13:29:24.959 INFO STEP 308 (remove_files) COMPLETE |
5406 | 2025-02-21T13:29:25.981Z | [ recovery-image] Feb 21 13:29:24.959 INFO O| Feb 21 13:29:24.959 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5407 | 2025-02-21T13:29:25.999Z | [ recovery-image] Feb 21 13:29:24.979 INFO O| Feb 21 13:29:24.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
5408 | 2025-02-21T13:29:26.002Z | [ recovery-image] Feb 21 13:29:24.979 INFO O| Feb 21 13:29:24.979 INFO STEP 309 (remove_files) COMPLETE |
5409 | 2025-02-21T13:29:26.023Z | [ recovery-image] Feb 21 13:29:25.003 INFO O| Feb 21 13:29:24.980 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5410 | 2025-02-21T13:29:26.043Z | [ recovery-image] Feb 21 13:29:25.024 INFO O| Feb 21 13:29:25.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
5411 | 2025-02-21T13:29:26.046Z | [ recovery-image] Feb 21 13:29:25.024 INFO O| Feb 21 13:29:25.024 INFO STEP 310 (remove_files) COMPLETE |
5412 | 2025-02-21T13:29:26.046Z | [ recovery-image] Feb 21 13:29:25.024 INFO O| Feb 21 13:29:25.024 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5413 | 2025-02-21T13:29:26.063Z | [ recovery-image] Feb 21 13:29:25.043 INFO O| Feb 21 13:29:25.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
5414 | 2025-02-21T13:29:26.068Z | [ recovery-image] Feb 21 13:29:25.043 INFO O| Feb 21 13:29:25.043 INFO STEP 311 (remove_files) COMPLETE |
5415 | 2025-02-21T13:29:26.068Z | [ recovery-image] Feb 21 13:29:25.043 INFO O| Feb 21 13:29:25.043 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5416 | 2025-02-21T13:29:26.100Z | [ recovery-image] Feb 21 13:29:25.080 INFO O| Feb 21 13:29:25.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
5417 | 2025-02-21T13:29:26.100Z | [ recovery-image] Feb 21 13:29:25.080 INFO O| Feb 21 13:29:25.080 INFO STEP 312 (remove_files) COMPLETE |
5418 | 2025-02-21T13:29:26.100Z | [ recovery-image] Feb 21 13:29:25.080 INFO O| Feb 21 13:29:25.080 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5419 | 2025-02-21T13:29:26.118Z | [ recovery-image] Feb 21 13:29:25.098 INFO O| Feb 21 13:29:25.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
5420 | 2025-02-21T13:29:26.118Z | [ recovery-image] Feb 21 13:29:25.098 INFO O| Feb 21 13:29:25.098 INFO STEP 313 (remove_files) COMPLETE |
5421 | 2025-02-21T13:29:26.118Z | [ recovery-image] Feb 21 13:29:25.098 INFO O| Feb 21 13:29:25.098 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5422 | 2025-02-21T13:29:26.137Z | [ recovery-image] Feb 21 13:29:25.117 INFO O| Feb 21 13:29:25.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
5423 | 2025-02-21T13:29:26.137Z | [ recovery-image] Feb 21 13:29:25.117 INFO O| Feb 21 13:29:25.117 INFO STEP 314 (remove_files) COMPLETE |
5424 | 2025-02-21T13:29:26.137Z | [ recovery-image] Feb 21 13:29:25.117 INFO O| Feb 21 13:29:25.117 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5425 | 2025-02-21T13:29:26.172Z | [ recovery-image] Feb 21 13:29:25.153 INFO O| Feb 21 13:29:25.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
5426 | 2025-02-21T13:29:26.172Z | [ recovery-image] Feb 21 13:29:25.153 INFO O| Feb 21 13:29:25.153 INFO STEP 315 (remove_files) COMPLETE |
5427 | 2025-02-21T13:29:26.172Z | [ recovery-image] Feb 21 13:29:25.153 INFO O| Feb 21 13:29:25.153 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5428 | 2025-02-21T13:29:26.203Z | [ recovery-image] Feb 21 13:29:25.183 INFO O| Feb 21 13:29:25.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
5429 | 2025-02-21T13:29:26.203Z | [ recovery-image] Feb 21 13:29:25.183 INFO O| Feb 21 13:29:25.183 INFO STEP 316 (remove_files) COMPLETE |
5430 | 2025-02-21T13:29:26.203Z | [ recovery-image] Feb 21 13:29:25.183 INFO O| Feb 21 13:29:25.183 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5431 | 2025-02-21T13:29:26.261Z | [ recovery-image] Feb 21 13:29:25.241 INFO O| Feb 21 13:29:25.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
5432 | 2025-02-21T13:29:26.261Z | [ recovery-image] Feb 21 13:29:25.241 INFO O| Feb 21 13:29:25.241 INFO STEP 317 (remove_files) COMPLETE |
5433 | 2025-02-21T13:29:26.263Z | [ recovery-image] Feb 21 13:29:25.241 INFO O| Feb 21 13:29:25.241 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5434 | 2025-02-21T13:29:26.282Z | [ recovery-image] Feb 21 13:29:25.262 INFO O| Feb 21 13:29:25.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
5435 | 2025-02-21T13:29:26.284Z | [ recovery-image] Feb 21 13:29:25.262 INFO O| Feb 21 13:29:25.262 INFO STEP 318 (remove_files) COMPLETE |
5436 | 2025-02-21T13:29:26.285Z | [ recovery-image] Feb 21 13:29:25.262 INFO O| Feb 21 13:29:25.262 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5437 | 2025-02-21T13:29:26.317Z | [ recovery-image] Feb 21 13:29:25.297 INFO O| Feb 21 13:29:25.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
5438 | 2025-02-21T13:29:26.320Z | [ recovery-image] Feb 21 13:29:25.297 INFO O| Feb 21 13:29:25.297 INFO STEP 319 (remove_files) COMPLETE |
5439 | 2025-02-21T13:29:26.320Z | [ recovery-image] Feb 21 13:29:25.297 INFO O| Feb 21 13:29:25.297 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5440 | 2025-02-21T13:29:26.370Z | [ recovery-image] Feb 21 13:29:25.350 INFO O| Feb 21 13:29:25.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
5441 | 2025-02-21T13:29:26.370Z | [ recovery-image] Feb 21 13:29:25.351 INFO O| Feb 21 13:29:25.351 INFO STEP 320 (remove_files) COMPLETE |
5442 | 2025-02-21T13:29:26.370Z | [ recovery-image] Feb 21 13:29:25.351 INFO O| Feb 21 13:29:25.351 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5443 | 2025-02-21T13:29:26.393Z | [ recovery-image] Feb 21 13:29:25.372 INFO O| Feb 21 13:29:25.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
5444 | 2025-02-21T13:29:26.393Z | [ recovery-image] Feb 21 13:29:25.372 INFO O| Feb 21 13:29:25.372 INFO STEP 321 (remove_files) COMPLETE |
5445 | 2025-02-21T13:29:26.396Z | [ recovery-image] Feb 21 13:29:25.372 INFO O| Feb 21 13:29:25.372 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5446 | 2025-02-21T13:29:26.434Z | [ recovery-image] Feb 21 13:29:25.413 INFO O| Feb 21 13:29:25.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
5447 | 2025-02-21T13:29:26.454Z | [ recovery-image] Feb 21 13:29:25.434 INFO O| Feb 21 13:29:25.434 INFO STEP 322 (remove_files) COMPLETE |
5448 | 2025-02-21T13:29:26.454Z | [ recovery-image] Feb 21 13:29:25.434 INFO O| Feb 21 13:29:25.434 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5449 | 2025-02-21T13:29:26.477Z | [ recovery-image] Feb 21 13:29:25.457 INFO O| Feb 21 13:29:25.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
5450 | 2025-02-21T13:29:26.479Z | [ recovery-image] Feb 21 13:29:25.457 INFO O| Feb 21 13:29:25.457 INFO STEP 323 (remove_files) COMPLETE |
5451 | 2025-02-21T13:29:26.479Z | [ recovery-image] Feb 21 13:29:25.457 INFO O| Feb 21 13:29:25.457 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5452 | 2025-02-21T13:29:26.499Z | [ recovery-image] Feb 21 13:29:25.479 INFO O| Feb 21 13:29:25.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
5453 | 2025-02-21T13:29:26.499Z | [ recovery-image] Feb 21 13:29:25.479 INFO O| Feb 21 13:29:25.479 INFO STEP 324 (remove_files) COMPLETE |
5454 | 2025-02-21T13:29:26.499Z | [ recovery-image] Feb 21 13:29:25.479 INFO O| Feb 21 13:29:25.479 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5455 | 2025-02-21T13:29:26.577Z | [ recovery-image] Feb 21 13:29:25.557 INFO O| Feb 21 13:29:25.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
5456 | 2025-02-21T13:29:26.580Z | [ recovery-image] Feb 21 13:29:25.558 INFO O| Feb 21 13:29:25.557 INFO STEP 325 (remove_files) COMPLETE |
5457 | 2025-02-21T13:29:26.580Z | [ recovery-image] Feb 21 13:29:25.558 INFO O| Feb 21 13:29:25.557 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5458 | 2025-02-21T13:29:26.600Z | [ recovery-image] Feb 21 13:29:25.580 INFO O| Feb 21 13:29:25.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
5459 | 2025-02-21T13:29:26.600Z | [ recovery-image] Feb 21 13:29:25.581 INFO O| Feb 21 13:29:25.580 INFO STEP 326 (remove_files) COMPLETE |
5460 | 2025-02-21T13:29:26.600Z | [ recovery-image] Feb 21 13:29:25.581 INFO O| Feb 21 13:29:25.580 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5461 | 2025-02-21T13:29:26.623Z | [ recovery-image] Feb 21 13:29:25.603 INFO O| Feb 21 13:29:25.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
5462 | 2025-02-21T13:29:26.628Z | [ recovery-image] Feb 21 13:29:25.603 INFO O| Feb 21 13:29:25.603 INFO STEP 327 (remove_files) COMPLETE |
5463 | 2025-02-21T13:29:26.628Z | [ recovery-image] Feb 21 13:29:25.603 INFO O| Feb 21 13:29:25.603 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5464 | 2025-02-21T13:29:26.647Z | [ recovery-image] Feb 21 13:29:25.627 INFO O| Feb 21 13:29:25.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
5465 | 2025-02-21T13:29:26.651Z | [ recovery-image] Feb 21 13:29:25.627 INFO O| Feb 21 13:29:25.627 INFO STEP 328 (remove_files) COMPLETE |
5466 | 2025-02-21T13:29:26.651Z | [ recovery-image] Feb 21 13:29:25.627 INFO O| Feb 21 13:29:25.627 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5467 | 2025-02-21T13:29:26.670Z | [ recovery-image] Feb 21 13:29:25.650 INFO O| Feb 21 13:29:25.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
5468 | 2025-02-21T13:29:26.672Z | [ recovery-image] Feb 21 13:29:25.650 INFO O| Feb 21 13:29:25.650 INFO STEP 329 (remove_files) COMPLETE |
5469 | 2025-02-21T13:29:26.672Z | [ recovery-image] Feb 21 13:29:25.650 INFO O| Feb 21 13:29:25.650 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5470 | 2025-02-21T13:29:26.690Z | [ recovery-image] Feb 21 13:29:25.669 INFO O| Feb 21 13:29:25.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
5471 | 2025-02-21T13:29:26.692Z | [ recovery-image] Feb 21 13:29:25.669 INFO O| Feb 21 13:29:25.669 INFO STEP 330 (remove_files) COMPLETE |
5472 | 2025-02-21T13:29:26.693Z | [ recovery-image] Feb 21 13:29:25.669 INFO O| Feb 21 13:29:25.669 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5473 | 2025-02-21T13:29:26.740Z | [ recovery-image] Feb 21 13:29:25.720 INFO O| Feb 21 13:29:25.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
5474 | 2025-02-21T13:29:26.743Z | [ recovery-image] Feb 21 13:29:25.720 INFO O| Feb 21 13:29:25.720 INFO STEP 331 (remove_files) COMPLETE |
5475 | 2025-02-21T13:29:26.743Z | [ recovery-image] Feb 21 13:29:25.720 INFO O| Feb 21 13:29:25.720 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5476 | 2025-02-21T13:29:26.839Z | [ recovery-image] Feb 21 13:29:25.819 INFO O| Feb 21 13:29:25.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
5477 | 2025-02-21T13:29:26.842Z | [ recovery-image] Feb 21 13:29:25.820 INFO O| Feb 21 13:29:25.819 INFO STEP 332 (remove_files) COMPLETE |
5478 | 2025-02-21T13:29:26.842Z | [ recovery-image] Feb 21 13:29:25.820 INFO O| Feb 21 13:29:25.819 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5479 | 2025-02-21T13:29:26.903Z | [ recovery-image] Feb 21 13:29:25.883 INFO O| Feb 21 13:29:25.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
5480 | 2025-02-21T13:29:26.903Z | [ recovery-image] Feb 21 13:29:25.883 INFO O| Feb 21 13:29:25.883 INFO STEP 333 (remove_files) COMPLETE |
5481 | 2025-02-21T13:29:26.903Z | [ recovery-image] Feb 21 13:29:25.883 INFO O| Feb 21 13:29:25.883 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5482 | 2025-02-21T13:29:26.941Z | [ recovery-image] Feb 21 13:29:25.921 INFO O| Feb 21 13:29:25.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
5483 | 2025-02-21T13:29:26.941Z | [ recovery-image] Feb 21 13:29:25.921 INFO O| Feb 21 13:29:25.921 INFO STEP 334 (remove_files) COMPLETE |
5484 | 2025-02-21T13:29:26.944Z | [ recovery-image] Feb 21 13:29:25.921 INFO O| Feb 21 13:29:25.921 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5485 | 2025-02-21T13:29:26.962Z | [ recovery-image] Feb 21 13:29:25.942 INFO O| Feb 21 13:29:25.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
5486 | 2025-02-21T13:29:26.962Z | [ recovery-image] Feb 21 13:29:25.942 INFO O| Feb 21 13:29:25.942 INFO STEP 335 (remove_files) COMPLETE |
5487 | 2025-02-21T13:29:26.962Z | [ recovery-image] Feb 21 13:29:25.942 INFO O| Feb 21 13:29:25.942 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5488 | 2025-02-21T13:29:26.993Z | [ recovery-image] Feb 21 13:29:25.973 INFO O| Feb 21 13:29:25.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
5489 | 2025-02-21T13:29:26.996Z | [ recovery-image] Feb 21 13:29:25.973 INFO O| Feb 21 13:29:25.973 INFO STEP 336 (remove_files) COMPLETE |
5490 | 2025-02-21T13:29:26.996Z | [ recovery-image] Feb 21 13:29:25.973 INFO O| Feb 21 13:29:25.973 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5491 | 2025-02-21T13:29:27.053Z | [ recovery-image] Feb 21 13:29:26.030 INFO O| Feb 21 13:29:26.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
5492 | 2025-02-21T13:29:27.053Z | [ recovery-image] Feb 21 13:29:26.030 INFO O| Feb 21 13:29:26.030 INFO STEP 337 (remove_files) COMPLETE |
5493 | 2025-02-21T13:29:27.053Z | [ recovery-image] Feb 21 13:29:26.030 INFO O| Feb 21 13:29:26.030 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5494 | 2025-02-21T13:29:27.111Z | [ recovery-image] Feb 21 13:29:26.091 INFO O| Feb 21 13:29:26.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
5495 | 2025-02-21T13:29:27.111Z | [ recovery-image] Feb 21 13:29:26.091 INFO O| Feb 21 13:29:26.091 INFO STEP 338 (remove_files) COMPLETE |
5496 | 2025-02-21T13:29:27.111Z | [ recovery-image] Feb 21 13:29:26.091 INFO O| Feb 21 13:29:26.091 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5497 | 2025-02-21T13:29:27.156Z | [ recovery-image] Feb 21 13:29:26.137 INFO O| Feb 21 13:29:26.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5498 | 2025-02-21T13:29:27.156Z | [ recovery-image] Feb 21 13:29:26.137 INFO O| Feb 21 13:29:26.137 INFO STEP 339 (remove_files) COMPLETE |
5499 | 2025-02-21T13:29:27.160Z | [ recovery-image] Feb 21 13:29:26.137 INFO O| Feb 21 13:29:26.137 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5500 | 2025-02-21T13:29:27.176Z | [ recovery-image] Feb 21 13:29:26.156 INFO O| Feb 21 13:29:26.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5501 | 2025-02-21T13:29:27.180Z | [ recovery-image] Feb 21 13:29:26.157 INFO O| Feb 21 13:29:26.157 INFO STEP 340 (remove_files) COMPLETE |
5502 | 2025-02-21T13:29:27.180Z | [ recovery-image] Feb 21 13:29:26.157 INFO O| Feb 21 13:29:26.157 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5503 | 2025-02-21T13:29:27.196Z | [ host-image] Feb 21 13:29:26.176 INFO O| Feb 21 13:29:26.176 INFO O| Planning: Solver setup ... Done |
5504 | 2025-02-21T13:29:27.203Z | [ host-image] Feb 21 13:29:26.183 INFO O| Feb 21 13:29:26.183 INFO O| Planning: Running solver ... Done |
5505 | 2025-02-21T13:29:27.231Z | [ recovery-image] Feb 21 13:29:26.211 INFO O| Feb 21 13:29:26.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5506 | 2025-02-21T13:29:27.231Z | [ recovery-image] Feb 21 13:29:26.211 INFO O| Feb 21 13:29:26.211 INFO STEP 341 (remove_files) COMPLETE |
5507 | 2025-02-21T13:29:27.232Z | [ recovery-image] Feb 21 13:29:26.211 INFO O| Feb 21 13:29:26.211 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5508 | 2025-02-21T13:29:27.269Z | [ recovery-image] Feb 21 13:29:26.248 INFO O| Feb 21 13:29:26.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5509 | 2025-02-21T13:29:27.288Z | [ recovery-image] Feb 21 13:29:26.268 INFO O| Feb 21 13:29:26.268 INFO STEP 342 (remove_files) COMPLETE |
5510 | 2025-02-21T13:29:27.291Z | [ recovery-image] Feb 21 13:29:26.268 INFO O| Feb 21 13:29:26.268 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5511 | 2025-02-21T13:29:27.299Z | [ host-image] Feb 21 13:29:26.279 INFO O| Feb 21 13:29:26.279 INFO O| Planning: Finding local manifests ... Done |
5512 | 2025-02-21T13:29:27.301Z | [ host-image] Feb 21 13:29:26.281 INFO O| Feb 21 13:29:26.281 INFO O| Planning: Fetching manifests: 0/6 0% complete |
5513 | 2025-02-21T13:29:27.309Z | [ recovery-image] Feb 21 13:29:26.289 INFO O| Feb 21 13:29:26.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5514 | 2025-02-21T13:29:27.312Z | [ recovery-image] Feb 21 13:29:26.290 INFO O| Feb 21 13:29:26.289 INFO STEP 343 (remove_files) COMPLETE |
5515 | 2025-02-21T13:29:27.312Z | [ recovery-image] Feb 21 13:29:26.290 INFO O| Feb 21 13:29:26.290 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5516 | 2025-02-21T13:29:27.329Z | [ recovery-image] Feb 21 13:29:26.310 INFO O| Feb 21 13:29:26.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5517 | 2025-02-21T13:29:27.329Z | [ recovery-image] Feb 21 13:29:26.310 INFO O| Feb 21 13:29:26.310 INFO STEP 344 (remove_files) COMPLETE |
5518 | 2025-02-21T13:29:27.330Z | [ recovery-image] Feb 21 13:29:26.310 INFO O| Feb 21 13:29:26.310 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5519 | 2025-02-21T13:29:27.350Z | [ recovery-image] Feb 21 13:29:26.330 INFO O| Feb 21 13:29:26.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5520 | 2025-02-21T13:29:27.350Z | [ recovery-image] Feb 21 13:29:26.330 INFO O| Feb 21 13:29:26.330 INFO STEP 345 (remove_files) COMPLETE |
5521 | 2025-02-21T13:29:27.353Z | [ recovery-image] Feb 21 13:29:26.330 INFO O| Feb 21 13:29:26.330 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5522 | 2025-02-21T13:29:27.383Z | [ recovery-image] Feb 21 13:29:26.363 INFO O| Feb 21 13:29:26.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5523 | 2025-02-21T13:29:27.406Z | [ recovery-image] Feb 21 13:29:26.386 INFO O| Feb 21 13:29:26.386 INFO STEP 346 (remove_files) COMPLETE |
5524 | 2025-02-21T13:29:27.406Z | [ recovery-image] Feb 21 13:29:26.386 INFO O| Feb 21 13:29:26.386 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5525 | 2025-02-21T13:29:27.441Z | [ recovery-image] Feb 21 13:29:26.421 INFO O| Feb 21 13:29:26.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5526 | 2025-02-21T13:29:27.441Z | [ recovery-image] Feb 21 13:29:26.421 INFO O| Feb 21 13:29:26.421 INFO STEP 347 (remove_files) COMPLETE |
5527 | 2025-02-21T13:29:27.445Z | [ recovery-image] Feb 21 13:29:26.421 INFO O| Feb 21 13:29:26.421 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5528 | 2025-02-21T13:29:27.502Z | [ recovery-image] Feb 21 13:29:26.481 INFO O| Feb 21 13:29:26.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5529 | 2025-02-21T13:29:27.502Z | [ recovery-image] Feb 21 13:29:26.481 INFO O| Feb 21 13:29:26.481 INFO STEP 348 (remove_files) COMPLETE |
5530 | 2025-02-21T13:29:27.502Z | [ recovery-image] Feb 21 13:29:26.481 INFO O| Feb 21 13:29:26.481 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5531 | 2025-02-21T13:29:27.530Z | [ recovery-image] Feb 21 13:29:26.510 INFO O| Feb 21 13:29:26.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5532 | 2025-02-21T13:29:27.530Z | [ recovery-image] Feb 21 13:29:26.510 INFO O| Feb 21 13:29:26.510 INFO STEP 349 (remove_files) COMPLETE |
5533 | 2025-02-21T13:29:27.533Z | [ recovery-image] Feb 21 13:29:26.510 INFO O| Feb 21 13:29:26.510 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5534 | 2025-02-21T13:29:27.586Z | [ recovery-image] Feb 21 13:29:26.566 INFO O| Feb 21 13:29:26.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5535 | 2025-02-21T13:29:27.586Z | [ recovery-image] Feb 21 13:29:26.566 INFO O| Feb 21 13:29:26.566 INFO STEP 350 (remove_files) COMPLETE |
5536 | 2025-02-21T13:29:27.586Z | [ recovery-image] Feb 21 13:29:26.566 INFO O| Feb 21 13:29:26.566 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5537 | 2025-02-21T13:29:27.614Z | [ recovery-image] Feb 21 13:29:26.594 INFO O| Feb 21 13:29:26.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5538 | 2025-02-21T13:29:27.617Z | [ recovery-image] Feb 21 13:29:26.594 INFO O| Feb 21 13:29:26.594 INFO STEP 351 (remove_files) COMPLETE |
5539 | 2025-02-21T13:29:27.617Z | [ recovery-image] Feb 21 13:29:26.594 INFO O| Feb 21 13:29:26.594 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5540 | 2025-02-21T13:29:27.634Z | [ recovery-image] Feb 21 13:29:26.614 INFO O| Feb 21 13:29:26.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5541 | 2025-02-21T13:29:27.637Z | [ recovery-image] Feb 21 13:29:26.615 INFO O| Feb 21 13:29:26.614 INFO STEP 352 (remove_files) COMPLETE |
5542 | 2025-02-21T13:29:27.637Z | [ recovery-image] Feb 21 13:29:26.615 INFO O| Feb 21 13:29:26.615 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5543 | 2025-02-21T13:29:27.654Z | [ recovery-image] Feb 21 13:29:26.634 INFO O| Feb 21 13:29:26.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5544 | 2025-02-21T13:29:27.657Z | [ recovery-image] Feb 21 13:29:26.635 INFO O| Feb 21 13:29:26.635 INFO STEP 353 (remove_files) COMPLETE |
5545 | 2025-02-21T13:29:27.657Z | [ recovery-image] Feb 21 13:29:26.635 INFO O| Feb 21 13:29:26.635 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5546 | 2025-02-21T13:29:27.677Z | [ recovery-image] Feb 21 13:29:26.657 INFO O| Feb 21 13:29:26.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5547 | 2025-02-21T13:29:27.689Z | [ recovery-image] Feb 21 13:29:26.670 INFO O| Feb 21 13:29:26.669 INFO STEP 354 (remove_files) COMPLETE |
5548 | 2025-02-21T13:29:27.689Z | [ recovery-image] Feb 21 13:29:26.670 INFO O| Feb 21 13:29:26.670 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5549 | 2025-02-21T13:29:27.730Z | [ recovery-image] Feb 21 13:29:26.710 INFO O| Feb 21 13:29:26.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5550 | 2025-02-21T13:29:27.730Z | [ recovery-image] Feb 21 13:29:26.710 INFO O| Feb 21 13:29:26.710 INFO STEP 355 (remove_files) COMPLETE |
5551 | 2025-02-21T13:29:27.730Z | [ recovery-image] Feb 21 13:29:26.710 INFO O| Feb 21 13:29:26.710 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5552 | 2025-02-21T13:29:27.746Z | [ host-image] Feb 21 13:29:26.726 INFO O| Feb 21 13:29:26.726 INFO O| Planning: Fetching manifests: 6/6 100% complete |
5553 | 2025-02-21T13:29:27.768Z | [ recovery-image] Feb 21 13:29:26.748 INFO O| Feb 21 13:29:26.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5554 | 2025-02-21T13:29:27.769Z | [ recovery-image] Feb 21 13:29:26.748 INFO O| Feb 21 13:29:26.748 INFO STEP 356 (remove_files) COMPLETE |
5555 | 2025-02-21T13:29:27.769Z | [ recovery-image] Feb 21 13:29:26.748 INFO O| Feb 21 13:29:26.748 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5556 | 2025-02-21T13:29:27.787Z | [ recovery-image] Feb 21 13:29:26.767 INFO O| Feb 21 13:29:26.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5557 | 2025-02-21T13:29:27.787Z | [ recovery-image] Feb 21 13:29:26.767 INFO O| Feb 21 13:29:26.767 INFO STEP 357 (remove_files) COMPLETE |
5558 | 2025-02-21T13:29:27.787Z | [ recovery-image] Feb 21 13:29:26.767 INFO O| Feb 21 13:29:26.767 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5559 | 2025-02-21T13:29:27.801Z | [ host-image] Feb 21 13:29:26.781 INFO O| Feb 21 13:29:26.781 INFO O| Planning: Package planning ... Done |
5560 | 2025-02-21T13:29:27.808Z | [ recovery-image] Feb 21 13:29:26.788 INFO O| Feb 21 13:29:26.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5561 | 2025-02-21T13:29:27.808Z | [ recovery-image] Feb 21 13:29:26.788 INFO O| Feb 21 13:29:26.788 INFO STEP 358 (remove_files) COMPLETE |
5562 | 2025-02-21T13:29:27.811Z | [ recovery-image] Feb 21 13:29:26.788 INFO O| Feb 21 13:29:26.788 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5563 | 2025-02-21T13:29:27.841Z | [ recovery-image] Feb 21 13:29:26.821 INFO O| Feb 21 13:29:26.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5564 | 2025-02-21T13:29:27.844Z | [ recovery-image] Feb 21 13:29:26.821 INFO O| Feb 21 13:29:26.821 INFO STEP 359 (remove_files) COMPLETE |
5565 | 2025-02-21T13:29:27.844Z | [ recovery-image] Feb 21 13:29:26.822 INFO O| Feb 21 13:29:26.821 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5566 | 2025-02-21T13:29:27.849Z | [ host-image] Feb 21 13:29:26.829 INFO O| Feb 21 13:29:26.829 INFO O| Planning: Merging actions ... Done |
5567 | 2025-02-21T13:29:27.862Z | [ recovery-image] Feb 21 13:29:26.842 INFO O| Feb 21 13:29:26.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5568 | 2025-02-21T13:29:27.862Z | [ recovery-image] Feb 21 13:29:26.842 INFO O| Feb 21 13:29:26.842 INFO STEP 360 (remove_files) COMPLETE |
5569 | 2025-02-21T13:29:27.862Z | [ recovery-image] Feb 21 13:29:26.842 INFO O| Feb 21 13:29:26.842 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5570 | 2025-02-21T13:29:27.883Z | [ recovery-image] Feb 21 13:29:26.862 INFO O| Feb 21 13:29:26.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5571 | 2025-02-21T13:29:27.883Z | [ recovery-image] Feb 21 13:29:26.862 INFO O| Feb 21 13:29:26.862 INFO STEP 361 (remove_files) COMPLETE |
5572 | 2025-02-21T13:29:27.883Z | [ recovery-image] Feb 21 13:29:26.862 INFO O| Feb 21 13:29:26.862 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5573 | 2025-02-21T13:29:27.960Z | [ recovery-image] Feb 21 13:29:26.940 INFO O| Feb 21 13:29:26.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5574 | 2025-02-21T13:29:27.965Z | [ recovery-image] Feb 21 13:29:26.940 INFO O| Feb 21 13:29:26.940 INFO STEP 362 (remove_files) COMPLETE |
5575 | 2025-02-21T13:29:27.965Z | [ recovery-image] Feb 21 13:29:26.940 INFO O| Feb 21 13:29:26.940 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5576 | 2025-02-21T13:29:27.980Z | [ host-image] Feb 21 13:29:26.959 INFO O| Feb 21 13:29:26.959 INFO O| Planning: Checking for conflicting actions ... Done |
5577 | 2025-02-21T13:29:27.983Z | [ recovery-image] Feb 21 13:29:26.961 INFO O| Feb 21 13:29:26.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5578 | 2025-02-21T13:29:27.983Z | [ recovery-image] Feb 21 13:29:26.962 INFO O| Feb 21 13:29:26.962 INFO STEP 363 (remove_files) COMPLETE |
5579 | 2025-02-21T13:29:27.983Z | [ recovery-image] Feb 21 13:29:26.962 INFO O| Feb 21 13:29:26.962 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5580 | 2025-02-21T13:29:27.990Z | [ host-image] Feb 21 13:29:26.969 INFO O| Feb 21 13:29:26.969 INFO O| Planning: Consolidating action changes ... Done |
5581 | 2025-02-21T13:29:28.002Z | [ recovery-image] Feb 21 13:29:26.982 INFO O| Feb 21 13:29:26.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5582 | 2025-02-21T13:29:28.005Z | [ recovery-image] Feb 21 13:29:26.983 INFO O| Feb 21 13:29:26.982 INFO STEP 364 (remove_files) COMPLETE |
5583 | 2025-02-21T13:29:28.005Z | [ recovery-image] Feb 21 13:29:26.983 INFO O| Feb 21 13:29:26.982 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5584 | 2025-02-21T13:29:28.023Z | [ recovery-image] Feb 21 13:29:27.003 INFO O| Feb 21 13:29:27.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5585 | 2025-02-21T13:29:28.026Z | [ recovery-image] Feb 21 13:29:27.003 INFO O| Feb 21 13:29:27.003 INFO STEP 365 (remove_files) COMPLETE |
5586 | 2025-02-21T13:29:28.026Z | [ recovery-image] Feb 21 13:29:27.003 INFO O| Feb 21 13:29:27.003 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5587 | 2025-02-21T13:29:28.068Z | [ recovery-image] Feb 21 13:29:27.047 INFO O| Feb 21 13:29:27.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5588 | 2025-02-21T13:29:28.068Z | [ recovery-image] Feb 21 13:29:27.048 INFO O| Feb 21 13:29:27.048 INFO STEP 366 (remove_files) COMPLETE |
5589 | 2025-02-21T13:29:28.068Z | [ recovery-image] Feb 21 13:29:27.048 INFO O| Feb 21 13:29:27.048 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5590 | 2025-02-21T13:29:28.141Z | [ recovery-image] Feb 21 13:29:27.121 INFO O| Feb 21 13:29:27.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5591 | 2025-02-21T13:29:28.141Z | [ recovery-image] Feb 21 13:29:27.121 INFO O| Feb 21 13:29:27.121 INFO STEP 367 (remove_files) COMPLETE |
5592 | 2025-02-21T13:29:28.144Z | [ recovery-image] Feb 21 13:29:27.121 INFO O| Feb 21 13:29:27.121 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5593 | 2025-02-21T13:29:28.162Z | [ recovery-image] Feb 21 13:29:27.142 INFO O| Feb 21 13:29:27.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5594 | 2025-02-21T13:29:28.167Z | [ recovery-image] Feb 21 13:29:27.143 INFO O| Feb 21 13:29:27.143 INFO STEP 368 (remove_files) COMPLETE |
5595 | 2025-02-21T13:29:28.167Z | [ recovery-image] Feb 21 13:29:27.143 INFO O| Feb 21 13:29:27.143 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5596 | 2025-02-21T13:29:28.200Z | [ recovery-image] Feb 21 13:29:27.179 INFO O| Feb 21 13:29:27.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5597 | 2025-02-21T13:29:28.200Z | [ recovery-image] Feb 21 13:29:27.179 INFO O| Feb 21 13:29:27.179 INFO STEP 369 (remove_files) COMPLETE |
5598 | 2025-02-21T13:29:28.200Z | [ recovery-image] Feb 21 13:29:27.179 INFO O| Feb 21 13:29:27.179 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5599 | 2025-02-21T13:29:28.228Z | [ recovery-image] Feb 21 13:29:27.208 INFO O| Feb 21 13:29:27.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5600 | 2025-02-21T13:29:28.229Z | [ recovery-image] Feb 21 13:29:27.208 INFO O| Feb 21 13:29:27.208 INFO STEP 370 (remove_files) COMPLETE |
5601 | 2025-02-21T13:29:28.229Z | [ recovery-image] Feb 21 13:29:27.208 INFO O| Feb 21 13:29:27.208 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5602 | 2025-02-21T13:29:28.266Z | [ recovery-image] Feb 21 13:29:27.246 INFO O| Feb 21 13:29:27.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5603 | 2025-02-21T13:29:28.269Z | [ recovery-image] Feb 21 13:29:27.246 INFO O| Feb 21 13:29:27.246 INFO STEP 371 (remove_files) COMPLETE |
5604 | 2025-02-21T13:29:28.269Z | [ recovery-image] Feb 21 13:29:27.246 INFO O| Feb 21 13:29:27.246 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5605 | 2025-02-21T13:29:28.287Z | [ recovery-image] Feb 21 13:29:27.267 INFO O| Feb 21 13:29:27.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5606 | 2025-02-21T13:29:28.290Z | [ recovery-image] Feb 21 13:29:27.267 INFO O| Feb 21 13:29:27.267 INFO STEP 372 (remove_files) COMPLETE |
5607 | 2025-02-21T13:29:28.290Z | [ recovery-image] Feb 21 13:29:27.267 INFO O| Feb 21 13:29:27.267 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5608 | 2025-02-21T13:29:28.306Z | [ recovery-image] Feb 21 13:29:27.286 INFO O| Feb 21 13:29:27.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5609 | 2025-02-21T13:29:28.306Z | [ recovery-image] Feb 21 13:29:27.286 INFO O| Feb 21 13:29:27.286 INFO STEP 373 (remove_files) COMPLETE |
5610 | 2025-02-21T13:29:28.306Z | [ recovery-image] Feb 21 13:29:27.287 INFO O| Feb 21 13:29:27.286 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5611 | 2025-02-21T13:29:28.328Z | [ recovery-image] Feb 21 13:29:27.306 INFO O| Feb 21 13:29:27.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5612 | 2025-02-21T13:29:28.329Z | [ recovery-image] Feb 21 13:29:27.306 INFO O| Feb 21 13:29:27.306 INFO STEP 374 (remove_files) COMPLETE |
5613 | 2025-02-21T13:29:28.329Z | [ recovery-image] Feb 21 13:29:27.306 INFO O| Feb 21 13:29:27.306 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5614 | 2025-02-21T13:29:28.363Z | [ recovery-image] Feb 21 13:29:27.343 INFO O| Feb 21 13:29:27.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5615 | 2025-02-21T13:29:28.364Z | [ recovery-image] Feb 21 13:29:27.344 INFO O| Feb 21 13:29:27.344 INFO STEP 375 (remove_files) COMPLETE |
5616 | 2025-02-21T13:29:28.364Z | [ recovery-image] Feb 21 13:29:27.344 INFO O| Feb 21 13:29:27.344 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5617 | 2025-02-21T13:29:28.379Z | [ host-image] Feb 21 13:29:27.359 INFO O| Feb 21 13:29:27.359 INFO O| Planning: Evaluating mediators ... Done |
5618 | 2025-02-21T13:29:28.384Z | [ host-image] Feb 21 13:29:27.364 INFO O| Feb 21 13:29:27.364 INFO O| Planning: Planning completed in 5.64 seconds |
5619 | 2025-02-21T13:29:28.387Z | [ recovery-image] Feb 21 13:29:27.365 INFO O| Feb 21 13:29:27.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5620 | 2025-02-21T13:29:28.387Z | [ recovery-image] Feb 21 13:29:27.365 INFO O| Feb 21 13:29:27.365 INFO STEP 376 (remove_files) COMPLETE |
5621 | 2025-02-21T13:29:28.387Z | [ recovery-image] Feb 21 13:29:27.365 INFO O| Feb 21 13:29:27.365 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5622 | 2025-02-21T13:29:28.387Z | [ host-image] Feb 21 13:29:27.366 INFO O| Feb 21 13:29:27.366 INFO O| Packages to install: 6 |
5623 | 2025-02-21T13:29:28.387Z | [ host-image] Feb 21 13:29:27.366 INFO O| Feb 21 13:29:27.366 INFO O| Mediators to change: 1 |
5624 | 2025-02-21T13:29:28.387Z | [ host-image] Feb 21 13:29:27.366 INFO O| Feb 21 13:29:27.366 INFO O| Services to change: 1 |
5625 | 2025-02-21T13:29:28.408Z | [ host-image] Feb 21 13:29:27.387 INFO O| Feb 21 13:29:27.387 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
5626 | 2025-02-21T13:29:28.417Z | [ recovery-image] Feb 21 13:29:27.397 INFO O| Feb 21 13:29:27.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5627 | 2025-02-21T13:29:28.420Z | [ recovery-image] Feb 21 13:29:27.397 INFO O| Feb 21 13:29:27.397 INFO STEP 377 (remove_files) COMPLETE |
5628 | 2025-02-21T13:29:28.420Z | [ recovery-image] Feb 21 13:29:27.398 INFO O| Feb 21 13:29:27.397 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5629 | 2025-02-21T13:29:28.436Z | [ recovery-image] Feb 21 13:29:27.417 INFO O| Feb 21 13:29:27.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5630 | 2025-02-21T13:29:28.437Z | [ recovery-image] Feb 21 13:29:27.417 INFO O| Feb 21 13:29:27.417 INFO STEP 378 (remove_files) COMPLETE |
5631 | 2025-02-21T13:29:28.441Z | [ recovery-image] Feb 21 13:29:27.417 INFO O| Feb 21 13:29:27.417 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5632 | 2025-02-21T13:29:28.467Z | [ recovery-image] Feb 21 13:29:27.447 INFO O| Feb 21 13:29:27.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5633 | 2025-02-21T13:29:28.467Z | [ recovery-image] Feb 21 13:29:27.447 INFO O| Feb 21 13:29:27.446 INFO STEP 379 (remove_files) COMPLETE |
5634 | 2025-02-21T13:29:28.467Z | [ recovery-image] Feb 21 13:29:27.447 INFO O| Feb 21 13:29:27.446 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5635 | 2025-02-21T13:29:28.506Z | [ recovery-image] Feb 21 13:29:27.486 INFO O| Feb 21 13:29:27.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5636 | 2025-02-21T13:29:28.506Z | [ recovery-image] Feb 21 13:29:27.486 INFO O| Feb 21 13:29:27.486 INFO STEP 380 (remove_files) COMPLETE |
5637 | 2025-02-21T13:29:28.506Z | [ recovery-image] Feb 21 13:29:27.486 INFO O| Feb 21 13:29:27.486 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5638 | 2025-02-21T13:29:28.585Z | [ recovery-image] Feb 21 13:29:27.534 INFO O| Feb 21 13:29:27.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5639 | 2025-02-21T13:29:28.585Z | [ recovery-image] Feb 21 13:29:27.534 INFO O| Feb 21 13:29:27.534 INFO STEP 381 (remove_files) COMPLETE |
5640 | 2025-02-21T13:29:28.585Z | [ recovery-image] Feb 21 13:29:27.534 INFO O| Feb 21 13:29:27.534 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5641 | 2025-02-21T13:29:28.600Z | [ recovery-image] Feb 21 13:29:27.579 INFO O| Feb 21 13:29:27.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5642 | 2025-02-21T13:29:28.600Z | [ recovery-image] Feb 21 13:29:27.579 INFO O| Feb 21 13:29:27.579 INFO STEP 382 (remove_files) COMPLETE |
5643 | 2025-02-21T13:29:28.600Z | [ recovery-image] Feb 21 13:29:27.579 INFO O| Feb 21 13:29:27.579 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5644 | 2025-02-21T13:29:28.639Z | [ recovery-image] Feb 21 13:29:27.618 INFO O| Feb 21 13:29:27.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5645 | 2025-02-21T13:29:28.639Z | [ recovery-image] Feb 21 13:29:27.619 INFO O| Feb 21 13:29:27.619 INFO STEP 383 (remove_files) COMPLETE |
5646 | 2025-02-21T13:29:28.639Z | [ recovery-image] Feb 21 13:29:27.619 INFO O| Feb 21 13:29:27.619 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5647 | 2025-02-21T13:29:28.657Z | [ recovery-image] Feb 21 13:29:27.637 INFO O| Feb 21 13:29:27.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5648 | 2025-02-21T13:29:28.659Z | [ recovery-image] Feb 21 13:29:27.637 INFO O| Feb 21 13:29:27.637 INFO STEP 384 (remove_files) COMPLETE |
5649 | 2025-02-21T13:29:28.659Z | [ recovery-image] Feb 21 13:29:27.637 INFO O| Feb 21 13:29:27.637 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5650 | 2025-02-21T13:29:28.676Z | [ recovery-image] Feb 21 13:29:27.656 INFO O| Feb 21 13:29:27.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5651 | 2025-02-21T13:29:28.679Z | [ recovery-image] Feb 21 13:29:27.657 INFO O| Feb 21 13:29:27.657 INFO STEP 385 (remove_files) COMPLETE |
5652 | 2025-02-21T13:29:28.679Z | [ recovery-image] Feb 21 13:29:27.657 INFO O| Feb 21 13:29:27.657 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5653 | 2025-02-21T13:29:28.696Z | [ recovery-image] Feb 21 13:29:27.675 INFO O| Feb 21 13:29:27.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5654 | 2025-02-21T13:29:28.699Z | [ recovery-image] Feb 21 13:29:27.676 INFO O| Feb 21 13:29:27.676 INFO STEP 386 (remove_files) COMPLETE |
5655 | 2025-02-21T13:29:28.699Z | [ recovery-image] Feb 21 13:29:27.676 INFO O| Feb 21 13:29:27.676 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5656 | 2025-02-21T13:29:28.717Z | [ recovery-image] Feb 21 13:29:27.697 INFO O| Feb 21 13:29:27.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5657 | 2025-02-21T13:29:28.717Z | [ recovery-image] Feb 21 13:29:27.697 INFO O| Feb 21 13:29:27.697 INFO STEP 387 (remove_files) COMPLETE |
5658 | 2025-02-21T13:29:28.719Z | [ recovery-image] Feb 21 13:29:27.697 INFO O| Feb 21 13:29:27.697 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5659 | 2025-02-21T13:29:28.738Z | [ recovery-image] Feb 21 13:29:27.718 INFO O| Feb 21 13:29:27.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5660 | 2025-02-21T13:29:28.738Z | [ recovery-image] Feb 21 13:29:27.718 INFO O| Feb 21 13:29:27.718 INFO STEP 388 (remove_files) COMPLETE |
5661 | 2025-02-21T13:29:28.738Z | [ recovery-image] Feb 21 13:29:27.718 INFO O| Feb 21 13:29:27.718 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5662 | 2025-02-21T13:29:28.760Z | [ recovery-image] Feb 21 13:29:27.740 INFO O| Feb 21 13:29:27.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5663 | 2025-02-21T13:29:28.760Z | [ recovery-image] Feb 21 13:29:27.740 INFO O| Feb 21 13:29:27.740 INFO STEP 389 (remove_files) COMPLETE |
5664 | 2025-02-21T13:29:28.762Z | [ recovery-image] Feb 21 13:29:27.740 INFO O| Feb 21 13:29:27.740 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5665 | 2025-02-21T13:29:28.782Z | [ recovery-image] Feb 21 13:29:27.762 INFO O| Feb 21 13:29:27.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5666 | 2025-02-21T13:29:28.782Z | [ recovery-image] Feb 21 13:29:27.762 INFO O| Feb 21 13:29:27.762 INFO STEP 390 (remove_files) COMPLETE |
5667 | 2025-02-21T13:29:28.784Z | [ recovery-image] Feb 21 13:29:27.762 INFO O| Feb 21 13:29:27.762 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5668 | 2025-02-21T13:29:28.804Z | [ recovery-image] Feb 21 13:29:27.784 INFO O| Feb 21 13:29:27.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5669 | 2025-02-21T13:29:28.806Z | [ recovery-image] Feb 21 13:29:27.784 INFO O| Feb 21 13:29:27.784 INFO STEP 391 (remove_files) COMPLETE |
5670 | 2025-02-21T13:29:28.806Z | [ recovery-image] Feb 21 13:29:27.784 INFO O| Feb 21 13:29:27.784 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5671 | 2025-02-21T13:29:28.826Z | [ recovery-image] Feb 21 13:29:27.806 INFO O| Feb 21 13:29:27.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5672 | 2025-02-21T13:29:28.830Z | [ recovery-image] Feb 21 13:29:27.806 INFO O| Feb 21 13:29:27.806 INFO STEP 392 (remove_files) COMPLETE |
5673 | 2025-02-21T13:29:28.830Z | [ recovery-image] Feb 21 13:29:27.806 INFO O| Feb 21 13:29:27.806 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5674 | 2025-02-21T13:29:28.847Z | [ recovery-image] Feb 21 13:29:27.827 INFO O| Feb 21 13:29:27.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5675 | 2025-02-21T13:29:28.847Z | [ recovery-image] Feb 21 13:29:27.828 INFO O| Feb 21 13:29:27.827 INFO STEP 393 (remove_files) COMPLETE |
5676 | 2025-02-21T13:29:28.850Z | [ recovery-image] Feb 21 13:29:27.828 INFO O| Feb 21 13:29:27.828 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5677 | 2025-02-21T13:29:28.869Z | [ recovery-image] Feb 21 13:29:27.849 INFO O| Feb 21 13:29:27.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5678 | 2025-02-21T13:29:28.869Z | [ recovery-image] Feb 21 13:29:27.849 INFO O| Feb 21 13:29:27.849 INFO STEP 394 (remove_files) COMPLETE |
5679 | 2025-02-21T13:29:28.869Z | [ recovery-image] Feb 21 13:29:27.849 INFO O| Feb 21 13:29:27.849 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5680 | 2025-02-21T13:29:28.889Z | [ recovery-image] Feb 21 13:29:27.869 INFO O| Feb 21 13:29:27.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5681 | 2025-02-21T13:29:28.889Z | [ recovery-image] Feb 21 13:29:27.869 INFO O| Feb 21 13:29:27.869 INFO STEP 395 (remove_files) COMPLETE |
5682 | 2025-02-21T13:29:28.892Z | [ recovery-image] Feb 21 13:29:27.869 INFO O| Feb 21 13:29:27.869 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5683 | 2025-02-21T13:29:28.910Z | [ recovery-image] Feb 21 13:29:27.889 INFO O| Feb 21 13:29:27.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5684 | 2025-02-21T13:29:28.910Z | [ recovery-image] Feb 21 13:29:27.889 INFO O| Feb 21 13:29:27.889 INFO STEP 396 (remove_files) COMPLETE |
5685 | 2025-02-21T13:29:28.911Z | [ recovery-image] Feb 21 13:29:27.889 INFO O| Feb 21 13:29:27.889 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5686 | 2025-02-21T13:29:28.929Z | [ recovery-image] Feb 21 13:29:27.909 INFO O| Feb 21 13:29:27.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5687 | 2025-02-21T13:29:28.929Z | [ recovery-image] Feb 21 13:29:27.909 INFO O| Feb 21 13:29:27.909 INFO STEP 397 (remove_files) COMPLETE |
5688 | 2025-02-21T13:29:28.932Z | [ recovery-image] Feb 21 13:29:27.909 INFO O| Feb 21 13:29:27.909 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5689 | 2025-02-21T13:29:28.948Z | [ recovery-image] Feb 21 13:29:27.928 INFO O| Feb 21 13:29:27.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5690 | 2025-02-21T13:29:28.948Z | [ recovery-image] Feb 21 13:29:27.928 INFO O| Feb 21 13:29:27.928 INFO STEP 398 (remove_files) COMPLETE |
5691 | 2025-02-21T13:29:28.948Z | [ recovery-image] Feb 21 13:29:27.928 INFO O| Feb 21 13:29:27.928 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5692 | 2025-02-21T13:29:28.967Z | [ recovery-image] Feb 21 13:29:27.947 INFO O| Feb 21 13:29:27.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5693 | 2025-02-21T13:29:28.967Z | [ recovery-image] Feb 21 13:29:27.947 INFO O| Feb 21 13:29:27.947 INFO STEP 399 (remove_files) COMPLETE |
5694 | 2025-02-21T13:29:28.969Z | [ recovery-image] Feb 21 13:29:27.947 INFO O| Feb 21 13:29:27.947 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5695 | 2025-02-21T13:29:28.987Z | [ recovery-image] Feb 21 13:29:27.967 INFO O| Feb 21 13:29:27.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5696 | 2025-02-21T13:29:28.987Z | [ recovery-image] Feb 21 13:29:27.967 INFO O| Feb 21 13:29:27.967 INFO STEP 400 (remove_files) COMPLETE |
5697 | 2025-02-21T13:29:28.987Z | [ recovery-image] Feb 21 13:29:27.967 INFO O| Feb 21 13:29:27.967 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5698 | 2025-02-21T13:29:29.007Z | [ recovery-image] Feb 21 13:29:27.986 INFO O| Feb 21 13:29:27.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5699 | 2025-02-21T13:29:29.007Z | [ recovery-image] Feb 21 13:29:27.986 INFO O| Feb 21 13:29:27.986 INFO STEP 401 (remove_files) COMPLETE |
5700 | 2025-02-21T13:29:29.010Z | [ recovery-image] Feb 21 13:29:27.986 INFO O| Feb 21 13:29:27.986 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5701 | 2025-02-21T13:29:29.025Z | [ recovery-image] Feb 21 13:29:28.004 INFO O| Feb 21 13:29:28.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5702 | 2025-02-21T13:29:29.025Z | [ recovery-image] Feb 21 13:29:28.004 INFO O| Feb 21 13:29:28.004 INFO STEP 402 (remove_files) COMPLETE |
5703 | 2025-02-21T13:29:29.026Z | [ recovery-image] Feb 21 13:29:28.004 INFO O| Feb 21 13:29:28.004 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5704 | 2025-02-21T13:29:29.045Z | [ recovery-image] Feb 21 13:29:28.024 INFO O| Feb 21 13:29:28.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5705 | 2025-02-21T13:29:29.045Z | [ recovery-image] Feb 21 13:29:28.024 INFO O| Feb 21 13:29:28.024 INFO STEP 403 (remove_files) COMPLETE |
5706 | 2025-02-21T13:29:29.049Z | [ recovery-image] Feb 21 13:29:28.024 INFO O| Feb 21 13:29:28.024 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5707 | 2025-02-21T13:29:29.065Z | [ recovery-image] Feb 21 13:29:28.044 INFO O| Feb 21 13:29:28.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5708 | 2025-02-21T13:29:29.065Z | [ recovery-image] Feb 21 13:29:28.044 INFO O| Feb 21 13:29:28.044 INFO STEP 404 (remove_files) COMPLETE |
5709 | 2025-02-21T13:29:29.065Z | [ recovery-image] Feb 21 13:29:28.044 INFO O| Feb 21 13:29:28.044 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5710 | 2025-02-21T13:29:29.084Z | [ recovery-image] Feb 21 13:29:28.064 INFO O| Feb 21 13:29:28.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5711 | 2025-02-21T13:29:29.084Z | [ recovery-image] Feb 21 13:29:28.065 INFO O| Feb 21 13:29:28.064 INFO STEP 405 (remove_files) COMPLETE |
5712 | 2025-02-21T13:29:29.084Z | [ recovery-image] Feb 21 13:29:28.065 INFO O| Feb 21 13:29:28.065 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5713 | 2025-02-21T13:29:29.151Z | [ recovery-image] Feb 21 13:29:28.131 INFO O| Feb 21 13:29:28.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5714 | 2025-02-21T13:29:29.151Z | [ recovery-image] Feb 21 13:29:28.131 INFO O| Feb 21 13:29:28.131 INFO STEP 406 (remove_files) COMPLETE |
5715 | 2025-02-21T13:29:29.151Z | [ recovery-image] Feb 21 13:29:28.131 INFO O| Feb 21 13:29:28.131 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5716 | 2025-02-21T13:29:29.173Z | [ recovery-image] Feb 21 13:29:28.153 INFO O| Feb 21 13:29:28.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5717 | 2025-02-21T13:29:29.173Z | [ recovery-image] Feb 21 13:29:28.153 INFO O| Feb 21 13:29:28.153 INFO STEP 407 (remove_files) COMPLETE |
5718 | 2025-02-21T13:29:29.173Z | [ recovery-image] Feb 21 13:29:28.153 INFO O| Feb 21 13:29:28.153 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5719 | 2025-02-21T13:29:29.232Z | [ recovery-image] Feb 21 13:29:28.212 INFO O| Feb 21 13:29:28.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5720 | 2025-02-21T13:29:29.232Z | [ recovery-image] Feb 21 13:29:28.212 INFO O| Feb 21 13:29:28.212 INFO STEP 408 (remove_files) COMPLETE |
5721 | 2025-02-21T13:29:29.232Z | [ recovery-image] Feb 21 13:29:28.212 INFO O| Feb 21 13:29:28.212 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5722 | 2025-02-21T13:29:29.295Z | [ recovery-image] Feb 21 13:29:28.274 INFO O| Feb 21 13:29:28.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5723 | 2025-02-21T13:29:29.295Z | [ recovery-image] Feb 21 13:29:28.274 INFO O| Feb 21 13:29:28.274 INFO STEP 409 (remove_files) COMPLETE |
5724 | 2025-02-21T13:29:29.299Z | [ recovery-image] Feb 21 13:29:28.274 INFO O| Feb 21 13:29:28.274 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5725 | 2025-02-21T13:29:29.330Z | [ recovery-image] Feb 21 13:29:28.310 INFO O| Feb 21 13:29:28.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5726 | 2025-02-21T13:29:29.330Z | [ recovery-image] Feb 21 13:29:28.310 INFO O| Feb 21 13:29:28.310 INFO STEP 410 (remove_files) COMPLETE |
5727 | 2025-02-21T13:29:29.330Z | [ recovery-image] Feb 21 13:29:28.310 INFO O| Feb 21 13:29:28.310 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5728 | 2025-02-21T13:29:29.361Z | [ recovery-image] Feb 21 13:29:28.341 INFO O| Feb 21 13:29:28.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5729 | 2025-02-21T13:29:29.363Z | [ recovery-image] Feb 21 13:29:28.341 INFO O| Feb 21 13:29:28.341 INFO STEP 411 (remove_files) COMPLETE |
5730 | 2025-02-21T13:29:29.363Z | [ recovery-image] Feb 21 13:29:28.341 INFO O| Feb 21 13:29:28.341 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5731 | 2025-02-21T13:29:29.380Z | [ recovery-image] Feb 21 13:29:28.361 INFO O| Feb 21 13:29:28.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5732 | 2025-02-21T13:29:29.381Z | [ recovery-image] Feb 21 13:29:28.361 INFO O| Feb 21 13:29:28.361 INFO STEP 412 (remove_files) COMPLETE |
5733 | 2025-02-21T13:29:29.384Z | [ recovery-image] Feb 21 13:29:28.361 INFO O| Feb 21 13:29:28.361 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5734 | 2025-02-21T13:29:29.407Z | [ recovery-image] Feb 21 13:29:28.387 INFO O| Feb 21 13:29:28.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5735 | 2025-02-21T13:29:29.407Z | [ recovery-image] Feb 21 13:29:28.387 INFO O| Feb 21 13:29:28.387 INFO STEP 413 (remove_files) COMPLETE |
5736 | 2025-02-21T13:29:29.407Z | [ recovery-image] Feb 21 13:29:28.387 INFO O| Feb 21 13:29:28.387 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5737 | 2025-02-21T13:29:29.429Z | [ recovery-image] Feb 21 13:29:28.409 INFO O| Feb 21 13:29:28.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5738 | 2025-02-21T13:29:29.429Z | [ recovery-image] Feb 21 13:29:28.409 INFO O| Feb 21 13:29:28.409 INFO STEP 414 (remove_files) COMPLETE |
5739 | 2025-02-21T13:29:29.432Z | [ recovery-image] Feb 21 13:29:28.409 INFO O| Feb 21 13:29:28.409 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5740 | 2025-02-21T13:29:29.493Z | [ recovery-image] Feb 21 13:29:28.473 INFO O| Feb 21 13:29:28.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5741 | 2025-02-21T13:29:29.493Z | [ recovery-image] Feb 21 13:29:28.473 INFO O| Feb 21 13:29:28.473 INFO STEP 415 (remove_files) COMPLETE |
5742 | 2025-02-21T13:29:29.496Z | [ recovery-image] Feb 21 13:29:28.473 INFO O| Feb 21 13:29:28.473 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5743 | 2025-02-21T13:29:29.514Z | [ recovery-image] Feb 21 13:29:28.494 INFO O| Feb 21 13:29:28.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5744 | 2025-02-21T13:29:29.514Z | [ recovery-image] Feb 21 13:29:28.494 INFO O| Feb 21 13:29:28.494 INFO STEP 416 (remove_files) COMPLETE |
5745 | 2025-02-21T13:29:29.518Z | [ recovery-image] Feb 21 13:29:28.494 INFO O| Feb 21 13:29:28.494 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5746 | 2025-02-21T13:29:29.537Z | [ recovery-image] Feb 21 13:29:28.517 INFO O| Feb 21 13:29:28.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5747 | 2025-02-21T13:29:29.537Z | [ recovery-image] Feb 21 13:29:28.517 INFO O| Feb 21 13:29:28.517 INFO STEP 417 (remove_files) COMPLETE |
5748 | 2025-02-21T13:29:29.537Z | [ recovery-image] Feb 21 13:29:28.517 INFO O| Feb 21 13:29:28.517 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5749 | 2025-02-21T13:29:29.564Z | [ recovery-image] Feb 21 13:29:28.544 INFO O| Feb 21 13:29:28.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5750 | 2025-02-21T13:29:29.564Z | [ recovery-image] Feb 21 13:29:28.544 INFO O| Feb 21 13:29:28.544 INFO STEP 418 (remove_files) COMPLETE |
5751 | 2025-02-21T13:29:29.564Z | [ recovery-image] Feb 21 13:29:28.544 INFO O| Feb 21 13:29:28.544 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5752 | 2025-02-21T13:29:29.586Z | [ recovery-image] Feb 21 13:29:28.566 INFO O| Feb 21 13:29:28.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5753 | 2025-02-21T13:29:29.586Z | [ recovery-image] Feb 21 13:29:28.566 INFO O| Feb 21 13:29:28.566 INFO STEP 419 (remove_files) COMPLETE |
5754 | 2025-02-21T13:29:29.586Z | [ recovery-image] Feb 21 13:29:28.566 INFO O| Feb 21 13:29:28.566 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5755 | 2025-02-21T13:29:29.606Z | [ recovery-image] Feb 21 13:29:28.586 INFO O| Feb 21 13:29:28.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5756 | 2025-02-21T13:29:29.606Z | [ recovery-image] Feb 21 13:29:28.586 INFO O| Feb 21 13:29:28.586 INFO STEP 420 (remove_files) COMPLETE |
5757 | 2025-02-21T13:29:29.609Z | [ recovery-image] Feb 21 13:29:28.586 INFO O| Feb 21 13:29:28.586 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5758 | 2025-02-21T13:29:29.643Z | [ recovery-image] Feb 21 13:29:28.623 INFO O| Feb 21 13:29:28.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5759 | 2025-02-21T13:29:29.643Z | [ recovery-image] Feb 21 13:29:28.623 INFO O| Feb 21 13:29:28.623 INFO STEP 421 (remove_files) COMPLETE |
5760 | 2025-02-21T13:29:29.643Z | [ recovery-image] Feb 21 13:29:28.623 INFO O| Feb 21 13:29:28.623 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5761 | 2025-02-21T13:29:29.666Z | [ recovery-image] Feb 21 13:29:28.646 INFO O| Feb 21 13:29:28.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5762 | 2025-02-21T13:29:29.666Z | [ recovery-image] Feb 21 13:29:28.646 INFO O| Feb 21 13:29:28.646 INFO STEP 422 (remove_files) COMPLETE |
5763 | 2025-02-21T13:29:29.666Z | [ recovery-image] Feb 21 13:29:28.646 INFO O| Feb 21 13:29:28.646 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5764 | 2025-02-21T13:29:29.711Z | [ recovery-image] Feb 21 13:29:28.691 INFO O| Feb 21 13:29:28.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5765 | 2025-02-21T13:29:29.711Z | [ recovery-image] Feb 21 13:29:28.691 INFO O| Feb 21 13:29:28.691 INFO STEP 423 (remove_files) COMPLETE |
5766 | 2025-02-21T13:29:29.711Z | [ recovery-image] Feb 21 13:29:28.691 INFO O| Feb 21 13:29:28.691 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5767 | 2025-02-21T13:29:29.732Z | [ recovery-image] Feb 21 13:29:28.711 INFO O| Feb 21 13:29:28.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5768 | 2025-02-21T13:29:29.732Z | [ recovery-image] Feb 21 13:29:28.712 INFO O| Feb 21 13:29:28.712 INFO STEP 424 (remove_files) COMPLETE |
5769 | 2025-02-21T13:29:29.732Z | [ recovery-image] Feb 21 13:29:28.712 INFO O| Feb 21 13:29:28.712 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5770 | 2025-02-21T13:29:29.753Z | [ recovery-image] Feb 21 13:29:28.733 INFO O| Feb 21 13:29:28.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5771 | 2025-02-21T13:29:29.753Z | [ recovery-image] Feb 21 13:29:28.733 INFO O| Feb 21 13:29:28.733 INFO STEP 425 (remove_files) COMPLETE |
5772 | 2025-02-21T13:29:29.753Z | [ recovery-image] Feb 21 13:29:28.733 INFO O| Feb 21 13:29:28.733 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5773 | 2025-02-21T13:29:29.789Z | [ recovery-image] Feb 21 13:29:28.769 INFO O| Feb 21 13:29:28.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5774 | 2025-02-21T13:29:29.793Z | [ recovery-image] Feb 21 13:29:28.769 INFO O| Feb 21 13:29:28.769 INFO STEP 426 (remove_files) COMPLETE |
5775 | 2025-02-21T13:29:29.793Z | [ recovery-image] Feb 21 13:29:28.769 INFO O| Feb 21 13:29:28.769 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5776 | 2025-02-21T13:29:29.845Z | [ recovery-image] Feb 21 13:29:28.825 INFO O| Feb 21 13:29:28.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5777 | 2025-02-21T13:29:29.870Z | [ recovery-image] Feb 21 13:29:28.850 INFO O| Feb 21 13:29:28.850 INFO STEP 427 (remove_files) COMPLETE |
5778 | 2025-02-21T13:29:29.870Z | [ recovery-image] Feb 21 13:29:28.850 INFO O| Feb 21 13:29:28.850 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5779 | 2025-02-21T13:29:29.927Z | [ recovery-image] Feb 21 13:29:28.907 INFO O| Feb 21 13:29:28.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5780 | 2025-02-21T13:29:29.927Z | [ recovery-image] Feb 21 13:29:28.907 INFO O| Feb 21 13:29:28.907 INFO STEP 428 (remove_files) COMPLETE |
5781 | 2025-02-21T13:29:29.927Z | [ recovery-image] Feb 21 13:29:28.907 INFO O| Feb 21 13:29:28.907 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5782 | 2025-02-21T13:29:30.059Z | [ recovery-image] Feb 21 13:29:29.039 INFO O| Feb 21 13:29:29.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5783 | 2025-02-21T13:29:30.059Z | [ recovery-image] Feb 21 13:29:29.039 INFO O| Feb 21 13:29:29.020 INFO STEP 429 (remove_files) COMPLETE |
5784 | 2025-02-21T13:29:30.063Z | [ recovery-image] Feb 21 13:29:29.039 INFO O| Feb 21 13:29:29.020 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5785 | 2025-02-21T13:29:30.067Z | [ recovery-image] Feb 21 13:29:29.047 INFO O| Feb 21 13:29:29.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5786 | 2025-02-21T13:29:30.067Z | [ recovery-image] Feb 21 13:29:29.047 INFO O| Feb 21 13:29:29.047 INFO STEP 430 (remove_files) COMPLETE |
5787 | 2025-02-21T13:29:30.067Z | [ recovery-image] Feb 21 13:29:29.047 INFO O| Feb 21 13:29:29.047 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5788 | 2025-02-21T13:29:30.094Z | [ recovery-image] Feb 21 13:29:29.073 INFO O| Feb 21 13:29:29.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5789 | 2025-02-21T13:29:30.094Z | [ recovery-image] Feb 21 13:29:29.073 INFO O| Feb 21 13:29:29.073 INFO STEP 431 (remove_files) COMPLETE |
5790 | 2025-02-21T13:29:30.094Z | [ recovery-image] Feb 21 13:29:29.073 INFO O| Feb 21 13:29:29.073 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5791 | 2025-02-21T13:29:30.113Z | [ recovery-image] Feb 21 13:29:29.092 INFO O| Feb 21 13:29:29.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5792 | 2025-02-21T13:29:30.113Z | [ recovery-image] Feb 21 13:29:29.092 INFO O| Feb 21 13:29:29.092 INFO STEP 432 (remove_files) COMPLETE |
5793 | 2025-02-21T13:29:30.116Z | [ recovery-image] Feb 21 13:29:29.092 INFO O| Feb 21 13:29:29.092 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5794 | 2025-02-21T13:29:30.151Z | [ recovery-image] Feb 21 13:29:29.130 INFO O| Feb 21 13:29:29.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5795 | 2025-02-21T13:29:30.151Z | [ recovery-image] Feb 21 13:29:29.130 INFO O| Feb 21 13:29:29.128 INFO STEP 433 (remove_files) COMPLETE |
5796 | 2025-02-21T13:29:30.151Z | [ recovery-image] Feb 21 13:29:29.130 INFO O| Feb 21 13:29:29.128 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5797 | 2025-02-21T13:29:30.167Z | [ recovery-image] Feb 21 13:29:29.147 INFO O| Feb 21 13:29:29.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5798 | 2025-02-21T13:29:30.167Z | [ recovery-image] Feb 21 13:29:29.147 INFO O| Feb 21 13:29:29.147 INFO STEP 434 (remove_files) COMPLETE |
5799 | 2025-02-21T13:29:30.167Z | [ recovery-image] Feb 21 13:29:29.147 INFO O| Feb 21 13:29:29.147 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5800 | 2025-02-21T13:29:30.188Z | [ recovery-image] Feb 21 13:29:29.168 INFO O| Feb 21 13:29:29.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5801 | 2025-02-21T13:29:30.188Z | [ recovery-image] Feb 21 13:29:29.168 INFO O| Feb 21 13:29:29.168 INFO STEP 435 (remove_files) COMPLETE |
5802 | 2025-02-21T13:29:30.190Z | [ recovery-image] Feb 21 13:29:29.168 INFO O| Feb 21 13:29:29.168 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5803 | 2025-02-21T13:29:30.272Z | [ recovery-image] Feb 21 13:29:29.252 INFO O| Feb 21 13:29:29.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5804 | 2025-02-21T13:29:30.275Z | [ recovery-image] Feb 21 13:29:29.252 INFO O| Feb 21 13:29:29.252 INFO STEP 436 (remove_files) COMPLETE |
5805 | 2025-02-21T13:29:30.275Z | [ recovery-image] Feb 21 13:29:29.252 INFO O| Feb 21 13:29:29.252 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5806 | 2025-02-21T13:29:30.343Z | [ recovery-image] Feb 21 13:29:29.320 INFO O| Feb 21 13:29:29.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5807 | 2025-02-21T13:29:30.346Z | [ recovery-image] Feb 21 13:29:29.321 INFO O| Feb 21 13:29:29.321 INFO STEP 437 (remove_files) COMPLETE |
5808 | 2025-02-21T13:29:30.346Z | [ recovery-image] Feb 21 13:29:29.321 INFO O| Feb 21 13:29:29.321 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5809 | 2025-02-21T13:29:30.364Z | [ recovery-image] Feb 21 13:29:29.341 INFO O| Feb 21 13:29:29.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5810 | 2025-02-21T13:29:30.364Z | [ recovery-image] Feb 21 13:29:29.342 INFO O| Feb 21 13:29:29.342 INFO STEP 438 (remove_files) COMPLETE |
5811 | 2025-02-21T13:29:30.364Z | [ recovery-image] Feb 21 13:29:29.342 INFO O| Feb 21 13:29:29.342 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5812 | 2025-02-21T13:29:30.382Z | [ recovery-image] Feb 21 13:29:29.361 INFO O| Feb 21 13:29:29.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5813 | 2025-02-21T13:29:30.382Z | [ recovery-image] Feb 21 13:29:29.361 INFO O| Feb 21 13:29:29.361 INFO STEP 439 (remove_files) COMPLETE |
5814 | 2025-02-21T13:29:30.382Z | [ recovery-image] Feb 21 13:29:29.362 INFO O| Feb 21 13:29:29.361 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5815 | 2025-02-21T13:29:30.405Z | [ recovery-image] Feb 21 13:29:29.384 INFO O| Feb 21 13:29:29.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5816 | 2025-02-21T13:29:30.405Z | [ recovery-image] Feb 21 13:29:29.384 INFO O| Feb 21 13:29:29.384 INFO STEP 440 (remove_files) COMPLETE |
5817 | 2025-02-21T13:29:30.405Z | [ recovery-image] Feb 21 13:29:29.384 INFO O| Feb 21 13:29:29.384 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5818 | 2025-02-21T13:29:30.442Z | [ recovery-image] Feb 21 13:29:29.422 INFO O| Feb 21 13:29:29.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5819 | 2025-02-21T13:29:30.445Z | [ recovery-image] Feb 21 13:29:29.422 INFO O| Feb 21 13:29:29.422 INFO STEP 441 (remove_files) COMPLETE |
5820 | 2025-02-21T13:29:30.445Z | [ recovery-image] Feb 21 13:29:29.422 INFO O| Feb 21 13:29:29.422 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5821 | 2025-02-21T13:29:30.464Z | [ recovery-image] Feb 21 13:29:29.444 INFO O| Feb 21 13:29:29.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5822 | 2025-02-21T13:29:30.467Z | [ recovery-image] Feb 21 13:29:29.445 INFO O| Feb 21 13:29:29.445 INFO STEP 442 (remove_files) COMPLETE |
5823 | 2025-02-21T13:29:30.467Z | [ recovery-image] Feb 21 13:29:29.445 INFO O| Feb 21 13:29:29.445 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5824 | 2025-02-21T13:29:30.484Z | [ recovery-image] Feb 21 13:29:29.464 INFO O| Feb 21 13:29:29.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5825 | 2025-02-21T13:29:30.487Z | [ recovery-image] Feb 21 13:29:29.464 INFO O| Feb 21 13:29:29.464 INFO STEP 443 (remove_files) COMPLETE |
5826 | 2025-02-21T13:29:30.487Z | [ recovery-image] Feb 21 13:29:29.465 INFO O| Feb 21 13:29:29.465 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5827 | 2025-02-21T13:29:30.503Z | [ recovery-image] Feb 21 13:29:29.483 INFO O| Feb 21 13:29:29.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5828 | 2025-02-21T13:29:30.506Z | [ recovery-image] Feb 21 13:29:29.483 INFO O| Feb 21 13:29:29.483 INFO STEP 444 (remove_files) COMPLETE |
5829 | 2025-02-21T13:29:30.506Z | [ recovery-image] Feb 21 13:29:29.484 INFO O| Feb 21 13:29:29.484 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5830 | 2025-02-21T13:29:30.523Z | [ recovery-image] Feb 21 13:29:29.503 INFO O| Feb 21 13:29:29.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5831 | 2025-02-21T13:29:30.523Z | [ recovery-image] Feb 21 13:29:29.503 INFO O| Feb 21 13:29:29.503 INFO STEP 445 (remove_files) COMPLETE |
5832 | 2025-02-21T13:29:30.526Z | [ recovery-image] Feb 21 13:29:29.503 INFO O| Feb 21 13:29:29.503 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5833 | 2025-02-21T13:29:30.544Z | [ recovery-image] Feb 21 13:29:29.524 INFO O| Feb 21 13:29:29.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5834 | 2025-02-21T13:29:30.556Z | [ recovery-image] Feb 21 13:29:29.536 INFO O| Feb 21 13:29:29.536 INFO STEP 446 (remove_files) COMPLETE |
5835 | 2025-02-21T13:29:30.556Z | [ recovery-image] Feb 21 13:29:29.536 INFO O| Feb 21 13:29:29.536 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5836 | 2025-02-21T13:29:30.578Z | [ recovery-image] Feb 21 13:29:29.557 INFO O| Feb 21 13:29:29.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5837 | 2025-02-21T13:29:30.578Z | [ recovery-image] Feb 21 13:29:29.558 INFO O| Feb 21 13:29:29.558 INFO STEP 447 (remove_files) COMPLETE |
5838 | 2025-02-21T13:29:30.581Z | [ recovery-image] Feb 21 13:29:29.558 INFO O| Feb 21 13:29:29.558 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5839 | 2025-02-21T13:29:30.606Z | [ recovery-image] Feb 21 13:29:29.586 INFO O| Feb 21 13:29:29.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5840 | 2025-02-21T13:29:30.609Z | [ recovery-image] Feb 21 13:29:29.587 INFO O| Feb 21 13:29:29.586 INFO STEP 448 (remove_files) COMPLETE |
5841 | 2025-02-21T13:29:30.609Z | [ recovery-image] Feb 21 13:29:29.587 INFO O| Feb 21 13:29:29.587 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5842 | 2025-02-21T13:29:30.628Z | [ recovery-image] Feb 21 13:29:29.608 INFO O| Feb 21 13:29:29.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5843 | 2025-02-21T13:29:30.632Z | [ recovery-image] Feb 21 13:29:29.608 INFO O| Feb 21 13:29:29.608 INFO STEP 449 (remove_files) COMPLETE |
5844 | 2025-02-21T13:29:30.632Z | [ recovery-image] Feb 21 13:29:29.608 INFO O| Feb 21 13:29:29.608 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5845 | 2025-02-21T13:29:30.710Z | [ recovery-image] Feb 21 13:29:29.689 INFO O| Feb 21 13:29:29.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5846 | 2025-02-21T13:29:30.710Z | [ recovery-image] Feb 21 13:29:29.689 INFO O| Feb 21 13:29:29.689 INFO STEP 450 (remove_files) COMPLETE |
5847 | 2025-02-21T13:29:30.710Z | [ recovery-image] Feb 21 13:29:29.689 INFO O| Feb 21 13:29:29.689 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5848 | 2025-02-21T13:29:30.770Z | [ recovery-image] Feb 21 13:29:29.750 INFO O| Feb 21 13:29:29.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5849 | 2025-02-21T13:29:30.770Z | [ recovery-image] Feb 21 13:29:29.750 INFO O| Feb 21 13:29:29.750 INFO STEP 451 (remove_files) COMPLETE |
5850 | 2025-02-21T13:29:30.770Z | [ recovery-image] Feb 21 13:29:29.750 INFO O| Feb 21 13:29:29.750 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5851 | 2025-02-21T13:29:30.787Z | [ recovery-image] Feb 21 13:29:29.767 INFO O| Feb 21 13:29:29.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5852 | 2025-02-21T13:29:30.788Z | [ recovery-image] Feb 21 13:29:29.768 INFO O| Feb 21 13:29:29.768 INFO STEP 452 (remove_files) COMPLETE |
5853 | 2025-02-21T13:29:30.790Z | [ recovery-image] Feb 21 13:29:29.768 INFO O| Feb 21 13:29:29.768 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5854 | 2025-02-21T13:29:30.806Z | [ recovery-image] Feb 21 13:29:29.786 INFO O| Feb 21 13:29:29.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5855 | 2025-02-21T13:29:30.818Z | [ recovery-image] Feb 21 13:29:29.798 INFO O| Feb 21 13:29:29.798 INFO STEP 453 (remove_files) COMPLETE |
5856 | 2025-02-21T13:29:30.818Z | [ recovery-image] Feb 21 13:29:29.798 INFO O| Feb 21 13:29:29.798 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5857 | 2025-02-21T13:29:30.854Z | [ recovery-image] Feb 21 13:29:29.833 INFO O| Feb 21 13:29:29.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5858 | 2025-02-21T13:29:30.854Z | [ recovery-image] Feb 21 13:29:29.833 INFO O| Feb 21 13:29:29.833 INFO STEP 454 (remove_files) COMPLETE |
5859 | 2025-02-21T13:29:30.854Z | [ recovery-image] Feb 21 13:29:29.833 INFO O| Feb 21 13:29:29.833 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5860 | 2025-02-21T13:29:30.892Z | [ recovery-image] Feb 21 13:29:29.872 INFO O| Feb 21 13:29:29.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5861 | 2025-02-21T13:29:30.892Z | [ recovery-image] Feb 21 13:29:29.872 INFO O| Feb 21 13:29:29.872 INFO STEP 455 (remove_files) COMPLETE |
5862 | 2025-02-21T13:29:30.892Z | [ recovery-image] Feb 21 13:29:29.872 INFO O| Feb 21 13:29:29.872 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5863 | 2025-02-21T13:29:30.951Z | [ recovery-image] Feb 21 13:29:29.931 INFO O| Feb 21 13:29:29.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5864 | 2025-02-21T13:29:30.951Z | [ recovery-image] Feb 21 13:29:29.931 INFO O| Feb 21 13:29:29.931 INFO STEP 456 (remove_files) COMPLETE |
5865 | 2025-02-21T13:29:30.951Z | [ recovery-image] Feb 21 13:29:29.931 INFO O| Feb 21 13:29:29.931 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5866 | 2025-02-21T13:29:31.038Z | [ recovery-image] Feb 21 13:29:30.018 INFO O| Feb 21 13:29:30.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5867 | 2025-02-21T13:29:31.038Z | [ recovery-image] Feb 21 13:29:30.018 INFO O| Feb 21 13:29:30.018 INFO STEP 457 (remove_files) COMPLETE |
5868 | 2025-02-21T13:29:31.041Z | [ recovery-image] Feb 21 13:29:30.018 INFO O| Feb 21 13:29:30.018 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5869 | 2025-02-21T13:29:31.076Z | [ recovery-image] Feb 21 13:29:30.056 INFO O| Feb 21 13:29:30.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5870 | 2025-02-21T13:29:31.076Z | [ recovery-image] Feb 21 13:29:30.056 INFO O| Feb 21 13:29:30.056 INFO STEP 458 (remove_files) COMPLETE |
5871 | 2025-02-21T13:29:31.076Z | [ recovery-image] Feb 21 13:29:30.056 INFO O| Feb 21 13:29:30.056 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5872 | 2025-02-21T13:29:31.109Z | [ recovery-image] Feb 21 13:29:30.088 INFO O| Feb 21 13:29:30.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5873 | 2025-02-21T13:29:31.112Z | [ recovery-image] Feb 21 13:29:30.089 INFO O| Feb 21 13:29:30.089 INFO STEP 459 (remove_files) COMPLETE |
5874 | 2025-02-21T13:29:31.112Z | [ recovery-image] Feb 21 13:29:30.089 INFO O| Feb 21 13:29:30.089 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5875 | 2025-02-21T13:29:31.131Z | [ recovery-image] Feb 21 13:29:30.111 INFO O| Feb 21 13:29:30.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5876 | 2025-02-21T13:29:31.134Z | [ recovery-image] Feb 21 13:29:30.111 INFO O| Feb 21 13:29:30.111 INFO STEP 460 (remove_files) COMPLETE |
5877 | 2025-02-21T13:29:31.134Z | [ recovery-image] Feb 21 13:29:30.111 INFO O| Feb 21 13:29:30.111 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5878 | 2025-02-21T13:29:31.155Z | [ recovery-image] Feb 21 13:29:30.135 INFO O| Feb 21 13:29:30.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5879 | 2025-02-21T13:29:31.155Z | [ recovery-image] Feb 21 13:29:30.135 INFO O| Feb 21 13:29:30.135 INFO STEP 461 (remove_files) COMPLETE |
5880 | 2025-02-21T13:29:31.155Z | [ recovery-image] Feb 21 13:29:30.135 INFO O| Feb 21 13:29:30.135 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5881 | 2025-02-21T13:29:31.180Z | [ recovery-image] Feb 21 13:29:30.160 INFO O| Feb 21 13:29:30.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5882 | 2025-02-21T13:29:31.180Z | [ recovery-image] Feb 21 13:29:30.160 INFO O| Feb 21 13:29:30.160 INFO STEP 462 (remove_files) COMPLETE |
5883 | 2025-02-21T13:29:31.180Z | [ recovery-image] Feb 21 13:29:30.160 INFO O| Feb 21 13:29:30.160 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5884 | 2025-02-21T13:29:31.222Z | [ recovery-image] Feb 21 13:29:30.202 INFO O| Feb 21 13:29:30.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5885 | 2025-02-21T13:29:31.222Z | [ recovery-image] Feb 21 13:29:30.202 INFO O| Feb 21 13:29:30.202 INFO STEP 463 (remove_files) COMPLETE |
5886 | 2025-02-21T13:29:31.225Z | [ recovery-image] Feb 21 13:29:30.202 INFO O| Feb 21 13:29:30.202 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5887 | 2025-02-21T13:29:31.246Z | [ recovery-image] Feb 21 13:29:30.225 INFO O| Feb 21 13:29:30.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5888 | 2025-02-21T13:29:31.248Z | [ recovery-image] Feb 21 13:29:30.226 INFO O| Feb 21 13:29:30.226 INFO STEP 464 (remove_files) COMPLETE |
5889 | 2025-02-21T13:29:31.248Z | [ recovery-image] Feb 21 13:29:30.226 INFO O| Feb 21 13:29:30.226 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5890 | 2025-02-21T13:29:31.298Z | [ recovery-image] Feb 21 13:29:30.277 INFO O| Feb 21 13:29:30.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5891 | 2025-02-21T13:29:31.298Z | [ recovery-image] Feb 21 13:29:30.278 INFO O| Feb 21 13:29:30.278 INFO STEP 465 (remove_files) COMPLETE |
5892 | 2025-02-21T13:29:31.298Z | [ recovery-image] Feb 21 13:29:30.278 INFO O| Feb 21 13:29:30.278 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5893 | 2025-02-21T13:29:31.318Z | [ recovery-image] Feb 21 13:29:30.298 INFO O| Feb 21 13:29:30.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5894 | 2025-02-21T13:29:31.318Z | [ recovery-image] Feb 21 13:29:30.298 INFO O| Feb 21 13:29:30.298 INFO STEP 466 (remove_files) COMPLETE |
5895 | 2025-02-21T13:29:31.320Z | [ recovery-image] Feb 21 13:29:30.298 INFO O| Feb 21 13:29:30.298 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5896 | 2025-02-21T13:29:31.338Z | [ recovery-image] Feb 21 13:29:30.318 INFO O| Feb 21 13:29:30.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5897 | 2025-02-21T13:29:31.338Z | [ recovery-image] Feb 21 13:29:30.318 INFO O| Feb 21 13:29:30.318 INFO STEP 467 (remove_files) COMPLETE |
5898 | 2025-02-21T13:29:31.338Z | [ recovery-image] Feb 21 13:29:30.318 INFO O| Feb 21 13:29:30.318 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5899 | 2025-02-21T13:29:31.357Z | [ recovery-image] Feb 21 13:29:30.337 INFO O| Feb 21 13:29:30.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5900 | 2025-02-21T13:29:31.357Z | [ recovery-image] Feb 21 13:29:30.337 INFO O| Feb 21 13:29:30.337 INFO STEP 468 (remove_files) COMPLETE |
5901 | 2025-02-21T13:29:31.357Z | [ recovery-image] Feb 21 13:29:30.337 INFO O| Feb 21 13:29:30.337 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5902 | 2025-02-21T13:29:31.376Z | [ recovery-image] Feb 21 13:29:30.356 INFO O| Feb 21 13:29:30.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5903 | 2025-02-21T13:29:31.376Z | [ recovery-image] Feb 21 13:29:30.356 INFO O| Feb 21 13:29:30.356 INFO STEP 469 (remove_files) COMPLETE |
5904 | 2025-02-21T13:29:31.376Z | [ recovery-image] Feb 21 13:29:30.356 INFO O| Feb 21 13:29:30.356 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5905 | 2025-02-21T13:29:31.400Z | [ recovery-image] Feb 21 13:29:30.380 INFO O| Feb 21 13:29:30.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5906 | 2025-02-21T13:29:31.400Z | [ recovery-image] Feb 21 13:29:30.380 INFO O| Feb 21 13:29:30.380 INFO STEP 470 (remove_files) COMPLETE |
5907 | 2025-02-21T13:29:31.400Z | [ recovery-image] Feb 21 13:29:30.380 INFO O| Feb 21 13:29:30.380 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5908 | 2025-02-21T13:29:31.422Z | [ recovery-image] Feb 21 13:29:30.402 INFO O| Feb 21 13:29:30.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5909 | 2025-02-21T13:29:31.422Z | [ recovery-image] Feb 21 13:29:30.402 INFO O| Feb 21 13:29:30.402 INFO STEP 471 (remove_files) COMPLETE |
5910 | 2025-02-21T13:29:31.422Z | [ recovery-image] Feb 21 13:29:30.402 INFO O| Feb 21 13:29:30.402 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5911 | 2025-02-21T13:29:31.448Z | [ recovery-image] Feb 21 13:29:30.427 INFO O| Feb 21 13:29:30.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5912 | 2025-02-21T13:29:31.448Z | [ recovery-image] Feb 21 13:29:30.427 INFO O| Feb 21 13:29:30.427 INFO STEP 472 (remove_files) COMPLETE |
5913 | 2025-02-21T13:29:31.448Z | [ recovery-image] Feb 21 13:29:30.427 INFO O| Feb 21 13:29:30.427 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5914 | 2025-02-21T13:29:31.473Z | [ recovery-image] Feb 21 13:29:30.452 INFO O| Feb 21 13:29:30.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5915 | 2025-02-21T13:29:31.473Z | [ recovery-image] Feb 21 13:29:30.452 INFO O| Feb 21 13:29:30.452 INFO STEP 473 (remove_files) COMPLETE |
5916 | 2025-02-21T13:29:31.473Z | [ recovery-image] Feb 21 13:29:30.452 INFO O| Feb 21 13:29:30.452 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5917 | 2025-02-21T13:29:31.494Z | [ recovery-image] Feb 21 13:29:30.474 INFO O| Feb 21 13:29:30.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5918 | 2025-02-21T13:29:31.498Z | [ recovery-image] Feb 21 13:29:30.477 INFO O| Feb 21 13:29:30.477 INFO STEP 474 (remove_files) COMPLETE |
5919 | 2025-02-21T13:29:31.498Z | [ recovery-image] Feb 21 13:29:30.477 INFO O| Feb 21 13:29:30.477 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5920 | 2025-02-21T13:29:31.533Z | [ recovery-image] Feb 21 13:29:30.513 INFO O| Feb 21 13:29:30.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5921 | 2025-02-21T13:29:31.533Z | [ recovery-image] Feb 21 13:29:30.513 INFO O| Feb 21 13:29:30.513 INFO STEP 475 (remove_files) COMPLETE |
5922 | 2025-02-21T13:29:31.533Z | [ recovery-image] Feb 21 13:29:30.513 INFO O| Feb 21 13:29:30.513 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5923 | 2025-02-21T13:29:31.575Z | [ recovery-image] Feb 21 13:29:30.555 INFO O| Feb 21 13:29:30.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5924 | 2025-02-21T13:29:31.575Z | [ recovery-image] Feb 21 13:29:30.555 INFO O| Feb 21 13:29:30.555 INFO STEP 476 (remove_files) COMPLETE |
5925 | 2025-02-21T13:29:31.578Z | [ recovery-image] Feb 21 13:29:30.555 INFO O| Feb 21 13:29:30.555 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5926 | 2025-02-21T13:29:31.598Z | [ recovery-image] Feb 21 13:29:30.578 INFO O| Feb 21 13:29:30.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5927 | 2025-02-21T13:29:31.598Z | [ recovery-image] Feb 21 13:29:30.578 INFO O| Feb 21 13:29:30.578 INFO STEP 477 (remove_files) COMPLETE |
5928 | 2025-02-21T13:29:31.598Z | [ recovery-image] Feb 21 13:29:30.578 INFO O| Feb 21 13:29:30.578 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5929 | 2025-02-21T13:29:31.622Z | [ recovery-image] Feb 21 13:29:30.602 INFO O| Feb 21 13:29:30.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5930 | 2025-02-21T13:29:31.626Z | [ recovery-image] Feb 21 13:29:30.602 INFO O| Feb 21 13:29:30.602 INFO STEP 478 (remove_files) COMPLETE |
5931 | 2025-02-21T13:29:31.626Z | [ recovery-image] Feb 21 13:29:30.602 INFO O| Feb 21 13:29:30.602 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5932 | 2025-02-21T13:29:31.646Z | [ recovery-image] Feb 21 13:29:30.625 INFO O| Feb 21 13:29:30.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5933 | 2025-02-21T13:29:31.647Z | [ recovery-image] Feb 21 13:29:30.625 INFO O| Feb 21 13:29:30.625 INFO STEP 479 (remove_files) COMPLETE |
5934 | 2025-02-21T13:29:31.647Z | [ recovery-image] Feb 21 13:29:30.625 INFO O| Feb 21 13:29:30.625 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5935 | 2025-02-21T13:29:31.670Z | [ recovery-image] Feb 21 13:29:30.650 INFO O| Feb 21 13:29:30.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5936 | 2025-02-21T13:29:31.670Z | [ recovery-image] Feb 21 13:29:30.650 INFO O| Feb 21 13:29:30.650 INFO STEP 480 (remove_files) COMPLETE |
5937 | 2025-02-21T13:29:31.670Z | [ recovery-image] Feb 21 13:29:30.650 INFO O| Feb 21 13:29:30.650 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5938 | 2025-02-21T13:29:31.696Z | [ recovery-image] Feb 21 13:29:30.676 INFO O| Feb 21 13:29:30.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5939 | 2025-02-21T13:29:31.696Z | [ recovery-image] Feb 21 13:29:30.676 INFO O| Feb 21 13:29:30.676 INFO STEP 481 (remove_files) COMPLETE |
5940 | 2025-02-21T13:29:31.696Z | [ recovery-image] Feb 21 13:29:30.676 INFO O| Feb 21 13:29:30.676 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5941 | 2025-02-21T13:29:31.759Z | [ recovery-image] Feb 21 13:29:30.738 INFO O| Feb 21 13:29:30.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5942 | 2025-02-21T13:29:31.763Z | [ recovery-image] Feb 21 13:29:30.739 INFO O| Feb 21 13:29:30.739 INFO STEP 482 (remove_files) COMPLETE |
5943 | 2025-02-21T13:29:31.763Z | [ recovery-image] Feb 21 13:29:30.739 INFO O| Feb 21 13:29:30.739 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5944 | 2025-02-21T13:29:31.781Z | [ recovery-image] Feb 21 13:29:30.759 INFO O| Feb 21 13:29:30.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5945 | 2025-02-21T13:29:31.784Z | [ recovery-image] Feb 21 13:29:30.760 INFO O| Feb 21 13:29:30.760 INFO STEP 483 (remove_files) COMPLETE |
5946 | 2025-02-21T13:29:31.784Z | [ recovery-image] Feb 21 13:29:30.760 INFO O| Feb 21 13:29:30.760 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5947 | 2025-02-21T13:29:31.801Z | [ recovery-image] Feb 21 13:29:30.780 INFO O| Feb 21 13:29:30.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5948 | 2025-02-21T13:29:31.801Z | [ recovery-image] Feb 21 13:29:30.780 INFO O| Feb 21 13:29:30.780 INFO STEP 484 (remove_files) COMPLETE |
5949 | 2025-02-21T13:29:31.801Z | [ recovery-image] Feb 21 13:29:30.780 INFO O| Feb 21 13:29:30.780 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5950 | 2025-02-21T13:29:31.877Z | [ recovery-image] Feb 21 13:29:30.857 INFO O| Feb 21 13:29:30.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5951 | 2025-02-21T13:29:31.877Z | [ recovery-image] Feb 21 13:29:30.857 INFO O| Feb 21 13:29:30.857 INFO STEP 485 (remove_files) COMPLETE |
5952 | 2025-02-21T13:29:31.880Z | [ recovery-image] Feb 21 13:29:30.857 INFO O| Feb 21 13:29:30.857 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5953 | 2025-02-21T13:29:31.898Z | [ recovery-image] Feb 21 13:29:30.878 INFO O| Feb 21 13:29:30.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5954 | 2025-02-21T13:29:31.898Z | [ recovery-image] Feb 21 13:29:30.878 INFO O| Feb 21 13:29:30.878 INFO STEP 486 (remove_files) COMPLETE |
5955 | 2025-02-21T13:29:31.901Z | [ recovery-image] Feb 21 13:29:30.878 INFO O| Feb 21 13:29:30.878 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5956 | 2025-02-21T13:29:31.917Z | [ recovery-image] Feb 21 13:29:30.896 INFO O| Feb 21 13:29:30.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5957 | 2025-02-21T13:29:31.917Z | [ recovery-image] Feb 21 13:29:30.897 INFO O| Feb 21 13:29:30.897 INFO STEP 487 (remove_files) COMPLETE |
5958 | 2025-02-21T13:29:31.917Z | [ recovery-image] Feb 21 13:29:30.897 INFO O| Feb 21 13:29:30.897 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5959 | 2025-02-21T13:29:31.937Z | [ recovery-image] Feb 21 13:29:30.916 INFO O| Feb 21 13:29:30.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5960 | 2025-02-21T13:29:31.937Z | [ recovery-image] Feb 21 13:29:30.916 INFO O| Feb 21 13:29:30.916 INFO STEP 488 (remove_files) COMPLETE |
5961 | 2025-02-21T13:29:31.937Z | [ recovery-image] Feb 21 13:29:30.916 INFO O| Feb 21 13:29:30.916 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5962 | 2025-02-21T13:29:31.956Z | [ recovery-image] Feb 21 13:29:30.936 INFO O| Feb 21 13:29:30.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5963 | 2025-02-21T13:29:31.956Z | [ recovery-image] Feb 21 13:29:30.936 INFO O| Feb 21 13:29:30.936 INFO STEP 489 (remove_files) COMPLETE |
5964 | 2025-02-21T13:29:31.958Z | [ recovery-image] Feb 21 13:29:30.936 INFO O| Feb 21 13:29:30.936 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5965 | 2025-02-21T13:29:31.976Z | [ recovery-image] Feb 21 13:29:30.956 INFO O| Feb 21 13:29:30.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5966 | 2025-02-21T13:29:31.976Z | [ recovery-image] Feb 21 13:29:30.956 INFO O| Feb 21 13:29:30.956 INFO STEP 490 (remove_files) COMPLETE |
5967 | 2025-02-21T13:29:31.978Z | [ recovery-image] Feb 21 13:29:30.956 INFO O| Feb 21 13:29:30.956 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5968 | 2025-02-21T13:29:31.997Z | [ recovery-image] Feb 21 13:29:30.976 INFO O| Feb 21 13:29:30.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5969 | 2025-02-21T13:29:31.997Z | [ recovery-image] Feb 21 13:29:30.976 INFO O| Feb 21 13:29:30.976 INFO STEP 491 (remove_files) COMPLETE |
5970 | 2025-02-21T13:29:31.997Z | [ recovery-image] Feb 21 13:29:30.977 INFO O| Feb 21 13:29:30.976 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5971 | 2025-02-21T13:29:32.017Z | [ recovery-image] Feb 21 13:29:30.996 INFO O| Feb 21 13:29:30.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5972 | 2025-02-21T13:29:32.017Z | [ recovery-image] Feb 21 13:29:30.996 INFO O| Feb 21 13:29:30.996 INFO STEP 492 (remove_files) COMPLETE |
5973 | 2025-02-21T13:29:32.017Z | [ recovery-image] Feb 21 13:29:30.996 INFO O| Feb 21 13:29:30.996 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5974 | 2025-02-21T13:29:32.035Z | [ recovery-image] Feb 21 13:29:31.014 INFO O| Feb 21 13:29:31.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5975 | 2025-02-21T13:29:32.035Z | [ recovery-image] Feb 21 13:29:31.014 INFO O| Feb 21 13:29:31.014 INFO STEP 493 (remove_files) COMPLETE |
5976 | 2025-02-21T13:29:32.037Z | [ recovery-image] Feb 21 13:29:31.014 INFO O| Feb 21 13:29:31.014 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5977 | 2025-02-21T13:29:32.055Z | [ recovery-image] Feb 21 13:29:31.033 INFO O| Feb 21 13:29:31.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5978 | 2025-02-21T13:29:32.055Z | [ recovery-image] Feb 21 13:29:31.033 INFO O| Feb 21 13:29:31.033 INFO STEP 494 (remove_files) COMPLETE |
5979 | 2025-02-21T13:29:32.055Z | [ recovery-image] Feb 21 13:29:31.033 INFO O| Feb 21 13:29:31.033 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5980 | 2025-02-21T13:29:32.073Z | [ recovery-image] Feb 21 13:29:31.053 INFO O| Feb 21 13:29:31.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5981 | 2025-02-21T13:29:32.073Z | [ recovery-image] Feb 21 13:29:31.053 INFO O| Feb 21 13:29:31.053 INFO STEP 495 (remove_files) COMPLETE |
5982 | 2025-02-21T13:29:32.073Z | [ recovery-image] Feb 21 13:29:31.053 INFO O| Feb 21 13:29:31.053 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5983 | 2025-02-21T13:29:32.093Z | [ recovery-image] Feb 21 13:29:31.072 INFO O| Feb 21 13:29:31.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5984 | 2025-02-21T13:29:32.093Z | [ recovery-image] Feb 21 13:29:31.072 INFO O| Feb 21 13:29:31.072 INFO STEP 496 (remove_files) COMPLETE |
5985 | 2025-02-21T13:29:32.093Z | [ recovery-image] Feb 21 13:29:31.072 INFO O| Feb 21 13:29:31.072 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5986 | 2025-02-21T13:29:32.111Z | [ recovery-image] Feb 21 13:29:31.091 INFO O| Feb 21 13:29:31.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5987 | 2025-02-21T13:29:32.111Z | [ recovery-image] Feb 21 13:29:31.091 INFO O| Feb 21 13:29:31.091 INFO STEP 497 (remove_files) COMPLETE |
5988 | 2025-02-21T13:29:32.114Z | [ recovery-image] Feb 21 13:29:31.091 INFO O| Feb 21 13:29:31.091 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5989 | 2025-02-21T13:29:32.130Z | [ recovery-image] Feb 21 13:29:31.110 INFO O| Feb 21 13:29:31.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5990 | 2025-02-21T13:29:32.133Z | [ recovery-image] Feb 21 13:29:31.111 INFO O| Feb 21 13:29:31.111 INFO STEP 498 (remove_files) COMPLETE |
5991 | 2025-02-21T13:29:32.133Z | [ recovery-image] Feb 21 13:29:31.111 INFO O| Feb 21 13:29:31.111 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5992 | 2025-02-21T13:29:32.162Z | [ recovery-image] Feb 21 13:29:31.142 INFO O| Feb 21 13:29:31.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5993 | 2025-02-21T13:29:32.162Z | [ recovery-image] Feb 21 13:29:31.142 INFO O| Feb 21 13:29:31.142 INFO STEP 499 (remove_files) COMPLETE |
5994 | 2025-02-21T13:29:32.162Z | [ recovery-image] Feb 21 13:29:31.142 INFO O| Feb 21 13:29:31.142 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5995 | 2025-02-21T13:29:32.181Z | [ recovery-image] Feb 21 13:29:31.161 INFO O| Feb 21 13:29:31.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5996 | 2025-02-21T13:29:32.181Z | [ recovery-image] Feb 21 13:29:31.161 INFO O| Feb 21 13:29:31.161 INFO STEP 500 (remove_files) COMPLETE |
5997 | 2025-02-21T13:29:32.184Z | [ recovery-image] Feb 21 13:29:31.161 INFO O| Feb 21 13:29:31.161 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5998 | 2025-02-21T13:29:32.210Z | [ recovery-image] Feb 21 13:29:31.190 INFO O| Feb 21 13:29:31.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5999 | 2025-02-21T13:29:32.210Z | [ recovery-image] Feb 21 13:29:31.190 INFO O| Feb 21 13:29:31.190 INFO STEP 501 (remove_files) COMPLETE |
6000 | 2025-02-21T13:29:32.213Z | [ recovery-image] Feb 21 13:29:31.190 INFO O| Feb 21 13:29:31.190 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6001 | 2025-02-21T13:29:32.231Z | [ recovery-image] Feb 21 13:29:31.211 INFO O| Feb 21 13:29:31.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
6002 | 2025-02-21T13:29:32.231Z | [ recovery-image] Feb 21 13:29:31.211 INFO O| Feb 21 13:29:31.211 INFO STEP 502 (remove_files) COMPLETE |
6003 | 2025-02-21T13:29:32.234Z | [ recovery-image] Feb 21 13:29:31.211 INFO O| Feb 21 13:29:31.211 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6004 | 2025-02-21T13:29:32.252Z | [ recovery-image] Feb 21 13:29:31.232 INFO O| Feb 21 13:29:31.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
6005 | 2025-02-21T13:29:32.255Z | [ recovery-image] Feb 21 13:29:31.232 INFO O| Feb 21 13:29:31.232 INFO STEP 503 (remove_files) COMPLETE |
6006 | 2025-02-21T13:29:32.255Z | [ recovery-image] Feb 21 13:29:31.232 INFO O| Feb 21 13:29:31.232 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6007 | 2025-02-21T13:29:32.272Z | [ recovery-image] Feb 21 13:29:31.252 INFO O| Feb 21 13:29:31.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
6008 | 2025-02-21T13:29:32.272Z | [ recovery-image] Feb 21 13:29:31.252 INFO O| Feb 21 13:29:31.252 INFO STEP 504 (remove_files) COMPLETE |
6009 | 2025-02-21T13:29:32.272Z | [ recovery-image] Feb 21 13:29:31.252 INFO O| Feb 21 13:29:31.252 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6010 | 2025-02-21T13:29:32.292Z | [ recovery-image] Feb 21 13:29:31.272 INFO O| Feb 21 13:29:31.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
6011 | 2025-02-21T13:29:32.292Z | [ recovery-image] Feb 21 13:29:31.272 INFO O| Feb 21 13:29:31.272 INFO STEP 505 (remove_files) COMPLETE |
6012 | 2025-02-21T13:29:32.295Z | [ recovery-image] Feb 21 13:29:31.272 INFO O| Feb 21 13:29:31.272 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6013 | 2025-02-21T13:29:32.376Z | [ recovery-image] Feb 21 13:29:31.356 INFO O| Feb 21 13:29:31.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
6014 | 2025-02-21T13:29:32.378Z | [ recovery-image] Feb 21 13:29:31.356 INFO O| Feb 21 13:29:31.356 INFO STEP 506 (remove_files) COMPLETE |
6015 | 2025-02-21T13:29:32.378Z | [ recovery-image] Feb 21 13:29:31.356 INFO O| Feb 21 13:29:31.356 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6016 | 2025-02-21T13:29:32.402Z | [ recovery-image] Feb 21 13:29:31.381 INFO O| Feb 21 13:29:31.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
6017 | 2025-02-21T13:29:32.404Z | [ recovery-image] Feb 21 13:29:31.382 INFO O| Feb 21 13:29:31.382 INFO STEP 507 (remove_files) COMPLETE |
6018 | 2025-02-21T13:29:32.404Z | [ recovery-image] Feb 21 13:29:31.382 INFO O| Feb 21 13:29:31.382 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6019 | 2025-02-21T13:29:32.423Z | [ recovery-image] Feb 21 13:29:31.403 INFO O| Feb 21 13:29:31.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
6020 | 2025-02-21T13:29:32.426Z | [ recovery-image] Feb 21 13:29:31.403 INFO O| Feb 21 13:29:31.403 INFO STEP 508 (remove_files) COMPLETE |
6021 | 2025-02-21T13:29:32.426Z | [ recovery-image] Feb 21 13:29:31.403 INFO O| Feb 21 13:29:31.403 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6022 | 2025-02-21T13:29:32.445Z | [ recovery-image] Feb 21 13:29:31.424 INFO O| Feb 21 13:29:31.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
6023 | 2025-02-21T13:29:32.448Z | [ recovery-image] Feb 21 13:29:31.425 INFO O| Feb 21 13:29:31.424 INFO STEP 509 (remove_files) COMPLETE |
6024 | 2025-02-21T13:29:32.448Z | [ recovery-image] Feb 21 13:29:31.425 INFO O| Feb 21 13:29:31.425 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6025 | 2025-02-21T13:29:32.466Z | [ recovery-image] Feb 21 13:29:31.445 INFO O| Feb 21 13:29:31.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
6026 | 2025-02-21T13:29:32.469Z | [ recovery-image] Feb 21 13:29:31.445 INFO O| Feb 21 13:29:31.445 INFO STEP 510 (remove_files) COMPLETE |
6027 | 2025-02-21T13:29:32.469Z | [ recovery-image] Feb 21 13:29:31.445 INFO O| Feb 21 13:29:31.445 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6028 | 2025-02-21T13:29:32.487Z | [ recovery-image] Feb 21 13:29:31.466 INFO O| Feb 21 13:29:31.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
6029 | 2025-02-21T13:29:32.487Z | [ recovery-image] Feb 21 13:29:31.466 INFO O| Feb 21 13:29:31.466 INFO STEP 511 (remove_files) COMPLETE |
6030 | 2025-02-21T13:29:32.487Z | [ recovery-image] Feb 21 13:29:31.466 INFO O| Feb 21 13:29:31.466 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6031 | 2025-02-21T13:29:32.507Z | [ recovery-image] Feb 21 13:29:31.487 INFO O| Feb 21 13:29:31.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
6032 | 2025-02-21T13:29:32.507Z | [ recovery-image] Feb 21 13:29:31.487 INFO O| Feb 21 13:29:31.487 INFO STEP 512 (remove_files) COMPLETE |
6033 | 2025-02-21T13:29:32.507Z | [ recovery-image] Feb 21 13:29:31.487 INFO O| Feb 21 13:29:31.487 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6034 | 2025-02-21T13:29:32.527Z | [ recovery-image] Feb 21 13:29:31.507 INFO O| Feb 21 13:29:31.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
6035 | 2025-02-21T13:29:32.527Z | [ recovery-image] Feb 21 13:29:31.507 INFO O| Feb 21 13:29:31.507 INFO STEP 513 (remove_files) COMPLETE |
6036 | 2025-02-21T13:29:32.527Z | [ recovery-image] Feb 21 13:29:31.507 INFO O| Feb 21 13:29:31.507 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6037 | 2025-02-21T13:29:32.546Z | [ recovery-image] Feb 21 13:29:31.526 INFO O| Feb 21 13:29:31.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
6038 | 2025-02-21T13:29:32.546Z | [ recovery-image] Feb 21 13:29:31.526 INFO O| Feb 21 13:29:31.526 INFO STEP 514 (remove_files) COMPLETE |
6039 | 2025-02-21T13:29:32.546Z | [ recovery-image] Feb 21 13:29:31.526 INFO O| Feb 21 13:29:31.526 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6040 | 2025-02-21T13:29:32.566Z | [ recovery-image] Feb 21 13:29:31.546 INFO O| Feb 21 13:29:31.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
6041 | 2025-02-21T13:29:32.566Z | [ recovery-image] Feb 21 13:29:31.546 INFO O| Feb 21 13:29:31.546 INFO STEP 515 (remove_files) COMPLETE |
6042 | 2025-02-21T13:29:32.566Z | [ recovery-image] Feb 21 13:29:31.546 INFO O| Feb 21 13:29:31.546 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6043 | 2025-02-21T13:29:32.597Z | [ recovery-image] Feb 21 13:29:31.577 INFO O| Feb 21 13:29:31.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
6044 | 2025-02-21T13:29:32.597Z | [ recovery-image] Feb 21 13:29:31.577 INFO O| Feb 21 13:29:31.577 INFO STEP 516 (remove_files) COMPLETE |
6045 | 2025-02-21T13:29:32.597Z | [ recovery-image] Feb 21 13:29:31.577 INFO O| Feb 21 13:29:31.577 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6046 | 2025-02-21T13:29:32.619Z | [ recovery-image] Feb 21 13:29:31.599 INFO O| Feb 21 13:29:31.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
6047 | 2025-02-21T13:29:32.619Z | [ recovery-image] Feb 21 13:29:31.600 INFO O| Feb 21 13:29:31.599 INFO STEP 517 (remove_files) COMPLETE |
6048 | 2025-02-21T13:29:32.620Z | [ recovery-image] Feb 21 13:29:31.600 INFO O| Feb 21 13:29:31.599 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6049 | 2025-02-21T13:29:32.642Z | [ recovery-image] Feb 21 13:29:31.621 INFO O| Feb 21 13:29:31.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
6050 | 2025-02-21T13:29:32.642Z | [ recovery-image] Feb 21 13:29:31.621 INFO O| Feb 21 13:29:31.621 INFO STEP 518 (remove_files) COMPLETE |
6051 | 2025-02-21T13:29:32.642Z | [ recovery-image] Feb 21 13:29:31.621 INFO O| Feb 21 13:29:31.621 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6052 | 2025-02-21T13:29:32.670Z | [ recovery-image] Feb 21 13:29:31.650 INFO O| Feb 21 13:29:31.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
6053 | 2025-02-21T13:29:32.673Z | [ recovery-image] Feb 21 13:29:31.650 INFO O| Feb 21 13:29:31.650 INFO STEP 519 (remove_files) COMPLETE |
6054 | 2025-02-21T13:29:32.673Z | [ recovery-image] Feb 21 13:29:31.650 INFO O| Feb 21 13:29:31.650 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6055 | 2025-02-21T13:29:32.696Z | [ recovery-image] Feb 21 13:29:31.674 INFO O| Feb 21 13:29:31.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
6056 | 2025-02-21T13:29:32.696Z | [ recovery-image] Feb 21 13:29:31.674 INFO O| Feb 21 13:29:31.674 INFO STEP 520 (remove_files) COMPLETE |
6057 | 2025-02-21T13:29:32.696Z | [ recovery-image] Feb 21 13:29:31.674 INFO O| Feb 21 13:29:31.674 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6058 | 2025-02-21T13:29:32.722Z | [ recovery-image] Feb 21 13:29:31.700 INFO O| Feb 21 13:29:31.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
6059 | 2025-02-21T13:29:32.722Z | [ recovery-image] Feb 21 13:29:31.700 INFO O| Feb 21 13:29:31.700 INFO STEP 521 (remove_files) COMPLETE |
6060 | 2025-02-21T13:29:32.722Z | [ recovery-image] Feb 21 13:29:31.700 INFO O| Feb 21 13:29:31.700 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6061 | 2025-02-21T13:29:32.744Z | [ recovery-image] Feb 21 13:29:31.722 INFO O| Feb 21 13:29:31.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
6062 | 2025-02-21T13:29:32.744Z | [ recovery-image] Feb 21 13:29:31.722 INFO O| Feb 21 13:29:31.722 INFO STEP 522 (remove_files) COMPLETE |
6063 | 2025-02-21T13:29:32.744Z | [ recovery-image] Feb 21 13:29:31.722 INFO O| Feb 21 13:29:31.722 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6064 | 2025-02-21T13:29:32.765Z | [ recovery-image] Feb 21 13:29:31.742 INFO O| Feb 21 13:29:31.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
6065 | 2025-02-21T13:29:32.765Z | [ recovery-image] Feb 21 13:29:31.744 INFO O| Feb 21 13:29:31.744 INFO STEP 523 (remove_files) COMPLETE |
6066 | 2025-02-21T13:29:32.765Z | [ recovery-image] Feb 21 13:29:31.744 INFO O| Feb 21 13:29:31.744 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6067 | 2025-02-21T13:29:32.788Z | [ recovery-image] Feb 21 13:29:31.767 INFO O| Feb 21 13:29:31.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
6068 | 2025-02-21T13:29:32.788Z | [ recovery-image] Feb 21 13:29:31.767 INFO O| Feb 21 13:29:31.767 INFO STEP 524 (remove_files) COMPLETE |
6069 | 2025-02-21T13:29:32.788Z | [ recovery-image] Feb 21 13:29:31.767 INFO O| Feb 21 13:29:31.767 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6070 | 2025-02-21T13:29:32.807Z | [ recovery-image] Feb 21 13:29:31.785 INFO O| Feb 21 13:29:31.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
6071 | 2025-02-21T13:29:32.807Z | [ recovery-image] Feb 21 13:29:31.785 INFO O| Feb 21 13:29:31.785 INFO STEP 525 (remove_files) COMPLETE |
6072 | 2025-02-21T13:29:32.810Z | [ recovery-image] Feb 21 13:29:31.785 INFO O| Feb 21 13:29:31.785 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6073 | 2025-02-21T13:29:32.866Z | [ recovery-image] Feb 21 13:29:31.845 INFO O| Feb 21 13:29:31.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
6074 | 2025-02-21T13:29:32.866Z | [ recovery-image] Feb 21 13:29:31.845 INFO O| Feb 21 13:29:31.845 INFO STEP 526 (remove_files) COMPLETE |
6075 | 2025-02-21T13:29:32.866Z | [ recovery-image] Feb 21 13:29:31.845 INFO O| Feb 21 13:29:31.845 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6076 | 2025-02-21T13:29:32.924Z | [ recovery-image] Feb 21 13:29:31.903 INFO O| Feb 21 13:29:31.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
6077 | 2025-02-21T13:29:32.924Z | [ recovery-image] Feb 21 13:29:31.903 INFO O| Feb 21 13:29:31.903 INFO STEP 527 (remove_files) COMPLETE |
6078 | 2025-02-21T13:29:32.924Z | [ recovery-image] Feb 21 13:29:31.904 INFO O| Feb 21 13:29:31.903 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6079 | 2025-02-21T13:29:33.050Z | [ recovery-image] Feb 21 13:29:32.029 INFO O| Feb 21 13:29:32.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
6080 | 2025-02-21T13:29:33.050Z | [ recovery-image] Feb 21 13:29:32.029 INFO O| Feb 21 13:29:32.029 INFO STEP 528 (remove_files) COMPLETE |
6081 | 2025-02-21T13:29:33.050Z | [ recovery-image] Feb 21 13:29:32.029 INFO O| Feb 21 13:29:32.029 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6082 | 2025-02-21T13:29:33.072Z | [ recovery-image] Feb 21 13:29:32.051 INFO O| Feb 21 13:29:32.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
6083 | 2025-02-21T13:29:33.072Z | [ recovery-image] Feb 21 13:29:32.051 INFO O| Feb 21 13:29:32.051 INFO STEP 529 (remove_files) COMPLETE |
6084 | 2025-02-21T13:29:33.072Z | [ recovery-image] Feb 21 13:29:32.051 INFO O| Feb 21 13:29:32.051 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6085 | 2025-02-21T13:29:33.090Z | [ recovery-image] Feb 21 13:29:32.070 INFO O| Feb 21 13:29:32.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
6086 | 2025-02-21T13:29:33.112Z | [ recovery-image] Feb 21 13:29:32.091 INFO O| Feb 21 13:29:32.091 INFO STEP 530 (remove_files) COMPLETE |
6087 | 2025-02-21T13:29:33.112Z | [ recovery-image] Feb 21 13:29:32.091 INFO O| Feb 21 13:29:32.091 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6088 | 2025-02-21T13:29:33.139Z | [ recovery-image] Feb 21 13:29:32.111 INFO O| Feb 21 13:29:32.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
6089 | 2025-02-21T13:29:33.139Z | [ recovery-image] Feb 21 13:29:32.112 INFO O| Feb 21 13:29:32.112 INFO STEP 531 (remove_files) COMPLETE |
6090 | 2025-02-21T13:29:33.139Z | [ recovery-image] Feb 21 13:29:32.112 INFO O| Feb 21 13:29:32.112 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6091 | 2025-02-21T13:29:33.152Z | [ recovery-image] Feb 21 13:29:32.130 INFO O| Feb 21 13:29:32.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
6092 | 2025-02-21T13:29:33.152Z | [ recovery-image] Feb 21 13:29:32.130 INFO O| Feb 21 13:29:32.130 INFO STEP 532 (remove_files) COMPLETE |
6093 | 2025-02-21T13:29:33.152Z | [ recovery-image] Feb 21 13:29:32.130 INFO O| Feb 21 13:29:32.130 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6094 | 2025-02-21T13:29:33.184Z | [ recovery-image] Feb 21 13:29:32.164 INFO O| Feb 21 13:29:32.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
6095 | 2025-02-21T13:29:33.184Z | [ recovery-image] Feb 21 13:29:32.164 INFO O| Feb 21 13:29:32.164 INFO STEP 533 (remove_files) COMPLETE |
6096 | 2025-02-21T13:29:33.185Z | [ recovery-image] Feb 21 13:29:32.164 INFO O| Feb 21 13:29:32.164 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6097 | 2025-02-21T13:29:33.243Z | [ recovery-image] Feb 21 13:29:32.222 INFO O| Feb 21 13:29:32.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
6098 | 2025-02-21T13:29:33.243Z | [ recovery-image] Feb 21 13:29:32.222 INFO O| Feb 21 13:29:32.222 INFO STEP 534 (remove_files) COMPLETE |
6099 | 2025-02-21T13:29:33.243Z | [ recovery-image] Feb 21 13:29:32.222 INFO O| Feb 21 13:29:32.222 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6100 | 2025-02-21T13:29:33.299Z | [ recovery-image] Feb 21 13:29:32.266 INFO O| Feb 21 13:29:32.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
6101 | 2025-02-21T13:29:33.299Z | [ recovery-image] Feb 21 13:29:32.266 INFO O| Feb 21 13:29:32.266 INFO STEP 535 (remove_files) COMPLETE |
6102 | 2025-02-21T13:29:33.299Z | [ recovery-image] Feb 21 13:29:32.266 INFO O| Feb 21 13:29:32.266 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6103 | 2025-02-21T13:29:33.311Z | [ recovery-image] Feb 21 13:29:32.288 INFO O| Feb 21 13:29:32.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
6104 | 2025-02-21T13:29:33.311Z | [ recovery-image] Feb 21 13:29:32.288 INFO O| Feb 21 13:29:32.288 INFO STEP 536 (remove_files) COMPLETE |
6105 | 2025-02-21T13:29:33.313Z | [ recovery-image] Feb 21 13:29:32.288 INFO O| Feb 21 13:29:32.288 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6106 | 2025-02-21T13:29:33.333Z | [ recovery-image] Feb 21 13:29:32.311 INFO O| Feb 21 13:29:32.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
6107 | 2025-02-21T13:29:33.333Z | [ recovery-image] Feb 21 13:29:32.311 INFO O| Feb 21 13:29:32.311 INFO STEP 537 (remove_files) COMPLETE |
6108 | 2025-02-21T13:29:33.335Z | [ recovery-image] Feb 21 13:29:32.311 INFO O| Feb 21 13:29:32.311 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6109 | 2025-02-21T13:29:33.392Z | [ recovery-image] Feb 21 13:29:32.372 INFO O| Feb 21 13:29:32.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
6110 | 2025-02-21T13:29:33.392Z | [ recovery-image] Feb 21 13:29:32.372 INFO O| Feb 21 13:29:32.372 INFO STEP 538 (remove_files) COMPLETE |
6111 | 2025-02-21T13:29:33.394Z | [ recovery-image] Feb 21 13:29:32.372 INFO O| Feb 21 13:29:32.372 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6112 | 2025-02-21T13:29:33.412Z | [ recovery-image] Feb 21 13:29:32.392 INFO O| Feb 21 13:29:32.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
6113 | 2025-02-21T13:29:33.412Z | [ recovery-image] Feb 21 13:29:32.392 INFO O| Feb 21 13:29:32.392 INFO STEP 539 (remove_files) COMPLETE |
6114 | 2025-02-21T13:29:33.412Z | [ recovery-image] Feb 21 13:29:32.392 INFO O| Feb 21 13:29:32.392 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6115 | 2025-02-21T13:29:33.431Z | [ recovery-image] Feb 21 13:29:32.411 INFO O| Feb 21 13:29:32.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
6116 | 2025-02-21T13:29:33.431Z | [ recovery-image] Feb 21 13:29:32.411 INFO O| Feb 21 13:29:32.411 INFO STEP 540 (remove_files) COMPLETE |
6117 | 2025-02-21T13:29:33.431Z | [ recovery-image] Feb 21 13:29:32.411 INFO O| Feb 21 13:29:32.411 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6118 | 2025-02-21T13:29:33.433Z | [ host-image] Feb 21 13:29:32.412 INFO O| Feb 21 13:29:32.412 INFO O| Download: 1028/1140 items 3.5/8.4MB 41% complete (718k/s) |
6119 | 2025-02-21T13:29:33.451Z | [ recovery-image] Feb 21 13:29:32.430 INFO O| Feb 21 13:29:32.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
6120 | 2025-02-21T13:29:33.451Z | [ recovery-image] Feb 21 13:29:32.431 INFO O| Feb 21 13:29:32.431 INFO STEP 541 (remove_files) COMPLETE |
6121 | 2025-02-21T13:29:33.451Z | [ recovery-image] Feb 21 13:29:32.431 INFO O| Feb 21 13:29:32.431 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6122 | 2025-02-21T13:29:33.470Z | [ recovery-image] Feb 21 13:29:32.450 INFO O| Feb 21 13:29:32.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
6123 | 2025-02-21T13:29:33.472Z | [ recovery-image] Feb 21 13:29:32.450 INFO O| Feb 21 13:29:32.450 INFO STEP 542 (remove_files) COMPLETE |
6124 | 2025-02-21T13:29:33.472Z | [ recovery-image] Feb 21 13:29:32.450 INFO O| Feb 21 13:29:32.450 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6125 | 2025-02-21T13:29:33.490Z | [ recovery-image] Feb 21 13:29:32.470 INFO O| Feb 21 13:29:32.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
6126 | 2025-02-21T13:29:33.490Z | [ recovery-image] Feb 21 13:29:32.470 INFO O| Feb 21 13:29:32.470 INFO STEP 543 (remove_files) COMPLETE |
6127 | 2025-02-21T13:29:33.491Z | [ recovery-image] Feb 21 13:29:32.470 INFO O| Feb 21 13:29:32.470 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6128 | 2025-02-21T13:29:33.510Z | [ recovery-image] Feb 21 13:29:32.489 INFO O| Feb 21 13:29:32.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
6129 | 2025-02-21T13:29:33.510Z | [ recovery-image] Feb 21 13:29:32.490 INFO O| Feb 21 13:29:32.490 INFO STEP 544 (remove_files) COMPLETE |
6130 | 2025-02-21T13:29:33.510Z | [ recovery-image] Feb 21 13:29:32.490 INFO O| Feb 21 13:29:32.490 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6131 | 2025-02-21T13:29:33.528Z | [ recovery-image] Feb 21 13:29:32.508 INFO O| Feb 21 13:29:32.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
6132 | 2025-02-21T13:29:33.528Z | [ recovery-image] Feb 21 13:29:32.508 INFO O| Feb 21 13:29:32.508 INFO STEP 545 (remove_files) COMPLETE |
6133 | 2025-02-21T13:29:33.528Z | [ recovery-image] Feb 21 13:29:32.508 INFO O| Feb 21 13:29:32.508 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6134 | 2025-02-21T13:29:33.546Z | [ recovery-image] Feb 21 13:29:32.526 INFO O| Feb 21 13:29:32.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
6135 | 2025-02-21T13:29:33.546Z | [ recovery-image] Feb 21 13:29:32.526 INFO O| Feb 21 13:29:32.526 INFO STEP 546 (remove_files) COMPLETE |
6136 | 2025-02-21T13:29:33.546Z | [ recovery-image] Feb 21 13:29:32.526 INFO O| Feb 21 13:29:32.526 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6137 | 2025-02-21T13:29:33.565Z | [ recovery-image] Feb 21 13:29:32.545 INFO O| Feb 21 13:29:32.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
6138 | 2025-02-21T13:29:33.565Z | [ recovery-image] Feb 21 13:29:32.545 INFO O| Feb 21 13:29:32.545 INFO STEP 547 (remove_files) COMPLETE |
6139 | 2025-02-21T13:29:33.565Z | [ recovery-image] Feb 21 13:29:32.545 INFO O| Feb 21 13:29:32.545 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6140 | 2025-02-21T13:29:33.603Z | [ recovery-image] Feb 21 13:29:32.582 INFO O| Feb 21 13:29:32.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
6141 | 2025-02-21T13:29:33.603Z | [ recovery-image] Feb 21 13:29:32.582 INFO O| Feb 21 13:29:32.582 INFO STEP 548 (remove_files) COMPLETE |
6142 | 2025-02-21T13:29:33.603Z | [ recovery-image] Feb 21 13:29:32.582 INFO O| Feb 21 13:29:32.582 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6143 | 2025-02-21T13:29:33.622Z | [ recovery-image] Feb 21 13:29:32.601 INFO O| Feb 21 13:29:32.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
6144 | 2025-02-21T13:29:33.623Z | [ recovery-image] Feb 21 13:29:32.601 INFO O| Feb 21 13:29:32.601 INFO STEP 549 (remove_files) COMPLETE |
6145 | 2025-02-21T13:29:33.623Z | [ recovery-image] Feb 21 13:29:32.601 INFO O| Feb 21 13:29:32.601 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6146 | 2025-02-21T13:29:33.644Z | [ recovery-image] Feb 21 13:29:32.624 INFO O| Feb 21 13:29:32.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
6147 | 2025-02-21T13:29:33.644Z | [ recovery-image] Feb 21 13:29:32.624 INFO O| Feb 21 13:29:32.624 INFO STEP 550 (remove_files) COMPLETE |
6148 | 2025-02-21T13:29:33.644Z | [ recovery-image] Feb 21 13:29:32.624 INFO O| Feb 21 13:29:32.624 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6149 | 2025-02-21T13:29:33.664Z | [ recovery-image] Feb 21 13:29:32.643 INFO O| Feb 21 13:29:32.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
6150 | 2025-02-21T13:29:33.664Z | [ recovery-image] Feb 21 13:29:32.643 INFO O| Feb 21 13:29:32.643 INFO STEP 551 (remove_files) COMPLETE |
6151 | 2025-02-21T13:29:33.664Z | [ recovery-image] Feb 21 13:29:32.643 INFO O| Feb 21 13:29:32.643 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6152 | 2025-02-21T13:29:33.681Z | [ recovery-image] Feb 21 13:29:32.660 INFO O| Feb 21 13:29:32.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
6153 | 2025-02-21T13:29:33.681Z | [ recovery-image] Feb 21 13:29:32.660 INFO O| Feb 21 13:29:32.660 INFO STEP 552 (remove_files) COMPLETE |
6154 | 2025-02-21T13:29:33.681Z | [ recovery-image] Feb 21 13:29:32.660 INFO O| Feb 21 13:29:32.660 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6155 | 2025-02-21T13:29:33.698Z | [ recovery-image] Feb 21 13:29:32.678 INFO O| Feb 21 13:29:32.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
6156 | 2025-02-21T13:29:33.699Z | [ recovery-image] Feb 21 13:29:32.678 INFO O| Feb 21 13:29:32.678 INFO STEP 553 (remove_files) COMPLETE |
6157 | 2025-02-21T13:29:33.699Z | [ recovery-image] Feb 21 13:29:32.678 INFO O| Feb 21 13:29:32.678 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6158 | 2025-02-21T13:29:33.715Z | [ recovery-image] Feb 21 13:29:32.694 INFO O| Feb 21 13:29:32.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
6159 | 2025-02-21T13:29:33.715Z | [ recovery-image] Feb 21 13:29:32.694 INFO O| Feb 21 13:29:32.694 INFO STEP 554 (remove_files) COMPLETE |
6160 | 2025-02-21T13:29:33.715Z | [ recovery-image] Feb 21 13:29:32.694 INFO O| Feb 21 13:29:32.694 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6161 | 2025-02-21T13:29:33.761Z | [ recovery-image] Feb 21 13:29:32.741 INFO O| Feb 21 13:29:32.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
6162 | 2025-02-21T13:29:33.761Z | [ recovery-image] Feb 21 13:29:32.741 INFO O| Feb 21 13:29:32.741 INFO STEP 555 (remove_files) COMPLETE |
6163 | 2025-02-21T13:29:33.761Z | [ recovery-image] Feb 21 13:29:32.741 INFO O| Feb 21 13:29:32.741 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6164 | 2025-02-21T13:29:33.800Z | [ recovery-image] Feb 21 13:29:32.780 INFO O| Feb 21 13:29:32.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
6165 | 2025-02-21T13:29:33.800Z | [ recovery-image] Feb 21 13:29:32.780 INFO O| Feb 21 13:29:32.780 INFO STEP 556 (remove_files) COMPLETE |
6166 | 2025-02-21T13:29:33.800Z | [ recovery-image] Feb 21 13:29:32.780 INFO O| Feb 21 13:29:32.780 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6167 | 2025-02-21T13:29:33.821Z | [ recovery-image] Feb 21 13:29:32.801 INFO O| Feb 21 13:29:32.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
6168 | 2025-02-21T13:29:33.821Z | [ recovery-image] Feb 21 13:29:32.801 INFO O| Feb 21 13:29:32.801 INFO STEP 557 (remove_files) COMPLETE |
6169 | 2025-02-21T13:29:33.821Z | [ recovery-image] Feb 21 13:29:32.801 INFO O| Feb 21 13:29:32.801 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6170 | 2025-02-21T13:29:33.840Z | [ recovery-image] Feb 21 13:29:32.820 INFO O| Feb 21 13:29:32.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6171 | 2025-02-21T13:29:33.842Z | [ recovery-image] Feb 21 13:29:32.820 INFO O| Feb 21 13:29:32.820 INFO STEP 558 (remove_files) COMPLETE |
6172 | 2025-02-21T13:29:33.842Z | [ recovery-image] Feb 21 13:29:32.820 INFO O| Feb 21 13:29:32.820 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6173 | 2025-02-21T13:29:33.860Z | [ recovery-image] Feb 21 13:29:32.840 INFO O| Feb 21 13:29:32.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
6174 | 2025-02-21T13:29:33.860Z | [ recovery-image] Feb 21 13:29:32.840 INFO O| Feb 21 13:29:32.840 INFO STEP 559 (remove_files) COMPLETE |
6175 | 2025-02-21T13:29:33.860Z | [ recovery-image] Feb 21 13:29:32.840 INFO O| Feb 21 13:29:32.840 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6176 | 2025-02-21T13:29:33.880Z | [ recovery-image] Feb 21 13:29:32.859 INFO O| Feb 21 13:29:32.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
6177 | 2025-02-21T13:29:33.901Z | [ recovery-image] Feb 21 13:29:32.881 INFO O| Feb 21 13:29:32.881 INFO STEP 560 (remove_files) COMPLETE |
6178 | 2025-02-21T13:29:33.901Z | [ recovery-image] Feb 21 13:29:32.881 INFO O| Feb 21 13:29:32.881 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6179 | 2025-02-21T13:29:33.959Z | [ recovery-image] Feb 21 13:29:32.939 INFO O| Feb 21 13:29:32.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
6180 | 2025-02-21T13:29:33.961Z | [ recovery-image] Feb 21 13:29:32.939 INFO O| Feb 21 13:29:32.939 INFO STEP 561 (remove_files) COMPLETE |
6181 | 2025-02-21T13:29:33.961Z | [ recovery-image] Feb 21 13:29:32.939 INFO O| Feb 21 13:29:32.939 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6182 | 2025-02-21T13:29:33.979Z | [ recovery-image] Feb 21 13:29:32.959 INFO O| Feb 21 13:29:32.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
6183 | 2025-02-21T13:29:33.984Z | [ recovery-image] Feb 21 13:29:32.959 INFO O| Feb 21 13:29:32.959 INFO STEP 562 (remove_files) COMPLETE |
6184 | 2025-02-21T13:29:33.984Z | [ recovery-image] Feb 21 13:29:32.959 INFO O| Feb 21 13:29:32.959 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6185 | 2025-02-21T13:29:33.999Z | [ recovery-image] Feb 21 13:29:32.979 INFO O| Feb 21 13:29:32.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
6186 | 2025-02-21T13:29:34.019Z | [ recovery-image] Feb 21 13:29:32.999 INFO O| Feb 21 13:29:32.999 INFO STEP 563 (remove_files) COMPLETE |
6187 | 2025-02-21T13:29:34.019Z | [ recovery-image] Feb 21 13:29:32.999 INFO O| Feb 21 13:29:32.999 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6188 | 2025-02-21T13:29:34.040Z | [ recovery-image] Feb 21 13:29:33.019 INFO O| Feb 21 13:29:33.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
6189 | 2025-02-21T13:29:34.043Z | [ recovery-image] Feb 21 13:29:33.019 INFO O| Feb 21 13:29:33.019 INFO STEP 564 (remove_files) COMPLETE |
6190 | 2025-02-21T13:29:34.044Z | [ recovery-image] Feb 21 13:29:33.019 INFO O| Feb 21 13:29:33.019 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6191 | 2025-02-21T13:29:34.079Z | [ recovery-image] Feb 21 13:29:33.058 INFO O| Feb 21 13:29:33.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
6192 | 2025-02-21T13:29:34.079Z | [ recovery-image] Feb 21 13:29:33.058 INFO O| Feb 21 13:29:33.058 INFO STEP 565 (remove_files) COMPLETE |
6193 | 2025-02-21T13:29:34.081Z | [ recovery-image] Feb 21 13:29:33.058 INFO O| Feb 21 13:29:33.058 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6194 | 2025-02-21T13:29:34.122Z | [ recovery-image] Feb 21 13:29:33.100 INFO O| Feb 21 13:29:33.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
6195 | 2025-02-21T13:29:34.122Z | [ recovery-image] Feb 21 13:29:33.100 INFO O| Feb 21 13:29:33.100 INFO STEP 566 (remove_files) COMPLETE |
6196 | 2025-02-21T13:29:34.124Z | [ recovery-image] Feb 21 13:29:33.100 INFO O| Feb 21 13:29:33.100 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6197 | 2025-02-21T13:29:34.171Z | [ recovery-image] Feb 21 13:29:33.151 INFO O| Feb 21 13:29:33.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
6198 | 2025-02-21T13:29:34.171Z | [ recovery-image] Feb 21 13:29:33.151 INFO O| Feb 21 13:29:33.151 INFO STEP 567 (remove_files) COMPLETE |
6199 | 2025-02-21T13:29:34.171Z | [ recovery-image] Feb 21 13:29:33.151 INFO O| Feb 21 13:29:33.151 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6200 | 2025-02-21T13:29:34.204Z | [ recovery-image] Feb 21 13:29:33.184 INFO O| Feb 21 13:29:33.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
6201 | 2025-02-21T13:29:34.204Z | [ recovery-image] Feb 21 13:29:33.184 INFO O| Feb 21 13:29:33.184 INFO STEP 568 (remove_files) COMPLETE |
6202 | 2025-02-21T13:29:34.204Z | [ recovery-image] Feb 21 13:29:33.184 INFO O| Feb 21 13:29:33.184 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6203 | 2025-02-21T13:29:34.253Z | [ recovery-image] Feb 21 13:29:33.233 INFO O| Feb 21 13:29:33.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
6204 | 2025-02-21T13:29:34.256Z | [ recovery-image] Feb 21 13:29:33.233 INFO O| Feb 21 13:29:33.233 INFO STEP 569 (remove_files) COMPLETE |
6205 | 2025-02-21T13:29:34.256Z | [ recovery-image] Feb 21 13:29:33.233 INFO O| Feb 21 13:29:33.233 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6206 | 2025-02-21T13:29:34.416Z | [ recovery-image] Feb 21 13:29:33.396 INFO O| Feb 21 13:29:33.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
6207 | 2025-02-21T13:29:34.419Z | [ recovery-image] Feb 21 13:29:33.396 INFO O| Feb 21 13:29:33.396 INFO STEP 570 (remove_files) COMPLETE |
6208 | 2025-02-21T13:29:34.419Z | [ recovery-image] Feb 21 13:29:33.396 INFO O| Feb 21 13:29:33.396 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6209 | 2025-02-21T13:29:34.449Z | [ recovery-image] Feb 21 13:29:33.429 INFO O| Feb 21 13:29:33.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
6210 | 2025-02-21T13:29:34.449Z | [ recovery-image] Feb 21 13:29:33.429 INFO O| Feb 21 13:29:33.429 INFO STEP 571 (remove_files) COMPLETE |
6211 | 2025-02-21T13:29:34.449Z | [ recovery-image] Feb 21 13:29:33.429 INFO O| Feb 21 13:29:33.429 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6212 | 2025-02-21T13:29:34.466Z | [ recovery-image] Feb 21 13:29:33.446 INFO O| Feb 21 13:29:33.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
6213 | 2025-02-21T13:29:34.466Z | [ recovery-image] Feb 21 13:29:33.446 INFO O| Feb 21 13:29:33.446 INFO STEP 572 (remove_files) COMPLETE |
6214 | 2025-02-21T13:29:34.472Z | [ recovery-image] Feb 21 13:29:33.446 INFO O| Feb 21 13:29:33.446 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6215 | 2025-02-21T13:29:34.484Z | [ recovery-image] Feb 21 13:29:33.463 INFO O| Feb 21 13:29:33.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
6216 | 2025-02-21T13:29:34.488Z | [ recovery-image] Feb 21 13:29:33.463 INFO O| Feb 21 13:29:33.463 INFO STEP 573 (remove_files) COMPLETE |
6217 | 2025-02-21T13:29:34.488Z | [ recovery-image] Feb 21 13:29:33.463 INFO O| Feb 21 13:29:33.463 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6218 | 2025-02-21T13:29:34.501Z | [ recovery-image] Feb 21 13:29:33.481 INFO O| Feb 21 13:29:33.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
6219 | 2025-02-21T13:29:34.501Z | [ recovery-image] Feb 21 13:29:33.481 INFO O| Feb 21 13:29:33.481 INFO STEP 574 (remove_files) COMPLETE |
6220 | 2025-02-21T13:29:34.501Z | [ recovery-image] Feb 21 13:29:33.481 INFO O| Feb 21 13:29:33.481 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6221 | 2025-02-21T13:29:34.530Z | [ recovery-image] Feb 21 13:29:33.508 INFO O| Feb 21 13:29:33.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
6222 | 2025-02-21T13:29:34.530Z | [ recovery-image] Feb 21 13:29:33.508 INFO O| Feb 21 13:29:33.508 INFO STEP 575 (remove_files) COMPLETE |
6223 | 2025-02-21T13:29:34.530Z | [ recovery-image] Feb 21 13:29:33.508 INFO O| Feb 21 13:29:33.508 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6224 | 2025-02-21T13:29:34.556Z | [ recovery-image] Feb 21 13:29:33.526 INFO O| Feb 21 13:29:33.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
6225 | 2025-02-21T13:29:34.556Z | [ recovery-image] Feb 21 13:29:33.526 INFO O| Feb 21 13:29:33.526 INFO STEP 576 (remove_files) COMPLETE |
6226 | 2025-02-21T13:29:34.556Z | [ recovery-image] Feb 21 13:29:33.526 INFO O| Feb 21 13:29:33.526 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6227 | 2025-02-21T13:29:34.564Z | [ recovery-image] Feb 21 13:29:33.543 INFO O| Feb 21 13:29:33.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
6228 | 2025-02-21T13:29:34.567Z | [ recovery-image] Feb 21 13:29:33.544 INFO O| Feb 21 13:29:33.543 INFO STEP 577 (remove_files) COMPLETE |
6229 | 2025-02-21T13:29:34.567Z | [ recovery-image] Feb 21 13:29:33.544 INFO O| Feb 21 13:29:33.544 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6230 | 2025-02-21T13:29:34.581Z | [ recovery-image] Feb 21 13:29:33.560 INFO O| Feb 21 13:29:33.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
6231 | 2025-02-21T13:29:34.584Z | [ recovery-image] Feb 21 13:29:33.561 INFO O| Feb 21 13:29:33.560 INFO STEP 578 (remove_files) COMPLETE |
6232 | 2025-02-21T13:29:34.584Z | [ recovery-image] Feb 21 13:29:33.561 INFO O| Feb 21 13:29:33.561 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6233 | 2025-02-21T13:29:34.599Z | [ recovery-image] Feb 21 13:29:33.577 INFO O| Feb 21 13:29:33.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
6234 | 2025-02-21T13:29:34.599Z | [ recovery-image] Feb 21 13:29:33.577 INFO O| Feb 21 13:29:33.577 INFO STEP 579 (remove_files) COMPLETE |
6235 | 2025-02-21T13:29:34.599Z | [ recovery-image] Feb 21 13:29:33.577 INFO O| Feb 21 13:29:33.577 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6236 | 2025-02-21T13:29:34.613Z | [ recovery-image] Feb 21 13:29:33.593 INFO O| Feb 21 13:29:33.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
6237 | 2025-02-21T13:29:34.613Z | [ recovery-image] Feb 21 13:29:33.593 INFO O| Feb 21 13:29:33.593 INFO STEP 580 (remove_files) COMPLETE |
6238 | 2025-02-21T13:29:34.613Z | [ recovery-image] Feb 21 13:29:33.593 INFO O| Feb 21 13:29:33.593 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6239 | 2025-02-21T13:29:34.634Z | [ recovery-image] Feb 21 13:29:33.614 INFO O| Feb 21 13:29:33.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
6240 | 2025-02-21T13:29:34.634Z | [ recovery-image] Feb 21 13:29:33.614 INFO O| Feb 21 13:29:33.611 INFO STEP 581 (remove_files) COMPLETE |
6241 | 2025-02-21T13:29:34.637Z | [ recovery-image] Feb 21 13:29:33.614 INFO O| Feb 21 13:29:33.611 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6242 | 2025-02-21T13:29:34.652Z | [ recovery-image] Feb 21 13:29:33.632 INFO O| Feb 21 13:29:33.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
6243 | 2025-02-21T13:29:34.663Z | [ recovery-image] Feb 21 13:29:33.643 INFO O| Feb 21 13:29:33.643 INFO STEP 582 (remove_files) COMPLETE |
6244 | 2025-02-21T13:29:34.663Z | [ recovery-image] Feb 21 13:29:33.643 INFO O| Feb 21 13:29:33.643 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6245 | 2025-02-21T13:29:34.726Z | [ recovery-image] Feb 21 13:29:33.706 INFO O| Feb 21 13:29:33.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
6246 | 2025-02-21T13:29:34.729Z | [ recovery-image] Feb 21 13:29:33.706 INFO O| Feb 21 13:29:33.706 INFO STEP 583 (remove_files) COMPLETE |
6247 | 2025-02-21T13:29:34.729Z | [ recovery-image] Feb 21 13:29:33.706 INFO O| Feb 21 13:29:33.706 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6248 | 2025-02-21T13:29:34.745Z | [ recovery-image] Feb 21 13:29:33.724 INFO O| Feb 21 13:29:33.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
6249 | 2025-02-21T13:29:34.747Z | [ recovery-image] Feb 21 13:29:33.725 INFO O| Feb 21 13:29:33.725 INFO STEP 584 (remove_files) COMPLETE |
6250 | 2025-02-21T13:29:34.747Z | [ recovery-image] Feb 21 13:29:33.725 INFO O| Feb 21 13:29:33.725 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6251 | 2025-02-21T13:29:34.767Z | [ recovery-image] Feb 21 13:29:33.744 INFO O| Feb 21 13:29:33.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
6252 | 2025-02-21T13:29:34.767Z | [ recovery-image] Feb 21 13:29:33.744 INFO O| Feb 21 13:29:33.744 INFO STEP 585 (remove_files) COMPLETE |
6253 | 2025-02-21T13:29:34.767Z | [ recovery-image] Feb 21 13:29:33.745 INFO O| Feb 21 13:29:33.744 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6254 | 2025-02-21T13:29:34.803Z | [ recovery-image] Feb 21 13:29:33.782 INFO O| Feb 21 13:29:33.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
6255 | 2025-02-21T13:29:34.809Z | [ recovery-image] Feb 21 13:29:33.782 INFO O| Feb 21 13:29:33.782 INFO STEP 586 (remove_files) COMPLETE |
6256 | 2025-02-21T13:29:34.809Z | [ recovery-image] Feb 21 13:29:33.783 INFO O| Feb 21 13:29:33.782 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6257 | 2025-02-21T13:29:34.825Z | [ recovery-image] Feb 21 13:29:33.805 INFO O| Feb 21 13:29:33.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
6258 | 2025-02-21T13:29:34.825Z | [ recovery-image] Feb 21 13:29:33.805 INFO O| Feb 21 13:29:33.805 INFO STEP 587 (remove_files) COMPLETE |
6259 | 2025-02-21T13:29:34.828Z | [ recovery-image] Feb 21 13:29:33.805 INFO O| Feb 21 13:29:33.805 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6260 | 2025-02-21T13:29:34.845Z | [ recovery-image] Feb 21 13:29:33.825 INFO O| Feb 21 13:29:33.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
6261 | 2025-02-21T13:29:34.846Z | [ recovery-image] Feb 21 13:29:33.825 INFO O| Feb 21 13:29:33.825 INFO STEP 588 (remove_files) COMPLETE |
6262 | 2025-02-21T13:29:34.846Z | [ recovery-image] Feb 21 13:29:33.825 INFO O| Feb 21 13:29:33.825 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6263 | 2025-02-21T13:29:34.866Z | [ recovery-image] Feb 21 13:29:33.846 INFO O| Feb 21 13:29:33.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
6264 | 2025-02-21T13:29:34.866Z | [ recovery-image] Feb 21 13:29:33.846 INFO O| Feb 21 13:29:33.846 INFO STEP 589 (remove_files) COMPLETE |
6265 | 2025-02-21T13:29:34.866Z | [ recovery-image] Feb 21 13:29:33.846 INFO O| Feb 21 13:29:33.846 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6266 | 2025-02-21T13:29:34.888Z | [ recovery-image] Feb 21 13:29:33.867 INFO O| Feb 21 13:29:33.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
6267 | 2025-02-21T13:29:34.888Z | [ recovery-image] Feb 21 13:29:33.867 INFO O| Feb 21 13:29:33.867 INFO STEP 590 (remove_files) COMPLETE |
6268 | 2025-02-21T13:29:34.888Z | [ recovery-image] Feb 21 13:29:33.867 INFO O| Feb 21 13:29:33.867 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6269 | 2025-02-21T13:29:34.988Z | [ recovery-image] Feb 21 13:29:33.967 INFO O| Feb 21 13:29:33.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
6270 | 2025-02-21T13:29:34.988Z | [ recovery-image] Feb 21 13:29:33.967 INFO O| Feb 21 13:29:33.967 INFO STEP 591 (remove_files) COMPLETE |
6271 | 2025-02-21T13:29:34.988Z | [ recovery-image] Feb 21 13:29:33.967 INFO O| Feb 21 13:29:33.967 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6272 | 2025-02-21T13:29:35.049Z | [ recovery-image] Feb 21 13:29:34.027 INFO O| Feb 21 13:29:34.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
6273 | 2025-02-21T13:29:35.050Z | [ recovery-image] Feb 21 13:29:34.027 INFO O| Feb 21 13:29:34.027 INFO STEP 592 (remove_files) COMPLETE |
6274 | 2025-02-21T13:29:35.050Z | [ recovery-image] Feb 21 13:29:34.027 INFO O| Feb 21 13:29:34.027 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6275 | 2025-02-21T13:29:35.078Z | [ recovery-image] Feb 21 13:29:34.049 INFO O| Feb 21 13:29:34.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
6276 | 2025-02-21T13:29:35.078Z | [ recovery-image] Feb 21 13:29:34.049 INFO O| Feb 21 13:29:34.049 INFO STEP 593 (remove_files) COMPLETE |
6277 | 2025-02-21T13:29:35.078Z | [ recovery-image] Feb 21 13:29:34.049 INFO O| Feb 21 13:29:34.049 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6278 | 2025-02-21T13:29:35.089Z | [ recovery-image] Feb 21 13:29:34.069 INFO O| Feb 21 13:29:34.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
6279 | 2025-02-21T13:29:35.089Z | [ recovery-image] Feb 21 13:29:34.069 INFO O| Feb 21 13:29:34.069 INFO STEP 594 (remove_files) COMPLETE |
6280 | 2025-02-21T13:29:35.089Z | [ recovery-image] Feb 21 13:29:34.069 INFO O| Feb 21 13:29:34.069 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6281 | 2025-02-21T13:29:35.134Z | [ recovery-image] Feb 21 13:29:34.113 INFO O| Feb 21 13:29:34.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
6282 | 2025-02-21T13:29:35.134Z | [ recovery-image] Feb 21 13:29:34.113 INFO O| Feb 21 13:29:34.113 INFO STEP 595 (remove_files) COMPLETE |
6283 | 2025-02-21T13:29:35.134Z | [ recovery-image] Feb 21 13:29:34.113 INFO O| Feb 21 13:29:34.113 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6284 | 2025-02-21T13:29:35.153Z | [ recovery-image] Feb 21 13:29:34.133 INFO O| Feb 21 13:29:34.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
6285 | 2025-02-21T13:29:35.153Z | [ recovery-image] Feb 21 13:29:34.133 INFO O| Feb 21 13:29:34.133 INFO STEP 596 (remove_files) COMPLETE |
6286 | 2025-02-21T13:29:35.153Z | [ recovery-image] Feb 21 13:29:34.133 INFO O| Feb 21 13:29:34.133 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6287 | 2025-02-21T13:29:35.179Z | [ recovery-image] Feb 21 13:29:34.159 INFO O| Feb 21 13:29:34.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
6288 | 2025-02-21T13:29:35.179Z | [ recovery-image] Feb 21 13:29:34.159 INFO O| Feb 21 13:29:34.159 INFO STEP 597 (remove_files) COMPLETE |
6289 | 2025-02-21T13:29:35.179Z | [ recovery-image] Feb 21 13:29:34.159 INFO O| Feb 21 13:29:34.159 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6290 | 2025-02-21T13:29:35.224Z | [ recovery-image] Feb 21 13:29:34.204 INFO O| Feb 21 13:29:34.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
6291 | 2025-02-21T13:29:35.224Z | [ recovery-image] Feb 21 13:29:34.204 INFO O| Feb 21 13:29:34.204 INFO STEP 598 (remove_files) COMPLETE |
6292 | 2025-02-21T13:29:35.227Z | [ recovery-image] Feb 21 13:29:34.204 INFO O| Feb 21 13:29:34.204 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6293 | 2025-02-21T13:29:35.246Z | [ recovery-image] Feb 21 13:29:34.226 INFO O| Feb 21 13:29:34.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
6294 | 2025-02-21T13:29:35.246Z | [ recovery-image] Feb 21 13:29:34.226 INFO O| Feb 21 13:29:34.226 INFO STEP 599 (remove_files) COMPLETE |
6295 | 2025-02-21T13:29:35.246Z | [ recovery-image] Feb 21 13:29:34.226 INFO O| Feb 21 13:29:34.226 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6296 | 2025-02-21T13:29:35.267Z | [ recovery-image] Feb 21 13:29:34.246 INFO O| Feb 21 13:29:34.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
6297 | 2025-02-21T13:29:35.267Z | [ recovery-image] Feb 21 13:29:34.246 INFO O| Feb 21 13:29:34.246 INFO STEP 600 (remove_files) COMPLETE |
6298 | 2025-02-21T13:29:35.271Z | [ recovery-image] Feb 21 13:29:34.247 INFO O| Feb 21 13:29:34.246 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6299 | 2025-02-21T13:29:35.287Z | [ recovery-image] Feb 21 13:29:34.267 INFO O| Feb 21 13:29:34.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
6300 | 2025-02-21T13:29:35.287Z | [ recovery-image] Feb 21 13:29:34.267 INFO O| Feb 21 13:29:34.267 INFO STEP 601 (remove_files) COMPLETE |
6301 | 2025-02-21T13:29:35.287Z | [ recovery-image] Feb 21 13:29:34.267 INFO O| Feb 21 13:29:34.267 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6302 | 2025-02-21T13:29:35.305Z | [ recovery-image] Feb 21 13:29:34.285 INFO O| Feb 21 13:29:34.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
6303 | 2025-02-21T13:29:35.305Z | [ recovery-image] Feb 21 13:29:34.285 INFO O| Feb 21 13:29:34.285 INFO STEP 602 (remove_files) COMPLETE |
6304 | 2025-02-21T13:29:35.306Z | [ recovery-image] Feb 21 13:29:34.285 INFO O| Feb 21 13:29:34.285 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6305 | 2025-02-21T13:29:35.339Z | [ recovery-image] Feb 21 13:29:34.319 INFO O| Feb 21 13:29:34.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
6306 | 2025-02-21T13:29:35.339Z | [ recovery-image] Feb 21 13:29:34.319 INFO O| Feb 21 13:29:34.319 INFO STEP 603 (remove_files) COMPLETE |
6307 | 2025-02-21T13:29:35.342Z | [ recovery-image] Feb 21 13:29:34.319 INFO O| Feb 21 13:29:34.319 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6308 | 2025-02-21T13:29:35.362Z | [ recovery-image] Feb 21 13:29:34.342 INFO O| Feb 21 13:29:34.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
6309 | 2025-02-21T13:29:35.362Z | [ recovery-image] Feb 21 13:29:34.342 INFO O| Feb 21 13:29:34.342 INFO STEP 604 (remove_files) COMPLETE |
6310 | 2025-02-21T13:29:35.362Z | [ recovery-image] Feb 21 13:29:34.342 INFO O| Feb 21 13:29:34.342 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6311 | 2025-02-21T13:29:35.382Z | [ recovery-image] Feb 21 13:29:34.362 INFO O| Feb 21 13:29:34.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
6312 | 2025-02-21T13:29:35.384Z | [ recovery-image] Feb 21 13:29:34.362 INFO O| Feb 21 13:29:34.362 INFO STEP 605 (remove_files) COMPLETE |
6313 | 2025-02-21T13:29:35.384Z | [ recovery-image] Feb 21 13:29:34.362 INFO O| Feb 21 13:29:34.362 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6314 | 2025-02-21T13:29:35.400Z | [ recovery-image] Feb 21 13:29:34.380 INFO O| Feb 21 13:29:34.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
6315 | 2025-02-21T13:29:35.400Z | [ recovery-image] Feb 21 13:29:34.380 INFO O| Feb 21 13:29:34.380 INFO STEP 606 (remove_files) COMPLETE |
6316 | 2025-02-21T13:29:35.400Z | [ recovery-image] Feb 21 13:29:34.380 INFO O| Feb 21 13:29:34.380 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6317 | 2025-02-21T13:29:35.418Z | [ recovery-image] Feb 21 13:29:34.398 INFO O| Feb 21 13:29:34.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
6318 | 2025-02-21T13:29:35.418Z | [ recovery-image] Feb 21 13:29:34.398 INFO O| Feb 21 13:29:34.398 INFO STEP 607 (remove_files) COMPLETE |
6319 | 2025-02-21T13:29:35.418Z | [ recovery-image] Feb 21 13:29:34.398 INFO O| Feb 21 13:29:34.398 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6320 | 2025-02-21T13:29:35.463Z | [ recovery-image] Feb 21 13:29:34.443 INFO O| Feb 21 13:29:34.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
6321 | 2025-02-21T13:29:35.492Z | [ recovery-image] Feb 21 13:29:34.471 INFO O| Feb 21 13:29:34.471 INFO STEP 608 (remove_files) COMPLETE |
6322 | 2025-02-21T13:29:35.492Z | [ recovery-image] Feb 21 13:29:34.471 INFO O| Feb 21 13:29:34.471 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6323 | 2025-02-21T13:29:35.539Z | [ recovery-image] Feb 21 13:29:34.519 INFO O| Feb 21 13:29:34.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
6324 | 2025-02-21T13:29:35.539Z | [ recovery-image] Feb 21 13:29:34.519 INFO O| Feb 21 13:29:34.519 INFO STEP 609 (remove_files) COMPLETE |
6325 | 2025-02-21T13:29:35.544Z | [ recovery-image] Feb 21 13:29:34.519 INFO O| Feb 21 13:29:34.519 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6326 | 2025-02-21T13:29:35.597Z | [ recovery-image] Feb 21 13:29:34.577 INFO O| Feb 21 13:29:34.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
6327 | 2025-02-21T13:29:35.597Z | [ recovery-image] Feb 21 13:29:34.577 INFO O| Feb 21 13:29:34.577 INFO STEP 610 (remove_files) COMPLETE |
6328 | 2025-02-21T13:29:35.599Z | [ recovery-image] Feb 21 13:29:34.577 INFO O| Feb 21 13:29:34.577 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6329 | 2025-02-21T13:29:35.615Z | [ recovery-image] Feb 21 13:29:34.595 INFO O| Feb 21 13:29:34.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
6330 | 2025-02-21T13:29:35.616Z | [ recovery-image] Feb 21 13:29:34.595 INFO O| Feb 21 13:29:34.595 INFO STEP 611 (remove_files) COMPLETE |
6331 | 2025-02-21T13:29:35.619Z | [ recovery-image] Feb 21 13:29:34.595 INFO O| Feb 21 13:29:34.595 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6332 | 2025-02-21T13:29:35.633Z | [ recovery-image] Feb 21 13:29:34.613 INFO O| Feb 21 13:29:34.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
6333 | 2025-02-21T13:29:35.633Z | [ recovery-image] Feb 21 13:29:34.613 INFO O| Feb 21 13:29:34.613 INFO STEP 612 (remove_files) COMPLETE |
6334 | 2025-02-21T13:29:35.633Z | [ recovery-image] Feb 21 13:29:34.613 INFO O| Feb 21 13:29:34.613 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6335 | 2025-02-21T13:29:35.652Z | [ recovery-image] Feb 21 13:29:34.632 INFO O| Feb 21 13:29:34.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
6336 | 2025-02-21T13:29:35.676Z | [ recovery-image] Feb 21 13:29:34.656 INFO O| Feb 21 13:29:34.656 INFO STEP 613 (remove_files) COMPLETE |
6337 | 2025-02-21T13:29:35.676Z | [ recovery-image] Feb 21 13:29:34.656 INFO O| Feb 21 13:29:34.656 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6338 | 2025-02-21T13:29:35.733Z | [ recovery-image] Feb 21 13:29:34.712 INFO O| Feb 21 13:29:34.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
6339 | 2025-02-21T13:29:35.733Z | [ recovery-image] Feb 21 13:29:34.713 INFO O| Feb 21 13:29:34.712 INFO STEP 614 (remove_files) COMPLETE |
6340 | 2025-02-21T13:29:35.733Z | [ recovery-image] Feb 21 13:29:34.713 INFO O| Feb 21 13:29:34.713 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6341 | 2025-02-21T13:29:35.769Z | [ recovery-image] Feb 21 13:29:34.749 INFO O| Feb 21 13:29:34.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
6342 | 2025-02-21T13:29:35.769Z | [ recovery-image] Feb 21 13:29:34.749 INFO O| Feb 21 13:29:34.749 INFO STEP 615 (remove_files) COMPLETE |
6343 | 2025-02-21T13:29:35.772Z | [ recovery-image] Feb 21 13:29:34.749 INFO O| Feb 21 13:29:34.749 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6344 | 2025-02-21T13:29:35.787Z | [ recovery-image] Feb 21 13:29:34.767 INFO O| Feb 21 13:29:34.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
6345 | 2025-02-21T13:29:35.787Z | [ recovery-image] Feb 21 13:29:34.767 INFO O| Feb 21 13:29:34.767 INFO STEP 616 (remove_files) COMPLETE |
6346 | 2025-02-21T13:29:35.787Z | [ recovery-image] Feb 21 13:29:34.767 INFO O| Feb 21 13:29:34.767 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6347 | 2025-02-21T13:29:35.806Z | [ recovery-image] Feb 21 13:29:34.785 INFO O| Feb 21 13:29:34.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
6348 | 2025-02-21T13:29:35.806Z | [ recovery-image] Feb 21 13:29:34.785 INFO O| Feb 21 13:29:34.785 INFO STEP 617 (remove_files) COMPLETE |
6349 | 2025-02-21T13:29:35.808Z | [ recovery-image] Feb 21 13:29:34.785 INFO O| Feb 21 13:29:34.785 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6350 | 2025-02-21T13:29:35.824Z | [ recovery-image] Feb 21 13:29:34.804 INFO O| Feb 21 13:29:34.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
6351 | 2025-02-21T13:29:35.824Z | [ recovery-image] Feb 21 13:29:34.804 INFO O| Feb 21 13:29:34.804 INFO STEP 618 (remove_files) COMPLETE |
6352 | 2025-02-21T13:29:35.824Z | [ recovery-image] Feb 21 13:29:34.804 INFO O| Feb 21 13:29:34.804 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6353 | 2025-02-21T13:29:35.854Z | [ recovery-image] Feb 21 13:29:34.834 INFO O| Feb 21 13:29:34.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
6354 | 2025-02-21T13:29:35.854Z | [ recovery-image] Feb 21 13:29:34.834 INFO O| Feb 21 13:29:34.834 INFO STEP 619 (remove_files) COMPLETE |
6355 | 2025-02-21T13:29:35.857Z | [ recovery-image] Feb 21 13:29:34.834 INFO O| Feb 21 13:29:34.834 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6356 | 2025-02-21T13:29:35.875Z | [ recovery-image] Feb 21 13:29:34.855 INFO O| Feb 21 13:29:34.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
6357 | 2025-02-21T13:29:35.875Z | [ recovery-image] Feb 21 13:29:34.855 INFO O| Feb 21 13:29:34.855 INFO STEP 620 (remove_files) COMPLETE |
6358 | 2025-02-21T13:29:35.876Z | [ recovery-image] Feb 21 13:29:34.855 INFO O| Feb 21 13:29:34.855 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6359 | 2025-02-21T13:29:35.894Z | [ recovery-image] Feb 21 13:29:34.874 INFO O| Feb 21 13:29:34.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
6360 | 2025-02-21T13:29:35.897Z | [ recovery-image] Feb 21 13:29:34.874 INFO O| Feb 21 13:29:34.874 INFO STEP 621 (remove_files) COMPLETE |
6361 | 2025-02-21T13:29:35.897Z | [ recovery-image] Feb 21 13:29:34.874 INFO O| Feb 21 13:29:34.874 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6362 | 2025-02-21T13:29:35.914Z | [ recovery-image] Feb 21 13:29:34.894 INFO O| Feb 21 13:29:34.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
6363 | 2025-02-21T13:29:35.914Z | [ recovery-image] Feb 21 13:29:34.894 INFO O| Feb 21 13:29:34.894 INFO STEP 622 (remove_files) COMPLETE |
6364 | 2025-02-21T13:29:35.914Z | [ recovery-image] Feb 21 13:29:34.894 INFO O| Feb 21 13:29:34.894 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6365 | 2025-02-21T13:29:35.949Z | [ recovery-image] Feb 21 13:29:34.928 INFO O| Feb 21 13:29:34.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
6366 | 2025-02-21T13:29:35.949Z | [ recovery-image] Feb 21 13:29:34.929 INFO O| Feb 21 13:29:34.928 INFO STEP 623 (remove_files) COMPLETE |
6367 | 2025-02-21T13:29:35.949Z | [ recovery-image] Feb 21 13:29:34.929 INFO O| Feb 21 13:29:34.929 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6368 | 2025-02-21T13:29:35.967Z | [ recovery-image] Feb 21 13:29:34.947 INFO O| Feb 21 13:29:34.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
6369 | 2025-02-21T13:29:35.967Z | [ recovery-image] Feb 21 13:29:34.947 INFO O| Feb 21 13:29:34.947 INFO STEP 624 (remove_files) COMPLETE |
6370 | 2025-02-21T13:29:35.967Z | [ recovery-image] Feb 21 13:29:34.947 INFO O| Feb 21 13:29:34.947 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6371 | 2025-02-21T13:29:35.986Z | [ recovery-image] Feb 21 13:29:34.966 INFO O| Feb 21 13:29:34.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
6372 | 2025-02-21T13:29:35.994Z | [ recovery-image] Feb 21 13:29:34.974 INFO O| Feb 21 13:29:34.974 INFO STEP 625 (remove_files) COMPLETE |
6373 | 2025-02-21T13:29:35.995Z | [ recovery-image] Feb 21 13:29:34.974 INFO O| Feb 21 13:29:34.974 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6374 | 2025-02-21T13:29:36.017Z | [ recovery-image] Feb 21 13:29:34.996 INFO O| Feb 21 13:29:34.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
6375 | 2025-02-21T13:29:36.017Z | [ recovery-image] Feb 21 13:29:34.996 INFO O| Feb 21 13:29:34.996 INFO STEP 626 (remove_files) COMPLETE |
6376 | 2025-02-21T13:29:36.017Z | [ recovery-image] Feb 21 13:29:34.996 INFO O| Feb 21 13:29:34.996 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6377 | 2025-02-21T13:29:36.039Z | [ recovery-image] Feb 21 13:29:35.019 INFO O| Feb 21 13:29:35.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
6378 | 2025-02-21T13:29:36.039Z | [ recovery-image] Feb 21 13:29:35.019 INFO O| Feb 21 13:29:35.019 INFO STEP 627 (remove_files) COMPLETE |
6379 | 2025-02-21T13:29:36.042Z | [ recovery-image] Feb 21 13:29:35.019 INFO O| Feb 21 13:29:35.019 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6380 | 2025-02-21T13:29:36.061Z | [ recovery-image] Feb 21 13:29:35.040 INFO O| Feb 21 13:29:35.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
6381 | 2025-02-21T13:29:36.061Z | [ recovery-image] Feb 21 13:29:35.041 INFO O| Feb 21 13:29:35.041 INFO STEP 628 (remove_files) COMPLETE |
6382 | 2025-02-21T13:29:36.061Z | [ recovery-image] Feb 21 13:29:35.041 INFO O| Feb 21 13:29:35.041 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6383 | 2025-02-21T13:29:36.093Z | [ recovery-image] Feb 21 13:29:35.073 INFO O| Feb 21 13:29:35.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
6384 | 2025-02-21T13:29:36.093Z | [ recovery-image] Feb 21 13:29:35.073 INFO O| Feb 21 13:29:35.073 INFO STEP 629 (remove_files) COMPLETE |
6385 | 2025-02-21T13:29:36.093Z | [ recovery-image] Feb 21 13:29:35.073 INFO O| Feb 21 13:29:35.073 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6386 | 2025-02-21T13:29:36.115Z | [ recovery-image] Feb 21 13:29:35.095 INFO O| Feb 21 13:29:35.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
6387 | 2025-02-21T13:29:36.115Z | [ recovery-image] Feb 21 13:29:35.095 INFO O| Feb 21 13:29:35.095 INFO STEP 630 (remove_files) COMPLETE |
6388 | 2025-02-21T13:29:36.117Z | [ recovery-image] Feb 21 13:29:35.095 INFO O| Feb 21 13:29:35.095 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6389 | 2025-02-21T13:29:36.135Z | [ recovery-image] Feb 21 13:29:35.115 INFO O| Feb 21 13:29:35.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
6390 | 2025-02-21T13:29:36.135Z | [ recovery-image] Feb 21 13:29:35.115 INFO O| Feb 21 13:29:35.115 INFO STEP 631 (remove_files) COMPLETE |
6391 | 2025-02-21T13:29:36.135Z | [ recovery-image] Feb 21 13:29:35.115 INFO O| Feb 21 13:29:35.115 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6392 | 2025-02-21T13:29:36.156Z | [ recovery-image] Feb 21 13:29:35.136 INFO O| Feb 21 13:29:35.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
6393 | 2025-02-21T13:29:36.156Z | [ recovery-image] Feb 21 13:29:35.136 INFO O| Feb 21 13:29:35.136 INFO STEP 632 (remove_files) COMPLETE |
6394 | 2025-02-21T13:29:36.159Z | [ recovery-image] Feb 21 13:29:35.136 INFO O| Feb 21 13:29:35.136 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6395 | 2025-02-21T13:29:36.187Z | [ recovery-image] Feb 21 13:29:35.167 INFO O| Feb 21 13:29:35.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
6396 | 2025-02-21T13:29:36.187Z | [ recovery-image] Feb 21 13:29:35.167 INFO O| Feb 21 13:29:35.167 INFO STEP 633 (remove_files) COMPLETE |
6397 | 2025-02-21T13:29:36.187Z | [ recovery-image] Feb 21 13:29:35.167 INFO O| Feb 21 13:29:35.167 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6398 | 2025-02-21T13:29:36.239Z | [ recovery-image] Feb 21 13:29:35.218 INFO O| Feb 21 13:29:35.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
6399 | 2025-02-21T13:29:36.241Z | [ recovery-image] Feb 21 13:29:35.219 INFO O| Feb 21 13:29:35.218 INFO STEP 634 (remove_files) COMPLETE |
6400 | 2025-02-21T13:29:36.241Z | [ recovery-image] Feb 21 13:29:35.219 INFO O| Feb 21 13:29:35.218 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6401 | 2025-02-21T13:29:36.259Z | [ recovery-image] Feb 21 13:29:35.239 INFO O| Feb 21 13:29:35.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
6402 | 2025-02-21T13:29:36.262Z | [ recovery-image] Feb 21 13:29:35.239 INFO O| Feb 21 13:29:35.239 INFO STEP 635 (remove_files) COMPLETE |
6403 | 2025-02-21T13:29:36.262Z | [ recovery-image] Feb 21 13:29:35.239 INFO O| Feb 21 13:29:35.239 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6404 | 2025-02-21T13:29:36.280Z | [ recovery-image] Feb 21 13:29:35.259 INFO O| Feb 21 13:29:35.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
6405 | 2025-02-21T13:29:36.280Z | [ recovery-image] Feb 21 13:29:35.259 INFO O| Feb 21 13:29:35.259 INFO STEP 636 (remove_files) COMPLETE |
6406 | 2025-02-21T13:29:36.280Z | [ recovery-image] Feb 21 13:29:35.259 INFO O| Feb 21 13:29:35.259 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6407 | 2025-02-21T13:29:36.297Z | [ recovery-image] Feb 21 13:29:35.277 INFO O| Feb 21 13:29:35.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
6408 | 2025-02-21T13:29:36.300Z | [ recovery-image] Feb 21 13:29:35.277 INFO O| Feb 21 13:29:35.277 INFO STEP 637 (remove_files) COMPLETE |
6409 | 2025-02-21T13:29:36.300Z | [ recovery-image] Feb 21 13:29:35.277 INFO O| Feb 21 13:29:35.277 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6410 | 2025-02-21T13:29:36.329Z | [ recovery-image] Feb 21 13:29:35.308 INFO O| Feb 21 13:29:35.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
6411 | 2025-02-21T13:29:36.331Z | [ recovery-image] Feb 21 13:29:35.308 INFO O| Feb 21 13:29:35.308 INFO STEP 638 (remove_files) COMPLETE |
6412 | 2025-02-21T13:29:36.332Z | [ recovery-image] Feb 21 13:29:35.309 INFO O| Feb 21 13:29:35.308 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6413 | 2025-02-21T13:29:36.349Z | [ recovery-image] Feb 21 13:29:35.328 INFO O| Feb 21 13:29:35.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
6414 | 2025-02-21T13:29:36.352Z | [ recovery-image] Feb 21 13:29:35.329 INFO O| Feb 21 13:29:35.329 INFO STEP 639 (remove_files) COMPLETE |
6415 | 2025-02-21T13:29:36.352Z | [ recovery-image] Feb 21 13:29:35.329 INFO O| Feb 21 13:29:35.329 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6416 | 2025-02-21T13:29:36.367Z | [ recovery-image] Feb 21 13:29:35.347 INFO O| Feb 21 13:29:35.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
6417 | 2025-02-21T13:29:36.370Z | [ recovery-image] Feb 21 13:29:35.347 INFO O| Feb 21 13:29:35.347 INFO STEP 640 (remove_files) COMPLETE |
6418 | 2025-02-21T13:29:36.370Z | [ recovery-image] Feb 21 13:29:35.347 INFO O| Feb 21 13:29:35.347 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6419 | 2025-02-21T13:29:36.385Z | [ recovery-image] Feb 21 13:29:35.364 INFO O| Feb 21 13:29:35.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
6420 | 2025-02-21T13:29:36.385Z | [ recovery-image] Feb 21 13:29:35.364 INFO O| Feb 21 13:29:35.364 INFO STEP 641 (remove_files) COMPLETE |
6421 | 2025-02-21T13:29:36.386Z | [ recovery-image] Feb 21 13:29:35.364 INFO O| Feb 21 13:29:35.364 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6422 | 2025-02-21T13:29:36.403Z | [ recovery-image] Feb 21 13:29:35.383 INFO O| Feb 21 13:29:35.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
6423 | 2025-02-21T13:29:36.403Z | [ recovery-image] Feb 21 13:29:35.383 INFO O| Feb 21 13:29:35.383 INFO STEP 642 (remove_files) COMPLETE |
6424 | 2025-02-21T13:29:36.407Z | [ recovery-image] Feb 21 13:29:35.383 INFO O| Feb 21 13:29:35.383 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6425 | 2025-02-21T13:29:36.430Z | [ recovery-image] Feb 21 13:29:35.408 INFO O| Feb 21 13:29:35.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
6426 | 2025-02-21T13:29:36.430Z | [ recovery-image] Feb 21 13:29:35.408 INFO O| Feb 21 13:29:35.408 INFO STEP 643 (remove_files) COMPLETE |
6427 | 2025-02-21T13:29:36.432Z | [ recovery-image] Feb 21 13:29:35.408 INFO O| Feb 21 13:29:35.408 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6428 | 2025-02-21T13:29:36.460Z | [ recovery-image] Feb 21 13:29:35.440 INFO O| Feb 21 13:29:35.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
6429 | 2025-02-21T13:29:36.460Z | [ recovery-image] Feb 21 13:29:35.440 INFO O| Feb 21 13:29:35.440 INFO STEP 644 (remove_files) COMPLETE |
6430 | 2025-02-21T13:29:36.460Z | [ recovery-image] Feb 21 13:29:35.440 INFO O| Feb 21 13:29:35.440 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6431 | 2025-02-21T13:29:36.480Z | [ recovery-image] Feb 21 13:29:35.460 INFO O| Feb 21 13:29:35.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
6432 | 2025-02-21T13:29:36.480Z | [ recovery-image] Feb 21 13:29:35.460 INFO O| Feb 21 13:29:35.460 INFO STEP 645 (remove_files) COMPLETE |
6433 | 2025-02-21T13:29:36.480Z | [ recovery-image] Feb 21 13:29:35.460 INFO O| Feb 21 13:29:35.460 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6434 | 2025-02-21T13:29:36.498Z | [ recovery-image] Feb 21 13:29:35.478 INFO O| Feb 21 13:29:35.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
6435 | 2025-02-21T13:29:36.503Z | [ recovery-image] Feb 21 13:29:35.478 INFO O| Feb 21 13:29:35.478 INFO STEP 646 (remove_files) COMPLETE |
6436 | 2025-02-21T13:29:36.503Z | [ recovery-image] Feb 21 13:29:35.478 INFO O| Feb 21 13:29:35.478 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6437 | 2025-02-21T13:29:36.514Z | [ recovery-image] Feb 21 13:29:35.494 INFO O| Feb 21 13:29:35.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
6438 | 2025-02-21T13:29:36.521Z | [ recovery-image] Feb 21 13:29:35.494 INFO O| Feb 21 13:29:35.494 INFO STEP 647 (remove_files) COMPLETE |
6439 | 2025-02-21T13:29:36.521Z | [ recovery-image] Feb 21 13:29:35.495 INFO O| Feb 21 13:29:35.494 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6440 | 2025-02-21T13:29:36.532Z | [ recovery-image] Feb 21 13:29:35.512 INFO O| Feb 21 13:29:35.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
6441 | 2025-02-21T13:29:36.535Z | [ recovery-image] Feb 21 13:29:35.512 INFO O| Feb 21 13:29:35.512 INFO STEP 648 (remove_files) COMPLETE |
6442 | 2025-02-21T13:29:36.535Z | [ recovery-image] Feb 21 13:29:35.512 INFO O| Feb 21 13:29:35.512 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6443 | 2025-02-21T13:29:36.560Z | [ recovery-image] Feb 21 13:29:35.539 INFO O| Feb 21 13:29:35.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
6444 | 2025-02-21T13:29:36.563Z | [ recovery-image] Feb 21 13:29:35.539 INFO O| Feb 21 13:29:35.539 INFO STEP 649 (remove_files) COMPLETE |
6445 | 2025-02-21T13:29:36.563Z | [ recovery-image] Feb 21 13:29:35.540 INFO O| Feb 21 13:29:35.539 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6446 | 2025-02-21T13:29:36.579Z | [ recovery-image] Feb 21 13:29:35.559 INFO O| Feb 21 13:29:35.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
6447 | 2025-02-21T13:29:36.582Z | [ recovery-image] Feb 21 13:29:35.559 INFO O| Feb 21 13:29:35.559 INFO STEP 650 (remove_files) COMPLETE |
6448 | 2025-02-21T13:29:36.582Z | [ recovery-image] Feb 21 13:29:35.559 INFO O| Feb 21 13:29:35.559 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6449 | 2025-02-21T13:29:36.598Z | [ recovery-image] Feb 21 13:29:35.577 INFO O| Feb 21 13:29:35.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
6450 | 2025-02-21T13:29:36.601Z | [ recovery-image] Feb 21 13:29:35.578 INFO O| Feb 21 13:29:35.578 INFO STEP 651 (remove_files) COMPLETE |
6451 | 2025-02-21T13:29:36.601Z | [ recovery-image] Feb 21 13:29:35.578 INFO O| Feb 21 13:29:35.578 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6452 | 2025-02-21T13:29:36.617Z | [ recovery-image] Feb 21 13:29:35.596 INFO O| Feb 21 13:29:35.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
6453 | 2025-02-21T13:29:36.617Z | [ recovery-image] Feb 21 13:29:35.596 INFO O| Feb 21 13:29:35.596 INFO STEP 652 (remove_files) COMPLETE |
6454 | 2025-02-21T13:29:36.617Z | [ recovery-image] Feb 21 13:29:35.596 INFO O| Feb 21 13:29:35.596 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6455 | 2025-02-21T13:29:36.636Z | [ recovery-image] Feb 21 13:29:35.615 INFO O| Feb 21 13:29:35.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
6456 | 2025-02-21T13:29:36.636Z | [ recovery-image] Feb 21 13:29:35.615 INFO O| Feb 21 13:29:35.615 INFO STEP 653 (remove_files) COMPLETE |
6457 | 2025-02-21T13:29:36.636Z | [ recovery-image] Feb 21 13:29:35.615 INFO O| Feb 21 13:29:35.615 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6458 | 2025-02-21T13:29:36.656Z | [ recovery-image] Feb 21 13:29:35.635 INFO O| Feb 21 13:29:35.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
6459 | 2025-02-21T13:29:36.656Z | [ recovery-image] Feb 21 13:29:35.635 INFO O| Feb 21 13:29:35.635 INFO STEP 654 (remove_files) COMPLETE |
6460 | 2025-02-21T13:29:36.656Z | [ recovery-image] Feb 21 13:29:35.635 INFO O| Feb 21 13:29:35.635 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6461 | 2025-02-21T13:29:36.676Z | [ recovery-image] Feb 21 13:29:35.655 INFO O| Feb 21 13:29:35.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
6462 | 2025-02-21T13:29:36.676Z | [ recovery-image] Feb 21 13:29:35.655 INFO O| Feb 21 13:29:35.655 INFO STEP 655 (remove_files) COMPLETE |
6463 | 2025-02-21T13:29:36.676Z | [ recovery-image] Feb 21 13:29:35.655 INFO O| Feb 21 13:29:35.655 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6464 | 2025-02-21T13:29:36.715Z | [ recovery-image] Feb 21 13:29:35.694 INFO O| Feb 21 13:29:35.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
6465 | 2025-02-21T13:29:36.715Z | [ recovery-image] Feb 21 13:29:35.694 INFO O| Feb 21 13:29:35.694 INFO STEP 656 (remove_files) COMPLETE |
6466 | 2025-02-21T13:29:36.715Z | [ recovery-image] Feb 21 13:29:35.694 INFO O| Feb 21 13:29:35.694 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6467 | 2025-02-21T13:29:36.734Z | [ recovery-image] Feb 21 13:29:35.714 INFO O| Feb 21 13:29:35.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
6468 | 2025-02-21T13:29:36.735Z | [ recovery-image] Feb 21 13:29:35.714 INFO O| Feb 21 13:29:35.714 INFO STEP 657 (remove_files) COMPLETE |
6469 | 2025-02-21T13:29:36.735Z | [ recovery-image] Feb 21 13:29:35.714 INFO O| Feb 21 13:29:35.714 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6470 | 2025-02-21T13:29:36.754Z | [ recovery-image] Feb 21 13:29:35.733 INFO O| Feb 21 13:29:35.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
6471 | 2025-02-21T13:29:36.754Z | [ recovery-image] Feb 21 13:29:35.733 INFO O| Feb 21 13:29:35.733 INFO STEP 658 (remove_files) COMPLETE |
6472 | 2025-02-21T13:29:36.754Z | [ recovery-image] Feb 21 13:29:35.733 INFO O| Feb 21 13:29:35.733 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6473 | 2025-02-21T13:29:36.787Z | [ recovery-image] Feb 21 13:29:35.767 INFO O| Feb 21 13:29:35.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
6474 | 2025-02-21T13:29:36.788Z | [ recovery-image] Feb 21 13:29:35.767 INFO O| Feb 21 13:29:35.767 INFO STEP 659 (remove_files) COMPLETE |
6475 | 2025-02-21T13:29:36.790Z | [ recovery-image] Feb 21 13:29:35.767 INFO O| Feb 21 13:29:35.767 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6476 | 2025-02-21T13:29:36.808Z | [ recovery-image] Feb 21 13:29:35.788 INFO O| Feb 21 13:29:35.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6477 | 2025-02-21T13:29:36.808Z | [ recovery-image] Feb 21 13:29:35.788 INFO O| Feb 21 13:29:35.788 INFO STEP 660 (remove_files) COMPLETE |
6478 | 2025-02-21T13:29:36.808Z | [ recovery-image] Feb 21 13:29:35.788 INFO O| Feb 21 13:29:35.788 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6479 | 2025-02-21T13:29:36.828Z | [ recovery-image] Feb 21 13:29:35.808 INFO O| Feb 21 13:29:35.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6480 | 2025-02-21T13:29:36.828Z | [ recovery-image] Feb 21 13:29:35.808 INFO O| Feb 21 13:29:35.808 INFO STEP 661 (remove_files) COMPLETE |
6481 | 2025-02-21T13:29:36.830Z | [ recovery-image] Feb 21 13:29:35.808 INFO O| Feb 21 13:29:35.808 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6482 | 2025-02-21T13:29:36.846Z | [ recovery-image] Feb 21 13:29:35.826 INFO O| Feb 21 13:29:35.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6483 | 2025-02-21T13:29:36.846Z | [ recovery-image] Feb 21 13:29:35.826 INFO O| Feb 21 13:29:35.826 INFO STEP 662 (remove_files) COMPLETE |
6484 | 2025-02-21T13:29:36.847Z | [ recovery-image] Feb 21 13:29:35.826 INFO O| Feb 21 13:29:35.826 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6485 | 2025-02-21T13:29:36.864Z | [ recovery-image] Feb 21 13:29:35.844 INFO O| Feb 21 13:29:35.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6486 | 2025-02-21T13:29:36.864Z | [ recovery-image] Feb 21 13:29:35.844 INFO O| Feb 21 13:29:35.844 INFO STEP 663 (remove_files) COMPLETE |
6487 | 2025-02-21T13:29:36.867Z | [ recovery-image] Feb 21 13:29:35.844 INFO O| Feb 21 13:29:35.844 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6488 | 2025-02-21T13:29:36.905Z | [ recovery-image] Feb 21 13:29:35.885 INFO O| Feb 21 13:29:35.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6489 | 2025-02-21T13:29:36.908Z | [ recovery-image] Feb 21 13:29:35.885 INFO O| Feb 21 13:29:35.885 INFO STEP 664 (remove_files) COMPLETE |
6490 | 2025-02-21T13:29:36.908Z | [ recovery-image] Feb 21 13:29:35.885 INFO O| Feb 21 13:29:35.885 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6491 | 2025-02-21T13:29:36.927Z | [ recovery-image] Feb 21 13:29:35.907 INFO O| Feb 21 13:29:35.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6492 | 2025-02-21T13:29:36.927Z | [ recovery-image] Feb 21 13:29:35.907 INFO O| Feb 21 13:29:35.907 INFO STEP 665 (remove_files) COMPLETE |
6493 | 2025-02-21T13:29:36.927Z | [ recovery-image] Feb 21 13:29:35.907 INFO O| Feb 21 13:29:35.907 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6494 | 2025-02-21T13:29:36.947Z | [ recovery-image] Feb 21 13:29:35.926 INFO O| Feb 21 13:29:35.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6495 | 2025-02-21T13:29:36.947Z | [ recovery-image] Feb 21 13:29:35.926 INFO O| Feb 21 13:29:35.926 INFO STEP 666 (remove_files) COMPLETE |
6496 | 2025-02-21T13:29:36.947Z | [ recovery-image] Feb 21 13:29:35.926 INFO O| Feb 21 13:29:35.926 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6497 | 2025-02-21T13:29:36.964Z | [ recovery-image] Feb 21 13:29:35.944 INFO O| Feb 21 13:29:35.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6498 | 2025-02-21T13:29:36.964Z | [ recovery-image] Feb 21 13:29:35.944 INFO O| Feb 21 13:29:35.944 INFO STEP 667 (remove_files) COMPLETE |
6499 | 2025-02-21T13:29:36.964Z | [ recovery-image] Feb 21 13:29:35.944 INFO O| Feb 21 13:29:35.944 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6500 | 2025-02-21T13:29:36.983Z | [ recovery-image] Feb 21 13:29:35.963 INFO O| Feb 21 13:29:35.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6501 | 2025-02-21T13:29:36.983Z | [ recovery-image] Feb 21 13:29:35.963 INFO O| Feb 21 13:29:35.963 INFO STEP 668 (remove_files) COMPLETE |
6502 | 2025-02-21T13:29:36.986Z | [ recovery-image] Feb 21 13:29:35.963 INFO O| Feb 21 13:29:35.963 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6503 | 2025-02-21T13:29:37.008Z | [ recovery-image] Feb 21 13:29:35.988 INFO O| Feb 21 13:29:35.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6504 | 2025-02-21T13:29:37.011Z | [ recovery-image] Feb 21 13:29:35.988 INFO O| Feb 21 13:29:35.988 INFO STEP 669 (remove_files) COMPLETE |
6505 | 2025-02-21T13:29:37.011Z | [ recovery-image] Feb 21 13:29:35.989 INFO O| Feb 21 13:29:35.989 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6506 | 2025-02-21T13:29:37.029Z | [ recovery-image] Feb 21 13:29:36.008 INFO O| Feb 21 13:29:36.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6507 | 2025-02-21T13:29:37.031Z | [ recovery-image] Feb 21 13:29:36.009 INFO O| Feb 21 13:29:36.009 INFO STEP 670 (remove_files) COMPLETE |
6508 | 2025-02-21T13:29:37.031Z | [ recovery-image] Feb 21 13:29:36.009 INFO O| Feb 21 13:29:36.009 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6509 | 2025-02-21T13:29:37.047Z | [ recovery-image] Feb 21 13:29:36.026 INFO O| Feb 21 13:29:36.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6510 | 2025-02-21T13:29:37.049Z | [ recovery-image] Feb 21 13:29:36.027 INFO O| Feb 21 13:29:36.027 INFO STEP 671 (remove_files) COMPLETE |
6511 | 2025-02-21T13:29:37.049Z | [ recovery-image] Feb 21 13:29:36.027 INFO O| Feb 21 13:29:36.027 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6512 | 2025-02-21T13:29:37.066Z | [ recovery-image] Feb 21 13:29:36.046 INFO O| Feb 21 13:29:36.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6513 | 2025-02-21T13:29:37.068Z | [ recovery-image] Feb 21 13:29:36.046 INFO O| Feb 21 13:29:36.046 INFO STEP 672 (remove_files) COMPLETE |
6514 | 2025-02-21T13:29:37.068Z | [ recovery-image] Feb 21 13:29:36.046 INFO O| Feb 21 13:29:36.046 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6515 | 2025-02-21T13:29:37.084Z | [ recovery-image] Feb 21 13:29:36.064 INFO O| Feb 21 13:29:36.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6516 | 2025-02-21T13:29:37.089Z | [ recovery-image] Feb 21 13:29:36.064 INFO O| Feb 21 13:29:36.064 INFO STEP 673 (remove_files) COMPLETE |
6517 | 2025-02-21T13:29:37.089Z | [ recovery-image] Feb 21 13:29:36.064 INFO O| Feb 21 13:29:36.064 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6518 | 2025-02-21T13:29:37.091Z | [ host-image] Feb 21 13:29:36.071 INFO O| Feb 21 13:29:36.071 INFO O| Download: Completed 8.42 MB in 8.68 seconds (992k/s) |
6519 | 2025-02-21T13:29:37.102Z | [ recovery-image] Feb 21 13:29:36.082 INFO O| Feb 21 13:29:36.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6520 | 2025-02-21T13:29:37.105Z | [ recovery-image] Feb 21 13:29:36.082 INFO O| Feb 21 13:29:36.082 INFO STEP 674 (remove_files) COMPLETE |
6521 | 2025-02-21T13:29:37.105Z | [ recovery-image] Feb 21 13:29:36.082 INFO O| Feb 21 13:29:36.082 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6522 | 2025-02-21T13:29:37.118Z | [ recovery-image] Feb 21 13:29:36.098 INFO O| Feb 21 13:29:36.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6523 | 2025-02-21T13:29:37.121Z | [ recovery-image] Feb 21 13:29:36.098 INFO O| Feb 21 13:29:36.098 INFO STEP 675 (remove_files) COMPLETE |
6524 | 2025-02-21T13:29:37.121Z | [ recovery-image] Feb 21 13:29:36.098 INFO O| Feb 21 13:29:36.098 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6525 | 2025-02-21T13:29:37.136Z | [ recovery-image] Feb 21 13:29:36.115 INFO O| Feb 21 13:29:36.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6526 | 2025-02-21T13:29:37.139Z | [ recovery-image] Feb 21 13:29:36.115 INFO O| Feb 21 13:29:36.115 INFO STEP 676 (remove_files) COMPLETE |
6527 | 2025-02-21T13:29:37.139Z | [ recovery-image] Feb 21 13:29:36.115 INFO O| Feb 21 13:29:36.115 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6528 | 2025-02-21T13:29:37.165Z | [ recovery-image] Feb 21 13:29:36.145 INFO O| Feb 21 13:29:36.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6529 | 2025-02-21T13:29:37.165Z | [ recovery-image] Feb 21 13:29:36.145 INFO O| Feb 21 13:29:36.145 INFO STEP 677 (remove_files) COMPLETE |
6530 | 2025-02-21T13:29:37.165Z | [ recovery-image] Feb 21 13:29:36.145 INFO O| Feb 21 13:29:36.145 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6531 | 2025-02-21T13:29:37.182Z | [ recovery-image] Feb 21 13:29:36.162 INFO O| Feb 21 13:29:36.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6532 | 2025-02-21T13:29:37.182Z | [ recovery-image] Feb 21 13:29:36.162 INFO O| Feb 21 13:29:36.162 INFO STEP 678 (remove_files) COMPLETE |
6533 | 2025-02-21T13:29:37.185Z | [ recovery-image] Feb 21 13:29:36.162 INFO O| Feb 21 13:29:36.162 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6534 | 2025-02-21T13:29:37.200Z | [ host-image] Feb 21 13:29:36.180 INFO O| Feb 21 13:29:36.180 INFO O| Actions: 1/1361 actions (Installing new actions) |
6535 | 2025-02-21T13:29:37.205Z | [ recovery-image] Feb 21 13:29:36.185 INFO O| Feb 21 13:29:36.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6536 | 2025-02-21T13:29:37.208Z | [ recovery-image] Feb 21 13:29:36.185 INFO O| Feb 21 13:29:36.185 INFO STEP 679 (remove_files) COMPLETE |
6537 | 2025-02-21T13:29:37.208Z | [ recovery-image] Feb 21 13:29:36.185 INFO O| Feb 21 13:29:36.185 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6538 | 2025-02-21T13:29:37.243Z | [ recovery-image] Feb 21 13:29:36.222 INFO O| Feb 21 13:29:36.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6539 | 2025-02-21T13:29:37.245Z | [ recovery-image] Feb 21 13:29:36.222 INFO O| Feb 21 13:29:36.222 INFO STEP 680 (remove_files) COMPLETE |
6540 | 2025-02-21T13:29:37.245Z | [ recovery-image] Feb 21 13:29:36.223 INFO O| Feb 21 13:29:36.222 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6541 | 2025-02-21T13:29:37.261Z | [ recovery-image] Feb 21 13:29:36.241 INFO O| Feb 21 13:29:36.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6542 | 2025-02-21T13:29:37.263Z | [ recovery-image] Feb 21 13:29:36.241 INFO O| Feb 21 13:29:36.241 INFO STEP 681 (remove_files) COMPLETE |
6543 | 2025-02-21T13:29:37.263Z | [ recovery-image] Feb 21 13:29:36.241 INFO O| Feb 21 13:29:36.241 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6544 | 2025-02-21T13:29:37.291Z | [ recovery-image] Feb 21 13:29:36.269 INFO O| Feb 21 13:29:36.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6545 | 2025-02-21T13:29:37.291Z | [ recovery-image] Feb 21 13:29:36.269 INFO O| Feb 21 13:29:36.269 INFO STEP 682 (remove_files) COMPLETE |
6546 | 2025-02-21T13:29:37.291Z | [ recovery-image] Feb 21 13:29:36.270 INFO O| Feb 21 13:29:36.270 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6547 | 2025-02-21T13:29:37.310Z | [ recovery-image] Feb 21 13:29:36.289 INFO O| Feb 21 13:29:36.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6548 | 2025-02-21T13:29:37.312Z | [ recovery-image] Feb 21 13:29:36.289 INFO O| Feb 21 13:29:36.289 INFO STEP 683 (remove_files) COMPLETE |
6549 | 2025-02-21T13:29:37.312Z | [ recovery-image] Feb 21 13:29:36.290 INFO O| Feb 21 13:29:36.290 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6550 | 2025-02-21T13:29:37.330Z | [ recovery-image] Feb 21 13:29:36.308 INFO O| Feb 21 13:29:36.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6551 | 2025-02-21T13:29:37.371Z | [ recovery-image] Feb 21 13:29:36.349 INFO O| Feb 21 13:29:36.349 INFO STEP 684 (remove_files) COMPLETE |
6552 | 2025-02-21T13:29:37.371Z | [ recovery-image] Feb 21 13:29:36.349 INFO O| Feb 21 13:29:36.349 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6553 | 2025-02-21T13:29:37.389Z | [ recovery-image] Feb 21 13:29:36.369 INFO O| Feb 21 13:29:36.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6554 | 2025-02-21T13:29:37.391Z | [ recovery-image] Feb 21 13:29:36.369 INFO O| Feb 21 13:29:36.369 INFO STEP 685 (remove_files) COMPLETE |
6555 | 2025-02-21T13:29:37.391Z | [ recovery-image] Feb 21 13:29:36.369 INFO O| Feb 21 13:29:36.369 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6556 | 2025-02-21T13:29:37.406Z | [ recovery-image] Feb 21 13:29:36.386 INFO O| Feb 21 13:29:36.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6557 | 2025-02-21T13:29:37.406Z | [ recovery-image] Feb 21 13:29:36.386 INFO O| Feb 21 13:29:36.386 INFO STEP 686 (remove_files) COMPLETE |
6558 | 2025-02-21T13:29:37.409Z | [ recovery-image] Feb 21 13:29:36.387 INFO O| Feb 21 13:29:36.387 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6559 | 2025-02-21T13:29:37.425Z | [ recovery-image] Feb 21 13:29:36.404 INFO O| Feb 21 13:29:36.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6560 | 2025-02-21T13:29:37.427Z | [ recovery-image] Feb 21 13:29:36.405 INFO O| Feb 21 13:29:36.405 INFO STEP 687 (remove_files) COMPLETE |
6561 | 2025-02-21T13:29:37.427Z | [ recovery-image] Feb 21 13:29:36.405 INFO O| Feb 21 13:29:36.405 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6562 | 2025-02-21T13:29:37.472Z | [ recovery-image] Feb 21 13:29:36.452 INFO O| Feb 21 13:29:36.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6563 | 2025-02-21T13:29:37.475Z | [ recovery-image] Feb 21 13:29:36.452 INFO O| Feb 21 13:29:36.452 INFO STEP 688 (remove_files) COMPLETE |
6564 | 2025-02-21T13:29:37.475Z | [ recovery-image] Feb 21 13:29:36.452 INFO O| Feb 21 13:29:36.452 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6565 | 2025-02-21T13:29:37.515Z | [ recovery-image] Feb 21 13:29:36.494 INFO O| Feb 21 13:29:36.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6566 | 2025-02-21T13:29:37.515Z | [ recovery-image] Feb 21 13:29:36.495 INFO O| Feb 21 13:29:36.495 INFO STEP 689 (remove_files) COMPLETE |
6567 | 2025-02-21T13:29:37.515Z | [ recovery-image] Feb 21 13:29:36.495 INFO O| Feb 21 13:29:36.495 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6568 | 2025-02-21T13:29:37.536Z | [ recovery-image] Feb 21 13:29:36.515 INFO O| Feb 21 13:29:36.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6569 | 2025-02-21T13:29:37.536Z | [ recovery-image] Feb 21 13:29:36.515 INFO O| Feb 21 13:29:36.515 INFO STEP 690 (remove_files) COMPLETE |
6570 | 2025-02-21T13:29:37.536Z | [ recovery-image] Feb 21 13:29:36.516 INFO O| Feb 21 13:29:36.515 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6571 | 2025-02-21T13:29:37.556Z | [ recovery-image] Feb 21 13:29:36.536 INFO O| Feb 21 13:29:36.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6572 | 2025-02-21T13:29:37.556Z | [ recovery-image] Feb 21 13:29:36.536 INFO O| Feb 21 13:29:36.536 INFO STEP 691 (remove_files) COMPLETE |
6573 | 2025-02-21T13:29:37.556Z | [ recovery-image] Feb 21 13:29:36.536 INFO O| Feb 21 13:29:36.536 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6574 | 2025-02-21T13:29:37.584Z | [ recovery-image] Feb 21 13:29:36.564 INFO O| Feb 21 13:29:36.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6575 | 2025-02-21T13:29:37.584Z | [ recovery-image] Feb 21 13:29:36.564 INFO O| Feb 21 13:29:36.564 INFO STEP 692 (remove_files) COMPLETE |
6576 | 2025-02-21T13:29:37.584Z | [ recovery-image] Feb 21 13:29:36.564 INFO O| Feb 21 13:29:36.564 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6577 | 2025-02-21T13:29:37.625Z | [ recovery-image] Feb 21 13:29:36.605 INFO O| Feb 21 13:29:36.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6578 | 2025-02-21T13:29:37.625Z | [ recovery-image] Feb 21 13:29:36.605 INFO O| Feb 21 13:29:36.605 INFO STEP 693 (remove_files) COMPLETE |
6579 | 2025-02-21T13:29:37.625Z | [ recovery-image] Feb 21 13:29:36.605 INFO O| Feb 21 13:29:36.605 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6580 | 2025-02-21T13:29:37.642Z | [ recovery-image] Feb 21 13:29:36.622 INFO O| Feb 21 13:29:36.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6581 | 2025-02-21T13:29:37.642Z | [ recovery-image] Feb 21 13:29:36.622 INFO O| Feb 21 13:29:36.622 INFO STEP 694 (remove_files) COMPLETE |
6582 | 2025-02-21T13:29:37.642Z | [ recovery-image] Feb 21 13:29:36.622 INFO O| Feb 21 13:29:36.622 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6583 | 2025-02-21T13:29:37.660Z | [ recovery-image] Feb 21 13:29:36.638 INFO O| Feb 21 13:29:36.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6584 | 2025-02-21T13:29:37.680Z | [ recovery-image] Feb 21 13:29:36.660 INFO O| Feb 21 13:29:36.660 INFO STEP 695 (remove_files) COMPLETE |
6585 | 2025-02-21T13:29:37.680Z | [ recovery-image] Feb 21 13:29:36.660 INFO O| Feb 21 13:29:36.660 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6586 | 2025-02-21T13:29:37.699Z | [ recovery-image] Feb 21 13:29:36.678 INFO O| Feb 21 13:29:36.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6587 | 2025-02-21T13:29:37.699Z | [ recovery-image] Feb 21 13:29:36.678 INFO O| Feb 21 13:29:36.678 INFO STEP 696 (remove_files) COMPLETE |
6588 | 2025-02-21T13:29:37.699Z | [ recovery-image] Feb 21 13:29:36.678 INFO O| Feb 21 13:29:36.678 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6589 | 2025-02-21T13:29:37.731Z | [ recovery-image] Feb 21 13:29:36.711 INFO O| Feb 21 13:29:36.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6590 | 2025-02-21T13:29:37.758Z | [ recovery-image] Feb 21 13:29:36.737 INFO O| Feb 21 13:29:36.737 INFO STEP 697 (remove_files) COMPLETE |
6591 | 2025-02-21T13:29:37.758Z | [ recovery-image] Feb 21 13:29:36.737 INFO O| Feb 21 13:29:36.737 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6592 | 2025-02-21T13:29:37.797Z | [ recovery-image] Feb 21 13:29:36.776 INFO O| Feb 21 13:29:36.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6593 | 2025-02-21T13:29:37.799Z | [ recovery-image] Feb 21 13:29:36.777 INFO O| Feb 21 13:29:36.777 INFO STEP 698 (remove_files) COMPLETE |
6594 | 2025-02-21T13:29:37.799Z | [ recovery-image] Feb 21 13:29:36.777 INFO O| Feb 21 13:29:36.777 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6595 | 2025-02-21T13:29:37.814Z | [ recovery-image] Feb 21 13:29:36.794 INFO O| Feb 21 13:29:36.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6596 | 2025-02-21T13:29:37.817Z | [ recovery-image] Feb 21 13:29:36.794 INFO O| Feb 21 13:29:36.794 INFO STEP 699 (remove_files) COMPLETE |
6597 | 2025-02-21T13:29:37.817Z | [ recovery-image] Feb 21 13:29:36.794 INFO O| Feb 21 13:29:36.794 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6598 | 2025-02-21T13:29:37.831Z | [ recovery-image] Feb 21 13:29:36.811 INFO O| Feb 21 13:29:36.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6599 | 2025-02-21T13:29:37.831Z | [ recovery-image] Feb 21 13:29:36.811 INFO O| Feb 21 13:29:36.811 INFO STEP 700 (remove_files) COMPLETE |
6600 | 2025-02-21T13:29:37.833Z | [ recovery-image] Feb 21 13:29:36.811 INFO O| Feb 21 13:29:36.811 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6601 | 2025-02-21T13:29:37.895Z | [ recovery-image] Feb 21 13:29:36.875 INFO O| Feb 21 13:29:36.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6602 | 2025-02-21T13:29:37.898Z | [ recovery-image] Feb 21 13:29:36.875 INFO O| Feb 21 13:29:36.875 INFO STEP 701 (remove_files) COMPLETE |
6603 | 2025-02-21T13:29:37.898Z | [ recovery-image] Feb 21 13:29:36.875 INFO O| Feb 21 13:29:36.875 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6604 | 2025-02-21T13:29:37.916Z | [ recovery-image] Feb 21 13:29:36.896 INFO O| Feb 21 13:29:36.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6605 | 2025-02-21T13:29:37.942Z | [ host-image] Feb 21 13:29:36.922 INFO O| Feb 21 13:29:36.921 INFO O| Actions: Completed 1361 actions in 0.74 seconds. |
6606 | 2025-02-21T13:29:37.950Z | [ recovery-image] Feb 21 13:29:36.929 INFO O| Feb 21 13:29:36.929 INFO STEP 702 (remove_files) COMPLETE |
6607 | 2025-02-21T13:29:37.950Z | [ recovery-image] Feb 21 13:29:36.929 INFO O| Feb 21 13:29:36.929 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6608 | 2025-02-21T13:29:38.039Z | [ recovery-image] Feb 21 13:29:37.018 INFO O| Feb 21 13:29:37.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6609 | 2025-02-21T13:29:38.039Z | [ recovery-image] Feb 21 13:29:37.018 INFO O| Feb 21 13:29:37.018 INFO STEP 703 (remove_files) COMPLETE |
6610 | 2025-02-21T13:29:38.039Z | [ recovery-image] Feb 21 13:29:37.018 INFO O| Feb 21 13:29:37.018 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6611 | 2025-02-21T13:29:38.096Z | [ recovery-image] Feb 21 13:29:37.076 INFO O| Feb 21 13:29:37.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6612 | 2025-02-21T13:29:38.096Z | [ recovery-image] Feb 21 13:29:37.076 INFO O| Feb 21 13:29:37.076 INFO STEP 704 (remove_files) COMPLETE |
6613 | 2025-02-21T13:29:38.096Z | [ recovery-image] Feb 21 13:29:37.076 INFO O| Feb 21 13:29:37.076 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6614 | 2025-02-21T13:29:38.116Z | [ recovery-image] Feb 21 13:29:37.095 INFO O| Feb 21 13:29:37.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6615 | 2025-02-21T13:29:38.116Z | [ recovery-image] Feb 21 13:29:37.095 INFO O| Feb 21 13:29:37.095 INFO STEP 705 (remove_files) COMPLETE |
6616 | 2025-02-21T13:29:38.119Z | [ recovery-image] Feb 21 13:29:37.095 INFO O| Feb 21 13:29:37.095 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6617 | 2025-02-21T13:29:38.136Z | [ recovery-image] Feb 21 13:29:37.116 INFO O| Feb 21 13:29:37.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6618 | 2025-02-21T13:29:38.143Z | [ recovery-image] Feb 21 13:29:37.123 INFO O| Feb 21 13:29:37.123 INFO STEP 706 (remove_files) COMPLETE |
6619 | 2025-02-21T13:29:38.144Z | [ recovery-image] Feb 21 13:29:37.123 INFO O| Feb 21 13:29:37.123 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6620 | 2025-02-21T13:29:38.164Z | [ recovery-image] Feb 21 13:29:37.143 INFO O| Feb 21 13:29:37.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6621 | 2025-02-21T13:29:38.164Z | [ recovery-image] Feb 21 13:29:37.143 INFO O| Feb 21 13:29:37.143 INFO STEP 707 (remove_files) COMPLETE |
6622 | 2025-02-21T13:29:38.164Z | [ recovery-image] Feb 21 13:29:37.143 INFO O| Feb 21 13:29:37.143 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6623 | 2025-02-21T13:29:38.198Z | [ recovery-image] Feb 21 13:29:37.178 INFO O| Feb 21 13:29:37.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6624 | 2025-02-21T13:29:38.198Z | [ recovery-image] Feb 21 13:29:37.178 INFO O| Feb 21 13:29:37.178 INFO STEP 708 (remove_files) COMPLETE |
6625 | 2025-02-21T13:29:38.198Z | [ recovery-image] Feb 21 13:29:37.178 INFO O| Feb 21 13:29:37.178 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6626 | 2025-02-21T13:29:38.276Z | [ recovery-image] Feb 21 13:29:37.256 INFO O| Feb 21 13:29:37.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6627 | 2025-02-21T13:29:38.276Z | [ recovery-image] Feb 21 13:29:37.256 INFO O| Feb 21 13:29:37.256 INFO STEP 709 (remove_files) COMPLETE |
6628 | 2025-02-21T13:29:38.276Z | [ recovery-image] Feb 21 13:29:37.256 INFO O| Feb 21 13:29:37.256 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6629 | 2025-02-21T13:29:38.324Z | [ recovery-image] Feb 21 13:29:37.303 INFO O| Feb 21 13:29:37.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6630 | 2025-02-21T13:29:38.324Z | [ recovery-image] Feb 21 13:29:37.303 INFO O| Feb 21 13:29:37.303 INFO STEP 710 (remove_files) COMPLETE |
6631 | 2025-02-21T13:29:38.324Z | [ recovery-image] Feb 21 13:29:37.303 INFO O| Feb 21 13:29:37.303 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6632 | 2025-02-21T13:29:38.346Z | [ recovery-image] Feb 21 13:29:37.326 INFO O| Feb 21 13:29:37.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6633 | 2025-02-21T13:29:38.346Z | [ recovery-image] Feb 21 13:29:37.326 INFO O| Feb 21 13:29:37.326 INFO STEP 711 (remove_files) COMPLETE |
6634 | 2025-02-21T13:29:38.346Z | [ recovery-image] Feb 21 13:29:37.326 INFO O| Feb 21 13:29:37.326 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6635 | 2025-02-21T13:29:38.368Z | [ recovery-image] Feb 21 13:29:37.347 INFO O| Feb 21 13:29:37.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6636 | 2025-02-21T13:29:38.368Z | [ recovery-image] Feb 21 13:29:37.347 INFO O| Feb 21 13:29:37.347 INFO STEP 712 (remove_files) COMPLETE |
6637 | 2025-02-21T13:29:38.368Z | [ recovery-image] Feb 21 13:29:37.347 INFO O| Feb 21 13:29:37.347 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6638 | 2025-02-21T13:29:38.389Z | [ recovery-image] Feb 21 13:29:37.368 INFO O| Feb 21 13:29:37.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6639 | 2025-02-21T13:29:38.389Z | [ recovery-image] Feb 21 13:29:37.368 INFO O| Feb 21 13:29:37.368 INFO STEP 713 (remove_files) COMPLETE |
6640 | 2025-02-21T13:29:38.391Z | [ recovery-image] Feb 21 13:29:37.368 INFO O| Feb 21 13:29:37.368 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6641 | 2025-02-21T13:29:38.410Z | [ recovery-image] Feb 21 13:29:37.390 INFO O| Feb 21 13:29:37.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6642 | 2025-02-21T13:29:38.411Z | [ recovery-image] Feb 21 13:29:37.390 INFO O| Feb 21 13:29:37.390 INFO STEP 714 (remove_files) COMPLETE |
6643 | 2025-02-21T13:29:38.413Z | [ recovery-image] Feb 21 13:29:37.391 INFO O| Feb 21 13:29:37.390 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6644 | 2025-02-21T13:29:38.449Z | [ recovery-image] Feb 21 13:29:37.429 INFO O| Feb 21 13:29:37.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6645 | 2025-02-21T13:29:38.449Z | [ recovery-image] Feb 21 13:29:37.429 INFO O| Feb 21 13:29:37.429 INFO STEP 715 (remove_files) COMPLETE |
6646 | 2025-02-21T13:29:38.449Z | [ recovery-image] Feb 21 13:29:37.429 INFO O| Feb 21 13:29:37.429 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6647 | 2025-02-21T13:29:38.472Z | [ recovery-image] Feb 21 13:29:37.452 INFO O| Feb 21 13:29:37.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6648 | 2025-02-21T13:29:38.472Z | [ recovery-image] Feb 21 13:29:37.452 INFO O| Feb 21 13:29:37.452 INFO STEP 716 (remove_files) COMPLETE |
6649 | 2025-02-21T13:29:38.472Z | [ recovery-image] Feb 21 13:29:37.452 INFO O| Feb 21 13:29:37.452 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6650 | 2025-02-21T13:29:38.492Z | [ recovery-image] Feb 21 13:29:37.472 INFO O| Feb 21 13:29:37.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6651 | 2025-02-21T13:29:38.513Z | [ recovery-image] Feb 21 13:29:37.493 INFO O| Feb 21 13:29:37.493 INFO STEP 717 (remove_files) COMPLETE |
6652 | 2025-02-21T13:29:38.513Z | [ recovery-image] Feb 21 13:29:37.493 INFO O| Feb 21 13:29:37.493 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6653 | 2025-02-21T13:29:38.545Z | [ recovery-image] Feb 21 13:29:37.525 INFO O| Feb 21 13:29:37.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6654 | 2025-02-21T13:29:38.548Z | [ recovery-image] Feb 21 13:29:37.525 INFO O| Feb 21 13:29:37.525 INFO STEP 718 (remove_files) COMPLETE |
6655 | 2025-02-21T13:29:38.548Z | [ recovery-image] Feb 21 13:29:37.525 INFO O| Feb 21 13:29:37.525 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6656 | 2025-02-21T13:29:38.570Z | [ host-image] Feb 21 13:29:37.550 INFO O| Feb 21 13:29:37.550 INFO O| Done |
6657 | 2025-02-21T13:29:38.570Z | [ host-image] Feb 21 13:29:37.550 INFO O| Feb 21 13:29:37.550 INFO O| Done |
6658 | 2025-02-21T13:29:38.573Z | [ recovery-image] Feb 21 13:29:37.551 INFO O| Feb 21 13:29:37.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6659 | 2025-02-21T13:29:38.573Z | [ recovery-image] Feb 21 13:29:37.551 INFO O| Feb 21 13:29:37.551 INFO STEP 719 (remove_files) COMPLETE |
6660 | 2025-02-21T13:29:38.573Z | [ recovery-image] Feb 21 13:29:37.551 INFO O| Feb 21 13:29:37.551 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6661 | 2025-02-21T13:29:38.596Z | [ recovery-image] Feb 21 13:29:37.575 INFO O| Feb 21 13:29:37.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6662 | 2025-02-21T13:29:38.596Z | [ recovery-image] Feb 21 13:29:37.575 INFO O| Feb 21 13:29:37.575 INFO STEP 720 (remove_files) COMPLETE |
6663 | 2025-02-21T13:29:38.596Z | [ recovery-image] Feb 21 13:29:37.575 INFO O| Feb 21 13:29:37.575 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6664 | 2025-02-21T13:29:38.615Z | [ recovery-image] Feb 21 13:29:37.595 INFO O| Feb 21 13:29:37.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6665 | 2025-02-21T13:29:38.618Z | [ recovery-image] Feb 21 13:29:37.596 INFO O| Feb 21 13:29:37.596 INFO STEP 721 (remove_files) COMPLETE |
6666 | 2025-02-21T13:29:38.618Z | [ recovery-image] Feb 21 13:29:37.596 INFO O| Feb 21 13:29:37.596 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6667 | 2025-02-21T13:29:38.637Z | [ recovery-image] Feb 21 13:29:37.617 INFO O| Feb 21 13:29:37.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6668 | 2025-02-21T13:29:38.637Z | [ recovery-image] Feb 21 13:29:37.617 INFO O| Feb 21 13:29:37.617 INFO STEP 722 (remove_files) COMPLETE |
6669 | 2025-02-21T13:29:38.640Z | [ recovery-image] Feb 21 13:29:37.617 INFO O| Feb 21 13:29:37.617 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6670 | 2025-02-21T13:29:38.658Z | [ recovery-image] Feb 21 13:29:37.637 INFO O| Feb 21 13:29:37.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6671 | 2025-02-21T13:29:38.660Z | [ recovery-image] Feb 21 13:29:37.637 INFO O| Feb 21 13:29:37.637 INFO STEP 723 (remove_files) COMPLETE |
6672 | 2025-02-21T13:29:38.660Z | [ recovery-image] Feb 21 13:29:37.638 INFO O| Feb 21 13:29:37.638 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6673 | 2025-02-21T13:29:38.679Z | [ recovery-image] Feb 21 13:29:37.659 INFO O| Feb 21 13:29:37.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6674 | 2025-02-21T13:29:38.682Z | [ recovery-image] Feb 21 13:29:37.659 INFO O| Feb 21 13:29:37.659 INFO STEP 724 (remove_files) COMPLETE |
6675 | 2025-02-21T13:29:38.682Z | [ recovery-image] Feb 21 13:29:37.659 INFO O| Feb 21 13:29:37.659 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6676 | 2025-02-21T13:29:38.700Z | [ recovery-image] Feb 21 13:29:37.680 INFO O| Feb 21 13:29:37.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6677 | 2025-02-21T13:29:38.703Z | [ recovery-image] Feb 21 13:29:37.680 INFO O| Feb 21 13:29:37.680 INFO STEP 725 (remove_files) COMPLETE |
6678 | 2025-02-21T13:29:38.703Z | [ recovery-image] Feb 21 13:29:37.680 INFO O| Feb 21 13:29:37.680 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6679 | 2025-02-21T13:29:38.721Z | [ recovery-image] Feb 21 13:29:37.700 INFO O| Feb 21 13:29:37.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6680 | 2025-02-21T13:29:38.723Z | [ recovery-image] Feb 21 13:29:37.701 INFO O| Feb 21 13:29:37.700 INFO STEP 726 (remove_files) COMPLETE |
6681 | 2025-02-21T13:29:38.723Z | [ recovery-image] Feb 21 13:29:37.701 INFO O| Feb 21 13:29:37.701 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6682 | 2025-02-21T13:29:38.742Z | [ recovery-image] Feb 21 13:29:37.722 INFO O| Feb 21 13:29:37.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6683 | 2025-02-21T13:29:38.742Z | [ recovery-image] Feb 21 13:29:37.722 INFO O| Feb 21 13:29:37.722 INFO STEP 727 (remove_files) COMPLETE |
6684 | 2025-02-21T13:29:38.745Z | [ recovery-image] Feb 21 13:29:37.722 INFO O| Feb 21 13:29:37.722 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6685 | 2025-02-21T13:29:38.763Z | [ recovery-image] Feb 21 13:29:37.742 INFO O| Feb 21 13:29:37.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6686 | 2025-02-21T13:29:38.763Z | [ recovery-image] Feb 21 13:29:37.742 INFO O| Feb 21 13:29:37.742 INFO STEP 728 (remove_files) COMPLETE |
6687 | 2025-02-21T13:29:38.766Z | [ recovery-image] Feb 21 13:29:37.743 INFO O| Feb 21 13:29:37.742 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6688 | 2025-02-21T13:29:38.784Z | [ recovery-image] Feb 21 13:29:37.764 INFO O| Feb 21 13:29:37.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6689 | 2025-02-21T13:29:38.785Z | [ recovery-image] Feb 21 13:29:37.764 INFO O| Feb 21 13:29:37.764 INFO STEP 729 (remove_files) COMPLETE |
6690 | 2025-02-21T13:29:38.785Z | [ recovery-image] Feb 21 13:29:37.764 INFO O| Feb 21 13:29:37.764 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6691 | 2025-02-21T13:29:38.828Z | [ recovery-image] Feb 21 13:29:37.807 INFO O| Feb 21 13:29:37.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6692 | 2025-02-21T13:29:38.828Z | [ recovery-image] Feb 21 13:29:37.807 INFO O| Feb 21 13:29:37.807 INFO STEP 730 (remove_files) COMPLETE |
6693 | 2025-02-21T13:29:38.828Z | [ recovery-image] Feb 21 13:29:37.807 INFO O| Feb 21 13:29:37.807 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6694 | 2025-02-21T13:29:38.851Z | [ recovery-image] Feb 21 13:29:37.830 INFO O| Feb 21 13:29:37.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6695 | 2025-02-21T13:29:38.851Z | [ recovery-image] Feb 21 13:29:37.831 INFO O| Feb 21 13:29:37.830 INFO STEP 731 (remove_files) COMPLETE |
6696 | 2025-02-21T13:29:38.851Z | [ recovery-image] Feb 21 13:29:37.831 INFO O| Feb 21 13:29:37.831 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6697 | 2025-02-21T13:29:38.886Z | [ recovery-image] Feb 21 13:29:37.865 INFO O| Feb 21 13:29:37.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6698 | 2025-02-21T13:29:38.886Z | [ recovery-image] Feb 21 13:29:37.865 INFO O| Feb 21 13:29:37.865 INFO STEP 732 (remove_files) COMPLETE |
6699 | 2025-02-21T13:29:38.886Z | [ recovery-image] Feb 21 13:29:37.865 INFO O| Feb 21 13:29:37.865 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6700 | 2025-02-21T13:29:38.905Z | [ recovery-image] Feb 21 13:29:37.884 INFO O| Feb 21 13:29:37.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6701 | 2025-02-21T13:29:38.905Z | [ recovery-image] Feb 21 13:29:37.884 INFO O| Feb 21 13:29:37.884 INFO STEP 733 (remove_files) COMPLETE |
6702 | 2025-02-21T13:29:38.905Z | [ recovery-image] Feb 21 13:29:37.884 INFO O| Feb 21 13:29:37.884 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6703 | 2025-02-21T13:29:38.924Z | [ recovery-image] Feb 21 13:29:37.903 INFO O| Feb 21 13:29:37.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6704 | 2025-02-21T13:29:38.924Z | [ recovery-image] Feb 21 13:29:37.903 INFO O| Feb 21 13:29:37.903 INFO STEP 734 (remove_files) COMPLETE |
6705 | 2025-02-21T13:29:38.924Z | [ recovery-image] Feb 21 13:29:37.903 INFO O| Feb 21 13:29:37.903 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6706 | 2025-02-21T13:29:38.943Z | [ recovery-image] Feb 21 13:29:37.922 INFO O| Feb 21 13:29:37.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6707 | 2025-02-21T13:29:38.943Z | [ recovery-image] Feb 21 13:29:37.922 INFO O| Feb 21 13:29:37.922 INFO STEP 735 (remove_files) COMPLETE |
6708 | 2025-02-21T13:29:38.945Z | [ recovery-image] Feb 21 13:29:37.923 INFO O| Feb 21 13:29:37.922 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6709 | 2025-02-21T13:29:38.963Z | [ recovery-image] Feb 21 13:29:37.942 INFO O| Feb 21 13:29:37.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6710 | 2025-02-21T13:29:38.963Z | [ recovery-image] Feb 21 13:29:37.942 INFO O| Feb 21 13:29:37.942 INFO STEP 736 (remove_files) COMPLETE |
6711 | 2025-02-21T13:29:38.963Z | [ recovery-image] Feb 21 13:29:37.942 INFO O| Feb 21 13:29:37.942 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6712 | 2025-02-21T13:29:39.001Z | [ recovery-image] Feb 21 13:29:37.981 INFO O| Feb 21 13:29:37.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6713 | 2025-02-21T13:29:39.026Z | [ recovery-image] Feb 21 13:29:38.005 INFO O| Feb 21 13:29:38.005 INFO STEP 737 (remove_files) COMPLETE |
6714 | 2025-02-21T13:29:39.026Z | [ recovery-image] Feb 21 13:29:38.005 INFO O| Feb 21 13:29:38.005 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6715 | 2025-02-21T13:29:39.059Z | [ recovery-image] Feb 21 13:29:38.039 INFO O| Feb 21 13:29:38.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6716 | 2025-02-21T13:29:39.059Z | [ recovery-image] Feb 21 13:29:38.039 INFO O| Feb 21 13:29:38.039 INFO STEP 738 (remove_files) COMPLETE |
6717 | 2025-02-21T13:29:39.059Z | [ recovery-image] Feb 21 13:29:38.039 INFO O| Feb 21 13:29:38.039 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6718 | 2025-02-21T13:29:39.080Z | [ recovery-image] Feb 21 13:29:38.059 INFO O| Feb 21 13:29:38.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6719 | 2025-02-21T13:29:39.081Z | [ recovery-image] Feb 21 13:29:38.059 INFO O| Feb 21 13:29:38.059 INFO STEP 739 (remove_files) COMPLETE |
6720 | 2025-02-21T13:29:39.081Z | [ recovery-image] Feb 21 13:29:38.059 INFO O| Feb 21 13:29:38.059 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6721 | 2025-02-21T13:29:39.099Z | [ recovery-image] Feb 21 13:29:38.078 INFO O| Feb 21 13:29:38.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6722 | 2025-02-21T13:29:39.100Z | [ recovery-image] Feb 21 13:29:38.078 INFO O| Feb 21 13:29:38.078 INFO STEP 740 (remove_files) COMPLETE |
6723 | 2025-02-21T13:29:39.102Z | [ recovery-image] Feb 21 13:29:38.078 INFO O| Feb 21 13:29:38.078 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6724 | 2025-02-21T13:29:39.118Z | [ recovery-image] Feb 21 13:29:38.097 INFO O| Feb 21 13:29:38.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6725 | 2025-02-21T13:29:39.118Z | [ recovery-image] Feb 21 13:29:38.097 INFO O| Feb 21 13:29:38.097 INFO STEP 741 (remove_files) COMPLETE |
6726 | 2025-02-21T13:29:39.122Z | [ recovery-image] Feb 21 13:29:38.097 INFO O| Feb 21 13:29:38.097 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6727 | 2025-02-21T13:29:39.145Z | [ recovery-image] Feb 21 13:29:38.124 INFO O| Feb 21 13:29:38.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6728 | 2025-02-21T13:29:39.145Z | [ recovery-image] Feb 21 13:29:38.124 INFO O| Feb 21 13:29:38.124 INFO STEP 742 (remove_files) COMPLETE |
6729 | 2025-02-21T13:29:39.147Z | [ recovery-image] Feb 21 13:29:38.124 INFO O| Feb 21 13:29:38.124 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6730 | 2025-02-21T13:29:39.179Z | [ recovery-image] Feb 21 13:29:38.158 INFO O| Feb 21 13:29:38.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6731 | 2025-02-21T13:29:39.179Z | [ recovery-image] Feb 21 13:29:38.158 INFO O| Feb 21 13:29:38.158 INFO STEP 743 (remove_files) COMPLETE |
6732 | 2025-02-21T13:29:39.179Z | [ recovery-image] Feb 21 13:29:38.158 INFO O| Feb 21 13:29:38.158 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6733 | 2025-02-21T13:29:39.214Z | [ recovery-image] Feb 21 13:29:38.193 INFO O| Feb 21 13:29:38.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6734 | 2025-02-21T13:29:39.214Z | [ recovery-image] Feb 21 13:29:38.193 INFO O| Feb 21 13:29:38.193 INFO STEP 744 (remove_files) COMPLETE |
6735 | 2025-02-21T13:29:39.216Z | [ recovery-image] Feb 21 13:29:38.193 INFO O| Feb 21 13:29:38.193 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6736 | 2025-02-21T13:29:39.253Z | [ recovery-image] Feb 21 13:29:38.232 INFO O| Feb 21 13:29:38.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6737 | 2025-02-21T13:29:39.256Z | [ recovery-image] Feb 21 13:29:38.233 INFO O| Feb 21 13:29:38.233 INFO STEP 745 (remove_files) COMPLETE |
6738 | 2025-02-21T13:29:39.256Z | [ recovery-image] Feb 21 13:29:38.233 INFO O| Feb 21 13:29:38.233 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6739 | 2025-02-21T13:29:39.287Z | [ recovery-image] Feb 21 13:29:38.265 INFO O| Feb 21 13:29:38.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6740 | 2025-02-21T13:29:39.287Z | [ recovery-image] Feb 21 13:29:38.265 INFO O| Feb 21 13:29:38.265 INFO STEP 746 (remove_files) COMPLETE |
6741 | 2025-02-21T13:29:39.290Z | [ recovery-image] Feb 21 13:29:38.265 INFO O| Feb 21 13:29:38.265 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6742 | 2025-02-21T13:29:39.344Z | [ recovery-image] Feb 21 13:29:38.323 INFO O| Feb 21 13:29:38.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6743 | 2025-02-21T13:29:39.344Z | [ recovery-image] Feb 21 13:29:38.323 INFO O| Feb 21 13:29:38.323 INFO STEP 747 (remove_files) COMPLETE |
6744 | 2025-02-21T13:29:39.344Z | [ recovery-image] Feb 21 13:29:38.323 INFO O| Feb 21 13:29:38.323 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6745 | 2025-02-21T13:29:39.361Z | [ recovery-image] Feb 21 13:29:38.341 INFO O| Feb 21 13:29:38.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6746 | 2025-02-21T13:29:39.361Z | [ recovery-image] Feb 21 13:29:38.341 INFO O| Feb 21 13:29:38.341 INFO STEP 748 (remove_files) COMPLETE |
6747 | 2025-02-21T13:29:39.364Z | [ recovery-image] Feb 21 13:29:38.341 INFO O| Feb 21 13:29:38.341 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6748 | 2025-02-21T13:29:39.417Z | [ recovery-image] Feb 21 13:29:38.397 INFO O| Feb 21 13:29:38.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6749 | 2025-02-21T13:29:39.417Z | [ recovery-image] Feb 21 13:29:38.397 INFO O| Feb 21 13:29:38.397 INFO STEP 749 (remove_files) COMPLETE |
6750 | 2025-02-21T13:29:39.417Z | [ recovery-image] Feb 21 13:29:38.397 INFO O| Feb 21 13:29:38.397 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6751 | 2025-02-21T13:29:39.481Z | [ recovery-image] Feb 21 13:29:38.461 INFO O| Feb 21 13:29:38.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6752 | 2025-02-21T13:29:39.481Z | [ recovery-image] Feb 21 13:29:38.461 INFO O| Feb 21 13:29:38.461 INFO STEP 750 (remove_files) COMPLETE |
6753 | 2025-02-21T13:29:39.481Z | [ recovery-image] Feb 21 13:29:38.461 INFO O| Feb 21 13:29:38.461 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6754 | 2025-02-21T13:29:39.530Z | [ recovery-image] Feb 21 13:29:38.510 INFO O| Feb 21 13:29:38.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6755 | 2025-02-21T13:29:39.530Z | [ recovery-image] Feb 21 13:29:38.510 INFO O| Feb 21 13:29:38.510 INFO STEP 751 (remove_files) COMPLETE |
6756 | 2025-02-21T13:29:39.530Z | [ recovery-image] Feb 21 13:29:38.510 INFO O| Feb 21 13:29:38.510 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6757 | 2025-02-21T13:29:39.551Z | [ recovery-image] Feb 21 13:29:38.531 INFO O| Feb 21 13:29:38.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6758 | 2025-02-21T13:29:39.551Z | [ recovery-image] Feb 21 13:29:38.531 INFO O| Feb 21 13:29:38.531 INFO STEP 752 (remove_files) COMPLETE |
6759 | 2025-02-21T13:29:39.551Z | [ recovery-image] Feb 21 13:29:38.531 INFO O| Feb 21 13:29:38.531 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6760 | 2025-02-21T13:29:39.571Z | [ recovery-image] Feb 21 13:29:38.550 INFO O| Feb 21 13:29:38.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6761 | 2025-02-21T13:29:39.571Z | [ recovery-image] Feb 21 13:29:38.550 INFO O| Feb 21 13:29:38.550 INFO STEP 753 (remove_files) COMPLETE |
6762 | 2025-02-21T13:29:39.573Z | [ recovery-image] Feb 21 13:29:38.550 INFO O| Feb 21 13:29:38.550 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6763 | 2025-02-21T13:29:39.590Z | [ recovery-image] Feb 21 13:29:38.569 INFO O| Feb 21 13:29:38.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6764 | 2025-02-21T13:29:39.591Z | [ recovery-image] Feb 21 13:29:38.570 INFO O| Feb 21 13:29:38.570 INFO STEP 754 (remove_files) COMPLETE |
6765 | 2025-02-21T13:29:39.593Z | [ recovery-image] Feb 21 13:29:38.570 INFO O| Feb 21 13:29:38.570 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6766 | 2025-02-21T13:29:39.609Z | [ recovery-image] Feb 21 13:29:38.589 INFO O| Feb 21 13:29:38.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6767 | 2025-02-21T13:29:39.610Z | [ recovery-image] Feb 21 13:29:38.589 INFO O| Feb 21 13:29:38.589 INFO STEP 755 (remove_files) COMPLETE |
6768 | 2025-02-21T13:29:39.612Z | [ recovery-image] Feb 21 13:29:38.589 INFO O| Feb 21 13:29:38.589 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6769 | 2025-02-21T13:29:39.651Z | [ recovery-image] Feb 21 13:29:38.631 INFO O| Feb 21 13:29:38.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6770 | 2025-02-21T13:29:39.651Z | [ recovery-image] Feb 21 13:29:38.631 INFO O| Feb 21 13:29:38.631 INFO STEP 756 (remove_files) COMPLETE |
6771 | 2025-02-21T13:29:39.651Z | [ recovery-image] Feb 21 13:29:38.631 INFO O| Feb 21 13:29:38.631 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6772 | 2025-02-21T13:29:39.671Z | [ recovery-image] Feb 21 13:29:38.651 INFO O| Feb 21 13:29:38.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6773 | 2025-02-21T13:29:39.672Z | [ recovery-image] Feb 21 13:29:38.651 INFO O| Feb 21 13:29:38.651 INFO STEP 757 (remove_files) COMPLETE |
6774 | 2025-02-21T13:29:39.672Z | [ recovery-image] Feb 21 13:29:38.651 INFO O| Feb 21 13:29:38.651 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6775 | 2025-02-21T13:29:39.772Z | [ recovery-image] Feb 21 13:29:38.752 INFO O| Feb 21 13:29:38.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6776 | 2025-02-21T13:29:39.775Z | [ recovery-image] Feb 21 13:29:38.752 INFO O| Feb 21 13:29:38.752 INFO STEP 758 (remove_files) COMPLETE |
6777 | 2025-02-21T13:29:39.775Z | [ recovery-image] Feb 21 13:29:38.752 INFO O| Feb 21 13:29:38.752 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6778 | 2025-02-21T13:29:39.832Z | [ recovery-image] Feb 21 13:29:38.812 INFO O| Feb 21 13:29:38.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6779 | 2025-02-21T13:29:39.835Z | [ recovery-image] Feb 21 13:29:38.812 INFO O| Feb 21 13:29:38.812 INFO STEP 759 (remove_files) COMPLETE |
6780 | 2025-02-21T13:29:39.835Z | [ recovery-image] Feb 21 13:29:38.812 INFO O| Feb 21 13:29:38.812 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6781 | 2025-02-21T13:29:39.855Z | [ recovery-image] Feb 21 13:29:38.835 INFO O| Feb 21 13:29:38.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6782 | 2025-02-21T13:29:39.858Z | [ recovery-image] Feb 21 13:29:38.835 INFO O| Feb 21 13:29:38.835 INFO STEP 760 (remove_files) COMPLETE |
6783 | 2025-02-21T13:29:39.858Z | [ recovery-image] Feb 21 13:29:38.835 INFO O| Feb 21 13:29:38.835 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6784 | 2025-02-21T13:29:39.877Z | [ recovery-image] Feb 21 13:29:38.855 INFO O| Feb 21 13:29:38.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6785 | 2025-02-21T13:29:39.877Z | [ recovery-image] Feb 21 13:29:38.855 INFO O| Feb 21 13:29:38.855 INFO STEP 761 (remove_files) COMPLETE |
6786 | 2025-02-21T13:29:39.877Z | [ recovery-image] Feb 21 13:29:38.855 INFO O| Feb 21 13:29:38.855 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6787 | 2025-02-21T13:29:39.908Z | [ recovery-image] Feb 21 13:29:38.887 INFO O| Feb 21 13:29:38.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6788 | 2025-02-21T13:29:39.910Z | [ recovery-image] Feb 21 13:29:38.888 INFO O| Feb 21 13:29:38.888 INFO STEP 762 (remove_files) COMPLETE |
6789 | 2025-02-21T13:29:39.910Z | [ recovery-image] Feb 21 13:29:38.888 INFO O| Feb 21 13:29:38.888 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6790 | 2025-02-21T13:29:39.927Z | [ recovery-image] Feb 21 13:29:38.907 INFO O| Feb 21 13:29:38.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6791 | 2025-02-21T13:29:39.930Z | [ recovery-image] Feb 21 13:29:38.910 INFO O| Feb 21 13:29:38.910 INFO STEP 763 (remove_files) COMPLETE |
6792 | 2025-02-21T13:29:39.930Z | [ recovery-image] Feb 21 13:29:38.910 INFO O| Feb 21 13:29:38.910 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6793 | 2025-02-21T13:29:39.949Z | [ recovery-image] Feb 21 13:29:38.929 INFO O| Feb 21 13:29:38.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6794 | 2025-02-21T13:29:39.952Z | [ recovery-image] Feb 21 13:29:38.929 INFO O| Feb 21 13:29:38.929 INFO STEP 764 (remove_files) COMPLETE |
6795 | 2025-02-21T13:29:39.952Z | [ recovery-image] Feb 21 13:29:38.929 INFO O| Feb 21 13:29:38.929 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6796 | 2025-02-21T13:29:39.969Z | [ host-image] Feb 21 13:29:38.945 INFO O| Feb 21 13:29:38.945 INFO O| Done |
6797 | 2025-02-21T13:29:39.973Z | [ recovery-image] Feb 21 13:29:38.948 INFO O| Feb 21 13:29:38.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6798 | 2025-02-21T13:29:39.977Z | [ recovery-image] Feb 21 13:29:38.957 INFO O| Feb 21 13:29:38.957 INFO STEP 765 (remove_files) COMPLETE |
6799 | 2025-02-21T13:29:39.979Z | [ recovery-image] Feb 21 13:29:38.957 INFO O| Feb 21 13:29:38.957 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6800 | 2025-02-21T13:29:39.997Z | [ recovery-image] Feb 21 13:29:38.977 INFO O| Feb 21 13:29:38.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6801 | 2025-02-21T13:29:40.000Z | [ recovery-image] Feb 21 13:29:38.977 INFO O| Feb 21 13:29:38.977 INFO STEP 766 (remove_files) COMPLETE |
6802 | 2025-02-21T13:29:40.000Z | [ recovery-image] Feb 21 13:29:38.977 INFO O| Feb 21 13:29:38.977 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6803 | 2025-02-21T13:29:40.016Z | [ recovery-image] Feb 21 13:29:38.995 INFO O| Feb 21 13:29:38.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6804 | 2025-02-21T13:29:40.018Z | [ recovery-image] Feb 21 13:29:38.996 INFO O| Feb 21 13:29:38.996 INFO STEP 767 (remove_files) COMPLETE |
6805 | 2025-02-21T13:29:40.018Z | [ recovery-image] Feb 21 13:29:38.996 INFO O| Feb 21 13:29:38.996 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6806 | 2025-02-21T13:29:40.056Z | [ recovery-image] Feb 21 13:29:39.035 INFO O| Feb 21 13:29:39.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6807 | 2025-02-21T13:29:40.058Z | [ recovery-image] Feb 21 13:29:39.036 INFO O| Feb 21 13:29:39.035 INFO STEP 768 (remove_files) COMPLETE |
6808 | 2025-02-21T13:29:40.058Z | [ recovery-image] Feb 21 13:29:39.036 INFO O| Feb 21 13:29:39.036 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6809 | 2025-02-21T13:29:40.086Z | [ recovery-image] Feb 21 13:29:39.065 INFO O| Feb 21 13:29:39.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6810 | 2025-02-21T13:29:40.088Z | [ recovery-image] Feb 21 13:29:39.065 INFO O| Feb 21 13:29:39.065 INFO STEP 769 (remove_files) COMPLETE |
6811 | 2025-02-21T13:29:40.088Z | [ recovery-image] Feb 21 13:29:39.066 INFO O| Feb 21 13:29:39.065 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6812 | 2025-02-21T13:29:40.106Z | [ recovery-image] Feb 21 13:29:39.086 INFO O| Feb 21 13:29:39.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6813 | 2025-02-21T13:29:40.109Z | [ recovery-image] Feb 21 13:29:39.086 INFO O| Feb 21 13:29:39.086 INFO STEP 770 (remove_files) COMPLETE |
6814 | 2025-02-21T13:29:40.109Z | [ recovery-image] Feb 21 13:29:39.086 INFO O| Feb 21 13:29:39.086 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6815 | 2025-02-21T13:29:40.126Z | [ recovery-image] Feb 21 13:29:39.105 INFO O| Feb 21 13:29:39.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6816 | 2025-02-21T13:29:40.128Z | [ recovery-image] Feb 21 13:29:39.106 INFO O| Feb 21 13:29:39.106 INFO STEP 771 (remove_files) COMPLETE |
6817 | 2025-02-21T13:29:40.128Z | [ recovery-image] Feb 21 13:29:39.106 INFO O| Feb 21 13:29:39.106 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6818 | 2025-02-21T13:29:40.146Z | [ recovery-image] Feb 21 13:29:39.126 INFO O| Feb 21 13:29:39.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6819 | 2025-02-21T13:29:40.146Z | [ recovery-image] Feb 21 13:29:39.126 INFO O| Feb 21 13:29:39.126 INFO STEP 772 (remove_files) COMPLETE |
6820 | 2025-02-21T13:29:40.146Z | [ recovery-image] Feb 21 13:29:39.126 INFO O| Feb 21 13:29:39.126 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6821 | 2025-02-21T13:29:40.168Z | [ recovery-image] Feb 21 13:29:39.147 INFO O| Feb 21 13:29:39.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6822 | 2025-02-21T13:29:40.168Z | [ recovery-image] Feb 21 13:29:39.147 INFO O| Feb 21 13:29:39.147 INFO STEP 773 (remove_files) COMPLETE |
6823 | 2025-02-21T13:29:40.171Z | [ recovery-image] Feb 21 13:29:39.147 INFO O| Feb 21 13:29:39.147 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6824 | 2025-02-21T13:29:40.209Z | [ recovery-image] Feb 21 13:29:39.189 INFO O| Feb 21 13:29:39.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6825 | 2025-02-21T13:29:40.209Z | [ recovery-image] Feb 21 13:29:39.189 INFO O| Feb 21 13:29:39.189 INFO STEP 774 (remove_files) COMPLETE |
6826 | 2025-02-21T13:29:40.209Z | [ recovery-image] Feb 21 13:29:39.189 INFO O| Feb 21 13:29:39.189 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6827 | 2025-02-21T13:29:40.249Z | [ recovery-image] Feb 21 13:29:39.229 INFO O| Feb 21 13:29:39.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6828 | 2025-02-21T13:29:40.252Z | [ recovery-image] Feb 21 13:29:39.229 INFO O| Feb 21 13:29:39.229 INFO STEP 775 (remove_files) COMPLETE |
6829 | 2025-02-21T13:29:40.252Z | [ recovery-image] Feb 21 13:29:39.229 INFO O| Feb 21 13:29:39.229 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6830 | 2025-02-21T13:29:40.281Z | [ recovery-image] Feb 21 13:29:39.260 INFO O| Feb 21 13:29:39.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6831 | 2025-02-21T13:29:40.284Z | [ recovery-image] Feb 21 13:29:39.260 INFO O| Feb 21 13:29:39.260 INFO STEP 776 (remove_files) COMPLETE |
6832 | 2025-02-21T13:29:40.284Z | [ recovery-image] Feb 21 13:29:39.260 INFO O| Feb 21 13:29:39.260 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6833 | 2025-02-21T13:29:40.338Z | [ recovery-image] Feb 21 13:29:39.318 INFO O| Feb 21 13:29:39.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6834 | 2025-02-21T13:29:40.338Z | [ recovery-image] Feb 21 13:29:39.318 INFO O| Feb 21 13:29:39.318 INFO STEP 777 (remove_files) COMPLETE |
6835 | 2025-02-21T13:29:40.338Z | [ recovery-image] Feb 21 13:29:39.318 INFO O| Feb 21 13:29:39.318 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6836 | 2025-02-21T13:29:40.382Z | [ recovery-image] Feb 21 13:29:39.362 INFO O| Feb 21 13:29:39.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6837 | 2025-02-21T13:29:40.385Z | [ recovery-image] Feb 21 13:29:39.362 INFO O| Feb 21 13:29:39.362 INFO STEP 778 (remove_files) COMPLETE |
6838 | 2025-02-21T13:29:40.385Z | [ recovery-image] Feb 21 13:29:39.362 INFO O| Feb 21 13:29:39.362 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6839 | 2025-02-21T13:29:40.402Z | [ recovery-image] Feb 21 13:29:39.381 INFO O| Feb 21 13:29:39.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6840 | 2025-02-21T13:29:40.404Z | [ recovery-image] Feb 21 13:29:39.382 INFO O| Feb 21 13:29:39.382 INFO STEP 779 (remove_files) COMPLETE |
6841 | 2025-02-21T13:29:40.404Z | [ recovery-image] Feb 21 13:29:39.382 INFO O| Feb 21 13:29:39.382 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6842 | 2025-02-21T13:29:40.437Z | [ recovery-image] Feb 21 13:29:39.417 INFO O| Feb 21 13:29:39.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6843 | 2025-02-21T13:29:40.437Z | [ recovery-image] Feb 21 13:29:39.417 INFO O| Feb 21 13:29:39.417 INFO STEP 780 (remove_files) COMPLETE |
6844 | 2025-02-21T13:29:40.440Z | [ recovery-image] Feb 21 13:29:39.417 INFO O| Feb 21 13:29:39.417 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6845 | 2025-02-21T13:29:40.493Z | [ recovery-image] Feb 21 13:29:39.472 INFO O| Feb 21 13:29:39.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6846 | 2025-02-21T13:29:40.496Z | [ recovery-image] Feb 21 13:29:39.472 INFO O| Feb 21 13:29:39.472 INFO STEP 781 (remove_files) COMPLETE |
6847 | 2025-02-21T13:29:40.496Z | [ recovery-image] Feb 21 13:29:39.472 INFO O| Feb 21 13:29:39.472 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6848 | 2025-02-21T13:29:40.512Z | [ recovery-image] Feb 21 13:29:39.492 INFO O| Feb 21 13:29:39.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6849 | 2025-02-21T13:29:40.515Z | [ recovery-image] Feb 21 13:29:39.492 INFO O| Feb 21 13:29:39.492 INFO STEP 782 (remove_files) COMPLETE |
6850 | 2025-02-21T13:29:40.515Z | [ recovery-image] Feb 21 13:29:39.492 INFO O| Feb 21 13:29:39.492 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6851 | 2025-02-21T13:29:40.531Z | [ recovery-image] Feb 21 13:29:39.511 INFO O| Feb 21 13:29:39.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6852 | 2025-02-21T13:29:40.534Z | [ recovery-image] Feb 21 13:29:39.511 INFO O| Feb 21 13:29:39.511 INFO STEP 783 (remove_files) COMPLETE |
6853 | 2025-02-21T13:29:40.534Z | [ recovery-image] Feb 21 13:29:39.511 INFO O| Feb 21 13:29:39.511 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6854 | 2025-02-21T13:29:40.549Z | [ recovery-image] Feb 21 13:29:39.529 INFO O| Feb 21 13:29:39.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6855 | 2025-02-21T13:29:40.553Z | [ recovery-image] Feb 21 13:29:39.529 INFO O| Feb 21 13:29:39.529 INFO STEP 784 (remove_files) COMPLETE |
6856 | 2025-02-21T13:29:40.553Z | [ recovery-image] Feb 21 13:29:39.529 INFO O| Feb 21 13:29:39.529 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6857 | 2025-02-21T13:29:40.567Z | [ recovery-image] Feb 21 13:29:39.547 INFO O| Feb 21 13:29:39.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6858 | 2025-02-21T13:29:40.570Z | [ recovery-image] Feb 21 13:29:39.547 INFO O| Feb 21 13:29:39.547 INFO STEP 785 (remove_files) COMPLETE |
6859 | 2025-02-21T13:29:40.570Z | [ recovery-image] Feb 21 13:29:39.547 INFO O| Feb 21 13:29:39.547 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6860 | 2025-02-21T13:29:40.589Z | [ recovery-image] Feb 21 13:29:39.569 INFO O| Feb 21 13:29:39.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6861 | 2025-02-21T13:29:40.612Z | [ recovery-image] Feb 21 13:29:39.591 INFO O| Feb 21 13:29:39.591 INFO STEP 786 (remove_files) COMPLETE |
6862 | 2025-02-21T13:29:40.612Z | [ recovery-image] Feb 21 13:29:39.591 INFO O| Feb 21 13:29:39.591 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6863 | 2025-02-21T13:29:40.650Z | [ recovery-image] Feb 21 13:29:39.630 INFO O| Feb 21 13:29:39.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6864 | 2025-02-21T13:29:40.650Z | [ recovery-image] Feb 21 13:29:39.630 INFO O| Feb 21 13:29:39.630 INFO STEP 787 (remove_files) COMPLETE |
6865 | 2025-02-21T13:29:40.653Z | [ recovery-image] Feb 21 13:29:39.630 INFO O| Feb 21 13:29:39.630 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6866 | 2025-02-21T13:29:40.695Z | [ recovery-image] Feb 21 13:29:39.675 INFO O| Feb 21 13:29:39.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6867 | 2025-02-21T13:29:40.695Z | [ recovery-image] Feb 21 13:29:39.675 INFO O| Feb 21 13:29:39.675 INFO STEP 788 (remove_files) COMPLETE |
6868 | 2025-02-21T13:29:40.698Z | [ recovery-image] Feb 21 13:29:39.675 INFO O| Feb 21 13:29:39.675 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6869 | 2025-02-21T13:29:40.730Z | [ recovery-image] Feb 21 13:29:39.710 INFO O| Feb 21 13:29:39.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6870 | 2025-02-21T13:29:40.733Z | [ recovery-image] Feb 21 13:29:39.710 INFO O| Feb 21 13:29:39.710 INFO STEP 789 (remove_files) COMPLETE |
6871 | 2025-02-21T13:29:40.733Z | [ recovery-image] Feb 21 13:29:39.710 INFO O| Feb 21 13:29:39.710 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6872 | 2025-02-21T13:29:40.767Z | [ recovery-image] Feb 21 13:29:39.746 INFO O| Feb 21 13:29:39.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6873 | 2025-02-21T13:29:40.767Z | [ recovery-image] Feb 21 13:29:39.746 INFO O| Feb 21 13:29:39.746 INFO STEP 790 (remove_files) COMPLETE |
6874 | 2025-02-21T13:29:40.767Z | [ recovery-image] Feb 21 13:29:39.746 INFO O| Feb 21 13:29:39.746 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6875 | 2025-02-21T13:29:40.809Z | [ recovery-image] Feb 21 13:29:39.789 INFO O| Feb 21 13:29:39.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6876 | 2025-02-21T13:29:40.809Z | [ recovery-image] Feb 21 13:29:39.789 INFO O| Feb 21 13:29:39.789 INFO STEP 791 (remove_files) COMPLETE |
6877 | 2025-02-21T13:29:40.809Z | [ recovery-image] Feb 21 13:29:39.789 INFO O| Feb 21 13:29:39.789 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6878 | 2025-02-21T13:29:40.826Z | [ recovery-image] Feb 21 13:29:39.806 INFO O| Feb 21 13:29:39.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6879 | 2025-02-21T13:29:40.826Z | [ recovery-image] Feb 21 13:29:39.806 INFO O| Feb 21 13:29:39.806 INFO STEP 792 (remove_files) COMPLETE |
6880 | 2025-02-21T13:29:40.826Z | [ recovery-image] Feb 21 13:29:39.806 INFO O| Feb 21 13:29:39.806 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6881 | 2025-02-21T13:29:40.864Z | [ recovery-image] Feb 21 13:29:39.843 INFO O| Feb 21 13:29:39.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6882 | 2025-02-21T13:29:40.864Z | [ recovery-image] Feb 21 13:29:39.843 INFO O| Feb 21 13:29:39.843 INFO STEP 793 (remove_files) COMPLETE |
6883 | 2025-02-21T13:29:40.866Z | [ recovery-image] Feb 21 13:29:39.843 INFO O| Feb 21 13:29:39.843 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6884 | 2025-02-21T13:29:40.882Z | [ recovery-image] Feb 21 13:29:39.862 INFO O| Feb 21 13:29:39.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6885 | 2025-02-21T13:29:40.882Z | [ recovery-image] Feb 21 13:29:39.862 INFO O| Feb 21 13:29:39.862 INFO STEP 794 (remove_files) COMPLETE |
6886 | 2025-02-21T13:29:40.882Z | [ recovery-image] Feb 21 13:29:39.862 INFO O| Feb 21 13:29:39.862 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6887 | 2025-02-21T13:29:40.900Z | [ recovery-image] Feb 21 13:29:39.879 INFO O| Feb 21 13:29:39.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6888 | 2025-02-21T13:29:40.900Z | [ recovery-image] Feb 21 13:29:39.879 INFO O| Feb 21 13:29:39.879 INFO STEP 795 (remove_files) COMPLETE |
6889 | 2025-02-21T13:29:40.902Z | [ recovery-image] Feb 21 13:29:39.879 INFO O| Feb 21 13:29:39.879 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6890 | 2025-02-21T13:29:40.916Z | [ recovery-image] Feb 21 13:29:39.896 INFO O| Feb 21 13:29:39.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6891 | 2025-02-21T13:29:40.916Z | [ recovery-image] Feb 21 13:29:39.896 INFO O| Feb 21 13:29:39.896 INFO STEP 796 (remove_files) COMPLETE |
6892 | 2025-02-21T13:29:40.919Z | [ recovery-image] Feb 21 13:29:39.896 INFO O| Feb 21 13:29:39.896 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6893 | 2025-02-21T13:29:40.934Z | [ recovery-image] Feb 21 13:29:39.913 INFO O| Feb 21 13:29:39.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6894 | 2025-02-21T13:29:40.934Z | [ recovery-image] Feb 21 13:29:39.913 INFO O| Feb 21 13:29:39.913 INFO STEP 797 (remove_files) COMPLETE |
6895 | 2025-02-21T13:29:40.934Z | [ recovery-image] Feb 21 13:29:39.913 INFO O| Feb 21 13:29:39.913 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6896 | 2025-02-21T13:29:40.951Z | [ recovery-image] Feb 21 13:29:39.930 INFO O| Feb 21 13:29:39.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6897 | 2025-02-21T13:29:40.951Z | [ recovery-image] Feb 21 13:29:39.930 INFO O| Feb 21 13:29:39.930 INFO STEP 798 (remove_files) COMPLETE |
6898 | 2025-02-21T13:29:40.951Z | [ recovery-image] Feb 21 13:29:39.930 INFO O| Feb 21 13:29:39.930 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6899 | 2025-02-21T13:29:40.973Z | [ recovery-image] Feb 21 13:29:39.952 INFO O| Feb 21 13:29:39.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6900 | 2025-02-21T13:29:40.973Z | [ recovery-image] Feb 21 13:29:39.952 INFO O| Feb 21 13:29:39.952 INFO STEP 799 (remove_files) COMPLETE |
6901 | 2025-02-21T13:29:40.977Z | [ recovery-image] Feb 21 13:29:39.952 INFO O| Feb 21 13:29:39.952 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6902 | 2025-02-21T13:29:41.035Z | [ recovery-image] Feb 21 13:29:40.015 INFO O| Feb 21 13:29:40.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6903 | 2025-02-21T13:29:41.035Z | [ recovery-image] Feb 21 13:29:40.015 INFO O| Feb 21 13:29:40.015 INFO STEP 800 (remove_files) COMPLETE |
6904 | 2025-02-21T13:29:41.039Z | [ recovery-image] Feb 21 13:29:40.015 INFO O| Feb 21 13:29:40.015 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6905 | 2025-02-21T13:29:41.054Z | [ recovery-image] Feb 21 13:29:40.033 INFO O| Feb 21 13:29:40.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6906 | 2025-02-21T13:29:41.058Z | [ recovery-image] Feb 21 13:29:40.033 INFO O| Feb 21 13:29:40.033 INFO STEP 801 (remove_files) COMPLETE |
6907 | 2025-02-21T13:29:41.058Z | [ recovery-image] Feb 21 13:29:40.033 INFO O| Feb 21 13:29:40.033 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6908 | 2025-02-21T13:29:41.085Z | [ recovery-image] Feb 21 13:29:40.064 INFO O| Feb 21 13:29:40.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6909 | 2025-02-21T13:29:41.085Z | [ recovery-image] Feb 21 13:29:40.064 INFO O| Feb 21 13:29:40.064 INFO STEP 802 (remove_files) COMPLETE |
6910 | 2025-02-21T13:29:41.085Z | [ recovery-image] Feb 21 13:29:40.064 INFO O| Feb 21 13:29:40.064 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6911 | 2025-02-21T13:29:41.108Z | [ recovery-image] Feb 21 13:29:40.087 INFO O| Feb 21 13:29:40.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6912 | 2025-02-21T13:29:41.108Z | [ recovery-image] Feb 21 13:29:40.087 INFO O| Feb 21 13:29:40.087 INFO STEP 803 (remove_files) COMPLETE |
6913 | 2025-02-21T13:29:41.108Z | [ recovery-image] Feb 21 13:29:40.087 INFO O| Feb 21 13:29:40.087 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6914 | 2025-02-21T13:29:41.145Z | [ recovery-image] Feb 21 13:29:40.124 INFO O| Feb 21 13:29:40.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6915 | 2025-02-21T13:29:41.145Z | [ recovery-image] Feb 21 13:29:40.125 INFO O| Feb 21 13:29:40.124 INFO STEP 804 (remove_files) COMPLETE |
6916 | 2025-02-21T13:29:41.145Z | [ recovery-image] Feb 21 13:29:40.125 INFO O| Feb 21 13:29:40.125 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6917 | 2025-02-21T13:29:41.166Z | [ recovery-image] Feb 21 13:29:40.146 INFO O| Feb 21 13:29:40.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6918 | 2025-02-21T13:29:41.166Z | [ recovery-image] Feb 21 13:29:40.146 INFO O| Feb 21 13:29:40.146 INFO STEP 805 (remove_files) COMPLETE |
6919 | 2025-02-21T13:29:41.166Z | [ recovery-image] Feb 21 13:29:40.146 INFO O| Feb 21 13:29:40.146 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6920 | 2025-02-21T13:29:41.197Z | [ recovery-image] Feb 21 13:29:40.177 INFO O| Feb 21 13:29:40.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6921 | 2025-02-21T13:29:41.213Z | [ recovery-image] Feb 21 13:29:40.193 INFO O| Feb 21 13:29:40.193 INFO STEP 806 (remove_files) COMPLETE |
6922 | 2025-02-21T13:29:41.213Z | [ recovery-image] Feb 21 13:29:40.193 INFO O| Feb 21 13:29:40.193 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6923 | 2025-02-21T13:29:41.252Z | [ recovery-image] Feb 21 13:29:40.231 INFO O| Feb 21 13:29:40.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6924 | 2025-02-21T13:29:41.252Z | [ recovery-image] Feb 21 13:29:40.231 INFO O| Feb 21 13:29:40.231 INFO STEP 807 (remove_files) COMPLETE |
6925 | 2025-02-21T13:29:41.252Z | [ recovery-image] Feb 21 13:29:40.231 INFO O| Feb 21 13:29:40.231 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6926 | 2025-02-21T13:29:41.275Z | [ recovery-image] Feb 21 13:29:40.254 INFO O| Feb 21 13:29:40.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6927 | 2025-02-21T13:29:41.277Z | [ recovery-image] Feb 21 13:29:40.254 INFO O| Feb 21 13:29:40.254 INFO STEP 808 (remove_files) COMPLETE |
6928 | 2025-02-21T13:29:41.277Z | [ recovery-image] Feb 21 13:29:40.255 INFO O| Feb 21 13:29:40.255 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6929 | 2025-02-21T13:29:41.294Z | [ recovery-image] Feb 21 13:29:40.274 INFO O| Feb 21 13:29:40.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6930 | 2025-02-21T13:29:41.297Z | [ recovery-image] Feb 21 13:29:40.274 INFO O| Feb 21 13:29:40.274 INFO STEP 809 (remove_files) COMPLETE |
6931 | 2025-02-21T13:29:41.297Z | [ recovery-image] Feb 21 13:29:40.274 INFO O| Feb 21 13:29:40.274 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6932 | 2025-02-21T13:29:41.314Z | [ recovery-image] Feb 21 13:29:40.293 INFO O| Feb 21 13:29:40.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6933 | 2025-02-21T13:29:41.316Z | [ recovery-image] Feb 21 13:29:40.294 INFO O| Feb 21 13:29:40.294 INFO STEP 810 (remove_files) COMPLETE |
6934 | 2025-02-21T13:29:41.316Z | [ recovery-image] Feb 21 13:29:40.294 INFO O| Feb 21 13:29:40.294 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6935 | 2025-02-21T13:29:41.348Z | [ recovery-image] Feb 21 13:29:40.327 INFO O| Feb 21 13:29:40.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6936 | 2025-02-21T13:29:41.348Z | [ recovery-image] Feb 21 13:29:40.327 INFO O| Feb 21 13:29:40.327 INFO STEP 811 (remove_files) COMPLETE |
6937 | 2025-02-21T13:29:41.348Z | [ recovery-image] Feb 21 13:29:40.327 INFO O| Feb 21 13:29:40.327 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6938 | 2025-02-21T13:29:41.389Z | [ recovery-image] Feb 21 13:29:40.369 INFO O| Feb 21 13:29:40.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6939 | 2025-02-21T13:29:41.392Z | [ recovery-image] Feb 21 13:29:40.369 INFO O| Feb 21 13:29:40.369 INFO STEP 812 (remove_files) COMPLETE |
6940 | 2025-02-21T13:29:41.392Z | [ recovery-image] Feb 21 13:29:40.369 INFO O| Feb 21 13:29:40.369 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6941 | 2025-02-21T13:29:41.433Z | [ recovery-image] Feb 21 13:29:40.413 INFO O| Feb 21 13:29:40.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6942 | 2025-02-21T13:29:41.433Z | [ recovery-image] Feb 21 13:29:40.413 INFO O| Feb 21 13:29:40.413 INFO STEP 813 (remove_files) COMPLETE |
6943 | 2025-02-21T13:29:41.433Z | [ recovery-image] Feb 21 13:29:40.413 INFO O| Feb 21 13:29:40.413 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6944 | 2025-02-21T13:29:41.483Z | [ recovery-image] Feb 21 13:29:40.462 INFO O| Feb 21 13:29:40.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6945 | 2025-02-21T13:29:41.485Z | [ recovery-image] Feb 21 13:29:40.462 INFO O| Feb 21 13:29:40.462 INFO STEP 814 (remove_files) COMPLETE |
6946 | 2025-02-21T13:29:41.485Z | [ recovery-image] Feb 21 13:29:40.462 INFO O| Feb 21 13:29:40.462 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6947 | 2025-02-21T13:29:41.525Z | [ recovery-image] Feb 21 13:29:40.505 INFO O| Feb 21 13:29:40.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6948 | 2025-02-21T13:29:41.525Z | [ recovery-image] Feb 21 13:29:40.505 INFO O| Feb 21 13:29:40.505 INFO STEP 815 (remove_files) COMPLETE |
6949 | 2025-02-21T13:29:41.525Z | [ recovery-image] Feb 21 13:29:40.505 INFO O| Feb 21 13:29:40.505 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6950 | 2025-02-21T13:29:41.549Z | [ recovery-image] Feb 21 13:29:40.529 INFO O| Feb 21 13:29:40.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6951 | 2025-02-21T13:29:41.552Z | [ recovery-image] Feb 21 13:29:40.529 INFO O| Feb 21 13:29:40.529 INFO STEP 816 (remove_files) COMPLETE |
6952 | 2025-02-21T13:29:41.552Z | [ recovery-image] Feb 21 13:29:40.529 INFO O| Feb 21 13:29:40.529 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6953 | 2025-02-21T13:29:41.573Z | [ recovery-image] Feb 21 13:29:40.552 INFO O| Feb 21 13:29:40.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6954 | 2025-02-21T13:29:41.573Z | [ recovery-image] Feb 21 13:29:40.553 INFO O| Feb 21 13:29:40.553 INFO STEP 817 (remove_files) COMPLETE |
6955 | 2025-02-21T13:29:41.573Z | [ recovery-image] Feb 21 13:29:40.553 INFO O| Feb 21 13:29:40.553 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6956 | 2025-02-21T13:29:41.597Z | [ recovery-image] Feb 21 13:29:40.576 INFO O| Feb 21 13:29:40.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6957 | 2025-02-21T13:29:41.597Z | [ recovery-image] Feb 21 13:29:40.576 INFO O| Feb 21 13:29:40.576 INFO STEP 818 (remove_files) COMPLETE |
6958 | 2025-02-21T13:29:41.600Z | [ recovery-image] Feb 21 13:29:40.576 INFO O| Feb 21 13:29:40.576 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6959 | 2025-02-21T13:29:41.622Z | [ recovery-image] Feb 21 13:29:40.601 INFO O| Feb 21 13:29:40.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6960 | 2025-02-21T13:29:41.625Z | [ recovery-image] Feb 21 13:29:40.602 INFO O| Feb 21 13:29:40.602 INFO STEP 819 (remove_files) COMPLETE |
6961 | 2025-02-21T13:29:41.625Z | [ recovery-image] Feb 21 13:29:40.602 INFO O| Feb 21 13:29:40.602 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6962 | 2025-02-21T13:29:41.645Z | [ recovery-image] Feb 21 13:29:40.624 INFO O| Feb 21 13:29:40.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6963 | 2025-02-21T13:29:41.645Z | [ recovery-image] Feb 21 13:29:40.624 INFO O| Feb 21 13:29:40.624 INFO STEP 820 (remove_files) COMPLETE |
6964 | 2025-02-21T13:29:41.645Z | [ recovery-image] Feb 21 13:29:40.624 INFO O| Feb 21 13:29:40.624 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6965 | 2025-02-21T13:29:41.677Z | [ recovery-image] Feb 21 13:29:40.656 INFO O| Feb 21 13:29:40.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6966 | 2025-02-21T13:29:41.680Z | [ recovery-image] Feb 21 13:29:40.657 INFO O| Feb 21 13:29:40.656 INFO STEP 821 (remove_files) COMPLETE |
6967 | 2025-02-21T13:29:41.680Z | [ recovery-image] Feb 21 13:29:40.657 INFO O| Feb 21 13:29:40.657 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6968 | 2025-02-21T13:29:41.725Z | [ recovery-image] Feb 21 13:29:40.704 INFO O| Feb 21 13:29:40.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6969 | 2025-02-21T13:29:41.725Z | [ recovery-image] Feb 21 13:29:40.704 INFO O| Feb 21 13:29:40.704 INFO STEP 822 (remove_files) COMPLETE |
6970 | 2025-02-21T13:29:41.725Z | [ recovery-image] Feb 21 13:29:40.704 INFO O| Feb 21 13:29:40.704 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6971 | 2025-02-21T13:29:41.762Z | [ recovery-image] Feb 21 13:29:40.741 INFO O| Feb 21 13:29:40.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6972 | 2025-02-21T13:29:41.765Z | [ recovery-image] Feb 21 13:29:40.741 INFO O| Feb 21 13:29:40.741 INFO STEP 823 (remove_files) COMPLETE |
6973 | 2025-02-21T13:29:41.765Z | [ recovery-image] Feb 21 13:29:40.741 INFO O| Feb 21 13:29:40.741 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6974 | 2025-02-21T13:29:41.788Z | [ recovery-image] Feb 21 13:29:40.768 INFO O| Feb 21 13:29:40.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6975 | 2025-02-21T13:29:41.788Z | [ recovery-image] Feb 21 13:29:40.768 INFO O| Feb 21 13:29:40.768 INFO STEP 824 (remove_files) COMPLETE |
6976 | 2025-02-21T13:29:41.791Z | [ recovery-image] Feb 21 13:29:40.768 INFO O| Feb 21 13:29:40.768 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6977 | 2025-02-21T13:29:41.850Z | [ recovery-image] Feb 21 13:29:40.829 INFO O| Feb 21 13:29:40.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6978 | 2025-02-21T13:29:41.850Z | [ recovery-image] Feb 21 13:29:40.829 INFO O| Feb 21 13:29:40.829 INFO STEP 825 (remove_files) COMPLETE |
6979 | 2025-02-21T13:29:41.852Z | [ recovery-image] Feb 21 13:29:40.829 INFO O| Feb 21 13:29:40.829 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6980 | 2025-02-21T13:29:41.894Z | [ recovery-image] Feb 21 13:29:40.873 INFO O| Feb 21 13:29:40.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6981 | 2025-02-21T13:29:41.894Z | [ recovery-image] Feb 21 13:29:40.873 INFO O| Feb 21 13:29:40.873 INFO STEP 826 (remove_files) COMPLETE |
6982 | 2025-02-21T13:29:41.894Z | [ recovery-image] Feb 21 13:29:40.873 INFO O| Feb 21 13:29:40.873 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6983 | 2025-02-21T13:29:41.917Z | [ recovery-image] Feb 21 13:29:40.896 INFO O| Feb 21 13:29:40.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6984 | 2025-02-21T13:29:41.917Z | [ recovery-image] Feb 21 13:29:40.897 INFO O| Feb 21 13:29:40.897 INFO STEP 827 (remove_files) COMPLETE |
6985 | 2025-02-21T13:29:41.917Z | [ recovery-image] Feb 21 13:29:40.897 INFO O| Feb 21 13:29:40.897 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6986 | 2025-02-21T13:29:41.938Z | [ recovery-image] Feb 21 13:29:40.918 INFO O| Feb 21 13:29:40.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6987 | 2025-02-21T13:29:41.938Z | [ recovery-image] Feb 21 13:29:40.918 INFO O| Feb 21 13:29:40.918 INFO STEP 828 (remove_files) COMPLETE |
6988 | 2025-02-21T13:29:41.939Z | [ recovery-image] Feb 21 13:29:40.918 INFO O| Feb 21 13:29:40.918 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6989 | 2025-02-21T13:29:41.961Z | [ recovery-image] Feb 21 13:29:40.940 INFO O| Feb 21 13:29:40.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6990 | 2025-02-21T13:29:41.961Z | [ recovery-image] Feb 21 13:29:40.940 INFO O| Feb 21 13:29:40.940 INFO STEP 829 (remove_files) COMPLETE |
6991 | 2025-02-21T13:29:41.963Z | [ recovery-image] Feb 21 13:29:40.940 INFO O| Feb 21 13:29:40.940 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6992 | 2025-02-21T13:29:41.982Z | [ recovery-image] Feb 21 13:29:40.962 INFO O| Feb 21 13:29:40.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6993 | 2025-02-21T13:29:41.982Z | [ recovery-image] Feb 21 13:29:40.962 INFO O| Feb 21 13:29:40.962 INFO STEP 830 (remove_files) COMPLETE |
6994 | 2025-02-21T13:29:41.987Z | [ recovery-image] Feb 21 13:29:40.962 INFO O| Feb 21 13:29:40.962 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6995 | 2025-02-21T13:29:42.004Z | [ recovery-image] Feb 21 13:29:40.984 INFO O| Feb 21 13:29:40.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6996 | 2025-02-21T13:29:42.004Z | [ recovery-image] Feb 21 13:29:40.984 INFO O| Feb 21 13:29:40.984 INFO STEP 831 (remove_files) COMPLETE |
6997 | 2025-02-21T13:29:42.004Z | [ recovery-image] Feb 21 13:29:40.984 INFO O| Feb 21 13:29:40.984 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6998 | 2025-02-21T13:29:42.028Z | [ recovery-image] Feb 21 13:29:41.007 INFO O| Feb 21 13:29:41.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6999 | 2025-02-21T13:29:42.028Z | [ recovery-image] Feb 21 13:29:41.007 INFO O| Feb 21 13:29:41.007 INFO STEP 832 (remove_files) COMPLETE |
7000 | 2025-02-21T13:29:42.028Z | [ recovery-image] Feb 21 13:29:41.007 INFO O| Feb 21 13:29:41.007 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7001 | 2025-02-21T13:29:42.050Z | [ recovery-image] Feb 21 13:29:41.029 INFO O| Feb 21 13:29:41.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
7002 | 2025-02-21T13:29:42.050Z | [ recovery-image] Feb 21 13:29:41.029 INFO O| Feb 21 13:29:41.029 INFO STEP 833 (remove_files) COMPLETE |
7003 | 2025-02-21T13:29:42.050Z | [ recovery-image] Feb 21 13:29:41.029 INFO O| Feb 21 13:29:41.029 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7004 | 2025-02-21T13:29:42.070Z | [ recovery-image] Feb 21 13:29:41.049 INFO O| Feb 21 13:29:41.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
7005 | 2025-02-21T13:29:42.070Z | [ recovery-image] Feb 21 13:29:41.050 INFO O| Feb 21 13:29:41.049 INFO STEP 834 (remove_files) COMPLETE |
7006 | 2025-02-21T13:29:42.070Z | [ recovery-image] Feb 21 13:29:41.050 INFO O| Feb 21 13:29:41.050 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7007 | 2025-02-21T13:29:42.090Z | [ recovery-image] Feb 21 13:29:41.069 INFO O| Feb 21 13:29:41.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
7008 | 2025-02-21T13:29:42.090Z | [ recovery-image] Feb 21 13:29:41.069 INFO O| Feb 21 13:29:41.069 INFO STEP 835 (remove_files) COMPLETE |
7009 | 2025-02-21T13:29:42.090Z | [ recovery-image] Feb 21 13:29:41.069 INFO O| Feb 21 13:29:41.069 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7010 | 2025-02-21T13:29:42.113Z | [ recovery-image] Feb 21 13:29:41.088 INFO O| Feb 21 13:29:41.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
7011 | 2025-02-21T13:29:42.113Z | [ recovery-image] Feb 21 13:29:41.089 INFO O| Feb 21 13:29:41.089 INFO STEP 836 (remove_files) COMPLETE |
7012 | 2025-02-21T13:29:42.113Z | [ recovery-image] Feb 21 13:29:41.089 INFO O| Feb 21 13:29:41.089 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7013 | 2025-02-21T13:29:42.137Z | [ recovery-image] Feb 21 13:29:41.116 INFO O| Feb 21 13:29:41.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
7014 | 2025-02-21T13:29:42.137Z | [ recovery-image] Feb 21 13:29:41.116 INFO O| Feb 21 13:29:41.116 INFO STEP 837 (remove_files) COMPLETE |
7015 | 2025-02-21T13:29:42.137Z | [ recovery-image] Feb 21 13:29:41.116 INFO O| Feb 21 13:29:41.116 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7016 | 2025-02-21T13:29:42.229Z | [ recovery-image] Feb 21 13:29:41.208 INFO O| Feb 21 13:29:41.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
7017 | 2025-02-21T13:29:42.229Z | [ recovery-image] Feb 21 13:29:41.209 INFO O| Feb 21 13:29:41.209 INFO STEP 838 (remove_files) COMPLETE |
7018 | 2025-02-21T13:29:42.231Z | [ recovery-image] Feb 21 13:29:41.209 INFO O| Feb 21 13:29:41.209 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7019 | 2025-02-21T13:29:42.265Z | [ recovery-image] Feb 21 13:29:41.244 INFO O| Feb 21 13:29:41.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
7020 | 2025-02-21T13:29:42.265Z | [ recovery-image] Feb 21 13:29:41.244 INFO O| Feb 21 13:29:41.244 INFO STEP 839 (remove_files) COMPLETE |
7021 | 2025-02-21T13:29:42.265Z | [ recovery-image] Feb 21 13:29:41.244 INFO O| Feb 21 13:29:41.244 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7022 | 2025-02-21T13:29:42.286Z | [ recovery-image] Feb 21 13:29:41.265 INFO O| Feb 21 13:29:41.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
7023 | 2025-02-21T13:29:42.286Z | [ recovery-image] Feb 21 13:29:41.265 INFO O| Feb 21 13:29:41.265 INFO STEP 840 (remove_files) COMPLETE |
7024 | 2025-02-21T13:29:42.289Z | [ recovery-image] Feb 21 13:29:41.265 INFO O| Feb 21 13:29:41.265 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7025 | 2025-02-21T13:29:42.314Z | [ recovery-image] Feb 21 13:29:41.293 INFO O| Feb 21 13:29:41.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
7026 | 2025-02-21T13:29:42.316Z | [ recovery-image] Feb 21 13:29:41.293 INFO O| Feb 21 13:29:41.293 INFO STEP 841 (remove_files) COMPLETE |
7027 | 2025-02-21T13:29:42.316Z | [ recovery-image] Feb 21 13:29:41.293 INFO O| Feb 21 13:29:41.293 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7028 | 2025-02-21T13:29:42.379Z | [ recovery-image] Feb 21 13:29:41.359 INFO O| Feb 21 13:29:41.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
7029 | 2025-02-21T13:29:42.379Z | [ recovery-image] Feb 21 13:29:41.359 INFO O| Feb 21 13:29:41.359 INFO STEP 842 (remove_files) COMPLETE |
7030 | 2025-02-21T13:29:42.383Z | [ recovery-image] Feb 21 13:29:41.359 INFO O| Feb 21 13:29:41.359 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7031 | 2025-02-21T13:29:42.406Z | [ recovery-image] Feb 21 13:29:41.385 INFO O| Feb 21 13:29:41.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
7032 | 2025-02-21T13:29:42.408Z | [ recovery-image] Feb 21 13:29:41.385 INFO O| Feb 21 13:29:41.385 INFO STEP 843 (remove_files) COMPLETE |
7033 | 2025-02-21T13:29:42.408Z | [ recovery-image] Feb 21 13:29:41.385 INFO O| Feb 21 13:29:41.385 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7034 | 2025-02-21T13:29:42.442Z | [ recovery-image] Feb 21 13:29:41.421 INFO O| Feb 21 13:29:41.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
7035 | 2025-02-21T13:29:42.442Z | [ recovery-image] Feb 21 13:29:41.421 INFO O| Feb 21 13:29:41.421 INFO STEP 844 (remove_files) COMPLETE |
7036 | 2025-02-21T13:29:42.442Z | [ recovery-image] Feb 21 13:29:41.421 INFO O| Feb 21 13:29:41.421 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7037 | 2025-02-21T13:29:42.474Z | [ recovery-image] Feb 21 13:29:41.454 INFO O| Feb 21 13:29:41.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
7038 | 2025-02-21T13:29:42.474Z | [ recovery-image] Feb 21 13:29:41.454 INFO O| Feb 21 13:29:41.454 INFO STEP 845 (remove_files) COMPLETE |
7039 | 2025-02-21T13:29:42.474Z | [ recovery-image] Feb 21 13:29:41.454 INFO O| Feb 21 13:29:41.454 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7040 | 2025-02-21T13:29:42.510Z | [ recovery-image] Feb 21 13:29:41.489 INFO O| Feb 21 13:29:41.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
7041 | 2025-02-21T13:29:42.510Z | [ recovery-image] Feb 21 13:29:41.489 INFO O| Feb 21 13:29:41.489 INFO STEP 846 (remove_files) COMPLETE |
7042 | 2025-02-21T13:29:42.510Z | [ recovery-image] Feb 21 13:29:41.489 INFO O| Feb 21 13:29:41.489 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7043 | 2025-02-21T13:29:42.561Z | [ recovery-image] Feb 21 13:29:41.540 INFO O| Feb 21 13:29:41.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
7044 | 2025-02-21T13:29:42.561Z | [ recovery-image] Feb 21 13:29:41.540 INFO O| Feb 21 13:29:41.540 INFO STEP 847 (remove_files) COMPLETE |
7045 | 2025-02-21T13:29:42.561Z | [ recovery-image] Feb 21 13:29:41.540 INFO O| Feb 21 13:29:41.540 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7046 | 2025-02-21T13:29:42.581Z | [ recovery-image] Feb 21 13:29:41.560 INFO O| Feb 21 13:29:41.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
7047 | 2025-02-21T13:29:42.581Z | [ recovery-image] Feb 21 13:29:41.560 INFO O| Feb 21 13:29:41.560 INFO STEP 848 (remove_files) COMPLETE |
7048 | 2025-02-21T13:29:42.581Z | [ recovery-image] Feb 21 13:29:41.560 INFO O| Feb 21 13:29:41.560 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7049 | 2025-02-21T13:29:42.602Z | [ recovery-image] Feb 21 13:29:41.580 INFO O| Feb 21 13:29:41.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
7050 | 2025-02-21T13:29:42.602Z | [ recovery-image] Feb 21 13:29:41.581 INFO O| Feb 21 13:29:41.581 INFO STEP 849 (remove_files) COMPLETE |
7051 | 2025-02-21T13:29:42.602Z | [ recovery-image] Feb 21 13:29:41.581 INFO O| Feb 21 13:29:41.581 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7052 | 2025-02-21T13:29:42.622Z | [ recovery-image] Feb 21 13:29:41.601 INFO O| Feb 21 13:29:41.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
7053 | 2025-02-21T13:29:42.622Z | [ recovery-image] Feb 21 13:29:41.601 INFO O| Feb 21 13:29:41.601 INFO STEP 850 (remove_files) COMPLETE |
7054 | 2025-02-21T13:29:42.622Z | [ recovery-image] Feb 21 13:29:41.601 INFO O| Feb 21 13:29:41.601 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7055 | 2025-02-21T13:29:42.655Z | [ recovery-image] Feb 21 13:29:41.634 INFO O| Feb 21 13:29:41.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
7056 | 2025-02-21T13:29:42.655Z | [ recovery-image] Feb 21 13:29:41.635 INFO O| Feb 21 13:29:41.635 INFO STEP 851 (remove_files) COMPLETE |
7057 | 2025-02-21T13:29:42.658Z | [ recovery-image] Feb 21 13:29:41.635 INFO O| Feb 21 13:29:41.635 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7058 | 2025-02-21T13:29:42.689Z | [ host-image] Feb 21 13:29:41.669 INFO O| Feb 21 13:29:41.669 INFO O| Done |
7059 | 2025-02-21T13:29:42.694Z | [ recovery-image] Feb 21 13:29:41.674 INFO O| Feb 21 13:29:41.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
7060 | 2025-02-21T13:29:42.694Z | [ recovery-image] Feb 21 13:29:41.674 INFO O| Feb 21 13:29:41.674 INFO STEP 852 (remove_files) COMPLETE |
7061 | 2025-02-21T13:29:42.694Z | [ recovery-image] Feb 21 13:29:41.674 INFO O| Feb 21 13:29:41.674 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7062 | 2025-02-21T13:29:42.732Z | [ host-image] Feb 21 13:29:41.711 INFO O| Feb 21 13:29:41.711 INFO O| Done |
7063 | 2025-02-21T13:29:42.736Z | [ host-image] Feb 21 13:29:41.711 INFO O| Feb 21 13:29:41.711 INFO O| Done |
7064 | 2025-02-21T13:29:42.749Z | [ recovery-image] Feb 21 13:29:41.729 INFO O| Feb 21 13:29:41.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
7065 | 2025-02-21T13:29:42.751Z | [ recovery-image] Feb 21 13:29:41.729 INFO O| Feb 21 13:29:41.729 INFO STEP 853 (remove_files) COMPLETE |
7066 | 2025-02-21T13:29:42.752Z | [ recovery-image] Feb 21 13:29:41.729 INFO O| Feb 21 13:29:41.729 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7067 | 2025-02-21T13:29:42.768Z | [ recovery-image] Feb 21 13:29:41.748 INFO O| Feb 21 13:29:41.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
7068 | 2025-02-21T13:29:42.769Z | [ recovery-image] Feb 21 13:29:41.748 INFO O| Feb 21 13:29:41.748 INFO STEP 854 (remove_files) COMPLETE |
7069 | 2025-02-21T13:29:42.769Z | [ recovery-image] Feb 21 13:29:41.748 INFO O| Feb 21 13:29:41.748 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7070 | 2025-02-21T13:29:42.817Z | [ recovery-image] Feb 21 13:29:41.797 INFO O| Feb 21 13:29:41.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
7071 | 2025-02-21T13:29:42.820Z | [ recovery-image] Feb 21 13:29:41.797 INFO O| Feb 21 13:29:41.797 INFO STEP 855 (remove_files) COMPLETE |
7072 | 2025-02-21T13:29:42.820Z | [ recovery-image] Feb 21 13:29:41.797 INFO O| Feb 21 13:29:41.797 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7073 | 2025-02-21T13:29:42.823Z | [ host-image] Feb 21 13:29:41.801 INFO O| Feb 21 13:29:41.801 INFO O| Done |
7074 | 2025-02-21T13:29:42.848Z | [ recovery-image] Feb 21 13:29:41.827 INFO O| Feb 21 13:29:41.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
7075 | 2025-02-21T13:29:42.848Z | [ recovery-image] Feb 21 13:29:41.827 INFO O| Feb 21 13:29:41.827 INFO STEP 856 (remove_files) COMPLETE |
7076 | 2025-02-21T13:29:42.848Z | [ recovery-image] Feb 21 13:29:41.827 INFO O| Feb 21 13:29:41.827 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7077 | 2025-02-21T13:29:42.890Z | [ recovery-image] Feb 21 13:29:41.869 INFO O| Feb 21 13:29:41.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
7078 | 2025-02-21T13:29:42.890Z | [ recovery-image] Feb 21 13:29:41.869 INFO O| Feb 21 13:29:41.869 INFO STEP 857 (remove_files) COMPLETE |
7079 | 2025-02-21T13:29:42.890Z | [ recovery-image] Feb 21 13:29:41.869 INFO O| Feb 21 13:29:41.869 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7080 | 2025-02-21T13:29:42.953Z | [ recovery-image] Feb 21 13:29:41.932 INFO O| Feb 21 13:29:41.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
7081 | 2025-02-21T13:29:42.953Z | [ recovery-image] Feb 21 13:29:41.932 INFO O| Feb 21 13:29:41.932 INFO STEP 858 (remove_files) COMPLETE |
7082 | 2025-02-21T13:29:42.953Z | [ recovery-image] Feb 21 13:29:41.932 INFO O| Feb 21 13:29:41.932 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7083 | 2025-02-21T13:29:42.993Z | [ host-image] Feb 21 13:29:41.972 INFO O| Feb 21 13:29:41.971 INFO STEP 13 (pkg_install) COMPLETE |
7084 | 2025-02-21T13:29:42.993Z | [ host-image] Feb 21 13:29:41.972 INFO O| Feb 21 13:29:41.971 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7085 | 2025-02-21T13:29:43.011Z | [ host-image] Feb 21 13:29:41.991 INFO O| Feb 21 13:29:41.991 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.334"] |
7086 | 2025-02-21T13:29:43.040Z | [ recovery-image] Feb 21 13:29:42.020 INFO O| Feb 21 13:29:42.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
7087 | 2025-02-21T13:29:43.043Z | [ recovery-image] Feb 21 13:29:42.020 INFO O| Feb 21 13:29:42.020 INFO STEP 859 (remove_files) COMPLETE |
7088 | 2025-02-21T13:29:43.043Z | [ recovery-image] Feb 21 13:29:42.020 INFO O| Feb 21 13:29:42.020 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7089 | 2025-02-21T13:29:43.061Z | [ recovery-image] Feb 21 13:29:42.040 INFO O| Feb 21 13:29:42.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
7090 | 2025-02-21T13:29:43.064Z | [ recovery-image] Feb 21 13:29:42.040 INFO O| Feb 21 13:29:42.040 INFO STEP 860 (remove_files) COMPLETE |
7091 | 2025-02-21T13:29:43.064Z | [ recovery-image] Feb 21 13:29:42.041 INFO O| Feb 21 13:29:42.041 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7092 | 2025-02-21T13:29:43.082Z | [ recovery-image] Feb 21 13:29:42.060 INFO O| Feb 21 13:29:42.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
7093 | 2025-02-21T13:29:43.085Z | [ recovery-image] Feb 21 13:29:42.060 INFO O| Feb 21 13:29:42.060 INFO STEP 861 (remove_files) COMPLETE |
7094 | 2025-02-21T13:29:43.085Z | [ recovery-image] Feb 21 13:29:42.060 INFO O| Feb 21 13:29:42.060 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7095 | 2025-02-21T13:29:43.121Z | [ recovery-image] Feb 21 13:29:42.101 INFO O| Feb 21 13:29:42.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
7096 | 2025-02-21T13:29:43.124Z | [ recovery-image] Feb 21 13:29:42.101 INFO O| Feb 21 13:29:42.101 INFO STEP 862 (remove_files) COMPLETE |
7097 | 2025-02-21T13:29:43.125Z | [ recovery-image] Feb 21 13:29:42.101 INFO O| Feb 21 13:29:42.101 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7098 | 2025-02-21T13:29:43.175Z | [ recovery-image] Feb 21 13:29:42.155 INFO O| Feb 21 13:29:42.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
7099 | 2025-02-21T13:29:43.175Z | [ recovery-image] Feb 21 13:29:42.155 INFO O| Feb 21 13:29:42.155 INFO STEP 863 (remove_files) COMPLETE |
7100 | 2025-02-21T13:29:43.175Z | [ recovery-image] Feb 21 13:29:42.155 INFO O| Feb 21 13:29:42.155 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7101 | 2025-02-21T13:29:43.196Z | [ recovery-image] Feb 21 13:29:42.175 INFO O| Feb 21 13:29:42.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
7102 | 2025-02-21T13:29:43.196Z | [ recovery-image] Feb 21 13:29:42.176 INFO O| Feb 21 13:29:42.175 INFO STEP 864 (remove_files) COMPLETE |
7103 | 2025-02-21T13:29:43.196Z | [ recovery-image] Feb 21 13:29:42.176 INFO O| Feb 21 13:29:42.176 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7104 | 2025-02-21T13:29:43.226Z | [ recovery-image] Feb 21 13:29:42.206 INFO O| Feb 21 13:29:42.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
7105 | 2025-02-21T13:29:43.229Z | [ recovery-image] Feb 21 13:29:42.206 INFO O| Feb 21 13:29:42.206 INFO STEP 865 (remove_files) COMPLETE |
7106 | 2025-02-21T13:29:43.229Z | [ recovery-image] Feb 21 13:29:42.206 INFO O| Feb 21 13:29:42.206 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7107 | 2025-02-21T13:29:43.247Z | [ recovery-image] Feb 21 13:29:42.227 INFO O| Feb 21 13:29:42.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
7108 | 2025-02-21T13:29:43.250Z | [ recovery-image] Feb 21 13:29:42.227 INFO O| Feb 21 13:29:42.227 INFO STEP 866 (remove_files) COMPLETE |
7109 | 2025-02-21T13:29:43.250Z | [ recovery-image] Feb 21 13:29:42.227 INFO O| Feb 21 13:29:42.227 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7110 | 2025-02-21T13:29:43.266Z | [ recovery-image] Feb 21 13:29:42.245 INFO O| Feb 21 13:29:42.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
7111 | 2025-02-21T13:29:43.268Z | [ recovery-image] Feb 21 13:29:42.245 INFO O| Feb 21 13:29:42.245 INFO STEP 867 (remove_files) COMPLETE |
7112 | 2025-02-21T13:29:43.268Z | [ recovery-image] Feb 21 13:29:42.245 INFO O| Feb 21 13:29:42.245 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7113 | 2025-02-21T13:29:43.284Z | [ recovery-image] Feb 21 13:29:42.264 INFO O| Feb 21 13:29:42.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
7114 | 2025-02-21T13:29:43.284Z | [ recovery-image] Feb 21 13:29:42.264 INFO O| Feb 21 13:29:42.264 INFO STEP 868 (remove_files) COMPLETE |
7115 | 2025-02-21T13:29:43.287Z | [ recovery-image] Feb 21 13:29:42.264 INFO O| Feb 21 13:29:42.264 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7116 | 2025-02-21T13:29:43.322Z | [ recovery-image] Feb 21 13:29:42.301 INFO O| Feb 21 13:29:42.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
7117 | 2025-02-21T13:29:43.322Z | [ recovery-image] Feb 21 13:29:42.301 INFO O| Feb 21 13:29:42.301 INFO STEP 869 (remove_files) COMPLETE |
7118 | 2025-02-21T13:29:43.325Z | [ recovery-image] Feb 21 13:29:42.301 INFO O| Feb 21 13:29:42.301 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7119 | 2025-02-21T13:29:43.354Z | [ recovery-image] Feb 21 13:29:42.333 INFO O| Feb 21 13:29:42.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
7120 | 2025-02-21T13:29:43.354Z | [ recovery-image] Feb 21 13:29:42.333 INFO O| Feb 21 13:29:42.333 INFO STEP 870 (remove_files) COMPLETE |
7121 | 2025-02-21T13:29:43.356Z | [ recovery-image] Feb 21 13:29:42.333 INFO O| Feb 21 13:29:42.333 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7122 | 2025-02-21T13:29:43.374Z | [ recovery-image] Feb 21 13:29:42.353 INFO O| Feb 21 13:29:42.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
7123 | 2025-02-21T13:29:43.374Z | [ recovery-image] Feb 21 13:29:42.353 INFO O| Feb 21 13:29:42.353 INFO STEP 871 (remove_files) COMPLETE |
7124 | 2025-02-21T13:29:43.374Z | [ recovery-image] Feb 21 13:29:42.353 INFO O| Feb 21 13:29:42.353 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7125 | 2025-02-21T13:29:43.393Z | [ recovery-image] Feb 21 13:29:42.372 INFO O| Feb 21 13:29:42.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
7126 | 2025-02-21T13:29:43.393Z | [ recovery-image] Feb 21 13:29:42.372 INFO O| Feb 21 13:29:42.372 INFO STEP 872 (remove_files) COMPLETE |
7127 | 2025-02-21T13:29:43.393Z | [ recovery-image] Feb 21 13:29:42.373 INFO O| Feb 21 13:29:42.372 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7128 | 2025-02-21T13:29:43.416Z | [ recovery-image] Feb 21 13:29:42.395 INFO O| Feb 21 13:29:42.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
7129 | 2025-02-21T13:29:43.416Z | [ recovery-image] Feb 21 13:29:42.395 INFO O| Feb 21 13:29:42.395 INFO STEP 873 (remove_files) COMPLETE |
7130 | 2025-02-21T13:29:43.419Z | [ recovery-image] Feb 21 13:29:42.395 INFO O| Feb 21 13:29:42.395 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7131 | 2025-02-21T13:29:43.444Z | [ recovery-image] Feb 21 13:29:42.424 INFO O| Feb 21 13:29:42.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
7132 | 2025-02-21T13:29:43.444Z | [ recovery-image] Feb 21 13:29:42.424 INFO O| Feb 21 13:29:42.424 INFO STEP 874 (remove_files) COMPLETE |
7133 | 2025-02-21T13:29:43.444Z | [ recovery-image] Feb 21 13:29:42.424 INFO O| Feb 21 13:29:42.424 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7134 | 2025-02-21T13:29:43.480Z | [ recovery-image] Feb 21 13:29:42.460 INFO O| Feb 21 13:29:42.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
7135 | 2025-02-21T13:29:43.480Z | [ recovery-image] Feb 21 13:29:42.460 INFO O| Feb 21 13:29:42.460 INFO STEP 875 (remove_files) COMPLETE |
7136 | 2025-02-21T13:29:43.480Z | [ recovery-image] Feb 21 13:29:42.460 INFO O| Feb 21 13:29:42.460 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7137 | 2025-02-21T13:29:43.540Z | [ recovery-image] Feb 21 13:29:42.519 INFO O| Feb 21 13:29:42.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
7138 | 2025-02-21T13:29:43.540Z | [ recovery-image] Feb 21 13:29:42.519 INFO O| Feb 21 13:29:42.519 INFO STEP 876 (remove_files) COMPLETE |
7139 | 2025-02-21T13:29:43.543Z | [ recovery-image] Feb 21 13:29:42.519 INFO O| Feb 21 13:29:42.519 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7140 | 2025-02-21T13:29:43.601Z | [ recovery-image] Feb 21 13:29:42.581 INFO O| Feb 21 13:29:42.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
7141 | 2025-02-21T13:29:43.601Z | [ recovery-image] Feb 21 13:29:42.581 INFO O| Feb 21 13:29:42.581 INFO STEP 877 (remove_files) COMPLETE |
7142 | 2025-02-21T13:29:43.601Z | [ recovery-image] Feb 21 13:29:42.581 INFO O| Feb 21 13:29:42.581 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7143 | 2025-02-21T13:29:43.677Z | [ recovery-image] Feb 21 13:29:42.656 INFO O| Feb 21 13:29:42.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
7144 | 2025-02-21T13:29:43.677Z | [ recovery-image] Feb 21 13:29:42.656 INFO O| Feb 21 13:29:42.656 INFO STEP 878 (remove_files) COMPLETE |
7145 | 2025-02-21T13:29:43.677Z | [ recovery-image] Feb 21 13:29:42.656 INFO O| Feb 21 13:29:42.656 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7146 | 2025-02-21T13:29:43.704Z | [ recovery-image] Feb 21 13:29:42.684 INFO O| Feb 21 13:29:42.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
7147 | 2025-02-21T13:29:43.707Z | [ recovery-image] Feb 21 13:29:42.684 INFO O| Feb 21 13:29:42.684 INFO STEP 879 (remove_files) COMPLETE |
7148 | 2025-02-21T13:29:43.707Z | [ recovery-image] Feb 21 13:29:42.684 INFO O| Feb 21 13:29:42.684 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7149 | 2025-02-21T13:29:43.725Z | [ recovery-image] Feb 21 13:29:42.705 INFO O| Feb 21 13:29:42.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
7150 | 2025-02-21T13:29:43.725Z | [ recovery-image] Feb 21 13:29:42.705 INFO O| Feb 21 13:29:42.705 INFO STEP 880 (remove_files) COMPLETE |
7151 | 2025-02-21T13:29:43.725Z | [ recovery-image] Feb 21 13:29:42.705 INFO O| Feb 21 13:29:42.705 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7152 | 2025-02-21T13:29:43.746Z | [ recovery-image] Feb 21 13:29:42.726 INFO O| Feb 21 13:29:42.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
7153 | 2025-02-21T13:29:43.749Z | [ recovery-image] Feb 21 13:29:42.726 INFO O| Feb 21 13:29:42.726 INFO STEP 881 (remove_files) COMPLETE |
7154 | 2025-02-21T13:29:43.749Z | [ recovery-image] Feb 21 13:29:42.726 INFO O| Feb 21 13:29:42.726 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7155 | 2025-02-21T13:29:43.767Z | [ recovery-image] Feb 21 13:29:42.747 INFO O| Feb 21 13:29:42.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
7156 | 2025-02-21T13:29:43.770Z | [ recovery-image] Feb 21 13:29:42.747 INFO O| Feb 21 13:29:42.747 INFO STEP 882 (remove_files) COMPLETE |
7157 | 2025-02-21T13:29:43.770Z | [ recovery-image] Feb 21 13:29:42.747 INFO O| Feb 21 13:29:42.747 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7158 | 2025-02-21T13:29:43.786Z | [ recovery-image] Feb 21 13:29:42.765 INFO O| Feb 21 13:29:42.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
7159 | 2025-02-21T13:29:43.788Z | [ recovery-image] Feb 21 13:29:42.765 INFO O| Feb 21 13:29:42.765 INFO STEP 883 (remove_files) COMPLETE |
7160 | 2025-02-21T13:29:43.788Z | [ recovery-image] Feb 21 13:29:42.766 INFO O| Feb 21 13:29:42.766 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7161 | 2025-02-21T13:29:43.805Z | [ recovery-image] Feb 21 13:29:42.784 INFO O| Feb 21 13:29:42.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
7162 | 2025-02-21T13:29:43.807Z | [ recovery-image] Feb 21 13:29:42.784 INFO O| Feb 21 13:29:42.784 INFO STEP 884 (remove_files) COMPLETE |
7163 | 2025-02-21T13:29:43.808Z | [ recovery-image] Feb 21 13:29:42.785 INFO O| Feb 21 13:29:42.785 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7164 | 2025-02-21T13:29:43.823Z | [ recovery-image] Feb 21 13:29:42.803 INFO O| Feb 21 13:29:42.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
7165 | 2025-02-21T13:29:43.826Z | [ recovery-image] Feb 21 13:29:42.803 INFO O| Feb 21 13:29:42.803 INFO STEP 885 (remove_files) COMPLETE |
7166 | 2025-02-21T13:29:43.826Z | [ recovery-image] Feb 21 13:29:42.803 INFO O| Feb 21 13:29:42.803 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7167 | 2025-02-21T13:29:43.841Z | [ recovery-image] Feb 21 13:29:42.821 INFO O| Feb 21 13:29:42.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
7168 | 2025-02-21T13:29:43.845Z | [ recovery-image] Feb 21 13:29:42.821 INFO O| Feb 21 13:29:42.821 INFO STEP 886 (remove_files) COMPLETE |
7169 | 2025-02-21T13:29:43.845Z | [ recovery-image] Feb 21 13:29:42.821 INFO O| Feb 21 13:29:42.821 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7170 | 2025-02-21T13:29:43.871Z | [ recovery-image] Feb 21 13:29:42.850 INFO O| Feb 21 13:29:42.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
7171 | 2025-02-21T13:29:43.873Z | [ recovery-image] Feb 21 13:29:42.850 INFO O| Feb 21 13:29:42.850 INFO STEP 887 (remove_files) COMPLETE |
7172 | 2025-02-21T13:29:43.873Z | [ recovery-image] Feb 21 13:29:42.850 INFO O| Feb 21 13:29:42.850 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7173 | 2025-02-21T13:29:43.918Z | [ recovery-image] Feb 21 13:29:42.893 INFO O| Feb 21 13:29:42.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
7174 | 2025-02-21T13:29:43.918Z | [ recovery-image] Feb 21 13:29:42.893 INFO O| Feb 21 13:29:42.893 INFO STEP 888 (remove_files) COMPLETE |
7175 | 2025-02-21T13:29:43.918Z | [ recovery-image] Feb 21 13:29:42.893 INFO O| Feb 21 13:29:42.893 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7176 | 2025-02-21T13:29:43.943Z | [ recovery-image] Feb 21 13:29:42.922 INFO O| Feb 21 13:29:42.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
7177 | 2025-02-21T13:29:43.960Z | [ recovery-image] Feb 21 13:29:42.939 INFO O| Feb 21 13:29:42.939 INFO STEP 889 (remove_files) COMPLETE |
7178 | 2025-02-21T13:29:43.960Z | [ recovery-image] Feb 21 13:29:42.939 INFO O| Feb 21 13:29:42.939 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7179 | 2025-02-21T13:29:43.985Z | [ recovery-image] Feb 21 13:29:42.962 INFO O| Feb 21 13:29:42.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
7180 | 2025-02-21T13:29:43.985Z | [ recovery-image] Feb 21 13:29:42.962 INFO O| Feb 21 13:29:42.962 INFO STEP 890 (remove_files) COMPLETE |
7181 | 2025-02-21T13:29:43.990Z | [ recovery-image] Feb 21 13:29:42.962 INFO O| Feb 21 13:29:42.962 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7182 | 2025-02-21T13:29:44.004Z | [ recovery-image] Feb 21 13:29:42.983 INFO O| Feb 21 13:29:42.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
7183 | 2025-02-21T13:29:44.006Z | [ recovery-image] Feb 21 13:29:42.983 INFO O| Feb 21 13:29:42.983 INFO STEP 891 (remove_files) COMPLETE |
7184 | 2025-02-21T13:29:44.006Z | [ recovery-image] Feb 21 13:29:42.983 INFO O| Feb 21 13:29:42.983 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7185 | 2025-02-21T13:29:44.041Z | [ recovery-image] Feb 21 13:29:43.020 INFO O| Feb 21 13:29:43.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
7186 | 2025-02-21T13:29:44.041Z | [ recovery-image] Feb 21 13:29:43.020 INFO O| Feb 21 13:29:43.020 INFO STEP 892 (remove_files) COMPLETE |
7187 | 2025-02-21T13:29:44.041Z | [ recovery-image] Feb 21 13:29:43.020 INFO O| Feb 21 13:29:43.020 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7188 | 2025-02-21T13:29:44.060Z | [ recovery-image] Feb 21 13:29:43.040 INFO O| Feb 21 13:29:43.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
7189 | 2025-02-21T13:29:44.061Z | [ recovery-image] Feb 21 13:29:43.040 INFO O| Feb 21 13:29:43.040 INFO STEP 893 (remove_files) COMPLETE |
7190 | 2025-02-21T13:29:44.061Z | [ recovery-image] Feb 21 13:29:43.040 INFO O| Feb 21 13:29:43.040 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7191 | 2025-02-21T13:29:44.079Z | [ recovery-image] Feb 21 13:29:43.059 INFO O| Feb 21 13:29:43.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
7192 | 2025-02-21T13:29:44.082Z | [ recovery-image] Feb 21 13:29:43.059 INFO O| Feb 21 13:29:43.059 INFO STEP 894 (remove_files) COMPLETE |
7193 | 2025-02-21T13:29:44.082Z | [ recovery-image] Feb 21 13:29:43.059 INFO O| Feb 21 13:29:43.059 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7194 | 2025-02-21T13:29:44.098Z | [ recovery-image] Feb 21 13:29:43.078 INFO O| Feb 21 13:29:43.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
7195 | 2025-02-21T13:29:44.098Z | [ recovery-image] Feb 21 13:29:43.078 INFO O| Feb 21 13:29:43.078 INFO STEP 895 (remove_files) COMPLETE |
7196 | 2025-02-21T13:29:44.098Z | [ recovery-image] Feb 21 13:29:43.078 INFO O| Feb 21 13:29:43.078 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7197 | 2025-02-21T13:29:44.119Z | [ recovery-image] Feb 21 13:29:43.096 INFO O| Feb 21 13:29:43.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
7198 | 2025-02-21T13:29:44.119Z | [ recovery-image] Feb 21 13:29:43.096 INFO O| Feb 21 13:29:43.096 INFO STEP 896 (remove_files) COMPLETE |
7199 | 2025-02-21T13:29:44.123Z | [ recovery-image] Feb 21 13:29:43.096 INFO O| Feb 21 13:29:43.096 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7200 | 2025-02-21T13:29:44.147Z | [ recovery-image] Feb 21 13:29:43.115 INFO O| Feb 21 13:29:43.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
7201 | 2025-02-21T13:29:44.152Z | [ recovery-image] Feb 21 13:29:43.115 INFO O| Feb 21 13:29:43.115 INFO STEP 897 (remove_files) COMPLETE |
7202 | 2025-02-21T13:29:44.153Z | [ recovery-image] Feb 21 13:29:43.115 INFO O| Feb 21 13:29:43.115 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7203 | 2025-02-21T13:29:44.163Z | [ recovery-image] Feb 21 13:29:43.142 INFO O| Feb 21 13:29:43.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
7204 | 2025-02-21T13:29:44.163Z | [ recovery-image] Feb 21 13:29:43.142 INFO O| Feb 21 13:29:43.142 INFO STEP 898 (remove_files) COMPLETE |
7205 | 2025-02-21T13:29:44.163Z | [ recovery-image] Feb 21 13:29:43.142 INFO O| Feb 21 13:29:43.142 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7206 | 2025-02-21T13:29:44.190Z | [ recovery-image] Feb 21 13:29:43.169 INFO O| Feb 21 13:29:43.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
7207 | 2025-02-21T13:29:44.190Z | [ recovery-image] Feb 21 13:29:43.169 INFO O| Feb 21 13:29:43.169 INFO STEP 899 (remove_files) COMPLETE |
7208 | 2025-02-21T13:29:44.190Z | [ recovery-image] Feb 21 13:29:43.169 INFO O| Feb 21 13:29:43.169 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7209 | 2025-02-21T13:29:44.210Z | [ host-image] Feb 21 13:29:43.188 INFO O| Feb 21 13:29:43.188 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
7210 | 2025-02-21T13:29:44.240Z | [ recovery-image] Feb 21 13:29:43.219 INFO O| Feb 21 13:29:43.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
7211 | 2025-02-21T13:29:44.240Z | [ recovery-image] Feb 21 13:29:43.219 INFO O| Feb 21 13:29:43.219 INFO STEP 900 (remove_files) COMPLETE |
7212 | 2025-02-21T13:29:44.243Z | [ recovery-image] Feb 21 13:29:43.219 INFO O| Feb 21 13:29:43.219 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7213 | 2025-02-21T13:29:44.263Z | [ recovery-image] Feb 21 13:29:43.241 INFO O| Feb 21 13:29:43.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
7214 | 2025-02-21T13:29:44.265Z | [ recovery-image] Feb 21 13:29:43.242 INFO O| Feb 21 13:29:43.241 INFO STEP 901 (remove_files) COMPLETE |
7215 | 2025-02-21T13:29:44.265Z | [ recovery-image] Feb 21 13:29:43.242 INFO O| Feb 21 13:29:43.242 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7216 | 2025-02-21T13:29:44.297Z | [ recovery-image] Feb 21 13:29:43.277 INFO O| Feb 21 13:29:43.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
7217 | 2025-02-21T13:29:44.297Z | [ recovery-image] Feb 21 13:29:43.277 INFO O| Feb 21 13:29:43.277 INFO STEP 902 (remove_files) COMPLETE |
7218 | 2025-02-21T13:29:44.297Z | [ recovery-image] Feb 21 13:29:43.277 INFO O| Feb 21 13:29:43.277 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7219 | 2025-02-21T13:29:44.316Z | [ recovery-image] Feb 21 13:29:43.295 INFO O| Feb 21 13:29:43.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
7220 | 2025-02-21T13:29:44.316Z | [ recovery-image] Feb 21 13:29:43.295 INFO O| Feb 21 13:29:43.295 INFO STEP 903 (remove_files) COMPLETE |
7221 | 2025-02-21T13:29:44.316Z | [ recovery-image] Feb 21 13:29:43.295 INFO O| Feb 21 13:29:43.295 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7222 | 2025-02-21T13:29:44.346Z | [ recovery-image] Feb 21 13:29:43.325 INFO O| Feb 21 13:29:43.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
7223 | 2025-02-21T13:29:44.346Z | [ recovery-image] Feb 21 13:29:43.325 INFO O| Feb 21 13:29:43.325 INFO STEP 904 (remove_files) COMPLETE |
7224 | 2025-02-21T13:29:44.346Z | [ recovery-image] Feb 21 13:29:43.325 INFO O| Feb 21 13:29:43.325 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7225 | 2025-02-21T13:29:44.367Z | [ recovery-image] Feb 21 13:29:43.347 INFO O| Feb 21 13:29:43.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
7226 | 2025-02-21T13:29:44.367Z | [ recovery-image] Feb 21 13:29:43.347 INFO O| Feb 21 13:29:43.347 INFO STEP 905 (remove_files) COMPLETE |
7227 | 2025-02-21T13:29:44.367Z | [ recovery-image] Feb 21 13:29:43.347 INFO O| Feb 21 13:29:43.347 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7228 | 2025-02-21T13:29:44.388Z | [ recovery-image] Feb 21 13:29:43.368 INFO O| Feb 21 13:29:43.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
7229 | 2025-02-21T13:29:44.388Z | [ recovery-image] Feb 21 13:29:43.368 INFO O| Feb 21 13:29:43.368 INFO STEP 906 (remove_files) COMPLETE |
7230 | 2025-02-21T13:29:44.388Z | [ recovery-image] Feb 21 13:29:43.368 INFO O| Feb 21 13:29:43.368 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7231 | 2025-02-21T13:29:44.409Z | [ recovery-image] Feb 21 13:29:43.388 INFO O| Feb 21 13:29:43.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
7232 | 2025-02-21T13:29:44.409Z | [ recovery-image] Feb 21 13:29:43.389 INFO O| Feb 21 13:29:43.389 INFO STEP 907 (remove_files) COMPLETE |
7233 | 2025-02-21T13:29:44.409Z | [ recovery-image] Feb 21 13:29:43.389 INFO O| Feb 21 13:29:43.389 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7234 | 2025-02-21T13:29:44.429Z | [ recovery-image] Feb 21 13:29:43.409 INFO O| Feb 21 13:29:43.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
7235 | 2025-02-21T13:29:44.430Z | [ recovery-image] Feb 21 13:29:43.409 INFO O| Feb 21 13:29:43.409 INFO STEP 908 (remove_files) COMPLETE |
7236 | 2025-02-21T13:29:44.430Z | [ recovery-image] Feb 21 13:29:43.409 INFO O| Feb 21 13:29:43.409 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7237 | 2025-02-21T13:29:44.463Z | [ recovery-image] Feb 21 13:29:43.442 INFO O| Feb 21 13:29:43.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
7238 | 2025-02-21T13:29:44.466Z | [ recovery-image] Feb 21 13:29:43.442 INFO O| Feb 21 13:29:43.442 INFO STEP 909 (remove_files) COMPLETE |
7239 | 2025-02-21T13:29:44.466Z | [ recovery-image] Feb 21 13:29:43.442 INFO O| Feb 21 13:29:43.442 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7240 | 2025-02-21T13:29:44.501Z | [ recovery-image] Feb 21 13:29:43.479 INFO O| Feb 21 13:29:43.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
7241 | 2025-02-21T13:29:44.501Z | [ recovery-image] Feb 21 13:29:43.479 INFO O| Feb 21 13:29:43.479 INFO STEP 910 (remove_files) COMPLETE |
7242 | 2025-02-21T13:29:44.501Z | [ recovery-image] Feb 21 13:29:43.479 INFO O| Feb 21 13:29:43.479 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7243 | 2025-02-21T13:29:44.521Z | [ recovery-image] Feb 21 13:29:43.500 INFO O| Feb 21 13:29:43.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
7244 | 2025-02-21T13:29:44.521Z | [ recovery-image] Feb 21 13:29:43.500 INFO O| Feb 21 13:29:43.500 INFO STEP 911 (remove_files) COMPLETE |
7245 | 2025-02-21T13:29:44.523Z | [ recovery-image] Feb 21 13:29:43.500 INFO O| Feb 21 13:29:43.500 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7246 | 2025-02-21T13:29:44.562Z | [ recovery-image] Feb 21 13:29:43.542 INFO O| Feb 21 13:29:43.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
7247 | 2025-02-21T13:29:44.565Z | [ recovery-image] Feb 21 13:29:43.542 INFO O| Feb 21 13:29:43.542 INFO STEP 912 (remove_files) COMPLETE |
7248 | 2025-02-21T13:29:44.565Z | [ recovery-image] Feb 21 13:29:43.542 INFO O| Feb 21 13:29:43.542 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7249 | 2025-02-21T13:29:44.580Z | [ recovery-image] Feb 21 13:29:43.560 INFO O| Feb 21 13:29:43.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
7250 | 2025-02-21T13:29:44.580Z | [ recovery-image] Feb 21 13:29:43.560 INFO O| Feb 21 13:29:43.560 INFO STEP 913 (remove_files) COMPLETE |
7251 | 2025-02-21T13:29:44.583Z | [ recovery-image] Feb 21 13:29:43.560 INFO O| Feb 21 13:29:43.560 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7252 | 2025-02-21T13:29:44.597Z | [ recovery-image] Feb 21 13:29:43.576 INFO O| Feb 21 13:29:43.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
7253 | 2025-02-21T13:29:44.597Z | [ recovery-image] Feb 21 13:29:43.576 INFO O| Feb 21 13:29:43.576 INFO STEP 914 (remove_files) COMPLETE |
7254 | 2025-02-21T13:29:44.600Z | [ recovery-image] Feb 21 13:29:43.576 INFO O| Feb 21 13:29:43.576 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7255 | 2025-02-21T13:29:44.630Z | [ recovery-image] Feb 21 13:29:43.609 INFO O| Feb 21 13:29:43.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
7256 | 2025-02-21T13:29:44.632Z | [ recovery-image] Feb 21 13:29:43.609 INFO O| Feb 21 13:29:43.609 INFO STEP 915 (remove_files) COMPLETE |
7257 | 2025-02-21T13:29:44.633Z | [ recovery-image] Feb 21 13:29:43.609 INFO O| Feb 21 13:29:43.609 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7258 | 2025-02-21T13:29:44.649Z | [ recovery-image] Feb 21 13:29:43.629 INFO O| Feb 21 13:29:43.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
7259 | 2025-02-21T13:29:44.652Z | [ recovery-image] Feb 21 13:29:43.629 INFO O| Feb 21 13:29:43.629 INFO STEP 916 (remove_files) COMPLETE |
7260 | 2025-02-21T13:29:44.652Z | [ recovery-image] Feb 21 13:29:43.629 INFO O| Feb 21 13:29:43.629 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7261 | 2025-02-21T13:29:44.692Z | [ recovery-image] Feb 21 13:29:43.670 INFO O| Feb 21 13:29:43.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
7262 | 2025-02-21T13:29:44.695Z | [ recovery-image] Feb 21 13:29:43.670 INFO O| Feb 21 13:29:43.670 INFO STEP 917 (remove_files) COMPLETE |
7263 | 2025-02-21T13:29:44.695Z | [ recovery-image] Feb 21 13:29:43.670 INFO O| Feb 21 13:29:43.670 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7264 | 2025-02-21T13:29:44.779Z | [ recovery-image] Feb 21 13:29:43.759 INFO O| Feb 21 13:29:43.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
7265 | 2025-02-21T13:29:44.784Z | [ recovery-image] Feb 21 13:29:43.759 INFO O| Feb 21 13:29:43.759 INFO STEP 918 (remove_files) COMPLETE |
7266 | 2025-02-21T13:29:44.784Z | [ recovery-image] Feb 21 13:29:43.759 INFO O| Feb 21 13:29:43.759 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7267 | 2025-02-21T13:29:44.801Z | [ recovery-image] Feb 21 13:29:43.780 INFO O| Feb 21 13:29:43.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
7268 | 2025-02-21T13:29:44.806Z | [ recovery-image] Feb 21 13:29:43.780 INFO O| Feb 21 13:29:43.780 INFO STEP 919 (remove_files) COMPLETE |
7269 | 2025-02-21T13:29:44.806Z | [ recovery-image] Feb 21 13:29:43.781 INFO O| Feb 21 13:29:43.781 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7270 | 2025-02-21T13:29:44.821Z | [ recovery-image] Feb 21 13:29:43.801 INFO O| Feb 21 13:29:43.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
7271 | 2025-02-21T13:29:44.824Z | [ recovery-image] Feb 21 13:29:43.801 INFO O| Feb 21 13:29:43.801 INFO STEP 920 (remove_files) COMPLETE |
7272 | 2025-02-21T13:29:44.824Z | [ recovery-image] Feb 21 13:29:43.801 INFO O| Feb 21 13:29:43.801 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7273 | 2025-02-21T13:29:44.841Z | [ recovery-image] Feb 21 13:29:43.820 INFO O| Feb 21 13:29:43.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
7274 | 2025-02-21T13:29:44.843Z | [ recovery-image] Feb 21 13:29:43.820 INFO O| Feb 21 13:29:43.820 INFO STEP 921 (remove_files) COMPLETE |
7275 | 2025-02-21T13:29:44.843Z | [ recovery-image] Feb 21 13:29:43.820 INFO O| Feb 21 13:29:43.820 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7276 | 2025-02-21T13:29:44.860Z | [ recovery-image] Feb 21 13:29:43.838 INFO O| Feb 21 13:29:43.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
7277 | 2025-02-21T13:29:44.860Z | [ recovery-image] Feb 21 13:29:43.838 INFO O| Feb 21 13:29:43.838 INFO STEP 922 (remove_files) COMPLETE |
7278 | 2025-02-21T13:29:44.862Z | [ recovery-image] Feb 21 13:29:43.838 INFO O| Feb 21 13:29:43.838 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7279 | 2025-02-21T13:29:44.878Z | [ recovery-image] Feb 21 13:29:43.857 INFO O| Feb 21 13:29:43.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
7280 | 2025-02-21T13:29:44.878Z | [ recovery-image] Feb 21 13:29:43.857 INFO O| Feb 21 13:29:43.857 INFO STEP 923 (remove_files) COMPLETE |
7281 | 2025-02-21T13:29:44.878Z | [ recovery-image] Feb 21 13:29:43.857 INFO O| Feb 21 13:29:43.857 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7282 | 2025-02-21T13:29:44.912Z | [ recovery-image] Feb 21 13:29:43.891 INFO O| Feb 21 13:29:43.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
7283 | 2025-02-21T13:29:44.915Z | [ recovery-image] Feb 21 13:29:43.891 INFO O| Feb 21 13:29:43.891 INFO STEP 924 (remove_files) COMPLETE |
7284 | 2025-02-21T13:29:44.915Z | [ recovery-image] Feb 21 13:29:43.891 INFO O| Feb 21 13:29:43.891 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7285 | 2025-02-21T13:29:44.951Z | [ recovery-image] Feb 21 13:29:43.931 INFO O| Feb 21 13:29:43.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
7286 | 2025-02-21T13:29:44.954Z | [ recovery-image] Feb 21 13:29:43.931 INFO O| Feb 21 13:29:43.931 INFO STEP 925 (remove_files) COMPLETE |
7287 | 2025-02-21T13:29:44.954Z | [ recovery-image] Feb 21 13:29:43.931 INFO O| Feb 21 13:29:43.931 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7288 | 2025-02-21T13:29:44.972Z | [ recovery-image] Feb 21 13:29:43.952 INFO O| Feb 21 13:29:43.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
7289 | 2025-02-21T13:29:44.975Z | [ recovery-image] Feb 21 13:29:43.952 INFO O| Feb 21 13:29:43.952 INFO STEP 926 (remove_files) COMPLETE |
7290 | 2025-02-21T13:29:44.975Z | [ recovery-image] Feb 21 13:29:43.952 INFO O| Feb 21 13:29:43.952 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7291 | 2025-02-21T13:29:44.994Z | [ recovery-image] Feb 21 13:29:43.972 INFO O| Feb 21 13:29:43.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
7292 | 2025-02-21T13:29:44.994Z | [ recovery-image] Feb 21 13:29:43.972 INFO O| Feb 21 13:29:43.972 INFO STEP 927 (remove_files) COMPLETE |
7293 | 2025-02-21T13:29:44.994Z | [ recovery-image] Feb 21 13:29:43.972 INFO O| Feb 21 13:29:43.972 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7294 | 2025-02-21T13:29:45.035Z | [ recovery-image] Feb 21 13:29:44.014 INFO O| Feb 21 13:29:44.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
7295 | 2025-02-21T13:29:45.035Z | [ recovery-image] Feb 21 13:29:44.014 INFO O| Feb 21 13:29:44.014 INFO STEP 928 (remove_files) COMPLETE |
7296 | 2025-02-21T13:29:45.035Z | [ recovery-image] Feb 21 13:29:44.014 INFO O| Feb 21 13:29:44.014 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7297 | 2025-02-21T13:29:45.097Z | [ recovery-image] Feb 21 13:29:44.076 INFO O| Feb 21 13:29:44.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
7298 | 2025-02-21T13:29:45.098Z | [ recovery-image] Feb 21 13:29:44.076 INFO O| Feb 21 13:29:44.076 INFO STEP 929 (remove_files) COMPLETE |
7299 | 2025-02-21T13:29:45.098Z | [ recovery-image] Feb 21 13:29:44.076 INFO O| Feb 21 13:29:44.076 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7300 | 2025-02-21T13:29:45.118Z | [ recovery-image] Feb 21 13:29:44.096 INFO O| Feb 21 13:29:44.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
7301 | 2025-02-21T13:29:45.118Z | [ recovery-image] Feb 21 13:29:44.096 INFO O| Feb 21 13:29:44.096 INFO STEP 930 (remove_files) COMPLETE |
7302 | 2025-02-21T13:29:45.121Z | [ recovery-image] Feb 21 13:29:44.097 INFO O| Feb 21 13:29:44.096 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7303 | 2025-02-21T13:29:45.136Z | [ recovery-image] Feb 21 13:29:44.115 INFO O| Feb 21 13:29:44.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
7304 | 2025-02-21T13:29:45.136Z | [ recovery-image] Feb 21 13:29:44.115 INFO O| Feb 21 13:29:44.115 INFO STEP 931 (remove_files) COMPLETE |
7305 | 2025-02-21T13:29:45.136Z | [ recovery-image] Feb 21 13:29:44.115 INFO O| Feb 21 13:29:44.115 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7306 | 2025-02-21T13:29:45.156Z | [ recovery-image] Feb 21 13:29:44.133 INFO O| Feb 21 13:29:44.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
7307 | 2025-02-21T13:29:45.156Z | [ recovery-image] Feb 21 13:29:44.133 INFO O| Feb 21 13:29:44.133 INFO STEP 932 (remove_files) COMPLETE |
7308 | 2025-02-21T13:29:45.156Z | [ recovery-image] Feb 21 13:29:44.133 INFO O| Feb 21 13:29:44.133 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7309 | 2025-02-21T13:29:45.181Z | [ recovery-image] Feb 21 13:29:44.160 INFO O| Feb 21 13:29:44.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
7310 | 2025-02-21T13:29:45.183Z | [ recovery-image] Feb 21 13:29:44.160 INFO O| Feb 21 13:29:44.160 INFO STEP 933 (remove_files) COMPLETE |
7311 | 2025-02-21T13:29:45.183Z | [ recovery-image] Feb 21 13:29:44.160 INFO O| Feb 21 13:29:44.160 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7312 | 2025-02-21T13:29:45.239Z | [ recovery-image] Feb 21 13:29:44.218 INFO O| Feb 21 13:29:44.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
7313 | 2025-02-21T13:29:45.239Z | [ recovery-image] Feb 21 13:29:44.218 INFO O| Feb 21 13:29:44.218 INFO STEP 934 (remove_files) COMPLETE |
7314 | 2025-02-21T13:29:45.239Z | [ recovery-image] Feb 21 13:29:44.218 INFO O| Feb 21 13:29:44.218 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7315 | 2025-02-21T13:29:45.259Z | [ recovery-image] Feb 21 13:29:44.238 INFO O| Feb 21 13:29:44.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
7316 | 2025-02-21T13:29:45.259Z | [ recovery-image] Feb 21 13:29:44.238 INFO O| Feb 21 13:29:44.238 INFO STEP 935 (remove_files) COMPLETE |
7317 | 2025-02-21T13:29:45.259Z | [ recovery-image] Feb 21 13:29:44.238 INFO O| Feb 21 13:29:44.238 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7318 | 2025-02-21T13:29:45.311Z | [ recovery-image] Feb 21 13:29:44.290 INFO O| Feb 21 13:29:44.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
7319 | 2025-02-21T13:29:45.311Z | [ recovery-image] Feb 21 13:29:44.290 INFO O| Feb 21 13:29:44.290 INFO STEP 936 (remove_files) COMPLETE |
7320 | 2025-02-21T13:29:45.315Z | [ recovery-image] Feb 21 13:29:44.290 INFO O| Feb 21 13:29:44.290 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7321 | 2025-02-21T13:29:45.356Z | [ recovery-image] Feb 21 13:29:44.334 INFO O| Feb 21 13:29:44.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
7322 | 2025-02-21T13:29:45.356Z | [ recovery-image] Feb 21 13:29:44.334 INFO O| Feb 21 13:29:44.334 INFO STEP 937 (remove_files) COMPLETE |
7323 | 2025-02-21T13:29:45.358Z | [ recovery-image] Feb 21 13:29:44.334 INFO O| Feb 21 13:29:44.334 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7324 | 2025-02-21T13:29:45.396Z | [ recovery-image] Feb 21 13:29:44.374 INFO O| Feb 21 13:29:44.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
7325 | 2025-02-21T13:29:45.396Z | [ recovery-image] Feb 21 13:29:44.375 INFO O| Feb 21 13:29:44.375 INFO STEP 938 (remove_files) COMPLETE |
7326 | 2025-02-21T13:29:45.399Z | [ recovery-image] Feb 21 13:29:44.375 INFO O| Feb 21 13:29:44.375 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7327 | 2025-02-21T13:29:45.419Z | [ recovery-image] Feb 21 13:29:44.398 INFO O| Feb 21 13:29:44.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
7328 | 2025-02-21T13:29:45.419Z | [ recovery-image] Feb 21 13:29:44.398 INFO O| Feb 21 13:29:44.398 INFO STEP 939 (remove_files) COMPLETE |
7329 | 2025-02-21T13:29:45.421Z | [ recovery-image] Feb 21 13:29:44.398 INFO O| Feb 21 13:29:44.398 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7330 | 2025-02-21T13:29:45.446Z | [ recovery-image] Feb 21 13:29:44.424 INFO O| Feb 21 13:29:44.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
7331 | 2025-02-21T13:29:45.446Z | [ recovery-image] Feb 21 13:29:44.424 INFO O| Feb 21 13:29:44.424 INFO STEP 940 (remove_files) COMPLETE |
7332 | 2025-02-21T13:29:45.449Z | [ recovery-image] Feb 21 13:29:44.425 INFO O| Feb 21 13:29:44.424 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7333 | 2025-02-21T13:29:45.469Z | [ recovery-image] Feb 21 13:29:44.448 INFO O| Feb 21 13:29:44.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
7334 | 2025-02-21T13:29:45.469Z | [ recovery-image] Feb 21 13:29:44.448 INFO O| Feb 21 13:29:44.448 INFO STEP 941 (remove_files) COMPLETE |
7335 | 2025-02-21T13:29:45.469Z | [ recovery-image] Feb 21 13:29:44.449 INFO O| Feb 21 13:29:44.448 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7336 | 2025-02-21T13:29:45.492Z | [ recovery-image] Feb 21 13:29:44.471 INFO O| Feb 21 13:29:44.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
7337 | 2025-02-21T13:29:45.492Z | [ recovery-image] Feb 21 13:29:44.471 INFO O| Feb 21 13:29:44.471 INFO STEP 942 (remove_files) COMPLETE |
7338 | 2025-02-21T13:29:45.495Z | [ recovery-image] Feb 21 13:29:44.471 INFO O| Feb 21 13:29:44.471 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7339 | 2025-02-21T13:29:45.512Z | [ recovery-image] Feb 21 13:29:44.492 INFO O| Feb 21 13:29:44.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
7340 | 2025-02-21T13:29:45.512Z | [ recovery-image] Feb 21 13:29:44.492 INFO O| Feb 21 13:29:44.492 INFO STEP 943 (remove_files) COMPLETE |
7341 | 2025-02-21T13:29:45.512Z | [ recovery-image] Feb 21 13:29:44.492 INFO O| Feb 21 13:29:44.492 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7342 | 2025-02-21T13:29:45.544Z | [ recovery-image] Feb 21 13:29:44.523 INFO O| Feb 21 13:29:44.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
7343 | 2025-02-21T13:29:45.547Z | [ recovery-image] Feb 21 13:29:44.523 INFO O| Feb 21 13:29:44.523 INFO STEP 944 (remove_files) COMPLETE |
7344 | 2025-02-21T13:29:45.547Z | [ recovery-image] Feb 21 13:29:44.524 INFO O| Feb 21 13:29:44.523 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7345 | 2025-02-21T13:29:45.566Z | [ recovery-image] Feb 21 13:29:44.544 INFO O| Feb 21 13:29:44.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
7346 | 2025-02-21T13:29:45.570Z | [ recovery-image] Feb 21 13:29:44.544 INFO O| Feb 21 13:29:44.544 INFO STEP 945 (remove_files) COMPLETE |
7347 | 2025-02-21T13:29:45.570Z | [ recovery-image] Feb 21 13:29:44.544 INFO O| Feb 21 13:29:44.544 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7348 | 2025-02-21T13:29:45.589Z | [ recovery-image] Feb 21 13:29:44.568 INFO O| Feb 21 13:29:44.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
7349 | 2025-02-21T13:29:45.589Z | [ recovery-image] Feb 21 13:29:44.568 INFO O| Feb 21 13:29:44.568 INFO STEP 946 (remove_files) COMPLETE |
7350 | 2025-02-21T13:29:45.589Z | [ recovery-image] Feb 21 13:29:44.568 INFO O| Feb 21 13:29:44.568 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7351 | 2025-02-21T13:29:45.608Z | [ recovery-image] Feb 21 13:29:44.587 INFO O| Feb 21 13:29:44.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
7352 | 2025-02-21T13:29:45.608Z | [ recovery-image] Feb 21 13:29:44.587 INFO O| Feb 21 13:29:44.587 INFO STEP 947 (remove_files) COMPLETE |
7353 | 2025-02-21T13:29:45.608Z | [ recovery-image] Feb 21 13:29:44.587 INFO O| Feb 21 13:29:44.587 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7354 | 2025-02-21T13:29:45.628Z | [ recovery-image] Feb 21 13:29:44.608 INFO O| Feb 21 13:29:44.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
7355 | 2025-02-21T13:29:45.628Z | [ recovery-image] Feb 21 13:29:44.608 INFO O| Feb 21 13:29:44.608 INFO STEP 948 (remove_files) COMPLETE |
7356 | 2025-02-21T13:29:45.628Z | [ recovery-image] Feb 21 13:29:44.608 INFO O| Feb 21 13:29:44.608 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7357 | 2025-02-21T13:29:45.666Z | [ recovery-image] Feb 21 13:29:44.646 INFO O| Feb 21 13:29:44.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
7358 | 2025-02-21T13:29:45.670Z | [ recovery-image] Feb 21 13:29:44.646 INFO O| Feb 21 13:29:44.646 INFO STEP 949 (remove_files) COMPLETE |
7359 | 2025-02-21T13:29:45.670Z | [ recovery-image] Feb 21 13:29:44.646 INFO O| Feb 21 13:29:44.646 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7360 | 2025-02-21T13:29:45.697Z | [ recovery-image] Feb 21 13:29:44.676 INFO O| Feb 21 13:29:44.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
7361 | 2025-02-21T13:29:45.697Z | [ recovery-image] Feb 21 13:29:44.677 INFO O| Feb 21 13:29:44.676 INFO STEP 950 (remove_files) COMPLETE |
7362 | 2025-02-21T13:29:45.700Z | [ recovery-image] Feb 21 13:29:44.677 INFO O| Feb 21 13:29:44.677 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7363 | 2025-02-21T13:29:45.716Z | [ recovery-image] Feb 21 13:29:44.695 INFO O| Feb 21 13:29:44.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
7364 | 2025-02-21T13:29:45.719Z | [ recovery-image] Feb 21 13:29:44.695 INFO O| Feb 21 13:29:44.695 INFO STEP 951 (remove_files) COMPLETE |
7365 | 2025-02-21T13:29:45.719Z | [ recovery-image] Feb 21 13:29:44.695 INFO O| Feb 21 13:29:44.695 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7366 | 2025-02-21T13:29:45.734Z | [ recovery-image] Feb 21 13:29:44.712 INFO O| Feb 21 13:29:44.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
7367 | 2025-02-21T13:29:45.739Z | [ recovery-image] Feb 21 13:29:44.712 INFO O| Feb 21 13:29:44.712 INFO STEP 952 (remove_files) COMPLETE |
7368 | 2025-02-21T13:29:45.739Z | [ recovery-image] Feb 21 13:29:44.712 INFO O| Feb 21 13:29:44.712 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7369 | 2025-02-21T13:29:45.759Z | [ recovery-image] Feb 21 13:29:44.738 INFO O| Feb 21 13:29:44.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
7370 | 2025-02-21T13:29:45.761Z | [ recovery-image] Feb 21 13:29:44.738 INFO O| Feb 21 13:29:44.738 INFO STEP 953 (remove_files) COMPLETE |
7371 | 2025-02-21T13:29:45.761Z | [ recovery-image] Feb 21 13:29:44.738 INFO O| Feb 21 13:29:44.738 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7372 | 2025-02-21T13:29:45.793Z | [ recovery-image] Feb 21 13:29:44.772 INFO O| Feb 21 13:29:44.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
7373 | 2025-02-21T13:29:45.795Z | [ recovery-image] Feb 21 13:29:44.772 INFO O| Feb 21 13:29:44.772 INFO STEP 954 (remove_files) COMPLETE |
7374 | 2025-02-21T13:29:45.795Z | [ recovery-image] Feb 21 13:29:44.773 INFO O| Feb 21 13:29:44.773 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7375 | 2025-02-21T13:29:45.816Z | [ recovery-image] Feb 21 13:29:44.795 INFO O| Feb 21 13:29:44.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
7376 | 2025-02-21T13:29:45.819Z | [ recovery-image] Feb 21 13:29:44.795 INFO O| Feb 21 13:29:44.795 INFO STEP 955 (remove_files) COMPLETE |
7377 | 2025-02-21T13:29:45.819Z | [ recovery-image] Feb 21 13:29:44.795 INFO O| Feb 21 13:29:44.795 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7378 | 2025-02-21T13:29:45.835Z | [ recovery-image] Feb 21 13:29:44.815 INFO O| Feb 21 13:29:44.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
7379 | 2025-02-21T13:29:45.835Z | [ recovery-image] Feb 21 13:29:44.815 INFO O| Feb 21 13:29:44.815 INFO STEP 956 (remove_files) COMPLETE |
7380 | 2025-02-21T13:29:45.838Z | [ recovery-image] Feb 21 13:29:44.815 INFO O| Feb 21 13:29:44.815 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7381 | 2025-02-21T13:29:45.853Z | [ recovery-image] Feb 21 13:29:44.832 INFO O| Feb 21 13:29:44.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
7382 | 2025-02-21T13:29:45.853Z | [ recovery-image] Feb 21 13:29:44.832 INFO O| Feb 21 13:29:44.832 INFO STEP 957 (remove_files) COMPLETE |
7383 | 2025-02-21T13:29:45.853Z | [ recovery-image] Feb 21 13:29:44.832 INFO O| Feb 21 13:29:44.832 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7384 | 2025-02-21T13:29:45.871Z | [ recovery-image] Feb 21 13:29:44.850 INFO O| Feb 21 13:29:44.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
7385 | 2025-02-21T13:29:45.871Z | [ recovery-image] Feb 21 13:29:44.850 INFO O| Feb 21 13:29:44.850 INFO STEP 958 (remove_files) COMPLETE |
7386 | 2025-02-21T13:29:45.873Z | [ recovery-image] Feb 21 13:29:44.850 INFO O| Feb 21 13:29:44.850 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7387 | 2025-02-21T13:29:45.891Z | [ recovery-image] Feb 21 13:29:44.869 INFO O| Feb 21 13:29:44.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
7388 | 2025-02-21T13:29:45.891Z | [ recovery-image] Feb 21 13:29:44.869 INFO O| Feb 21 13:29:44.869 INFO STEP 959 (remove_files) COMPLETE |
7389 | 2025-02-21T13:29:45.891Z | [ recovery-image] Feb 21 13:29:44.869 INFO O| Feb 21 13:29:44.869 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7390 | 2025-02-21T13:29:45.920Z | [ recovery-image] Feb 21 13:29:44.899 INFO O| Feb 21 13:29:44.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
7391 | 2025-02-21T13:29:45.920Z | [ recovery-image] Feb 21 13:29:44.899 INFO O| Feb 21 13:29:44.899 INFO STEP 960 (remove_files) COMPLETE |
7392 | 2025-02-21T13:29:45.923Z | [ recovery-image] Feb 21 13:29:44.899 INFO O| Feb 21 13:29:44.899 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7393 | 2025-02-21T13:29:45.945Z | [ recovery-image] Feb 21 13:29:44.923 INFO O| Feb 21 13:29:44.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
7394 | 2025-02-21T13:29:45.945Z | [ recovery-image] Feb 21 13:29:44.923 INFO O| Feb 21 13:29:44.923 INFO STEP 961 (remove_files) COMPLETE |
7395 | 2025-02-21T13:29:45.945Z | [ recovery-image] Feb 21 13:29:44.923 INFO O| Feb 21 13:29:44.923 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7396 | 2025-02-21T13:29:45.991Z | [ recovery-image] Feb 21 13:29:44.969 INFO O| Feb 21 13:29:44.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
7397 | 2025-02-21T13:29:45.994Z | [ recovery-image] Feb 21 13:29:44.969 INFO O| Feb 21 13:29:44.969 INFO STEP 962 (remove_files) COMPLETE |
7398 | 2025-02-21T13:29:45.994Z | [ recovery-image] Feb 21 13:29:44.969 INFO O| Feb 21 13:29:44.969 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7399 | 2025-02-21T13:29:46.048Z | [ recovery-image] Feb 21 13:29:45.026 INFO O| Feb 21 13:29:45.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
7400 | 2025-02-21T13:29:46.048Z | [ recovery-image] Feb 21 13:29:45.026 INFO O| Feb 21 13:29:45.026 INFO STEP 963 (remove_files) COMPLETE |
7401 | 2025-02-21T13:29:46.051Z | [ recovery-image] Feb 21 13:29:45.026 INFO O| Feb 21 13:29:45.026 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7402 | 2025-02-21T13:29:46.108Z | [ recovery-image] Feb 21 13:29:45.086 INFO O| Feb 21 13:29:45.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
7403 | 2025-02-21T13:29:46.108Z | [ recovery-image] Feb 21 13:29:45.086 INFO O| Feb 21 13:29:45.086 INFO STEP 964 (remove_files) COMPLETE |
7404 | 2025-02-21T13:29:46.108Z | [ recovery-image] Feb 21 13:29:45.086 INFO O| Feb 21 13:29:45.086 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7405 | 2025-02-21T13:29:46.143Z | [ recovery-image] Feb 21 13:29:45.121 INFO O| Feb 21 13:29:45.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
7406 | 2025-02-21T13:29:46.143Z | [ recovery-image] Feb 21 13:29:45.121 INFO O| Feb 21 13:29:45.121 INFO STEP 965 (remove_files) COMPLETE |
7407 | 2025-02-21T13:29:46.143Z | [ recovery-image] Feb 21 13:29:45.121 INFO O| Feb 21 13:29:45.121 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7408 | 2025-02-21T13:29:46.159Z | [ recovery-image] Feb 21 13:29:45.139 INFO O| Feb 21 13:29:45.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
7409 | 2025-02-21T13:29:46.159Z | [ recovery-image] Feb 21 13:29:45.139 INFO O| Feb 21 13:29:45.139 INFO STEP 966 (remove_files) COMPLETE |
7410 | 2025-02-21T13:29:46.159Z | [ recovery-image] Feb 21 13:29:45.139 INFO O| Feb 21 13:29:45.139 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7411 | 2025-02-21T13:29:46.175Z | [ recovery-image] Feb 21 13:29:45.155 INFO O| Feb 21 13:29:45.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
7412 | 2025-02-21T13:29:46.178Z | [ recovery-image] Feb 21 13:29:45.155 INFO O| Feb 21 13:29:45.155 INFO STEP 967 (remove_files) COMPLETE |
7413 | 2025-02-21T13:29:46.178Z | [ recovery-image] Feb 21 13:29:45.155 INFO O| Feb 21 13:29:45.155 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7414 | 2025-02-21T13:29:46.203Z | [ recovery-image] Feb 21 13:29:45.182 INFO O| Feb 21 13:29:45.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
7415 | 2025-02-21T13:29:46.206Z | [ recovery-image] Feb 21 13:29:45.182 INFO O| Feb 21 13:29:45.182 INFO STEP 968 (remove_files) COMPLETE |
7416 | 2025-02-21T13:29:46.206Z | [ recovery-image] Feb 21 13:29:45.182 INFO O| Feb 21 13:29:45.182 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7417 | 2025-02-21T13:29:46.237Z | [ recovery-image] Feb 21 13:29:45.216 INFO O| Feb 21 13:29:45.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
7418 | 2025-02-21T13:29:46.237Z | [ recovery-image] Feb 21 13:29:45.217 INFO O| Feb 21 13:29:45.217 INFO STEP 969 (remove_files) COMPLETE |
7419 | 2025-02-21T13:29:46.237Z | [ recovery-image] Feb 21 13:29:45.217 INFO O| Feb 21 13:29:45.217 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7420 | 2025-02-21T13:29:46.254Z | [ recovery-image] Feb 21 13:29:45.233 INFO O| Feb 21 13:29:45.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
7421 | 2025-02-21T13:29:46.254Z | [ recovery-image] Feb 21 13:29:45.234 INFO O| Feb 21 13:29:45.233 INFO STEP 970 (remove_files) COMPLETE |
7422 | 2025-02-21T13:29:46.257Z | [ recovery-image] Feb 21 13:29:45.234 INFO O| Feb 21 13:29:45.234 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7423 | 2025-02-21T13:29:46.272Z | [ recovery-image] Feb 21 13:29:45.252 INFO O| Feb 21 13:29:45.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
7424 | 2025-02-21T13:29:46.272Z | [ recovery-image] Feb 21 13:29:45.252 INFO O| Feb 21 13:29:45.252 INFO STEP 971 (remove_files) COMPLETE |
7425 | 2025-02-21T13:29:46.276Z | [ recovery-image] Feb 21 13:29:45.252 INFO O| Feb 21 13:29:45.252 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7426 | 2025-02-21T13:29:46.291Z | [ recovery-image] Feb 21 13:29:45.270 INFO O| Feb 21 13:29:45.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
7427 | 2025-02-21T13:29:46.291Z | [ recovery-image] Feb 21 13:29:45.270 INFO O| Feb 21 13:29:45.270 INFO STEP 972 (remove_files) COMPLETE |
7428 | 2025-02-21T13:29:46.295Z | [ recovery-image] Feb 21 13:29:45.270 INFO O| Feb 21 13:29:45.270 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7429 | 2025-02-21T13:29:46.309Z | [ recovery-image] Feb 21 13:29:45.289 INFO O| Feb 21 13:29:45.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
7430 | 2025-02-21T13:29:46.309Z | [ recovery-image] Feb 21 13:29:45.289 INFO O| Feb 21 13:29:45.289 INFO STEP 973 (remove_files) COMPLETE |
7431 | 2025-02-21T13:29:46.310Z | [ recovery-image] Feb 21 13:29:45.289 INFO O| Feb 21 13:29:45.289 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7432 | 2025-02-21T13:29:46.328Z | [ recovery-image] Feb 21 13:29:45.308 INFO O| Feb 21 13:29:45.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
7433 | 2025-02-21T13:29:46.331Z | [ recovery-image] Feb 21 13:29:45.308 INFO O| Feb 21 13:29:45.308 INFO STEP 974 (remove_files) COMPLETE |
7434 | 2025-02-21T13:29:46.331Z | [ recovery-image] Feb 21 13:29:45.308 INFO O| Feb 21 13:29:45.308 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7435 | 2025-02-21T13:29:46.439Z | [ recovery-image] Feb 21 13:29:45.416 INFO O| Feb 21 13:29:45.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
7436 | 2025-02-21T13:29:46.441Z | [ recovery-image] Feb 21 13:29:45.416 INFO O| Feb 21 13:29:45.416 INFO STEP 975 (remove_files) COMPLETE |
7437 | 2025-02-21T13:29:46.441Z | [ recovery-image] Feb 21 13:29:45.416 INFO O| Feb 21 13:29:45.416 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7438 | 2025-02-21T13:29:46.458Z | [ recovery-image] Feb 21 13:29:45.437 INFO O| Feb 21 13:29:45.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
7439 | 2025-02-21T13:29:46.460Z | [ recovery-image] Feb 21 13:29:45.437 INFO O| Feb 21 13:29:45.437 INFO STEP 976 (remove_files) COMPLETE |
7440 | 2025-02-21T13:29:46.460Z | [ recovery-image] Feb 21 13:29:45.438 INFO O| Feb 21 13:29:45.437 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7441 | 2025-02-21T13:29:46.477Z | [ recovery-image] Feb 21 13:29:45.457 INFO O| Feb 21 13:29:45.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
7442 | 2025-02-21T13:29:46.478Z | [ recovery-image] Feb 21 13:29:45.457 INFO O| Feb 21 13:29:45.457 INFO STEP 977 (remove_files) COMPLETE |
7443 | 2025-02-21T13:29:46.478Z | [ recovery-image] Feb 21 13:29:45.457 INFO O| Feb 21 13:29:45.457 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7444 | 2025-02-21T13:29:46.501Z | [ recovery-image] Feb 21 13:29:45.480 INFO O| Feb 21 13:29:45.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
7445 | 2025-02-21T13:29:46.501Z | [ recovery-image] Feb 21 13:29:45.480 INFO O| Feb 21 13:29:45.480 INFO STEP 978 (remove_files) COMPLETE |
7446 | 2025-02-21T13:29:46.501Z | [ recovery-image] Feb 21 13:29:45.480 INFO O| Feb 21 13:29:45.480 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7447 | 2025-02-21T13:29:46.529Z | [ recovery-image] Feb 21 13:29:45.508 INFO O| Feb 21 13:29:45.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
7448 | 2025-02-21T13:29:46.533Z | [ recovery-image] Feb 21 13:29:45.508 INFO O| Feb 21 13:29:45.508 INFO STEP 979 (remove_files) COMPLETE |
7449 | 2025-02-21T13:29:46.533Z | [ recovery-image] Feb 21 13:29:45.508 INFO O| Feb 21 13:29:45.508 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7450 | 2025-02-21T13:29:46.598Z | [ recovery-image] Feb 21 13:29:45.577 INFO O| Feb 21 13:29:45.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
7451 | 2025-02-21T13:29:46.600Z | [ recovery-image] Feb 21 13:29:45.577 INFO O| Feb 21 13:29:45.577 INFO STEP 980 (remove_files) COMPLETE |
7452 | 2025-02-21T13:29:46.600Z | [ recovery-image] Feb 21 13:29:45.577 INFO O| Feb 21 13:29:45.577 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7453 | 2025-02-21T13:29:46.635Z | [ recovery-image] Feb 21 13:29:45.614 INFO O| Feb 21 13:29:45.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
7454 | 2025-02-21T13:29:46.639Z | [ recovery-image] Feb 21 13:29:45.614 INFO O| Feb 21 13:29:45.614 INFO STEP 981 (remove_files) COMPLETE |
7455 | 2025-02-21T13:29:46.639Z | [ recovery-image] Feb 21 13:29:45.615 INFO O| Feb 21 13:29:45.614 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7456 | 2025-02-21T13:29:46.658Z | [ recovery-image] Feb 21 13:29:45.636 INFO O| Feb 21 13:29:45.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
7457 | 2025-02-21T13:29:46.660Z | [ recovery-image] Feb 21 13:29:45.636 INFO O| Feb 21 13:29:45.636 INFO STEP 982 (remove_files) COMPLETE |
7458 | 2025-02-21T13:29:46.660Z | [ recovery-image] Feb 21 13:29:45.637 INFO O| Feb 21 13:29:45.636 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7459 | 2025-02-21T13:29:46.678Z | [ recovery-image] Feb 21 13:29:45.658 INFO O| Feb 21 13:29:45.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
7460 | 2025-02-21T13:29:46.678Z | [ recovery-image] Feb 21 13:29:45.658 INFO O| Feb 21 13:29:45.658 INFO STEP 983 (remove_files) COMPLETE |
7461 | 2025-02-21T13:29:46.681Z | [ recovery-image] Feb 21 13:29:45.658 INFO O| Feb 21 13:29:45.658 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7462 | 2025-02-21T13:29:46.699Z | [ recovery-image] Feb 21 13:29:45.678 INFO O| Feb 21 13:29:45.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
7463 | 2025-02-21T13:29:46.701Z | [ recovery-image] Feb 21 13:29:45.678 INFO O| Feb 21 13:29:45.678 INFO STEP 984 (remove_files) COMPLETE |
7464 | 2025-02-21T13:29:46.701Z | [ recovery-image] Feb 21 13:29:45.678 INFO O| Feb 21 13:29:45.678 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7465 | 2025-02-21T13:29:46.722Z | [ recovery-image] Feb 21 13:29:45.701 INFO O| Feb 21 13:29:45.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
7466 | 2025-02-21T13:29:46.722Z | [ recovery-image] Feb 21 13:29:45.701 INFO O| Feb 21 13:29:45.701 INFO STEP 985 (remove_files) COMPLETE |
7467 | 2025-02-21T13:29:46.722Z | [ recovery-image] Feb 21 13:29:45.701 INFO O| Feb 21 13:29:45.701 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7468 | 2025-02-21T13:29:46.784Z | [ recovery-image] Feb 21 13:29:45.763 INFO O| Feb 21 13:29:45.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7469 | 2025-02-21T13:29:46.784Z | [ recovery-image] Feb 21 13:29:45.763 INFO O| Feb 21 13:29:45.763 INFO STEP 986 (remove_files) COMPLETE |
7470 | 2025-02-21T13:29:46.789Z | [ recovery-image] Feb 21 13:29:45.763 INFO O| Feb 21 13:29:45.763 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7471 | 2025-02-21T13:29:46.823Z | [ recovery-image] Feb 21 13:29:45.802 INFO O| Feb 21 13:29:45.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7472 | 2025-02-21T13:29:46.823Z | [ recovery-image] Feb 21 13:29:45.802 INFO O| Feb 21 13:29:45.802 INFO STEP 987 (remove_files) COMPLETE |
7473 | 2025-02-21T13:29:46.823Z | [ recovery-image] Feb 21 13:29:45.802 INFO O| Feb 21 13:29:45.802 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7474 | 2025-02-21T13:29:46.845Z | [ recovery-image] Feb 21 13:29:45.825 INFO O| Feb 21 13:29:45.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7475 | 2025-02-21T13:29:46.845Z | [ recovery-image] Feb 21 13:29:45.825 INFO O| Feb 21 13:29:45.825 INFO STEP 988 (remove_files) COMPLETE |
7476 | 2025-02-21T13:29:46.845Z | [ recovery-image] Feb 21 13:29:45.825 INFO O| Feb 21 13:29:45.825 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7477 | 2025-02-21T13:29:46.866Z | [ recovery-image] Feb 21 13:29:45.845 INFO O| Feb 21 13:29:45.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7478 | 2025-02-21T13:29:46.866Z | [ recovery-image] Feb 21 13:29:45.845 INFO O| Feb 21 13:29:45.845 INFO STEP 989 (remove_files) COMPLETE |
7479 | 2025-02-21T13:29:46.866Z | [ recovery-image] Feb 21 13:29:45.845 INFO O| Feb 21 13:29:45.845 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7480 | 2025-02-21T13:29:46.905Z | [ recovery-image] Feb 21 13:29:45.884 INFO O| Feb 21 13:29:45.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7481 | 2025-02-21T13:29:46.905Z | [ recovery-image] Feb 21 13:29:45.884 INFO O| Feb 21 13:29:45.884 INFO STEP 990 (remove_files) COMPLETE |
7482 | 2025-02-21T13:29:46.905Z | [ recovery-image] Feb 21 13:29:45.884 INFO O| Feb 21 13:29:45.884 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7483 | 2025-02-21T13:29:46.929Z | [ recovery-image] Feb 21 13:29:45.908 INFO O| Feb 21 13:29:45.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7484 | 2025-02-21T13:29:46.931Z | [ recovery-image] Feb 21 13:29:45.908 INFO O| Feb 21 13:29:45.908 INFO STEP 991 (remove_files) COMPLETE |
7485 | 2025-02-21T13:29:46.932Z | [ recovery-image] Feb 21 13:29:45.908 INFO O| Feb 21 13:29:45.908 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7486 | 2025-02-21T13:29:46.948Z | [ recovery-image] Feb 21 13:29:45.927 INFO O| Feb 21 13:29:45.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7487 | 2025-02-21T13:29:46.957Z | [ recovery-image] Feb 21 13:29:45.937 INFO O| Feb 21 13:29:45.937 INFO STEP 992 (remove_files) COMPLETE |
7488 | 2025-02-21T13:29:46.957Z | [ recovery-image] Feb 21 13:29:45.937 INFO O| Feb 21 13:29:45.937 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7489 | 2025-02-21T13:29:47.003Z | [ recovery-image] Feb 21 13:29:45.981 INFO O| Feb 21 13:29:45.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7490 | 2025-02-21T13:29:47.003Z | [ recovery-image] Feb 21 13:29:45.982 INFO O| Feb 21 13:29:45.981 INFO STEP 993 (remove_files) COMPLETE |
7491 | 2025-02-21T13:29:47.006Z | [ recovery-image] Feb 21 13:29:45.982 INFO O| Feb 21 13:29:45.982 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7492 | 2025-02-21T13:29:47.026Z | [ recovery-image] Feb 21 13:29:46.005 INFO O| Feb 21 13:29:46.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7493 | 2025-02-21T13:29:47.026Z | [ recovery-image] Feb 21 13:29:46.005 INFO O| Feb 21 13:29:46.005 INFO STEP 994 (remove_files) COMPLETE |
7494 | 2025-02-21T13:29:47.027Z | [ recovery-image] Feb 21 13:29:46.005 INFO O| Feb 21 13:29:46.005 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7495 | 2025-02-21T13:29:47.048Z | [ recovery-image] Feb 21 13:29:46.028 INFO O| Feb 21 13:29:46.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7496 | 2025-02-21T13:29:47.048Z | [ recovery-image] Feb 21 13:29:46.028 INFO O| Feb 21 13:29:46.028 INFO STEP 995 (remove_files) COMPLETE |
7497 | 2025-02-21T13:29:47.048Z | [ recovery-image] Feb 21 13:29:46.028 INFO O| Feb 21 13:29:46.028 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7498 | 2025-02-21T13:29:47.084Z | [ recovery-image] Feb 21 13:29:46.063 INFO O| Feb 21 13:29:46.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7499 | 2025-02-21T13:29:47.086Z | [ recovery-image] Feb 21 13:29:46.063 INFO O| Feb 21 13:29:46.063 INFO STEP 996 (remove_files) COMPLETE |
7500 | 2025-02-21T13:29:47.087Z | [ recovery-image] Feb 21 13:29:46.063 INFO O| Feb 21 13:29:46.063 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7501 | 2025-02-21T13:29:47.119Z | [ recovery-image] Feb 21 13:29:46.098 INFO O| Feb 21 13:29:46.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7502 | 2025-02-21T13:29:47.119Z | [ recovery-image] Feb 21 13:29:46.098 INFO O| Feb 21 13:29:46.098 INFO STEP 997 (remove_files) COMPLETE |
7503 | 2025-02-21T13:29:47.119Z | [ recovery-image] Feb 21 13:29:46.098 INFO O| Feb 21 13:29:46.098 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7504 | 2025-02-21T13:29:47.140Z | [ recovery-image] Feb 21 13:29:46.119 INFO O| Feb 21 13:29:46.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7505 | 2025-02-21T13:29:47.140Z | [ recovery-image] Feb 21 13:29:46.119 INFO O| Feb 21 13:29:46.119 INFO STEP 998 (remove_files) COMPLETE |
7506 | 2025-02-21T13:29:47.140Z | [ recovery-image] Feb 21 13:29:46.119 INFO O| Feb 21 13:29:46.119 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7507 | 2025-02-21T13:29:47.170Z | [ recovery-image] Feb 21 13:29:46.150 INFO O| Feb 21 13:29:46.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7508 | 2025-02-21T13:29:47.170Z | [ recovery-image] Feb 21 13:29:46.150 INFO O| Feb 21 13:29:46.150 INFO STEP 999 (remove_files) COMPLETE |
7509 | 2025-02-21T13:29:47.173Z | [ recovery-image] Feb 21 13:29:46.150 INFO O| Feb 21 13:29:46.150 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7510 | 2025-02-21T13:29:47.205Z | [ recovery-image] Feb 21 13:29:46.184 INFO O| Feb 21 13:29:46.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7511 | 2025-02-21T13:29:47.205Z | [ recovery-image] Feb 21 13:29:46.184 INFO O| Feb 21 13:29:46.184 INFO STEP 1000 (remove_files) COMPLETE |
7512 | 2025-02-21T13:29:47.205Z | [ recovery-image] Feb 21 13:29:46.184 INFO O| Feb 21 13:29:46.184 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7513 | 2025-02-21T13:29:47.250Z | [ recovery-image] Feb 21 13:29:46.229 INFO O| Feb 21 13:29:46.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7514 | 2025-02-21T13:29:47.252Z | [ recovery-image] Feb 21 13:29:46.229 INFO O| Feb 21 13:29:46.229 INFO STEP 1001 (remove_files) COMPLETE |
7515 | 2025-02-21T13:29:47.253Z | [ recovery-image] Feb 21 13:29:46.229 INFO O| Feb 21 13:29:46.229 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7516 | 2025-02-21T13:29:47.290Z | [ recovery-image] Feb 21 13:29:46.269 INFO O| Feb 21 13:29:46.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7517 | 2025-02-21T13:29:47.292Z | [ recovery-image] Feb 21 13:29:46.269 INFO O| Feb 21 13:29:46.269 INFO STEP 1002 (remove_files) COMPLETE |
7518 | 2025-02-21T13:29:47.292Z | [ recovery-image] Feb 21 13:29:46.269 INFO O| Feb 21 13:29:46.269 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7519 | 2025-02-21T13:29:47.309Z | [ recovery-image] Feb 21 13:29:46.289 INFO O| Feb 21 13:29:46.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7520 | 2025-02-21T13:29:47.312Z | [ recovery-image] Feb 21 13:29:46.289 INFO O| Feb 21 13:29:46.289 INFO STEP 1003 (remove_files) COMPLETE |
7521 | 2025-02-21T13:29:47.312Z | [ recovery-image] Feb 21 13:29:46.289 INFO O| Feb 21 13:29:46.289 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7522 | 2025-02-21T13:29:47.329Z | [ recovery-image] Feb 21 13:29:46.308 INFO O| Feb 21 13:29:46.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7523 | 2025-02-21T13:29:47.331Z | [ recovery-image] Feb 21 13:29:46.308 INFO O| Feb 21 13:29:46.308 INFO STEP 1004 (remove_files) COMPLETE |
7524 | 2025-02-21T13:29:47.331Z | [ recovery-image] Feb 21 13:29:46.308 INFO O| Feb 21 13:29:46.308 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7525 | 2025-02-21T13:29:47.368Z | [ recovery-image] Feb 21 13:29:46.347 INFO O| Feb 21 13:29:46.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7526 | 2025-02-21T13:29:47.368Z | [ recovery-image] Feb 21 13:29:46.347 INFO O| Feb 21 13:29:46.347 INFO STEP 1005 (remove_files) COMPLETE |
7527 | 2025-02-21T13:29:47.371Z | [ recovery-image] Feb 21 13:29:46.347 INFO O| Feb 21 13:29:46.347 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7528 | 2025-02-21T13:29:47.393Z | [ recovery-image] Feb 21 13:29:46.372 INFO O| Feb 21 13:29:46.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7529 | 2025-02-21T13:29:47.393Z | [ recovery-image] Feb 21 13:29:46.372 INFO O| Feb 21 13:29:46.372 INFO STEP 1006 (remove_files) COMPLETE |
7530 | 2025-02-21T13:29:47.393Z | [ recovery-image] Feb 21 13:29:46.372 INFO O| Feb 21 13:29:46.372 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7531 | 2025-02-21T13:29:47.414Z | [ recovery-image] Feb 21 13:29:46.394 INFO O| Feb 21 13:29:46.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7532 | 2025-02-21T13:29:47.415Z | [ recovery-image] Feb 21 13:29:46.394 INFO O| Feb 21 13:29:46.394 INFO STEP 1007 (remove_files) COMPLETE |
7533 | 2025-02-21T13:29:47.415Z | [ recovery-image] Feb 21 13:29:46.394 INFO O| Feb 21 13:29:46.394 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7534 | 2025-02-21T13:29:47.434Z | [ recovery-image] Feb 21 13:29:46.414 INFO O| Feb 21 13:29:46.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7535 | 2025-02-21T13:29:47.435Z | [ recovery-image] Feb 21 13:29:46.414 INFO O| Feb 21 13:29:46.414 INFO STEP 1008 (remove_files) COMPLETE |
7536 | 2025-02-21T13:29:47.435Z | [ recovery-image] Feb 21 13:29:46.414 INFO O| Feb 21 13:29:46.414 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7537 | 2025-02-21T13:29:47.472Z | [ recovery-image] Feb 21 13:29:46.451 INFO O| Feb 21 13:29:46.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7538 | 2025-02-21T13:29:47.472Z | [ recovery-image] Feb 21 13:29:46.452 INFO O| Feb 21 13:29:46.451 INFO STEP 1009 (remove_files) COMPLETE |
7539 | 2025-02-21T13:29:47.472Z | [ recovery-image] Feb 21 13:29:46.452 INFO O| Feb 21 13:29:46.451 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7540 | 2025-02-21T13:29:47.505Z | [ recovery-image] Feb 21 13:29:46.484 INFO O| Feb 21 13:29:46.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7541 | 2025-02-21T13:29:47.505Z | [ recovery-image] Feb 21 13:29:46.484 INFO O| Feb 21 13:29:46.484 INFO STEP 1010 (remove_files) COMPLETE |
7542 | 2025-02-21T13:29:47.505Z | [ recovery-image] Feb 21 13:29:46.484 INFO O| Feb 21 13:29:46.484 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7543 | 2025-02-21T13:29:47.565Z | [ recovery-image] Feb 21 13:29:46.544 INFO O| Feb 21 13:29:46.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7544 | 2025-02-21T13:29:47.565Z | [ recovery-image] Feb 21 13:29:46.544 INFO O| Feb 21 13:29:46.544 INFO STEP 1011 (remove_files) COMPLETE |
7545 | 2025-02-21T13:29:47.565Z | [ recovery-image] Feb 21 13:29:46.544 INFO O| Feb 21 13:29:46.544 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7546 | 2025-02-21T13:29:47.623Z | [ recovery-image] Feb 21 13:29:46.603 INFO O| Feb 21 13:29:46.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7547 | 2025-02-21T13:29:47.623Z | [ recovery-image] Feb 21 13:29:46.603 INFO O| Feb 21 13:29:46.603 INFO STEP 1012 (remove_files) COMPLETE |
7548 | 2025-02-21T13:29:47.623Z | [ recovery-image] Feb 21 13:29:46.603 INFO O| Feb 21 13:29:46.603 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7549 | 2025-02-21T13:29:47.641Z | [ recovery-image] Feb 21 13:29:46.620 INFO O| Feb 21 13:29:46.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7550 | 2025-02-21T13:29:47.641Z | [ recovery-image] Feb 21 13:29:46.620 INFO O| Feb 21 13:29:46.620 INFO STEP 1013 (remove_files) COMPLETE |
7551 | 2025-02-21T13:29:47.643Z | [ recovery-image] Feb 21 13:29:46.620 INFO O| Feb 21 13:29:46.620 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7552 | 2025-02-21T13:29:47.701Z | [ recovery-image] Feb 21 13:29:46.679 INFO O| Feb 21 13:29:46.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7553 | 2025-02-21T13:29:47.702Z | [ recovery-image] Feb 21 13:29:46.680 INFO O| Feb 21 13:29:46.680 INFO STEP 1014 (remove_files) COMPLETE |
7554 | 2025-02-21T13:29:47.702Z | [ recovery-image] Feb 21 13:29:46.680 INFO O| Feb 21 13:29:46.680 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7555 | 2025-02-21T13:29:47.723Z | [ recovery-image] Feb 21 13:29:46.701 INFO O| Feb 21 13:29:46.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7556 | 2025-02-21T13:29:47.723Z | [ recovery-image] Feb 21 13:29:46.701 INFO O| Feb 21 13:29:46.701 INFO STEP 1015 (remove_files) COMPLETE |
7557 | 2025-02-21T13:29:47.725Z | [ recovery-image] Feb 21 13:29:46.701 INFO O| Feb 21 13:29:46.701 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7558 | 2025-02-21T13:29:47.744Z | [ recovery-image] Feb 21 13:29:46.723 INFO O| Feb 21 13:29:46.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7559 | 2025-02-21T13:29:47.744Z | [ recovery-image] Feb 21 13:29:46.723 INFO O| Feb 21 13:29:46.723 INFO STEP 1016 (remove_files) COMPLETE |
7560 | 2025-02-21T13:29:47.744Z | [ recovery-image] Feb 21 13:29:46.723 INFO O| Feb 21 13:29:46.723 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7561 | 2025-02-21T13:29:47.764Z | [ recovery-image] Feb 21 13:29:46.743 INFO O| Feb 21 13:29:46.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7562 | 2025-02-21T13:29:47.764Z | [ recovery-image] Feb 21 13:29:46.743 INFO O| Feb 21 13:29:46.743 INFO STEP 1017 (remove_files) COMPLETE |
7563 | 2025-02-21T13:29:47.767Z | [ recovery-image] Feb 21 13:29:46.743 INFO O| Feb 21 13:29:46.743 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7564 | 2025-02-21T13:29:47.784Z | [ recovery-image] Feb 21 13:29:46.764 INFO O| Feb 21 13:29:46.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7565 | 2025-02-21T13:29:47.785Z | [ recovery-image] Feb 21 13:29:46.764 INFO O| Feb 21 13:29:46.764 INFO STEP 1018 (remove_files) COMPLETE |
7566 | 2025-02-21T13:29:47.785Z | [ recovery-image] Feb 21 13:29:46.764 INFO O| Feb 21 13:29:46.764 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7567 | 2025-02-21T13:29:47.805Z | [ recovery-image] Feb 21 13:29:46.785 INFO O| Feb 21 13:29:46.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7568 | 2025-02-21T13:29:47.805Z | [ recovery-image] Feb 21 13:29:46.785 INFO O| Feb 21 13:29:46.785 INFO STEP 1019 (remove_files) COMPLETE |
7569 | 2025-02-21T13:29:47.805Z | [ recovery-image] Feb 21 13:29:46.785 INFO O| Feb 21 13:29:46.785 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7570 | 2025-02-21T13:29:47.827Z | [ recovery-image] Feb 21 13:29:46.805 INFO O| Feb 21 13:29:46.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7571 | 2025-02-21T13:29:47.827Z | [ recovery-image] Feb 21 13:29:46.805 INFO O| Feb 21 13:29:46.805 INFO STEP 1020 (remove_files) COMPLETE |
7572 | 2025-02-21T13:29:47.827Z | [ recovery-image] Feb 21 13:29:46.805 INFO O| Feb 21 13:29:46.805 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7573 | 2025-02-21T13:29:47.847Z | [ recovery-image] Feb 21 13:29:46.826 INFO O| Feb 21 13:29:46.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7574 | 2025-02-21T13:29:47.847Z | [ recovery-image] Feb 21 13:29:46.826 INFO O| Feb 21 13:29:46.826 INFO STEP 1021 (remove_files) COMPLETE |
7575 | 2025-02-21T13:29:47.849Z | [ recovery-image] Feb 21 13:29:46.826 INFO O| Feb 21 13:29:46.826 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7576 | 2025-02-21T13:29:47.889Z | [ recovery-image] Feb 21 13:29:46.868 INFO O| Feb 21 13:29:46.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7577 | 2025-02-21T13:29:47.910Z | [ recovery-image] Feb 21 13:29:46.889 INFO O| Feb 21 13:29:46.889 INFO STEP 1022 (remove_files) COMPLETE |
7578 | 2025-02-21T13:29:47.910Z | [ recovery-image] Feb 21 13:29:46.889 INFO O| Feb 21 13:29:46.889 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7579 | 2025-02-21T13:29:47.930Z | [ recovery-image] Feb 21 13:29:46.909 INFO O| Feb 21 13:29:46.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7580 | 2025-02-21T13:29:47.933Z | [ recovery-image] Feb 21 13:29:46.910 INFO O| Feb 21 13:29:46.910 INFO STEP 1023 (remove_files) COMPLETE |
7581 | 2025-02-21T13:29:47.933Z | [ recovery-image] Feb 21 13:29:46.910 INFO O| Feb 21 13:29:46.910 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7582 | 2025-02-21T13:29:47.950Z | [ recovery-image] Feb 21 13:29:46.928 INFO O| Feb 21 13:29:46.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7583 | 2025-02-21T13:29:47.952Z | [ recovery-image] Feb 21 13:29:46.928 INFO O| Feb 21 13:29:46.928 INFO STEP 1024 (remove_files) COMPLETE |
7584 | 2025-02-21T13:29:47.952Z | [ recovery-image] Feb 21 13:29:46.928 INFO O| Feb 21 13:29:46.928 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7585 | 2025-02-21T13:29:47.979Z | [ recovery-image] Feb 21 13:29:46.958 INFO O| Feb 21 13:29:46.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7586 | 2025-02-21T13:29:47.979Z | [ recovery-image] Feb 21 13:29:46.958 INFO O| Feb 21 13:29:46.958 INFO STEP 1025 (remove_files) COMPLETE |
7587 | 2025-02-21T13:29:47.981Z | [ recovery-image] Feb 21 13:29:46.958 INFO O| Feb 21 13:29:46.958 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7588 | 2025-02-21T13:29:48.001Z | [ recovery-image] Feb 21 13:29:46.980 INFO O| Feb 21 13:29:46.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7589 | 2025-02-21T13:29:48.001Z | [ recovery-image] Feb 21 13:29:46.980 INFO O| Feb 21 13:29:46.980 INFO STEP 1026 (remove_files) COMPLETE |
7590 | 2025-02-21T13:29:48.004Z | [ recovery-image] Feb 21 13:29:46.980 INFO O| Feb 21 13:29:46.980 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7591 | 2025-02-21T13:29:48.037Z | [ recovery-image] Feb 21 13:29:47.016 INFO O| Feb 21 13:29:47.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7592 | 2025-02-21T13:29:48.039Z | [ recovery-image] Feb 21 13:29:47.016 INFO O| Feb 21 13:29:47.016 INFO STEP 1027 (remove_files) COMPLETE |
7593 | 2025-02-21T13:29:48.039Z | [ recovery-image] Feb 21 13:29:47.016 INFO O| Feb 21 13:29:47.016 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7594 | 2025-02-21T13:29:48.071Z | [ recovery-image] Feb 21 13:29:47.050 INFO O| Feb 21 13:29:47.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7595 | 2025-02-21T13:29:48.071Z | [ recovery-image] Feb 21 13:29:47.050 INFO O| Feb 21 13:29:47.050 INFO STEP 1028 (remove_files) COMPLETE |
7596 | 2025-02-21T13:29:48.071Z | [ recovery-image] Feb 21 13:29:47.050 INFO O| Feb 21 13:29:47.050 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7597 | 2025-02-21T13:29:48.127Z | [ recovery-image] Feb 21 13:29:47.106 INFO O| Feb 21 13:29:47.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7598 | 2025-02-21T13:29:48.127Z | [ recovery-image] Feb 21 13:29:47.106 INFO O| Feb 21 13:29:47.106 INFO STEP 1029 (remove_files) COMPLETE |
7599 | 2025-02-21T13:29:48.127Z | [ recovery-image] Feb 21 13:29:47.106 INFO O| Feb 21 13:29:47.106 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7600 | 2025-02-21T13:29:48.167Z | [ recovery-image] Feb 21 13:29:47.146 INFO O| Feb 21 13:29:47.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7601 | 2025-02-21T13:29:48.167Z | [ recovery-image] Feb 21 13:29:47.146 INFO O| Feb 21 13:29:47.146 INFO STEP 1030 (remove_files) COMPLETE |
7602 | 2025-02-21T13:29:48.167Z | [ recovery-image] Feb 21 13:29:47.146 INFO O| Feb 21 13:29:47.146 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7603 | 2025-02-21T13:29:48.186Z | [ recovery-image] Feb 21 13:29:47.165 INFO O| Feb 21 13:29:47.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7604 | 2025-02-21T13:29:48.186Z | [ recovery-image] Feb 21 13:29:47.165 INFO O| Feb 21 13:29:47.165 INFO STEP 1031 (remove_files) COMPLETE |
7605 | 2025-02-21T13:29:48.186Z | [ recovery-image] Feb 21 13:29:47.165 INFO O| Feb 21 13:29:47.165 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7606 | 2025-02-21T13:29:48.211Z | [ recovery-image] Feb 21 13:29:47.189 INFO O| Feb 21 13:29:47.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7607 | 2025-02-21T13:29:48.211Z | [ recovery-image] Feb 21 13:29:47.189 INFO O| Feb 21 13:29:47.189 INFO STEP 1032 (remove_files) COMPLETE |
7608 | 2025-02-21T13:29:48.211Z | [ recovery-image] Feb 21 13:29:47.189 INFO O| Feb 21 13:29:47.189 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7609 | 2025-02-21T13:29:48.231Z | [ recovery-image] Feb 21 13:29:47.210 INFO O| Feb 21 13:29:47.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7610 | 2025-02-21T13:29:48.231Z | [ recovery-image] Feb 21 13:29:47.210 INFO O| Feb 21 13:29:47.210 INFO STEP 1033 (remove_files) COMPLETE |
7611 | 2025-02-21T13:29:48.231Z | [ recovery-image] Feb 21 13:29:47.210 INFO O| Feb 21 13:29:47.210 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7612 | 2025-02-21T13:29:48.251Z | [ recovery-image] Feb 21 13:29:47.230 INFO O| Feb 21 13:29:47.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7613 | 2025-02-21T13:29:48.251Z | [ recovery-image] Feb 21 13:29:47.230 INFO O| Feb 21 13:29:47.230 INFO STEP 1034 (remove_files) COMPLETE |
7614 | 2025-02-21T13:29:48.253Z | [ recovery-image] Feb 21 13:29:47.230 INFO O| Feb 21 13:29:47.230 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7615 | 2025-02-21T13:29:48.273Z | [ recovery-image] Feb 21 13:29:47.252 INFO O| Feb 21 13:29:47.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7616 | 2025-02-21T13:29:48.273Z | [ recovery-image] Feb 21 13:29:47.252 INFO O| Feb 21 13:29:47.252 INFO STEP 1035 (remove_files) COMPLETE |
7617 | 2025-02-21T13:29:48.273Z | [ recovery-image] Feb 21 13:29:47.252 INFO O| Feb 21 13:29:47.252 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7618 | 2025-02-21T13:29:48.294Z | [ recovery-image] Feb 21 13:29:47.272 INFO O| Feb 21 13:29:47.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7619 | 2025-02-21T13:29:48.294Z | [ recovery-image] Feb 21 13:29:47.272 INFO O| Feb 21 13:29:47.272 INFO STEP 1036 (remove_files) COMPLETE |
7620 | 2025-02-21T13:29:48.294Z | [ recovery-image] Feb 21 13:29:47.273 INFO O| Feb 21 13:29:47.272 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7621 | 2025-02-21T13:29:48.313Z | [ recovery-image] Feb 21 13:29:47.291 INFO O| Feb 21 13:29:47.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7622 | 2025-02-21T13:29:48.313Z | [ recovery-image] Feb 21 13:29:47.292 INFO O| Feb 21 13:29:47.292 INFO STEP 1037 (remove_files) COMPLETE |
7623 | 2025-02-21T13:29:48.313Z | [ recovery-image] Feb 21 13:29:47.292 INFO O| Feb 21 13:29:47.292 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7624 | 2025-02-21T13:29:48.330Z | [ recovery-image] Feb 21 13:29:47.309 INFO O| Feb 21 13:29:47.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7625 | 2025-02-21T13:29:48.330Z | [ recovery-image] Feb 21 13:29:47.309 INFO O| Feb 21 13:29:47.309 INFO STEP 1038 (remove_files) COMPLETE |
7626 | 2025-02-21T13:29:48.330Z | [ recovery-image] Feb 21 13:29:47.309 INFO O| Feb 21 13:29:47.309 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7627 | 2025-02-21T13:29:48.365Z | [ recovery-image] Feb 21 13:29:47.344 INFO O| Feb 21 13:29:47.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7628 | 2025-02-21T13:29:48.365Z | [ recovery-image] Feb 21 13:29:47.344 INFO O| Feb 21 13:29:47.344 INFO STEP 1039 (remove_files) COMPLETE |
7629 | 2025-02-21T13:29:48.365Z | [ recovery-image] Feb 21 13:29:47.344 INFO O| Feb 21 13:29:47.344 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7630 | 2025-02-21T13:29:48.387Z | [ recovery-image] Feb 21 13:29:47.366 INFO O| Feb 21 13:29:47.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7631 | 2025-02-21T13:29:48.387Z | [ recovery-image] Feb 21 13:29:47.367 INFO O| Feb 21 13:29:47.367 INFO STEP 1040 (remove_files) COMPLETE |
7632 | 2025-02-21T13:29:48.387Z | [ recovery-image] Feb 21 13:29:47.367 INFO O| Feb 21 13:29:47.367 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7633 | 2025-02-21T13:29:48.408Z | [ recovery-image] Feb 21 13:29:47.388 INFO O| Feb 21 13:29:47.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7634 | 2025-02-21T13:29:48.408Z | [ recovery-image] Feb 21 13:29:47.388 INFO O| Feb 21 13:29:47.388 INFO STEP 1041 (remove_files) COMPLETE |
7635 | 2025-02-21T13:29:48.410Z | [ recovery-image] Feb 21 13:29:47.388 INFO O| Feb 21 13:29:47.388 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7636 | 2025-02-21T13:29:48.466Z | [ recovery-image] Feb 21 13:29:47.445 INFO O| Feb 21 13:29:47.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7637 | 2025-02-21T13:29:48.466Z | [ recovery-image] Feb 21 13:29:47.445 INFO O| Feb 21 13:29:47.445 INFO STEP 1042 (remove_files) COMPLETE |
7638 | 2025-02-21T13:29:48.466Z | [ recovery-image] Feb 21 13:29:47.445 INFO O| Feb 21 13:29:47.445 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7639 | 2025-02-21T13:29:48.487Z | [ recovery-image] Feb 21 13:29:47.466 INFO O| Feb 21 13:29:47.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7640 | 2025-02-21T13:29:48.487Z | [ recovery-image] Feb 21 13:29:47.466 INFO O| Feb 21 13:29:47.466 INFO STEP 1043 (remove_files) COMPLETE |
7641 | 2025-02-21T13:29:48.487Z | [ recovery-image] Feb 21 13:29:47.466 INFO O| Feb 21 13:29:47.466 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7642 | 2025-02-21T13:29:48.540Z | [ recovery-image] Feb 21 13:29:47.519 INFO O| Feb 21 13:29:47.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7643 | 2025-02-21T13:29:48.540Z | [ recovery-image] Feb 21 13:29:47.519 INFO O| Feb 21 13:29:47.519 INFO STEP 1044 (remove_files) COMPLETE |
7644 | 2025-02-21T13:29:48.540Z | [ recovery-image] Feb 21 13:29:47.519 INFO O| Feb 21 13:29:47.519 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7645 | 2025-02-21T13:29:48.598Z | [ recovery-image] Feb 21 13:29:47.577 INFO O| Feb 21 13:29:47.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7646 | 2025-02-21T13:29:48.598Z | [ recovery-image] Feb 21 13:29:47.577 INFO O| Feb 21 13:29:47.577 INFO STEP 1045 (remove_files) COMPLETE |
7647 | 2025-02-21T13:29:48.601Z | [ recovery-image] Feb 21 13:29:47.577 INFO O| Feb 21 13:29:47.577 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7648 | 2025-02-21T13:29:48.618Z | [ recovery-image] Feb 21 13:29:47.597 INFO O| Feb 21 13:29:47.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7649 | 2025-02-21T13:29:48.621Z | [ recovery-image] Feb 21 13:29:47.597 INFO O| Feb 21 13:29:47.597 INFO STEP 1046 (remove_files) COMPLETE |
7650 | 2025-02-21T13:29:48.621Z | [ recovery-image] Feb 21 13:29:47.597 INFO O| Feb 21 13:29:47.597 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7651 | 2025-02-21T13:29:48.625Z | [ host-image] Feb 21 13:29:47.605 INFO O| Feb 21 13:29:47.605 INFO O| Planning: Solver setup ... Done |
7652 | 2025-02-21T13:29:48.634Z | [ host-image] Feb 21 13:29:47.613 INFO O| Feb 21 13:29:47.613 INFO O| Planning: Running solver ... Done |
7653 | 2025-02-21T13:29:48.677Z | [ recovery-image] Feb 21 13:29:47.656 INFO O| Feb 21 13:29:47.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7654 | 2025-02-21T13:29:48.677Z | [ recovery-image] Feb 21 13:29:47.656 INFO O| Feb 21 13:29:47.656 INFO STEP 1047 (remove_files) COMPLETE |
7655 | 2025-02-21T13:29:48.677Z | [ recovery-image] Feb 21 13:29:47.656 INFO O| Feb 21 13:29:47.656 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7656 | 2025-02-21T13:29:48.695Z | [ recovery-image] Feb 21 13:29:47.674 INFO O| Feb 21 13:29:47.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7657 | 2025-02-21T13:29:48.695Z | [ recovery-image] Feb 21 13:29:47.674 INFO O| Feb 21 13:29:47.674 INFO STEP 1048 (remove_files) COMPLETE |
7658 | 2025-02-21T13:29:48.695Z | [ recovery-image] Feb 21 13:29:47.674 INFO O| Feb 21 13:29:47.674 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7659 | 2025-02-21T13:29:48.721Z | [ recovery-image] Feb 21 13:29:47.700 INFO O| Feb 21 13:29:47.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7660 | 2025-02-21T13:29:48.721Z | [ recovery-image] Feb 21 13:29:47.700 INFO O| Feb 21 13:29:47.700 INFO STEP 1049 (remove_files) COMPLETE |
7661 | 2025-02-21T13:29:48.721Z | [ recovery-image] Feb 21 13:29:47.700 INFO O| Feb 21 13:29:47.700 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7662 | 2025-02-21T13:29:48.750Z | [ host-image] Feb 21 13:29:47.730 INFO O| Feb 21 13:29:47.730 INFO O| Planning: Finding local manifests ... Done |
7663 | 2025-02-21T13:29:48.753Z | [ host-image] Feb 21 13:29:47.731 INFO O| Feb 21 13:29:47.731 INFO O| Planning: Fetching manifests: 0/1 0% complete |
7664 | 2025-02-21T13:29:48.779Z | [ recovery-image] Feb 21 13:29:47.759 INFO O| Feb 21 13:29:47.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7665 | 2025-02-21T13:29:48.782Z | [ recovery-image] Feb 21 13:29:47.759 INFO O| Feb 21 13:29:47.759 INFO STEP 1050 (remove_files) COMPLETE |
7666 | 2025-02-21T13:29:48.782Z | [ recovery-image] Feb 21 13:29:47.759 INFO O| Feb 21 13:29:47.759 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7667 | 2025-02-21T13:29:48.800Z | [ recovery-image] Feb 21 13:29:47.779 INFO O| Feb 21 13:29:47.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7668 | 2025-02-21T13:29:48.804Z | [ recovery-image] Feb 21 13:29:47.779 INFO O| Feb 21 13:29:47.779 INFO STEP 1051 (remove_files) COMPLETE |
7669 | 2025-02-21T13:29:48.804Z | [ recovery-image] Feb 21 13:29:47.779 INFO O| Feb 21 13:29:47.779 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7670 | 2025-02-21T13:29:48.820Z | [ recovery-image] Feb 21 13:29:47.799 INFO O| Feb 21 13:29:47.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7671 | 2025-02-21T13:29:48.822Z | [ recovery-image] Feb 21 13:29:47.799 INFO O| Feb 21 13:29:47.799 INFO STEP 1052 (remove_files) COMPLETE |
7672 | 2025-02-21T13:29:48.823Z | [ recovery-image] Feb 21 13:29:47.799 INFO O| Feb 21 13:29:47.799 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7673 | 2025-02-21T13:29:48.856Z | [ recovery-image] Feb 21 13:29:47.835 INFO O| Feb 21 13:29:47.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7674 | 2025-02-21T13:29:48.856Z | [ recovery-image] Feb 21 13:29:47.835 INFO O| Feb 21 13:29:47.835 INFO STEP 1053 (remove_files) COMPLETE |
7675 | 2025-02-21T13:29:48.856Z | [ recovery-image] Feb 21 13:29:47.835 INFO O| Feb 21 13:29:47.835 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7676 | 2025-02-21T13:29:48.916Z | [ recovery-image] Feb 21 13:29:47.894 INFO O| Feb 21 13:29:47.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7677 | 2025-02-21T13:29:48.916Z | [ recovery-image] Feb 21 13:29:47.894 INFO O| Feb 21 13:29:47.894 INFO STEP 1054 (remove_files) COMPLETE |
7678 | 2025-02-21T13:29:48.916Z | [ recovery-image] Feb 21 13:29:47.894 INFO O| Feb 21 13:29:47.894 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7679 | 2025-02-21T13:29:48.951Z | [ host-image] Feb 21 13:29:47.929 INFO O| Feb 21 13:29:47.929 INFO O| Planning: Fetching manifests: 1/1 100% complete |
7680 | 2025-02-21T13:29:48.954Z | [ recovery-image] Feb 21 13:29:47.933 INFO O| Feb 21 13:29:47.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7681 | 2025-02-21T13:29:48.954Z | [ recovery-image] Feb 21 13:29:47.933 INFO O| Feb 21 13:29:47.933 INFO STEP 1055 (remove_files) COMPLETE |
7682 | 2025-02-21T13:29:48.954Z | [ recovery-image] Feb 21 13:29:47.933 INFO O| Feb 21 13:29:47.933 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7683 | 2025-02-21T13:29:48.993Z | [ recovery-image] Feb 21 13:29:47.972 INFO O| Feb 21 13:29:47.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7684 | 2025-02-21T13:29:48.993Z | [ recovery-image] Feb 21 13:29:47.972 INFO O| Feb 21 13:29:47.972 INFO STEP 1056 (remove_files) COMPLETE |
7685 | 2025-02-21T13:29:48.995Z | [ recovery-image] Feb 21 13:29:47.972 INFO O| Feb 21 13:29:47.972 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7686 | 2025-02-21T13:29:48.995Z | [ host-image] Feb 21 13:29:47.975 INFO O| Feb 21 13:29:47.975 INFO O| Planning: Package planning ... Done |
7687 | 2025-02-21T13:29:48.998Z | [ host-image] Feb 21 13:29:47.975 INFO O| Feb 21 13:29:47.975 INFO O| Planning: Merging actions ... Done |
7688 | 2025-02-21T13:29:49.012Z | [ recovery-image] Feb 21 13:29:47.992 INFO O| Feb 21 13:29:47.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7689 | 2025-02-21T13:29:49.012Z | [ recovery-image] Feb 21 13:29:47.992 INFO O| Feb 21 13:29:47.992 INFO STEP 1057 (remove_files) COMPLETE |
7690 | 2025-02-21T13:29:49.015Z | [ recovery-image] Feb 21 13:29:47.992 INFO O| Feb 21 13:29:47.992 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7691 | 2025-02-21T13:29:49.031Z | [ recovery-image] Feb 21 13:29:48.011 INFO O| Feb 21 13:29:48.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7692 | 2025-02-21T13:29:49.032Z | [ recovery-image] Feb 21 13:29:48.011 INFO O| Feb 21 13:29:48.011 INFO STEP 1058 (remove_files) COMPLETE |
7693 | 2025-02-21T13:29:49.032Z | [ recovery-image] Feb 21 13:29:48.011 INFO O| Feb 21 13:29:48.011 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7694 | 2025-02-21T13:29:49.069Z | [ recovery-image] Feb 21 13:29:48.048 INFO O| Feb 21 13:29:48.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7695 | 2025-02-21T13:29:49.069Z | [ recovery-image] Feb 21 13:29:48.048 INFO O| Feb 21 13:29:48.048 INFO STEP 1059 (remove_files) COMPLETE |
7696 | 2025-02-21T13:29:49.069Z | [ recovery-image] Feb 21 13:29:48.048 INFO O| Feb 21 13:29:48.048 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7697 | 2025-02-21T13:29:49.088Z | [ recovery-image] Feb 21 13:29:48.068 INFO O| Feb 21 13:29:48.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7698 | 2025-02-21T13:29:49.088Z | [ recovery-image] Feb 21 13:29:48.068 INFO O| Feb 21 13:29:48.068 INFO STEP 1060 (remove_files) COMPLETE |
7699 | 2025-02-21T13:29:49.088Z | [ recovery-image] Feb 21 13:29:48.068 INFO O| Feb 21 13:29:48.068 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7700 | 2025-02-21T13:29:49.108Z | [ recovery-image] Feb 21 13:29:48.087 INFO O| Feb 21 13:29:48.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7701 | 2025-02-21T13:29:49.108Z | [ recovery-image] Feb 21 13:29:48.087 INFO O| Feb 21 13:29:48.087 INFO STEP 1061 (remove_files) COMPLETE |
7702 | 2025-02-21T13:29:49.108Z | [ recovery-image] Feb 21 13:29:48.087 INFO O| Feb 21 13:29:48.087 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7703 | 2025-02-21T13:29:49.114Z | [ host-image] Feb 21 13:29:48.093 INFO O| Feb 21 13:29:48.093 INFO O| Planning: Checking for conflicting actions ... Done |
7704 | 2025-02-21T13:29:49.117Z | [ host-image] Feb 21 13:29:48.094 INFO O| Feb 21 13:29:48.094 INFO O| Planning: Consolidating action changes ... Done |
7705 | 2025-02-21T13:29:49.126Z | [ recovery-image] Feb 21 13:29:48.105 INFO O| Feb 21 13:29:48.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7706 | 2025-02-21T13:29:49.126Z | [ recovery-image] Feb 21 13:29:48.105 INFO O| Feb 21 13:29:48.105 INFO STEP 1062 (remove_files) COMPLETE |
7707 | 2025-02-21T13:29:49.129Z | [ recovery-image] Feb 21 13:29:48.105 INFO O| Feb 21 13:29:48.105 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7708 | 2025-02-21T13:29:49.144Z | [ recovery-image] Feb 21 13:29:48.124 INFO O| Feb 21 13:29:48.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7709 | 2025-02-21T13:29:49.144Z | [ recovery-image] Feb 21 13:29:48.124 INFO O| Feb 21 13:29:48.124 INFO STEP 1063 (remove_files) COMPLETE |
7710 | 2025-02-21T13:29:49.144Z | [ recovery-image] Feb 21 13:29:48.124 INFO O| Feb 21 13:29:48.124 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7711 | 2025-02-21T13:29:49.167Z | [ recovery-image] Feb 21 13:29:48.146 INFO O| Feb 21 13:29:48.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7712 | 2025-02-21T13:29:49.167Z | [ recovery-image] Feb 21 13:29:48.146 INFO O| Feb 21 13:29:48.146 INFO STEP 1064 (remove_files) COMPLETE |
7713 | 2025-02-21T13:29:49.170Z | [ recovery-image] Feb 21 13:29:48.146 INFO O| Feb 21 13:29:48.146 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7714 | 2025-02-21T13:29:49.197Z | [ recovery-image] Feb 21 13:29:48.176 INFO O| Feb 21 13:29:48.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7715 | 2025-02-21T13:29:49.197Z | [ recovery-image] Feb 21 13:29:48.176 INFO O| Feb 21 13:29:48.176 INFO STEP 1065 (remove_files) COMPLETE |
7716 | 2025-02-21T13:29:49.197Z | [ recovery-image] Feb 21 13:29:48.176 INFO O| Feb 21 13:29:48.176 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7717 | 2025-02-21T13:29:49.230Z | [ recovery-image] Feb 21 13:29:48.209 INFO O| Feb 21 13:29:48.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7718 | 2025-02-21T13:29:49.230Z | [ recovery-image] Feb 21 13:29:48.209 INFO O| Feb 21 13:29:48.209 INFO STEP 1066 (remove_files) COMPLETE |
7719 | 2025-02-21T13:29:49.230Z | [ recovery-image] Feb 21 13:29:48.209 INFO O| Feb 21 13:29:48.209 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7720 | 2025-02-21T13:29:49.268Z | [ recovery-image] Feb 21 13:29:48.247 INFO O| Feb 21 13:29:48.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7721 | 2025-02-21T13:29:49.268Z | [ recovery-image] Feb 21 13:29:48.247 INFO O| Feb 21 13:29:48.247 INFO STEP 1067 (remove_files) COMPLETE |
7722 | 2025-02-21T13:29:49.268Z | [ recovery-image] Feb 21 13:29:48.247 INFO O| Feb 21 13:29:48.247 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7723 | 2025-02-21T13:29:49.324Z | [ recovery-image] Feb 21 13:29:48.303 INFO O| Feb 21 13:29:48.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7724 | 2025-02-21T13:29:49.327Z | [ recovery-image] Feb 21 13:29:48.304 INFO O| Feb 21 13:29:48.304 INFO STEP 1068 (remove_files) COMPLETE |
7725 | 2025-02-21T13:29:49.327Z | [ recovery-image] Feb 21 13:29:48.304 INFO O| Feb 21 13:29:48.304 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7726 | 2025-02-21T13:29:49.346Z | [ recovery-image] Feb 21 13:29:48.324 INFO O| Feb 21 13:29:48.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7727 | 2025-02-21T13:29:49.349Z | [ recovery-image] Feb 21 13:29:48.324 INFO O| Feb 21 13:29:48.324 INFO STEP 1069 (remove_files) COMPLETE |
7728 | 2025-02-21T13:29:49.349Z | [ recovery-image] Feb 21 13:29:48.324 INFO O| Feb 21 13:29:48.324 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7729 | 2025-02-21T13:29:49.364Z | [ recovery-image] Feb 21 13:29:48.344 INFO O| Feb 21 13:29:48.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7730 | 2025-02-21T13:29:49.372Z | [ recovery-image] Feb 21 13:29:48.350 INFO O| Feb 21 13:29:48.350 INFO STEP 1070 (remove_files) COMPLETE |
7731 | 2025-02-21T13:29:49.372Z | [ recovery-image] Feb 21 13:29:48.350 INFO O| Feb 21 13:29:48.350 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7732 | 2025-02-21T13:29:49.392Z | [ recovery-image] Feb 21 13:29:48.371 INFO O| Feb 21 13:29:48.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7733 | 2025-02-21T13:29:49.392Z | [ recovery-image] Feb 21 13:29:48.371 INFO O| Feb 21 13:29:48.371 INFO STEP 1071 (remove_files) COMPLETE |
7734 | 2025-02-21T13:29:49.392Z | [ recovery-image] Feb 21 13:29:48.371 INFO O| Feb 21 13:29:48.371 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7735 | 2025-02-21T13:29:49.430Z | [ recovery-image] Feb 21 13:29:48.410 INFO O| Feb 21 13:29:48.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7736 | 2025-02-21T13:29:49.432Z | [ recovery-image] Feb 21 13:29:48.410 INFO O| Feb 21 13:29:48.410 INFO STEP 1072 (remove_files) COMPLETE |
7737 | 2025-02-21T13:29:49.435Z | [ recovery-image] Feb 21 13:29:48.410 INFO O| Feb 21 13:29:48.410 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7738 | 2025-02-21T13:29:49.452Z | [ recovery-image] Feb 21 13:29:48.432 INFO O| Feb 21 13:29:48.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7739 | 2025-02-21T13:29:49.452Z | [ recovery-image] Feb 21 13:29:48.432 INFO O| Feb 21 13:29:48.432 INFO STEP 1073 (remove_files) COMPLETE |
7740 | 2025-02-21T13:29:49.452Z | [ recovery-image] Feb 21 13:29:48.432 INFO O| Feb 21 13:29:48.432 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7741 | 2025-02-21T13:29:49.470Z | [ recovery-image] Feb 21 13:29:48.450 INFO O| Feb 21 13:29:48.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7742 | 2025-02-21T13:29:49.470Z | [ recovery-image] Feb 21 13:29:48.450 INFO O| Feb 21 13:29:48.450 INFO STEP 1074 (remove_files) COMPLETE |
7743 | 2025-02-21T13:29:49.473Z | [ recovery-image] Feb 21 13:29:48.450 INFO O| Feb 21 13:29:48.450 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7744 | 2025-02-21T13:29:49.496Z | [ recovery-image] Feb 21 13:29:48.475 INFO O| Feb 21 13:29:48.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7745 | 2025-02-21T13:29:49.496Z | [ recovery-image] Feb 21 13:29:48.475 INFO O| Feb 21 13:29:48.475 INFO STEP 1075 (remove_files) COMPLETE |
7746 | 2025-02-21T13:29:49.499Z | [ recovery-image] Feb 21 13:29:48.475 INFO O| Feb 21 13:29:48.475 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7747 | 2025-02-21T13:29:49.550Z | [ recovery-image] Feb 21 13:29:48.530 INFO O| Feb 21 13:29:48.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7748 | 2025-02-21T13:29:49.553Z | [ recovery-image] Feb 21 13:29:48.530 INFO O| Feb 21 13:29:48.530 INFO STEP 1076 (remove_files) COMPLETE |
7749 | 2025-02-21T13:29:49.553Z | [ recovery-image] Feb 21 13:29:48.530 INFO O| Feb 21 13:29:48.530 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7750 | 2025-02-21T13:29:49.557Z | [ host-image] Feb 21 13:29:48.536 INFO O| Feb 21 13:29:48.536 INFO O| Planning: Evaluating mediators ... Done |
7751 | 2025-02-21T13:29:49.560Z | [ host-image] Feb 21 13:29:48.537 INFO O| Feb 21 13:29:48.537 INFO O| Planning: Planning completed in 5.35 seconds |
7752 | 2025-02-21T13:29:49.562Z | [ host-image] Feb 21 13:29:48.541 INFO O| Feb 21 13:29:48.539 INFO O| Packages to install: 1 |
7753 | 2025-02-21T13:29:49.580Z | [ recovery-image] Feb 21 13:29:48.559 INFO O| Feb 21 13:29:48.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7754 | 2025-02-21T13:29:49.580Z | [ recovery-image] Feb 21 13:29:48.559 INFO O| Feb 21 13:29:48.559 INFO STEP 1077 (remove_files) COMPLETE |
7755 | 2025-02-21T13:29:49.580Z | [ recovery-image] Feb 21 13:29:48.559 INFO O| Feb 21 13:29:48.559 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7756 | 2025-02-21T13:29:49.592Z | [ host-image] Feb 21 13:29:48.571 INFO O| Feb 21 13:29:48.571 INFO O| Download: 0/4 items 0.0/10.3MB 0% complete |
7757 | 2025-02-21T13:29:49.599Z | [ recovery-image] Feb 21 13:29:48.579 INFO O| Feb 21 13:29:48.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7758 | 2025-02-21T13:29:49.600Z | [ recovery-image] Feb 21 13:29:48.579 INFO O| Feb 21 13:29:48.579 INFO STEP 1078 (remove_files) COMPLETE |
7759 | 2025-02-21T13:29:49.602Z | [ recovery-image] Feb 21 13:29:48.579 INFO O| Feb 21 13:29:48.579 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7760 | 2025-02-21T13:29:49.621Z | [ recovery-image] Feb 21 13:29:48.600 INFO O| Feb 21 13:29:48.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7761 | 2025-02-21T13:29:49.621Z | [ recovery-image] Feb 21 13:29:48.600 INFO O| Feb 21 13:29:48.600 INFO STEP 1079 (remove_files) COMPLETE |
7762 | 2025-02-21T13:29:49.621Z | [ recovery-image] Feb 21 13:29:48.600 INFO O| Feb 21 13:29:48.600 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7763 | 2025-02-21T13:29:49.640Z | [ recovery-image] Feb 21 13:29:48.620 INFO O| Feb 21 13:29:48.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7764 | 2025-02-21T13:29:49.640Z | [ recovery-image] Feb 21 13:29:48.620 INFO O| Feb 21 13:29:48.620 INFO STEP 1080 (remove_files) COMPLETE |
7765 | 2025-02-21T13:29:49.644Z | [ recovery-image] Feb 21 13:29:48.620 INFO O| Feb 21 13:29:48.620 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7766 | 2025-02-21T13:29:49.660Z | [ recovery-image] Feb 21 13:29:48.639 INFO O| Feb 21 13:29:48.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7767 | 2025-02-21T13:29:49.660Z | [ recovery-image] Feb 21 13:29:48.639 INFO O| Feb 21 13:29:48.639 INFO STEP 1081 (remove_files) COMPLETE |
7768 | 2025-02-21T13:29:49.663Z | [ recovery-image] Feb 21 13:29:48.639 INFO O| Feb 21 13:29:48.639 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7769 | 2025-02-21T13:29:49.767Z | [ recovery-image] Feb 21 13:29:48.747 INFO O| Feb 21 13:29:48.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7770 | 2025-02-21T13:29:49.770Z | [ recovery-image] Feb 21 13:29:48.747 INFO O| Feb 21 13:29:48.747 INFO STEP 1082 (remove_files) COMPLETE |
7771 | 2025-02-21T13:29:49.770Z | [ recovery-image] Feb 21 13:29:48.747 INFO O| Feb 21 13:29:48.747 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7772 | 2025-02-21T13:29:49.854Z | [ recovery-image] Feb 21 13:29:48.833 INFO O| Feb 21 13:29:48.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7773 | 2025-02-21T13:29:49.854Z | [ recovery-image] Feb 21 13:29:48.833 INFO O| Feb 21 13:29:48.833 INFO STEP 1083 (remove_files) COMPLETE |
7774 | 2025-02-21T13:29:49.854Z | [ recovery-image] Feb 21 13:29:48.833 INFO O| Feb 21 13:29:48.833 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7775 | 2025-02-21T13:29:49.872Z | [ recovery-image] Feb 21 13:29:48.851 INFO O| Feb 21 13:29:48.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7776 | 2025-02-21T13:29:49.872Z | [ recovery-image] Feb 21 13:29:48.851 INFO O| Feb 21 13:29:48.851 INFO STEP 1084 (remove_files) COMPLETE |
7777 | 2025-02-21T13:29:49.872Z | [ recovery-image] Feb 21 13:29:48.851 INFO O| Feb 21 13:29:48.851 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7778 | 2025-02-21T13:29:49.888Z | [ recovery-image] Feb 21 13:29:48.867 INFO O| Feb 21 13:29:48.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7779 | 2025-02-21T13:29:49.891Z | [ recovery-image] Feb 21 13:29:48.867 INFO O| Feb 21 13:29:48.867 INFO STEP 1085 (remove_files) COMPLETE |
7780 | 2025-02-21T13:29:49.891Z | [ recovery-image] Feb 21 13:29:48.867 INFO O| Feb 21 13:29:48.867 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7781 | 2025-02-21T13:29:49.905Z | [ recovery-image] Feb 21 13:29:48.884 INFO O| Feb 21 13:29:48.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7782 | 2025-02-21T13:29:49.905Z | [ recovery-image] Feb 21 13:29:48.884 INFO O| Feb 21 13:29:48.884 INFO STEP 1086 (remove_files) COMPLETE |
7783 | 2025-02-21T13:29:49.905Z | [ recovery-image] Feb 21 13:29:48.884 INFO O| Feb 21 13:29:48.884 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7784 | 2025-02-21T13:29:49.921Z | [ recovery-image] Feb 21 13:29:48.901 INFO O| Feb 21 13:29:48.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7785 | 2025-02-21T13:29:49.921Z | [ recovery-image] Feb 21 13:29:48.901 INFO O| Feb 21 13:29:48.901 INFO STEP 1087 (remove_files) COMPLETE |
7786 | 2025-02-21T13:29:49.921Z | [ recovery-image] Feb 21 13:29:48.901 INFO O| Feb 21 13:29:48.901 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7787 | 2025-02-21T13:29:49.940Z | [ recovery-image] Feb 21 13:29:48.919 INFO O| Feb 21 13:29:48.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7788 | 2025-02-21T13:29:49.943Z | [ recovery-image] Feb 21 13:29:48.919 INFO O| Feb 21 13:29:48.919 INFO STEP 1088 (remove_files) COMPLETE |
7789 | 2025-02-21T13:29:49.943Z | [ recovery-image] Feb 21 13:29:48.919 INFO O| Feb 21 13:29:48.919 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7790 | 2025-02-21T13:29:49.968Z | [ recovery-image] Feb 21 13:29:48.947 INFO O| Feb 21 13:29:48.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7791 | 2025-02-21T13:29:49.968Z | [ recovery-image] Feb 21 13:29:48.947 INFO O| Feb 21 13:29:48.947 INFO STEP 1089 (remove_files) COMPLETE |
7792 | 2025-02-21T13:29:49.968Z | [ recovery-image] Feb 21 13:29:48.947 INFO O| Feb 21 13:29:48.947 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7793 | 2025-02-21T13:29:49.996Z | [ recovery-image] Feb 21 13:29:48.975 INFO O| Feb 21 13:29:48.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7794 | 2025-02-21T13:29:49.999Z | [ recovery-image] Feb 21 13:29:48.976 INFO O| Feb 21 13:29:48.975 INFO STEP 1090 (remove_files) COMPLETE |
7795 | 2025-02-21T13:29:49.999Z | [ recovery-image] Feb 21 13:29:48.976 INFO O| Feb 21 13:29:48.975 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7796 | 2025-02-21T13:29:50.018Z | [ recovery-image] Feb 21 13:29:48.997 INFO O| Feb 21 13:29:48.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7797 | 2025-02-21T13:29:50.021Z | [ recovery-image] Feb 21 13:29:48.997 INFO O| Feb 21 13:29:48.997 INFO STEP 1091 (remove_files) COMPLETE |
7798 | 2025-02-21T13:29:50.021Z | [ recovery-image] Feb 21 13:29:48.997 INFO O| Feb 21 13:29:48.997 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7799 | 2025-02-21T13:29:50.044Z | [ recovery-image] Feb 21 13:29:49.023 INFO O| Feb 21 13:29:49.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7800 | 2025-02-21T13:29:50.046Z | [ recovery-image] Feb 21 13:29:49.023 INFO O| Feb 21 13:29:49.023 INFO STEP 1092 (remove_files) COMPLETE |
7801 | 2025-02-21T13:29:50.046Z | [ recovery-image] Feb 21 13:29:49.023 INFO O| Feb 21 13:29:49.023 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7802 | 2025-02-21T13:29:50.064Z | [ recovery-image] Feb 21 13:29:49.043 INFO O| Feb 21 13:29:49.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7803 | 2025-02-21T13:29:50.064Z | [ recovery-image] Feb 21 13:29:49.043 INFO O| Feb 21 13:29:49.043 INFO STEP 1093 (remove_files) COMPLETE |
7804 | 2025-02-21T13:29:50.064Z | [ recovery-image] Feb 21 13:29:49.043 INFO O| Feb 21 13:29:49.043 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7805 | 2025-02-21T13:29:50.093Z | [ recovery-image] Feb 21 13:29:49.072 INFO O| Feb 21 13:29:49.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7806 | 2025-02-21T13:29:50.093Z | [ recovery-image] Feb 21 13:29:49.072 INFO O| Feb 21 13:29:49.072 INFO STEP 1094 (remove_files) COMPLETE |
7807 | 2025-02-21T13:29:50.103Z | [ recovery-image] Feb 21 13:29:49.072 INFO O| Feb 21 13:29:49.072 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7808 | 2025-02-21T13:29:50.114Z | [ recovery-image] Feb 21 13:29:49.093 INFO O| Feb 21 13:29:49.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7809 | 2025-02-21T13:29:50.114Z | [ recovery-image] Feb 21 13:29:49.093 INFO O| Feb 21 13:29:49.093 INFO STEP 1095 (remove_files) COMPLETE |
7810 | 2025-02-21T13:29:50.117Z | [ recovery-image] Feb 21 13:29:49.094 INFO O| Feb 21 13:29:49.093 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7811 | 2025-02-21T13:29:50.133Z | [ recovery-image] Feb 21 13:29:49.112 INFO O| Feb 21 13:29:49.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7812 | 2025-02-21T13:29:50.135Z | [ recovery-image] Feb 21 13:29:49.112 INFO O| Feb 21 13:29:49.112 INFO STEP 1096 (remove_files) COMPLETE |
7813 | 2025-02-21T13:29:50.135Z | [ recovery-image] Feb 21 13:29:49.112 INFO O| Feb 21 13:29:49.112 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7814 | 2025-02-21T13:29:50.150Z | [ recovery-image] Feb 21 13:29:49.129 INFO O| Feb 21 13:29:49.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7815 | 2025-02-21T13:29:50.150Z | [ recovery-image] Feb 21 13:29:49.129 INFO O| Feb 21 13:29:49.129 INFO STEP 1097 (remove_files) COMPLETE |
7816 | 2025-02-21T13:29:50.150Z | [ recovery-image] Feb 21 13:29:49.129 INFO O| Feb 21 13:29:49.129 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7817 | 2025-02-21T13:29:50.176Z | [ recovery-image] Feb 21 13:29:49.155 INFO O| Feb 21 13:29:49.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7818 | 2025-02-21T13:29:50.176Z | [ recovery-image] Feb 21 13:29:49.155 INFO O| Feb 21 13:29:49.155 INFO STEP 1098 (remove_files) COMPLETE |
7819 | 2025-02-21T13:29:50.179Z | [ recovery-image] Feb 21 13:29:49.155 INFO O| Feb 21 13:29:49.155 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7820 | 2025-02-21T13:29:50.207Z | [ recovery-image] Feb 21 13:29:49.186 INFO O| Feb 21 13:29:49.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7821 | 2025-02-21T13:29:50.210Z | [ recovery-image] Feb 21 13:29:49.186 INFO O| Feb 21 13:29:49.186 INFO STEP 1099 (remove_files) COMPLETE |
7822 | 2025-02-21T13:29:50.210Z | [ recovery-image] Feb 21 13:29:49.187 INFO O| Feb 21 13:29:49.187 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7823 | 2025-02-21T13:29:50.228Z | [ recovery-image] Feb 21 13:29:49.207 INFO O| Feb 21 13:29:49.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7824 | 2025-02-21T13:29:50.228Z | [ recovery-image] Feb 21 13:29:49.207 INFO O| Feb 21 13:29:49.207 INFO STEP 1100 (remove_files) COMPLETE |
7825 | 2025-02-21T13:29:50.231Z | [ recovery-image] Feb 21 13:29:49.207 INFO O| Feb 21 13:29:49.207 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7826 | 2025-02-21T13:29:50.240Z | [ host-image] Feb 21 13:29:49.219 INFO O| Feb 21 13:29:49.219 INFO O| Download: Completed 10.27 MB in 0.65 seconds (15.8M/s) |
7827 | 2025-02-21T13:29:50.247Z | [ recovery-image] Feb 21 13:29:49.227 INFO O| Feb 21 13:29:49.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7828 | 2025-02-21T13:29:50.250Z | [ recovery-image] Feb 21 13:29:49.227 INFO O| Feb 21 13:29:49.227 INFO STEP 1101 (remove_files) COMPLETE |
7829 | 2025-02-21T13:29:50.250Z | [ recovery-image] Feb 21 13:29:49.227 INFO O| Feb 21 13:29:49.227 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7830 | 2025-02-21T13:29:50.268Z | [ recovery-image] Feb 21 13:29:49.247 INFO O| Feb 21 13:29:49.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7831 | 2025-02-21T13:29:50.271Z | [ recovery-image] Feb 21 13:29:49.247 INFO O| Feb 21 13:29:49.247 INFO STEP 1102 (remove_files) COMPLETE |
7832 | 2025-02-21T13:29:50.271Z | [ recovery-image] Feb 21 13:29:49.247 INFO O| Feb 21 13:29:49.247 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7833 | 2025-02-21T13:29:50.287Z | [ recovery-image] Feb 21 13:29:49.266 INFO O| Feb 21 13:29:49.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7834 | 2025-02-21T13:29:50.290Z | [ recovery-image] Feb 21 13:29:49.266 INFO O| Feb 21 13:29:49.266 INFO STEP 1103 (remove_files) COMPLETE |
7835 | 2025-02-21T13:29:50.290Z | [ recovery-image] Feb 21 13:29:49.266 INFO O| Feb 21 13:29:49.266 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7836 | 2025-02-21T13:29:50.293Z | [ host-image] Feb 21 13:29:49.272 INFO O| Feb 21 13:29:49.272 INFO O| Actions: 1/22 actions (Installing new actions) |
7837 | 2025-02-21T13:29:50.306Z | [ recovery-image] Feb 21 13:29:49.285 INFO O| Feb 21 13:29:49.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7838 | 2025-02-21T13:29:50.308Z | [ recovery-image] Feb 21 13:29:49.285 INFO O| Feb 21 13:29:49.285 INFO STEP 1104 (remove_files) COMPLETE |
7839 | 2025-02-21T13:29:50.308Z | [ recovery-image] Feb 21 13:29:49.286 INFO O| Feb 21 13:29:49.285 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7840 | 2025-02-21T13:29:50.325Z | [ recovery-image] Feb 21 13:29:49.304 INFO O| Feb 21 13:29:49.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7841 | 2025-02-21T13:29:50.327Z | [ recovery-image] Feb 21 13:29:49.304 INFO O| Feb 21 13:29:49.304 INFO STEP 1105 (remove_files) COMPLETE |
7842 | 2025-02-21T13:29:50.327Z | [ recovery-image] Feb 21 13:29:49.304 INFO O| Feb 21 13:29:49.304 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7843 | 2025-02-21T13:29:50.341Z | [ recovery-image] Feb 21 13:29:49.320 INFO O| Feb 21 13:29:49.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7844 | 2025-02-21T13:29:50.343Z | [ recovery-image] Feb 21 13:29:49.320 INFO O| Feb 21 13:29:49.320 INFO STEP 1106 (remove_files) COMPLETE |
7845 | 2025-02-21T13:29:50.343Z | [ recovery-image] Feb 21 13:29:49.320 INFO O| Feb 21 13:29:49.320 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7846 | 2025-02-21T13:29:50.401Z | [ recovery-image] Feb 21 13:29:49.380 INFO O| Feb 21 13:29:49.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7847 | 2025-02-21T13:29:50.404Z | [ recovery-image] Feb 21 13:29:49.381 INFO O| Feb 21 13:29:49.381 INFO STEP 1107 (remove_files) COMPLETE |
7848 | 2025-02-21T13:29:50.404Z | [ recovery-image] Feb 21 13:29:49.381 INFO O| Feb 21 13:29:49.381 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7849 | 2025-02-21T13:29:50.421Z | [ recovery-image] Feb 21 13:29:49.399 INFO O| Feb 21 13:29:49.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7850 | 2025-02-21T13:29:50.423Z | [ recovery-image] Feb 21 13:29:49.399 INFO O| Feb 21 13:29:49.399 INFO STEP 1108 (remove_files) COMPLETE |
7851 | 2025-02-21T13:29:50.423Z | [ recovery-image] Feb 21 13:29:49.399 INFO O| Feb 21 13:29:49.399 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7852 | 2025-02-21T13:29:50.439Z | [ recovery-image] Feb 21 13:29:49.419 INFO O| Feb 21 13:29:49.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7853 | 2025-02-21T13:29:50.442Z | [ recovery-image] Feb 21 13:29:49.419 INFO O| Feb 21 13:29:49.419 INFO STEP 1109 (remove_files) COMPLETE |
7854 | 2025-02-21T13:29:50.442Z | [ recovery-image] Feb 21 13:29:49.419 INFO O| Feb 21 13:29:49.419 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7855 | 2025-02-21T13:29:50.459Z | [ recovery-image] Feb 21 13:29:49.438 INFO O| Feb 21 13:29:49.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7856 | 2025-02-21T13:29:50.459Z | [ recovery-image] Feb 21 13:29:49.438 INFO O| Feb 21 13:29:49.438 INFO STEP 1110 (remove_files) COMPLETE |
7857 | 2025-02-21T13:29:50.461Z | [ recovery-image] Feb 21 13:29:49.438 INFO O| Feb 21 13:29:49.438 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7858 | 2025-02-21T13:29:50.491Z | [ recovery-image] Feb 21 13:29:49.469 INFO O| Feb 21 13:29:49.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7859 | 2025-02-21T13:29:50.494Z | [ recovery-image] Feb 21 13:29:49.469 INFO O| Feb 21 13:29:49.469 INFO STEP 1111 (remove_files) COMPLETE |
7860 | 2025-02-21T13:29:50.494Z | [ recovery-image] Feb 21 13:29:49.470 INFO O| Feb 21 13:29:49.469 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7861 | 2025-02-21T13:29:50.530Z | [ recovery-image] Feb 21 13:29:49.509 INFO O| Feb 21 13:29:49.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7862 | 2025-02-21T13:29:50.533Z | [ recovery-image] Feb 21 13:29:49.510 INFO O| Feb 21 13:29:49.510 INFO STEP 1112 (remove_files) COMPLETE |
7863 | 2025-02-21T13:29:50.533Z | [ recovery-image] Feb 21 13:29:49.510 INFO O| Feb 21 13:29:49.510 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7864 | 2025-02-21T13:29:50.549Z | [ recovery-image] Feb 21 13:29:49.528 INFO O| Feb 21 13:29:49.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7865 | 2025-02-21T13:29:50.574Z | [ recovery-image] Feb 21 13:29:49.553 INFO O| Feb 21 13:29:49.553 INFO STEP 1113 (remove_files) COMPLETE |
7866 | 2025-02-21T13:29:50.574Z | [ recovery-image] Feb 21 13:29:49.553 INFO O| Feb 21 13:29:49.553 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7867 | 2025-02-21T13:29:50.623Z | [ recovery-image] Feb 21 13:29:49.602 INFO O| Feb 21 13:29:49.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7868 | 2025-02-21T13:29:50.623Z | [ recovery-image] Feb 21 13:29:49.603 INFO O| Feb 21 13:29:49.602 INFO STEP 1114 (remove_files) COMPLETE |
7869 | 2025-02-21T13:29:50.623Z | [ recovery-image] Feb 21 13:29:49.603 INFO O| Feb 21 13:29:49.603 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7870 | 2025-02-21T13:29:50.642Z | [ recovery-image] Feb 21 13:29:49.621 INFO O| Feb 21 13:29:49.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7871 | 2025-02-21T13:29:50.642Z | [ recovery-image] Feb 21 13:29:49.621 INFO O| Feb 21 13:29:49.621 INFO STEP 1115 (remove_files) COMPLETE |
7872 | 2025-02-21T13:29:50.646Z | [ recovery-image] Feb 21 13:29:49.621 INFO O| Feb 21 13:29:49.621 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7873 | 2025-02-21T13:29:50.702Z | [ recovery-image] Feb 21 13:29:49.681 INFO O| Feb 21 13:29:49.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7874 | 2025-02-21T13:29:50.702Z | [ recovery-image] Feb 21 13:29:49.681 INFO O| Feb 21 13:29:49.681 INFO STEP 1116 (remove_files) COMPLETE |
7875 | 2025-02-21T13:29:50.702Z | [ recovery-image] Feb 21 13:29:49.681 INFO O| Feb 21 13:29:49.681 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7876 | 2025-02-21T13:29:50.722Z | [ recovery-image] Feb 21 13:29:49.701 INFO O| Feb 21 13:29:49.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7877 | 2025-02-21T13:29:50.722Z | [ recovery-image] Feb 21 13:29:49.701 INFO O| Feb 21 13:29:49.701 INFO STEP 1117 (remove_files) COMPLETE |
7878 | 2025-02-21T13:29:50.722Z | [ recovery-image] Feb 21 13:29:49.701 INFO O| Feb 21 13:29:49.701 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7879 | 2025-02-21T13:29:50.740Z | [ recovery-image] Feb 21 13:29:49.719 INFO O| Feb 21 13:29:49.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7880 | 2025-02-21T13:29:50.740Z | [ recovery-image] Feb 21 13:29:49.719 INFO O| Feb 21 13:29:49.719 INFO STEP 1118 (remove_files) COMPLETE |
7881 | 2025-02-21T13:29:50.743Z | [ recovery-image] Feb 21 13:29:49.719 INFO O| Feb 21 13:29:49.719 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7882 | 2025-02-21T13:29:50.745Z | [ host-image] Feb 21 13:29:49.723 INFO O| Feb 21 13:29:49.723 INFO O| Actions: Completed 22 actions in 0.45 seconds. |
7883 | 2025-02-21T13:29:50.757Z | [ recovery-image] Feb 21 13:29:49.737 INFO O| Feb 21 13:29:49.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7884 | 2025-02-21T13:29:50.757Z | [ recovery-image] Feb 21 13:29:49.737 INFO O| Feb 21 13:29:49.737 INFO STEP 1119 (remove_files) COMPLETE |
7885 | 2025-02-21T13:29:50.760Z | [ recovery-image] Feb 21 13:29:49.737 INFO O| Feb 21 13:29:49.737 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7886 | 2025-02-21T13:29:50.774Z | [ recovery-image] Feb 21 13:29:49.754 INFO O| Feb 21 13:29:49.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7887 | 2025-02-21T13:29:50.774Z | [ recovery-image] Feb 21 13:29:49.754 INFO O| Feb 21 13:29:49.754 INFO STEP 1120 (remove_files) COMPLETE |
7888 | 2025-02-21T13:29:50.774Z | [ recovery-image] Feb 21 13:29:49.754 INFO O| Feb 21 13:29:49.754 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7889 | 2025-02-21T13:29:50.792Z | [ recovery-image] Feb 21 13:29:49.771 INFO O| Feb 21 13:29:49.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7890 | 2025-02-21T13:29:50.792Z | [ recovery-image] Feb 21 13:29:49.771 INFO O| Feb 21 13:29:49.771 INFO STEP 1121 (remove_files) COMPLETE |
7891 | 2025-02-21T13:29:50.792Z | [ recovery-image] Feb 21 13:29:49.771 INFO O| Feb 21 13:29:49.771 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7892 | 2025-02-21T13:29:50.818Z | [ recovery-image] Feb 21 13:29:49.797 INFO O| Feb 21 13:29:49.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7893 | 2025-02-21T13:29:50.818Z | [ recovery-image] Feb 21 13:29:49.797 INFO O| Feb 21 13:29:49.797 INFO STEP 1122 (remove_files) COMPLETE |
7894 | 2025-02-21T13:29:50.818Z | [ recovery-image] Feb 21 13:29:49.797 INFO O| Feb 21 13:29:49.797 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7895 | 2025-02-21T13:29:50.878Z | [ recovery-image] Feb 21 13:29:49.857 INFO O| Feb 21 13:29:49.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7896 | 2025-02-21T13:29:50.878Z | [ recovery-image] Feb 21 13:29:49.857 INFO O| Feb 21 13:29:49.857 INFO STEP 1123 (remove_files) COMPLETE |
7897 | 2025-02-21T13:29:50.878Z | [ recovery-image] Feb 21 13:29:49.857 INFO O| Feb 21 13:29:49.857 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7898 | 2025-02-21T13:29:50.898Z | [ recovery-image] Feb 21 13:29:49.877 INFO O| Feb 21 13:29:49.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7899 | 2025-02-21T13:29:50.898Z | [ recovery-image] Feb 21 13:29:49.877 INFO O| Feb 21 13:29:49.877 INFO STEP 1124 (remove_files) COMPLETE |
7900 | 2025-02-21T13:29:50.901Z | [ recovery-image] Feb 21 13:29:49.877 INFO O| Feb 21 13:29:49.877 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7901 | 2025-02-21T13:29:50.960Z | [ recovery-image] Feb 21 13:29:49.939 INFO O| Feb 21 13:29:49.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7902 | 2025-02-21T13:29:50.960Z | [ recovery-image] Feb 21 13:29:49.939 INFO O| Feb 21 13:29:49.939 INFO STEP 1125 (remove_files) COMPLETE |
7903 | 2025-02-21T13:29:50.960Z | [ recovery-image] Feb 21 13:29:49.939 INFO O| Feb 21 13:29:49.939 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7904 | 2025-02-21T13:29:50.978Z | [ recovery-image] Feb 21 13:29:49.957 INFO O| Feb 21 13:29:49.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7905 | 2025-02-21T13:29:50.978Z | [ recovery-image] Feb 21 13:29:49.957 INFO O| Feb 21 13:29:49.957 INFO STEP 1126 (remove_files) COMPLETE |
7906 | 2025-02-21T13:29:50.978Z | [ recovery-image] Feb 21 13:29:49.957 INFO O| Feb 21 13:29:49.957 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7907 | 2025-02-21T13:29:51.002Z | [ recovery-image] Feb 21 13:29:49.981 INFO O| Feb 21 13:29:49.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7908 | 2025-02-21T13:29:51.002Z | [ recovery-image] Feb 21 13:29:49.981 INFO O| Feb 21 13:29:49.981 INFO STEP 1127 (remove_files) COMPLETE |
7909 | 2025-02-21T13:29:51.002Z | [ recovery-image] Feb 21 13:29:49.981 INFO O| Feb 21 13:29:49.981 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7910 | 2025-02-21T13:29:51.038Z | [ recovery-image] Feb 21 13:29:50.017 INFO O| Feb 21 13:29:50.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7911 | 2025-02-21T13:29:51.038Z | [ recovery-image] Feb 21 13:29:50.017 INFO O| Feb 21 13:29:50.017 INFO STEP 1128 (remove_files) COMPLETE |
7912 | 2025-02-21T13:29:51.041Z | [ recovery-image] Feb 21 13:29:50.017 INFO O| Feb 21 13:29:50.017 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7913 | 2025-02-21T13:29:51.069Z | [ recovery-image] Feb 21 13:29:50.048 INFO O| Feb 21 13:29:50.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7914 | 2025-02-21T13:29:51.069Z | [ recovery-image] Feb 21 13:29:50.048 INFO O| Feb 21 13:29:50.048 INFO STEP 1129 (remove_files) COMPLETE |
7915 | 2025-02-21T13:29:51.072Z | [ recovery-image] Feb 21 13:29:50.048 INFO O| Feb 21 13:29:50.048 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7916 | 2025-02-21T13:29:51.092Z | [ recovery-image] Feb 21 13:29:50.071 INFO O| Feb 21 13:29:50.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7917 | 2025-02-21T13:29:51.095Z | [ recovery-image] Feb 21 13:29:50.071 INFO O| Feb 21 13:29:50.071 INFO STEP 1130 (remove_files) COMPLETE |
7918 | 2025-02-21T13:29:51.095Z | [ recovery-image] Feb 21 13:29:50.071 INFO O| Feb 21 13:29:50.071 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7919 | 2025-02-21T13:29:51.114Z | [ recovery-image] Feb 21 13:29:50.093 INFO O| Feb 21 13:29:50.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7920 | 2025-02-21T13:29:51.114Z | [ recovery-image] Feb 21 13:29:50.093 INFO O| Feb 21 13:29:50.093 INFO STEP 1131 (remove_files) COMPLETE |
7921 | 2025-02-21T13:29:51.116Z | [ recovery-image] Feb 21 13:29:50.093 INFO O| Feb 21 13:29:50.093 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7922 | 2025-02-21T13:29:51.136Z | [ recovery-image] Feb 21 13:29:50.115 INFO O| Feb 21 13:29:50.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7923 | 2025-02-21T13:29:51.136Z | [ recovery-image] Feb 21 13:29:50.115 INFO O| Feb 21 13:29:50.115 INFO STEP 1132 (remove_files) COMPLETE |
7924 | 2025-02-21T13:29:51.136Z | [ recovery-image] Feb 21 13:29:50.115 INFO O| Feb 21 13:29:50.115 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7925 | 2025-02-21T13:29:51.156Z | [ recovery-image] Feb 21 13:29:50.135 INFO O| Feb 21 13:29:50.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7926 | 2025-02-21T13:29:51.156Z | [ recovery-image] Feb 21 13:29:50.135 INFO O| Feb 21 13:29:50.135 INFO STEP 1133 (remove_files) COMPLETE |
7927 | 2025-02-21T13:29:51.156Z | [ recovery-image] Feb 21 13:29:50.136 INFO O| Feb 21 13:29:50.135 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7928 | 2025-02-21T13:29:51.177Z | [ recovery-image] Feb 21 13:29:50.156 INFO O| Feb 21 13:29:50.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7929 | 2025-02-21T13:29:51.177Z | [ recovery-image] Feb 21 13:29:50.156 INFO O| Feb 21 13:29:50.156 INFO STEP 1134 (remove_files) COMPLETE |
7930 | 2025-02-21T13:29:51.177Z | [ recovery-image] Feb 21 13:29:50.156 INFO O| Feb 21 13:29:50.156 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7931 | 2025-02-21T13:29:51.226Z | [ recovery-image] Feb 21 13:29:50.205 INFO O| Feb 21 13:29:50.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7932 | 2025-02-21T13:29:51.226Z | [ recovery-image] Feb 21 13:29:50.205 INFO O| Feb 21 13:29:50.205 INFO STEP 1135 (remove_files) COMPLETE |
7933 | 2025-02-21T13:29:51.226Z | [ recovery-image] Feb 21 13:29:50.205 INFO O| Feb 21 13:29:50.205 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7934 | 2025-02-21T13:29:51.248Z | [ recovery-image] Feb 21 13:29:50.227 INFO O| Feb 21 13:29:50.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7935 | 2025-02-21T13:29:51.248Z | [ recovery-image] Feb 21 13:29:50.227 INFO O| Feb 21 13:29:50.227 INFO STEP 1136 (remove_files) COMPLETE |
7936 | 2025-02-21T13:29:51.248Z | [ recovery-image] Feb 21 13:29:50.227 INFO O| Feb 21 13:29:50.227 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7937 | 2025-02-21T13:29:51.341Z | [ recovery-image] Feb 21 13:29:50.320 INFO O| Feb 21 13:29:50.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7938 | 2025-02-21T13:29:51.341Z | [ recovery-image] Feb 21 13:29:50.320 INFO O| Feb 21 13:29:50.320 INFO STEP 1137 (remove_files) COMPLETE |
7939 | 2025-02-21T13:29:51.341Z | [ recovery-image] Feb 21 13:29:50.320 INFO O| Feb 21 13:29:50.320 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7940 | 2025-02-21T13:29:51.378Z | [ recovery-image] Feb 21 13:29:50.357 INFO O| Feb 21 13:29:50.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7941 | 2025-02-21T13:29:51.381Z | [ recovery-image] Feb 21 13:29:50.357 INFO O| Feb 21 13:29:50.357 INFO STEP 1138 (remove_files) COMPLETE |
7942 | 2025-02-21T13:29:51.381Z | [ recovery-image] Feb 21 13:29:50.357 INFO O| Feb 21 13:29:50.357 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7943 | 2025-02-21T13:29:51.395Z | [ recovery-image] Feb 21 13:29:50.375 INFO O| Feb 21 13:29:50.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7944 | 2025-02-21T13:29:51.398Z | [ recovery-image] Feb 21 13:29:50.375 INFO O| Feb 21 13:29:50.375 INFO STEP 1139 (remove_files) COMPLETE |
7945 | 2025-02-21T13:29:51.398Z | [ recovery-image] Feb 21 13:29:50.375 INFO O| Feb 21 13:29:50.375 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7946 | 2025-02-21T13:29:51.451Z | [ host-image] Feb 21 13:29:50.430 INFO O| Feb 21 13:29:50.430 INFO O| Done |
7947 | 2025-02-21T13:29:51.451Z | [ host-image] Feb 21 13:29:50.430 INFO O| Feb 21 13:29:50.430 INFO O| Done |
7948 | 2025-02-21T13:29:51.469Z | [ recovery-image] Feb 21 13:29:50.447 INFO O| Feb 21 13:29:50.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7949 | 2025-02-21T13:29:51.469Z | [ recovery-image] Feb 21 13:29:50.447 INFO O| Feb 21 13:29:50.447 INFO STEP 1140 (remove_files) COMPLETE |
7950 | 2025-02-21T13:29:51.475Z | [ recovery-image] Feb 21 13:29:50.447 INFO O| Feb 21 13:29:50.447 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7951 | 2025-02-21T13:29:51.528Z | [ recovery-image] Feb 21 13:29:50.507 INFO O| Feb 21 13:29:50.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7952 | 2025-02-21T13:29:51.528Z | [ recovery-image] Feb 21 13:29:50.507 INFO O| Feb 21 13:29:50.507 INFO STEP 1141 (remove_files) COMPLETE |
7953 | 2025-02-21T13:29:51.528Z | [ recovery-image] Feb 21 13:29:50.507 INFO O| Feb 21 13:29:50.507 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7954 | 2025-02-21T13:29:51.586Z | [ recovery-image] Feb 21 13:29:50.564 INFO O| Feb 21 13:29:50.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7955 | 2025-02-21T13:29:51.586Z | [ recovery-image] Feb 21 13:29:50.564 INFO O| Feb 21 13:29:50.564 INFO STEP 1142 (remove_files) COMPLETE |
7956 | 2025-02-21T13:29:51.586Z | [ recovery-image] Feb 21 13:29:50.564 INFO O| Feb 21 13:29:50.564 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7957 | 2025-02-21T13:29:51.607Z | [ recovery-image] Feb 21 13:29:50.585 INFO O| Feb 21 13:29:50.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7958 | 2025-02-21T13:29:51.607Z | [ recovery-image] Feb 21 13:29:50.585 INFO O| Feb 21 13:29:50.585 INFO STEP 1143 (remove_files) COMPLETE |
7959 | 2025-02-21T13:29:51.607Z | [ recovery-image] Feb 21 13:29:50.585 INFO O| Feb 21 13:29:50.585 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7960 | 2025-02-21T13:29:51.625Z | [ recovery-image] Feb 21 13:29:50.604 INFO O| Feb 21 13:29:50.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7961 | 2025-02-21T13:29:51.625Z | [ recovery-image] Feb 21 13:29:50.604 INFO O| Feb 21 13:29:50.604 INFO STEP 1144 (remove_files) COMPLETE |
7962 | 2025-02-21T13:29:51.625Z | [ recovery-image] Feb 21 13:29:50.604 INFO O| Feb 21 13:29:50.604 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7963 | 2025-02-21T13:29:51.641Z | [ recovery-image] Feb 21 13:29:50.620 INFO O| Feb 21 13:29:50.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7964 | 2025-02-21T13:29:51.641Z | [ recovery-image] Feb 21 13:29:50.620 INFO O| Feb 21 13:29:50.620 INFO STEP 1145 (remove_files) COMPLETE |
7965 | 2025-02-21T13:29:51.641Z | [ recovery-image] Feb 21 13:29:50.620 INFO O| Feb 21 13:29:50.620 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7966 | 2025-02-21T13:29:51.680Z | [ recovery-image] Feb 21 13:29:50.659 INFO O| Feb 21 13:29:50.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7967 | 2025-02-21T13:29:51.680Z | [ recovery-image] Feb 21 13:29:50.659 INFO O| Feb 21 13:29:50.659 INFO STEP 1146 (remove_files) COMPLETE |
7968 | 2025-02-21T13:29:51.683Z | [ recovery-image] Feb 21 13:29:50.659 INFO O| Feb 21 13:29:50.659 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7969 | 2025-02-21T13:29:51.702Z | [ recovery-image] Feb 21 13:29:50.681 INFO O| Feb 21 13:29:50.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7970 | 2025-02-21T13:29:51.702Z | [ recovery-image] Feb 21 13:29:50.681 INFO O| Feb 21 13:29:50.681 INFO STEP 1147 (remove_files) COMPLETE |
7971 | 2025-02-21T13:29:51.702Z | [ recovery-image] Feb 21 13:29:50.681 INFO O| Feb 21 13:29:50.681 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7972 | 2025-02-21T13:29:51.722Z | [ recovery-image] Feb 21 13:29:50.701 INFO O| Feb 21 13:29:50.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7973 | 2025-02-21T13:29:51.722Z | [ recovery-image] Feb 21 13:29:50.701 INFO O| Feb 21 13:29:50.701 INFO STEP 1148 (remove_files) COMPLETE |
7974 | 2025-02-21T13:29:51.725Z | [ recovery-image] Feb 21 13:29:50.701 INFO O| Feb 21 13:29:50.701 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7975 | 2025-02-21T13:29:51.762Z | [ recovery-image] Feb 21 13:29:50.738 INFO O| Feb 21 13:29:50.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7976 | 2025-02-21T13:29:51.765Z | [ recovery-image] Feb 21 13:29:50.738 INFO O| Feb 21 13:29:50.738 INFO STEP 1149 (remove_files) COMPLETE |
7977 | 2025-02-21T13:29:51.765Z | [ recovery-image] Feb 21 13:29:50.738 INFO O| Feb 21 13:29:50.738 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7978 | 2025-02-21T13:29:51.779Z | [ recovery-image] Feb 21 13:29:50.758 INFO O| Feb 21 13:29:50.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7979 | 2025-02-21T13:29:51.783Z | [ recovery-image] Feb 21 13:29:50.758 INFO O| Feb 21 13:29:50.758 INFO STEP 1150 (remove_files) COMPLETE |
7980 | 2025-02-21T13:29:51.783Z | [ recovery-image] Feb 21 13:29:50.759 INFO O| Feb 21 13:29:50.758 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7981 | 2025-02-21T13:29:51.799Z | [ recovery-image] Feb 21 13:29:50.778 INFO O| Feb 21 13:29:50.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7982 | 2025-02-21T13:29:51.801Z | [ recovery-image] Feb 21 13:29:50.778 INFO O| Feb 21 13:29:50.778 INFO STEP 1151 (remove_files) COMPLETE |
7983 | 2025-02-21T13:29:51.801Z | [ recovery-image] Feb 21 13:29:50.778 INFO O| Feb 21 13:29:50.778 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7984 | 2025-02-21T13:29:51.826Z | [ recovery-image] Feb 21 13:29:50.805 INFO O| Feb 21 13:29:50.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7985 | 2025-02-21T13:29:51.826Z | [ recovery-image] Feb 21 13:29:50.805 INFO O| Feb 21 13:29:50.805 INFO STEP 1152 (remove_files) COMPLETE |
7986 | 2025-02-21T13:29:51.829Z | [ recovery-image] Feb 21 13:29:50.805 INFO O| Feb 21 13:29:50.805 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7987 | 2025-02-21T13:29:51.858Z | [ recovery-image] Feb 21 13:29:50.837 INFO O| Feb 21 13:29:50.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7988 | 2025-02-21T13:29:51.858Z | [ recovery-image] Feb 21 13:29:50.837 INFO O| Feb 21 13:29:50.837 INFO STEP 1153 (remove_files) COMPLETE |
7989 | 2025-02-21T13:29:51.858Z | [ recovery-image] Feb 21 13:29:50.837 INFO O| Feb 21 13:29:50.837 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7990 | 2025-02-21T13:29:51.915Z | [ recovery-image] Feb 21 13:29:50.894 INFO O| Feb 21 13:29:50.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7991 | 2025-02-21T13:29:51.915Z | [ recovery-image] Feb 21 13:29:50.894 INFO O| Feb 21 13:29:50.894 INFO STEP 1154 (remove_files) COMPLETE |
7992 | 2025-02-21T13:29:51.915Z | [ recovery-image] Feb 21 13:29:50.894 INFO O| Feb 21 13:29:50.894 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7993 | 2025-02-21T13:29:51.933Z | [ recovery-image] Feb 21 13:29:50.912 INFO O| Feb 21 13:29:50.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7994 | 2025-02-21T13:29:51.933Z | [ recovery-image] Feb 21 13:29:50.912 INFO O| Feb 21 13:29:50.912 INFO STEP 1155 (remove_files) COMPLETE |
7995 | 2025-02-21T13:29:51.933Z | [ recovery-image] Feb 21 13:29:50.912 INFO O| Feb 21 13:29:50.912 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7996 | 2025-02-21T13:29:51.950Z | [ recovery-image] Feb 21 13:29:50.928 INFO O| Feb 21 13:29:50.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7997 | 2025-02-21T13:29:51.950Z | [ recovery-image] Feb 21 13:29:50.928 INFO O| Feb 21 13:29:50.928 INFO STEP 1156 (remove_files) COMPLETE |
7998 | 2025-02-21T13:29:51.950Z | [ recovery-image] Feb 21 13:29:50.928 INFO O| Feb 21 13:29:50.928 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7999 | 2025-02-21T13:29:51.964Z | [ recovery-image] Feb 21 13:29:50.944 INFO O| Feb 21 13:29:50.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
8000 | 2025-02-21T13:29:51.964Z | [ recovery-image] Feb 21 13:29:50.944 INFO O| Feb 21 13:29:50.944 INFO STEP 1157 (remove_files) COMPLETE |
8001 | 2025-02-21T13:29:51.965Z | [ recovery-image] Feb 21 13:29:50.944 INFO O| Feb 21 13:29:50.944 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8002 | 2025-02-21T13:29:52.026Z | [ recovery-image] Feb 21 13:29:51.005 INFO O| Feb 21 13:29:51.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
8003 | 2025-02-21T13:29:52.026Z | [ recovery-image] Feb 21 13:29:51.005 INFO O| Feb 21 13:29:51.005 INFO STEP 1158 (remove_files) COMPLETE |
8004 | 2025-02-21T13:29:52.028Z | [ recovery-image] Feb 21 13:29:51.005 INFO O| Feb 21 13:29:51.005 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8005 | 2025-02-21T13:29:52.046Z | [ recovery-image] Feb 21 13:29:51.024 INFO O| Feb 21 13:29:51.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
8006 | 2025-02-21T13:29:52.049Z | [ recovery-image] Feb 21 13:29:51.024 INFO O| Feb 21 13:29:51.024 INFO STEP 1159 (remove_files) COMPLETE |
8007 | 2025-02-21T13:29:52.049Z | [ recovery-image] Feb 21 13:29:51.024 INFO O| Feb 21 13:29:51.024 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8008 | 2025-02-21T13:29:52.106Z | [ recovery-image] Feb 21 13:29:51.082 INFO O| Feb 21 13:29:51.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
8009 | 2025-02-21T13:29:52.106Z | [ recovery-image] Feb 21 13:29:51.082 INFO O| Feb 21 13:29:51.082 INFO STEP 1160 (remove_files) COMPLETE |
8010 | 2025-02-21T13:29:52.106Z | [ recovery-image] Feb 21 13:29:51.082 INFO O| Feb 21 13:29:51.082 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8011 | 2025-02-21T13:29:52.139Z | [ recovery-image] Feb 21 13:29:51.119 INFO O| Feb 21 13:29:51.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
8012 | 2025-02-21T13:29:52.140Z | [ recovery-image] Feb 21 13:29:51.119 INFO O| Feb 21 13:29:51.119 INFO STEP 1161 (remove_files) COMPLETE |
8013 | 2025-02-21T13:29:52.140Z | [ recovery-image] Feb 21 13:29:51.119 INFO O| Feb 21 13:29:51.119 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8014 | 2025-02-21T13:29:52.157Z | [ recovery-image] Feb 21 13:29:51.136 INFO O| Feb 21 13:29:51.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
8015 | 2025-02-21T13:29:52.157Z | [ recovery-image] Feb 21 13:29:51.136 INFO O| Feb 21 13:29:51.136 INFO STEP 1162 (remove_files) COMPLETE |
8016 | 2025-02-21T13:29:52.157Z | [ recovery-image] Feb 21 13:29:51.136 INFO O| Feb 21 13:29:51.136 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8017 | 2025-02-21T13:29:52.175Z | [ recovery-image] Feb 21 13:29:51.154 INFO O| Feb 21 13:29:51.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
8018 | 2025-02-21T13:29:52.178Z | [ recovery-image] Feb 21 13:29:51.157 INFO O| Feb 21 13:29:51.157 INFO STEP 1163 (remove_files) COMPLETE |
8019 | 2025-02-21T13:29:52.182Z | [ recovery-image] Feb 21 13:29:51.157 INFO O| Feb 21 13:29:51.157 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8020 | 2025-02-21T13:29:52.210Z | [ recovery-image] Feb 21 13:29:51.189 INFO O| Feb 21 13:29:51.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
8021 | 2025-02-21T13:29:52.213Z | [ recovery-image] Feb 21 13:29:51.190 INFO O| Feb 21 13:29:51.190 INFO STEP 1164 (remove_files) COMPLETE |
8022 | 2025-02-21T13:29:52.213Z | [ recovery-image] Feb 21 13:29:51.190 INFO O| Feb 21 13:29:51.190 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8023 | 2025-02-21T13:29:52.233Z | [ recovery-image] Feb 21 13:29:51.212 INFO O| Feb 21 13:29:51.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
8024 | 2025-02-21T13:29:52.235Z | [ recovery-image] Feb 21 13:29:51.212 INFO O| Feb 21 13:29:51.212 INFO STEP 1165 (remove_files) COMPLETE |
8025 | 2025-02-21T13:29:52.235Z | [ recovery-image] Feb 21 13:29:51.212 INFO O| Feb 21 13:29:51.212 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
8026 | 2025-02-21T13:29:52.263Z | [ recovery-image] Feb 21 13:29:51.242 INFO O| Feb 21 13:29:51.242 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
8027 | 2025-02-21T13:29:52.266Z | [ recovery-image] Feb 21 13:29:51.242 INFO O| Feb 21 13:29:51.242 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
8028 | 2025-02-21T13:29:52.747Z | [ host-image] Feb 21 13:29:51.726 INFO O| Feb 21 13:29:51.726 INFO O| Done |
8029 | 2025-02-21T13:29:54.130Z | [ recovery-image] Feb 21 13:29:53.108 INFO O| Feb 21 13:29:53.108 INFO STEP 1166 (pack_tar) COMPLETE |
8030 | 2025-02-21T13:29:54.130Z | [ recovery-image] Feb 21 13:29:53.108 INFO O| Feb 21 13:29:53.108 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
8031 | 2025-02-21T13:29:54.130Z | [ recovery-image] Feb 21 13:29:53.108 INFO O| Feb 21 13:29:53.108 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
8032 | 2025-02-21T13:29:54.567Z | [ recovery-image] Feb 21 13:29:53.546 INFO O| Feb 21 13:29:53.546 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
8033 | 2025-02-21T13:29:54.698Z | [ recovery-image] Feb 21 13:29:53.677 INFO O| Feb 21 13:29:53.677 INFO completed processing gimlet/ramdisk-03-recovery-trim |
8034 | 2025-02-21T13:29:54.707Z | [ recovery-image] Feb 21 13:29:53.686 INFO image builder template: zfs-recovery... |
8035 | 2025-02-21T13:29:54.707Z | [ recovery-image] Feb 21 13:29:53.686 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/.tmpyXqKXH/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 |
8036 | 2025-02-21T13:29:54.785Z | [ recovery-image] Feb 21 13:29:53.764 INFO O| Feb 21 13:29:53.764 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8037 | 2025-02-21T13:29:54.828Z | [ recovery-image] Feb 21 13:29:53.807 INFO O| Feb 21 13:29:53.807 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8038 | 2025-02-21T13:29:54.962Z | [ recovery-image] Feb 21 13:29:53.941 INFO O| Feb 21 13:29:53.941 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
8039 | 2025-02-21T13:29:55.070Z | [ recovery-image] Feb 21 13:29:54.049 INFO O| Feb 21 13:29:54.049 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8040 | 2025-02-21T13:29:55.073Z | [ recovery-image] Feb 21 13:29:54.050 INFO O| Feb 21 13:29:54.050 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8041 | 2025-02-21T13:29:55.078Z | [ recovery-image] Feb 21 13:29:54.058 INFO O| Feb 21 13:29:54.058 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8042 | 2025-02-21T13:29:55.236Z | [ recovery-image] Feb 21 13:29:54.215 INFO O| Feb 21 13:29:54.215 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
8043 | 2025-02-21T13:29:55.317Z | [ recovery-image] Feb 21 13:29:54.296 INFO O| Feb 21 13:29:54.296 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
8044 | 2025-02-21T13:29:55.333Z | [ recovery-image] Feb 21 13:29:54.312 INFO O| Feb 21 13:29:54.311 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8045 | 2025-02-21T13:29:55.342Z | [ recovery-image] Feb 21 13:29:54.321 INFO O| Feb 21 13:29:54.321 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
8046 | 2025-02-21T13:29:55.351Z | [ recovery-image] Feb 21 13:29:54.330 INFO O| Feb 21 13:29:54.330 INFO no lofi found |
8047 | 2025-02-21T13:29:55.354Z | [ recovery-image] Feb 21 13:29:54.330 INFO O| Feb 21 13:29:54.330 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
8048 | 2025-02-21T13:29:55.354Z | [ recovery-image] Feb 21 13:29:54.330 INFO O| Feb 21 13:29:54.330 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8049 | 2025-02-21T13:29:55.717Z | [ host-image] Feb 21 13:29:54.695 INFO O| Feb 21 13:29:54.695 INFO O| Done |
8050 | 2025-02-21T13:29:55.756Z | [ host-image] Feb 21 13:29:54.735 INFO O| Feb 21 13:29:54.735 INFO O| Done |
8051 | 2025-02-21T13:29:55.759Z | [ host-image] Feb 21 13:29:54.735 INFO O| Feb 21 13:29:54.735 INFO O| Done |
8052 | 2025-02-21T13:29:55.828Z | [ host-image] Feb 21 13:29:54.807 INFO O| Feb 21 13:29:54.807 INFO O| Done |
8053 | 2025-02-21T13:29:56.074Z | [ host-image] Feb 21 13:29:55.053 INFO O| Feb 21 13:29:55.053 INFO STEP 14 (pkg_install) COMPLETE |
8054 | 2025-02-21T13:29:56.074Z | [ host-image] Feb 21 13:29:55.053 INFO O| Feb 21 13:29:55.053 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8055 | 2025-02-21T13:29:56.077Z | [ host-image] Feb 21 13:29:55.053 INFO O| Feb 21 13:29:55.053 INFO skip step because feature "mfg" is not enabled |
8056 | 2025-02-21T13:29:56.077Z | [ host-image] Feb 21 13:29:55.053 INFO O| Feb 21 13:29:55.053 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8057 | 2025-02-21T13:29:56.077Z | [ host-image] Feb 21 13:29:55.053 INFO O| Feb 21 13:29:55.053 INFO skip step because feature "compliance" is not enabled |
8058 | 2025-02-21T13:29:56.077Z | [ host-image] Feb 21 13:29:55.053 INFO O| Feb 21 13:29:55.053 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8059 | 2025-02-21T13:29:56.077Z | [ host-image] Feb 21 13:29:55.053 INFO O| Feb 21 13:29:55.053 INFO skip step because feature "stress" is not enabled |
8060 | 2025-02-21T13:29:56.077Z | [ host-image] Feb 21 13:29:55.053 INFO O| Feb 21 13:29:55.053 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8061 | 2025-02-21T13:29:56.077Z | [ host-image] Feb 21 13:29:55.053 INFO O| Feb 21 13:29:55.053 INFO skip step because feature "nfs" is not enabled |
8062 | 2025-02-21T13:29:56.078Z | [ host-image] Feb 21 13:29:55.053 INFO O| Feb 21 13:29:55.053 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8063 | 2025-02-21T13:29:56.078Z | [ host-image] Feb 21 13:29:55.053 INFO O| Feb 21 13:29:55.053 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8064 | 2025-02-21T13:29:56.188Z | [ host-image] Feb 21 13:29:55.167 INFO O| Feb 21 13:29:55.167 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
8065 | 2025-02-21T13:29:56.398Z | [ host-image] Feb 21 13:29:55.377 INFO O| Feb 21 13:29:55.377 INFO completed processing gimlet/ramdisk-01-os |
8066 | 2025-02-21T13:29:56.403Z | [ host-image] Feb 21 13:29:55.380 INFO omicron1 baseline generation... |
8067 | 2025-02-21T13:29:56.403Z | [ host-image] Feb 21 13:29:55.380 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
8068 | 2025-02-21T13:29:57.137Z | [ host-image] Feb 21 13:29:56.095 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23235:20250221T103302Z |
8069 | 2025-02-21T13:29:58.033Z | [ recovery-image] Feb 21 13:29:57.012 INFO O| Feb 21 13:29:57.012 INFO lofi device = /dev/dsk/c2t1d0p0 |
8070 | 2025-02-21T13:29:58.033Z | [ recovery-image] Feb 21 13:29:57.012 INFO O| Feb 21 13:29:57.012 INFO pool device = /dev/dsk/c2t1d0p0 |
8071 | 2025-02-21T13:29:58.036Z | [ recovery-image] Feb 21 13:29:57.012 INFO O| Feb 21 13:29:57.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"] |
8072 | 2025-02-21T13:29:58.307Z | [ recovery-image] Feb 21 13:29:57.286 INFO O| Feb 21 13:29:57.286 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8073 | 2025-02-21T13:29:58.307Z | [ recovery-image] Feb 21 13:29:57.286 INFO O| Feb 21 13:29:57.286 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
8074 | 2025-02-21T13:29:58.339Z | [ recovery-image] Feb 21 13:29:57.317 INFO O| Feb 21 13:29:57.317 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
8075 | 2025-02-21T13:29:58.728Z | [ recovery-image] Feb 21 13:29:57.707 INFO O| Feb 21 13:29:57.706 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
8076 | 2025-02-21T13:29:58.796Z | [ recovery-image] Feb 21 13:29:57.775 INFO O| Feb 21 13:29:57.775 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
8077 | 2025-02-21T13:29:58.827Z | [ recovery-image] Feb 21 13:29:57.801 INFO O| Feb 21 13:29:57.801 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
8078 | 2025-02-21T13:29:58.842Z | [ recovery-image] Feb 21 13:29:57.821 INFO O| Feb 21 13:29:57.821 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
8079 | 2025-02-21T13:29:58.925Z | [ recovery-image] Feb 21 13:29:57.904 INFO O| Feb 21 13:29:57.904 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8080 | 2025-02-21T13:29:58.928Z | [ recovery-image] Feb 21 13:29:57.905 INFO O| Feb 21 13:29:57.905 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8081 | 2025-02-21T13:29:58.928Z | [ recovery-image] Feb 21 13:29:57.905 INFO O| Feb 21 13:29:57.905 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8082 | 2025-02-21T13:29:58.995Z | [ recovery-image] Feb 21 13:29:57.974 INFO O| Feb 21 13:29:57.974 INFO boot environment UUID: ed246775-59f5-4a0e-ba81-7134edf8d770 |
8083 | 2025-02-21T13:29:58.995Z | [ recovery-image] Feb 21 13:29:57.974 INFO O| Feb 21 13:29:57.974 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = ed246775-59f5-4a0e-ba81-7134edf8d770 |
8084 | 2025-02-21T13:29:59.028Z | [ recovery-image] Feb 21 13:29:58.007 INFO O| Feb 21 13:29:58.007 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8085 | 2025-02-21T13:29:59.085Z | [ recovery-image] Feb 21 13:29:58.063 INFO O| Feb 21 13:29:58.063 INFO STEP 0 (create_be) COMPLETE |
8086 | 2025-02-21T13:29:59.085Z | [ recovery-image] Feb 21 13:29:58.063 INFO O| Feb 21 13:29:58.063 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8087 | 2025-02-21T13:29:59.127Z | [ recovery-image] Feb 21 13:29:58.105 INFO O| Feb 21 13:29:58.105 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"] |
8088 | 2025-02-21T13:30:06.236Z | [ recovery-image] Feb 21 13:30:05.215 INFO O| Feb 21 13:30:05.215 INFO STEP 1 (unpack_tar) COMPLETE |
8089 | 2025-02-21T13:30:06.236Z | [ recovery-image] Feb 21 13:30:05.215 INFO O| Feb 21 13:30:05.215 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8090 | 2025-02-21T13:30:06.255Z | [ recovery-image] Feb 21 13:30:05.234 INFO O| Feb 21 13:30:05.234 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8091 | 2025-02-21T13:30:07.155Z | [ recovery-image] Feb 21 13:30:06.134 INFO O| Feb 21 13:30:06.133 INFO STEP 2 (devfsadm) COMPLETE |
8092 | 2025-02-21T13:30:07.155Z | [ recovery-image] Feb 21 13:30:06.134 INFO O| Feb 21 13:30:06.133 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8093 | 2025-02-21T13:30:07.179Z | [ recovery-image] Feb 21 13:30:06.155 INFO O| Feb 21 13:30:06.155 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8094 | 2025-02-21T13:30:07.179Z | [ recovery-image] Feb 21 13:30:06.155 INFO O| Feb 21 13:30:06.155 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8095 | 2025-02-21T13:30:07.182Z | [ recovery-image] Feb 21 13:30:06.155 INFO O| Feb 21 13:30:06.155 INFO STEP 3 (ensure_dir) COMPLETE |
8096 | 2025-02-21T13:30:07.182Z | [ recovery-image] Feb 21 13:30:06.155 INFO O| Feb 21 13:30:06.155 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8097 | 2025-02-21T13:30:07.196Z | [ recovery-image] Feb 21 13:30:06.175 INFO O| Feb 21 13:30:06.175 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8098 | 2025-02-21T13:30:07.196Z | [ recovery-image] Feb 21 13:30:06.175 INFO O| Feb 21 13:30:06.175 INFO STEP 4 (ensure_dir) COMPLETE |
8099 | 2025-02-21T13:30:07.199Z | [ recovery-image] Feb 21 13:30:06.175 INFO O| Feb 21 13:30:06.175 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8100 | 2025-02-21T13:30:07.229Z | [ recovery-image] Feb 21 13:30:06.206 INFO O| Feb 21 13:30:06.206 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8101 | 2025-02-21T13:30:07.229Z | [ recovery-image] Feb 21 13:30:06.206 INFO O| Feb 21 13:30:06.206 INFO STEP 5 (ensure_dir) COMPLETE |
8102 | 2025-02-21T13:30:07.229Z | [ recovery-image] Feb 21 13:30:06.206 INFO O| Feb 21 13:30:06.206 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8103 | 2025-02-21T13:30:07.262Z | [ recovery-image] Feb 21 13:30:06.240 INFO O| Feb 21 13:30:06.240 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8104 | 2025-02-21T13:30:07.265Z | [ recovery-image] Feb 21 13:30:06.241 INFO O| Feb 21 13:30:06.240 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8105 | 2025-02-21T13:30:07.265Z | [ recovery-image] Feb 21 13:30:06.241 INFO O| Feb 21 13:30:06.241 INFO STEP 6 (ensure_dir) COMPLETE |
8106 | 2025-02-21T13:30:07.265Z | [ recovery-image] Feb 21 13:30:06.241 INFO O| Feb 21 13:30:06.241 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8107 | 2025-02-21T13:30:07.282Z | [ recovery-image] Feb 21 13:30:06.261 INFO O| Feb 21 13:30:06.261 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8108 | 2025-02-21T13:30:07.285Z | [ recovery-image] Feb 21 13:30:06.261 INFO O| Feb 21 13:30:06.261 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8109 | 2025-02-21T13:30:07.285Z | [ recovery-image] Feb 21 13:30:06.261 INFO O| Feb 21 13:30:06.261 INFO STEP 7 (ensure_dir) COMPLETE |
8110 | 2025-02-21T13:30:07.285Z | [ recovery-image] Feb 21 13:30:06.261 INFO O| Feb 21 13:30:06.261 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8111 | 2025-02-21T13:30:07.355Z | [ recovery-image] Feb 21 13:30:06.334 INFO O| Feb 21 13:30:06.333 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
8112 | 2025-02-21T13:30:07.358Z | [ recovery-image] Feb 21 13:30:06.334 INFO O| Feb 21 13:30:06.334 INFO STEP 8 (remove_files) COMPLETE |
8113 | 2025-02-21T13:30:07.358Z | [ recovery-image] Feb 21 13:30:06.334 INFO O| Feb 21 13:30:06.334 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8114 | 2025-02-21T13:30:07.379Z | [ recovery-image] Feb 21 13:30:06.357 INFO O| Feb 21 13:30:06.357 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
8115 | 2025-02-21T13:30:07.381Z | [ recovery-image] Feb 21 13:30:06.358 INFO O| Feb 21 13:30:06.358 INFO STEP 9 (remove_files) COMPLETE |
8116 | 2025-02-21T13:30:07.381Z | [ recovery-image] Feb 21 13:30:06.358 INFO O| Feb 21 13:30:06.358 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8117 | 2025-02-21T13:30:07.400Z | [ recovery-image] Feb 21 13:30:06.379 INFO O| Feb 21 13:30:06.379 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
8118 | 2025-02-21T13:30:07.403Z | [ recovery-image] Feb 21 13:30:06.380 INFO O| Feb 21 13:30:06.380 INFO STEP 10 (remove_files) COMPLETE |
8119 | 2025-02-21T13:30:07.403Z | [ recovery-image] Feb 21 13:30:06.380 INFO O| Feb 21 13:30:06.380 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8120 | 2025-02-21T13:30:07.421Z | [ recovery-image] Feb 21 13:30:06.400 INFO O| Feb 21 13:30:06.400 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
8121 | 2025-02-21T13:30:07.424Z | [ recovery-image] Feb 21 13:30:06.400 INFO O| Feb 21 13:30:06.400 INFO STEP 11 (remove_files) COMPLETE |
8122 | 2025-02-21T13:30:07.424Z | [ recovery-image] Feb 21 13:30:06.400 INFO O| Feb 21 13:30:06.400 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8123 | 2025-02-21T13:30:07.441Z | [ recovery-image] Feb 21 13:30:06.420 INFO O| Feb 21 13:30:06.420 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
8124 | 2025-02-21T13:30:07.444Z | [ recovery-image] Feb 21 13:30:06.420 INFO O| Feb 21 13:30:06.420 INFO STEP 12 (remove_files) COMPLETE |
8125 | 2025-02-21T13:30:07.444Z | [ recovery-image] Feb 21 13:30:06.420 INFO O| Feb 21 13:30:06.420 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8126 | 2025-02-21T13:30:07.461Z | [ recovery-image] Feb 21 13:30:06.440 INFO O| Feb 21 13:30:06.439 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8127 | 2025-02-21T13:30:07.461Z | [ recovery-image] Feb 21 13:30:06.440 INFO O| Feb 21 13:30:06.440 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8128 | 2025-02-21T13:30:07.461Z | [ recovery-image] Feb 21 13:30:06.440 INFO O| Feb 21 13:30:06.440 INFO STEP 13 (ensure_dir) COMPLETE |
8129 | 2025-02-21T13:30:07.464Z | [ recovery-image] Feb 21 13:30:06.440 INFO O| Feb 21 13:30:06.440 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8130 | 2025-02-21T13:30:07.481Z | [ recovery-image] Feb 21 13:30:06.459 INFO O| Feb 21 13:30:06.459 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8131 | 2025-02-21T13:30:07.481Z | [ recovery-image] Feb 21 13:30:06.460 INFO O| Feb 21 13:30:06.460 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8132 | 2025-02-21T13:30:07.481Z | [ recovery-image] Feb 21 13:30:06.460 INFO O| Feb 21 13:30:06.460 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8133 | 2025-02-21T13:30:07.484Z | [ recovery-image] Feb 21 13:30:06.460 INFO O| Feb 21 13:30:06.460 INFO STEP 14 (ensure_dir) COMPLETE |
8134 | 2025-02-21T13:30:07.484Z | [ recovery-image] Feb 21 13:30:06.460 INFO O| Feb 21 13:30:06.460 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8135 | 2025-02-21T13:30:07.516Z | [ recovery-image] Feb 21 13:30:06.494 INFO O| Feb 21 13:30:06.494 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8136 | 2025-02-21T13:30:07.516Z | [ recovery-image] Feb 21 13:30:06.494 INFO O| Feb 21 13:30:06.494 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8137 | 2025-02-21T13:30:07.518Z | [ recovery-image] Feb 21 13:30:06.494 INFO O| Feb 21 13:30:06.494 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8138 | 2025-02-21T13:30:07.518Z | [ recovery-image] Feb 21 13:30:06.494 INFO O| Feb 21 13:30:06.494 INFO STEP 15 (ensure_dir) COMPLETE |
8139 | 2025-02-21T13:30:07.518Z | [ recovery-image] Feb 21 13:30:06.494 INFO O| Feb 21 13:30:06.494 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8140 | 2025-02-21T13:30:07.537Z | [ recovery-image] Feb 21 13:30:06.516 INFO O| Feb 21 13:30:06.516 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8141 | 2025-02-21T13:30:07.537Z | [ recovery-image] Feb 21 13:30:06.516 INFO O| Feb 21 13:30:06.516 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8142 | 2025-02-21T13:30:07.542Z | [ recovery-image] Feb 21 13:30:06.516 INFO O| Feb 21 13:30:06.516 INFO STEP 16 (ensure_dir) COMPLETE |
8143 | 2025-02-21T13:30:07.542Z | [ recovery-image] Feb 21 13:30:06.516 INFO O| Feb 21 13:30:06.516 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8144 | 2025-02-21T13:30:07.598Z | [ recovery-image] Feb 21 13:30:06.577 INFO O| Feb 21 13:30:06.577 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8145 | 2025-02-21T13:30:07.598Z | [ recovery-image] Feb 21 13:30:06.577 INFO O| Feb 21 13:30:06.577 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8146 | 2025-02-21T13:30:07.598Z | [ recovery-image] Feb 21 13:30:06.577 INFO O| Feb 21 13:30:06.577 INFO STEP 17 (ensure_dir) COMPLETE |
8147 | 2025-02-21T13:30:07.601Z | [ recovery-image] Feb 21 13:30:06.577 INFO O| Feb 21 13:30:06.577 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8148 | 2025-02-21T13:30:07.624Z | [ recovery-image] Feb 21 13:30:06.602 INFO O| Feb 21 13:30:06.602 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8149 | 2025-02-21T13:30:07.627Z | [ recovery-image] Feb 21 13:30:06.603 INFO O| Feb 21 13:30:06.602 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
8150 | 2025-02-21T13:30:07.627Z | [ recovery-image] Feb 21 13:30:06.603 INFO O| Feb 21 13:30:06.603 INFO ok! |
8151 | 2025-02-21T13:30:07.627Z | [ recovery-image] Feb 21 13:30:06.603 INFO O| Feb 21 13:30:06.603 INFO STEP 18 (ensure_symlink) COMPLETE |
8152 | 2025-02-21T13:30:07.627Z | [ recovery-image] Feb 21 13:30:06.603 INFO O| Feb 21 13:30:06.603 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8153 | 2025-02-21T13:30:07.663Z | [ recovery-image] Feb 21 13:30:06.642 INFO O| Feb 21 13:30:06.642 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
8154 | 2025-02-21T13:30:07.663Z | [ recovery-image] Feb 21 13:30:06.642 INFO O| Feb 21 13:30:06.642 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
8155 | 2025-02-21T13:30:07.666Z | [ recovery-image] Feb 21 13:30:06.642 INFO O| Feb 21 13:30:06.642 INFO ok! |
8156 | 2025-02-21T13:30:07.666Z | [ recovery-image] Feb 21 13:30:06.642 INFO O| Feb 21 13:30:06.642 INFO STEP 19 (ensure_file) COMPLETE |
8157 | 2025-02-21T13:30:07.666Z | [ recovery-image] Feb 21 13:30:06.642 INFO O| Feb 21 13:30:06.642 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8158 | 2025-02-21T13:30:07.685Z | [ recovery-image] Feb 21 13:30:06.662 INFO O| Feb 21 13:30:06.662 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
8159 | 2025-02-21T13:30:07.685Z | [ recovery-image] Feb 21 13:30:06.663 INFO O| Feb 21 13:30:06.662 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8160 | 2025-02-21T13:30:07.685Z | [ recovery-image] Feb 21 13:30:06.663 INFO O| Feb 21 13:30:06.663 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
8161 | 2025-02-21T13:30:07.688Z | [ recovery-image] Feb 21 13:30:06.663 INFO O| Feb 21 13:30:06.663 INFO ok! |
8162 | 2025-02-21T13:30:07.688Z | [ recovery-image] Feb 21 13:30:06.663 INFO O| Feb 21 13:30:06.663 INFO STEP 20 (ensure_symlink) COMPLETE |
8163 | 2025-02-21T13:30:07.688Z | [ recovery-image] Feb 21 13:30:06.663 INFO O| Feb 21 13:30:06.663 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8164 | 2025-02-21T13:30:07.704Z | [ recovery-image] Feb 21 13:30:06.683 INFO O| Feb 21 13:30:06.683 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
8165 | 2025-02-21T13:30:07.704Z | [ recovery-image] Feb 21 13:30:06.683 INFO O| Feb 21 13:30:06.683 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8166 | 2025-02-21T13:30:07.707Z | [ recovery-image] Feb 21 13:30:06.683 INFO O| Feb 21 13:30:06.683 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
8167 | 2025-02-21T13:30:07.707Z | [ recovery-image] Feb 21 13:30:06.683 INFO O| Feb 21 13:30:06.683 INFO ok! |
8168 | 2025-02-21T13:30:07.707Z | [ recovery-image] Feb 21 13:30:06.683 INFO O| Feb 21 13:30:06.683 INFO STEP 21 (ensure_symlink) COMPLETE |
8169 | 2025-02-21T13:30:07.707Z | [ recovery-image] Feb 21 13:30:06.683 INFO O| Feb 21 13:30:06.683 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8170 | 2025-02-21T13:30:07.724Z | [ recovery-image] Feb 21 13:30:06.703 INFO O| Feb 21 13:30:06.703 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
8171 | 2025-02-21T13:30:07.724Z | [ recovery-image] Feb 21 13:30:06.703 INFO O| Feb 21 13:30:06.703 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8172 | 2025-02-21T13:30:07.724Z | [ recovery-image] Feb 21 13:30:06.703 INFO O| Feb 21 13:30:06.703 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
8173 | 2025-02-21T13:30:07.727Z | [ recovery-image] Feb 21 13:30:06.703 INFO O| Feb 21 13:30:06.703 INFO ok! |
8174 | 2025-02-21T13:30:07.727Z | [ recovery-image] Feb 21 13:30:06.703 INFO O| Feb 21 13:30:06.703 INFO STEP 22 (ensure_symlink) COMPLETE |
8175 | 2025-02-21T13:30:07.727Z | [ recovery-image] Feb 21 13:30:06.703 INFO O| Feb 21 13:30:06.703 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8176 | 2025-02-21T13:30:07.744Z | [ recovery-image] Feb 21 13:30:06.723 INFO O| Feb 21 13:30:06.723 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
8177 | 2025-02-21T13:30:07.744Z | [ recovery-image] Feb 21 13:30:06.723 INFO O| Feb 21 13:30:06.723 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8178 | 2025-02-21T13:30:07.744Z | [ recovery-image] Feb 21 13:30:06.723 INFO O| Feb 21 13:30:06.723 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
8179 | 2025-02-21T13:30:07.747Z | [ recovery-image] Feb 21 13:30:06.723 INFO O| Feb 21 13:30:06.723 INFO ok! |
8180 | 2025-02-21T13:30:07.747Z | [ recovery-image] Feb 21 13:30:06.723 INFO O| Feb 21 13:30:06.723 INFO STEP 23 (ensure_symlink) COMPLETE |
8181 | 2025-02-21T13:30:07.747Z | [ recovery-image] Feb 21 13:30:06.723 INFO O| Feb 21 13:30:06.723 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8182 | 2025-02-21T13:30:07.764Z | [ recovery-image] Feb 21 13:30:06.743 INFO O| Feb 21 13:30:06.743 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8183 | 2025-02-21T13:30:07.764Z | [ recovery-image] Feb 21 13:30:06.743 INFO O| Feb 21 13:30:06.743 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 ... |
8184 | 2025-02-21T13:30:07.767Z | [ recovery-image] Feb 21 13:30:06.743 INFO O| Feb 21 13:30:06.743 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
8185 | 2025-02-21T13:30:07.767Z | [ recovery-image] Feb 21 13:30:06.743 INFO O| Feb 21 13:30:06.743 INFO ok! |
8186 | 2025-02-21T13:30:07.767Z | [ recovery-image] Feb 21 13:30:06.743 INFO O| Feb 21 13:30:06.743 INFO STEP 24 (ensure_file) COMPLETE |
8187 | 2025-02-21T13:30:07.767Z | [ recovery-image] Feb 21 13:30:06.743 INFO O| Feb 21 13:30:06.743 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8188 | 2025-02-21T13:30:07.783Z | [ recovery-image] Feb 21 13:30:06.762 INFO O| Feb 21 13:30:06.762 INFO updating shadow file |
8189 | 2025-02-21T13:30:07.786Z | [ recovery-image] Feb 21 13:30:06.762 INFO O| Feb 21 13:30:06.762 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8190 | 2025-02-21T13:30:07.786Z | [ recovery-image] Feb 21 13:30:06.763 INFO O| Feb 21 13:30:06.762 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8191 | 2025-02-21T13:30:07.786Z | [ recovery-image] Feb 21 13:30:06.763 INFO O| Feb 21 13:30:06.763 INFO STEP 25 (shadow) COMPLETE |
8192 | 2025-02-21T13:30:07.786Z | [ recovery-image] Feb 21 13:30:06.763 INFO O| Feb 21 13:30:06.763 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8193 | 2025-02-21T13:30:07.814Z | [ recovery-image] Feb 21 13:30:06.793 INFO O| Feb 21 13:30:06.793 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
8194 | 2025-02-21T13:30:07.817Z | [ recovery-image] Feb 21 13:30:06.793 INFO O| Feb 21 13:30:06.793 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
8195 | 2025-02-21T13:30:07.817Z | [ recovery-image] Feb 21 13:30:06.793 INFO O| Feb 21 13:30:06.793 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
8196 | 2025-02-21T13:30:07.817Z | [ recovery-image] Feb 21 13:30:06.793 INFO O| Feb 21 13:30:06.793 INFO ok! |
8197 | 2025-02-21T13:30:07.817Z | [ recovery-image] Feb 21 13:30:06.793 INFO O| Feb 21 13:30:06.793 INFO STEP 26 (ensure_file) COMPLETE |
8198 | 2025-02-21T13:30:07.817Z | [ recovery-image] Feb 21 13:30:06.793 INFO O| Feb 21 13:30:06.793 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8199 | 2025-02-21T13:30:07.832Z | [ recovery-image] Feb 21 13:30:06.810 INFO O| Feb 21 13:30:06.810 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
8200 | 2025-02-21T13:30:07.832Z | [ recovery-image] Feb 21 13:30:06.810 INFO O| Feb 21 13:30:06.810 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
8201 | 2025-02-21T13:30:07.832Z | [ recovery-image] Feb 21 13:30:06.810 INFO O| Feb 21 13:30:06.810 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
8202 | 2025-02-21T13:30:07.832Z | [ recovery-image] Feb 21 13:30:06.810 INFO O| Feb 21 13:30:06.810 INFO ok! |
8203 | 2025-02-21T13:30:07.835Z | [ recovery-image] Feb 21 13:30:06.810 INFO O| Feb 21 13:30:06.810 INFO STEP 27 (ensure_file) COMPLETE |
8204 | 2025-02-21T13:30:07.835Z | [ recovery-image] Feb 21 13:30:06.810 INFO O| Feb 21 13:30:06.810 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8205 | 2025-02-21T13:30:07.849Z | [ recovery-image] Feb 21 13:30:06.827 INFO O| Feb 21 13:30:06.827 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8206 | 2025-02-21T13:30:07.849Z | [ recovery-image] Feb 21 13:30:06.827 INFO O| Feb 21 13:30:06.827 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
8207 | 2025-02-21T13:30:07.849Z | [ recovery-image] Feb 21 13:30:06.828 INFO O| Feb 21 13:30:06.828 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8208 | 2025-02-21T13:30:07.851Z | [ recovery-image] Feb 21 13:30:06.828 INFO O| Feb 21 13:30:06.828 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8209 | 2025-02-21T13:30:07.851Z | [ recovery-image] Feb 21 13:30:06.828 INFO O| Feb 21 13:30:06.828 INFO ok! |
8210 | 2025-02-21T13:30:07.851Z | [ recovery-image] Feb 21 13:30:06.828 INFO O| Feb 21 13:30:06.828 INFO STEP 28 (ensure_file) COMPLETE |
8211 | 2025-02-21T13:30:07.852Z | [ recovery-image] Feb 21 13:30:06.828 INFO O| Feb 21 13:30:06.828 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8212 | 2025-02-21T13:30:07.874Z | [ recovery-image] Feb 21 13:30:06.853 INFO O| Feb 21 13:30:06.853 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
8213 | 2025-02-21T13:30:07.874Z | [ recovery-image] Feb 21 13:30:06.853 INFO O| Feb 21 13:30:06.853 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
8214 | 2025-02-21T13:30:07.877Z | [ recovery-image] Feb 21 13:30:06.853 INFO O| Feb 21 13:30:06.853 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
8215 | 2025-02-21T13:30:07.877Z | [ recovery-image] Feb 21 13:30:06.853 INFO O| Feb 21 13:30:06.853 INFO ok! |
8216 | 2025-02-21T13:30:07.877Z | [ recovery-image] Feb 21 13:30:06.853 INFO O| Feb 21 13:30:06.853 INFO STEP 29 (ensure_file) COMPLETE |
8217 | 2025-02-21T13:30:07.877Z | [ recovery-image] Feb 21 13:30:06.854 INFO O| Feb 21 13:30:06.853 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8218 | 2025-02-21T13:30:07.894Z | [ recovery-image] Feb 21 13:30:06.873 INFO O| Feb 21 13:30:06.873 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
8219 | 2025-02-21T13:30:07.894Z | [ recovery-image] Feb 21 13:30:06.873 INFO O| Feb 21 13:30:06.873 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
8220 | 2025-02-21T13:30:07.897Z | [ recovery-image] Feb 21 13:30:06.873 INFO O| Feb 21 13:30:06.873 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
8221 | 2025-02-21T13:30:07.897Z | [ recovery-image] Feb 21 13:30:06.873 INFO O| Feb 21 13:30:06.873 INFO ok! |
8222 | 2025-02-21T13:30:07.897Z | [ recovery-image] Feb 21 13:30:06.873 INFO O| Feb 21 13:30:06.873 INFO STEP 30 (ensure_file) COMPLETE |
8223 | 2025-02-21T13:30:07.897Z | [ recovery-image] Feb 21 13:30:06.873 INFO O| Feb 21 13:30:06.873 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8224 | 2025-02-21T13:30:07.913Z | [ recovery-image] Feb 21 13:30:06.891 INFO O| Feb 21 13:30:06.891 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
8225 | 2025-02-21T13:30:07.913Z | [ recovery-image] Feb 21 13:30:06.892 INFO O| Feb 21 13:30:06.891 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
8226 | 2025-02-21T13:30:07.915Z | [ recovery-image] Feb 21 13:30:06.892 INFO O| Feb 21 13:30:06.892 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8227 | 2025-02-21T13:30:07.915Z | [ recovery-image] Feb 21 13:30:06.892 INFO O| Feb 21 13:30:06.892 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8228 | 2025-02-21T13:30:07.916Z | [ recovery-image] Feb 21 13:30:06.892 INFO O| Feb 21 13:30:06.892 INFO ok! |
8229 | 2025-02-21T13:30:07.916Z | [ recovery-image] Feb 21 13:30:06.892 INFO O| Feb 21 13:30:06.892 INFO STEP 31 (ensure_file) COMPLETE |
8230 | 2025-02-21T13:30:07.916Z | [ recovery-image] Feb 21 13:30:06.892 INFO O| Feb 21 13:30:06.892 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8231 | 2025-02-21T13:30:07.932Z | [ recovery-image] Feb 21 13:30:06.911 INFO O| Feb 21 13:30:06.911 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
8232 | 2025-02-21T13:30:07.932Z | [ recovery-image] Feb 21 13:30:06.911 INFO O| Feb 21 13:30:06.911 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
8233 | 2025-02-21T13:30:07.935Z | [ recovery-image] Feb 21 13:30:06.911 INFO O| Feb 21 13:30:06.911 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
8234 | 2025-02-21T13:30:07.935Z | [ recovery-image] Feb 21 13:30:06.912 INFO O| Feb 21 13:30:06.912 INFO ok! |
8235 | 2025-02-21T13:30:07.935Z | [ recovery-image] Feb 21 13:30:06.912 INFO O| Feb 21 13:30:06.912 INFO STEP 32 (ensure_file) COMPLETE |
8236 | 2025-02-21T13:30:07.935Z | [ recovery-image] Feb 21 13:30:06.912 INFO O| Feb 21 13:30:06.912 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8237 | 2025-02-21T13:30:07.968Z | [ recovery-image] Feb 21 13:30:06.947 INFO O| Feb 21 13:30:06.947 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8238 | 2025-02-21T13:30:07.969Z | [ recovery-image] Feb 21 13:30:06.947 INFO O| Feb 21 13:30:06.947 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
8239 | 2025-02-21T13:30:07.972Z | [ recovery-image] Feb 21 13:30:06.947 INFO O| Feb 21 13:30:06.947 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
8240 | 2025-02-21T13:30:07.972Z | [ recovery-image] Feb 21 13:30:06.947 INFO O| Feb 21 13:30:06.947 INFO ok! |
8241 | 2025-02-21T13:30:07.972Z | [ recovery-image] Feb 21 13:30:06.947 INFO O| Feb 21 13:30:06.947 INFO STEP 33 (ensure_file) COMPLETE |
8242 | 2025-02-21T13:30:07.972Z | [ recovery-image] Feb 21 13:30:06.947 INFO O| Feb 21 13:30:06.947 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8243 | 2025-02-21T13:30:07.993Z | [ recovery-image] Feb 21 13:30:06.972 INFO O| Feb 21 13:30:06.972 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
8244 | 2025-02-21T13:30:07.993Z | [ recovery-image] Feb 21 13:30:06.972 INFO O| Feb 21 13:30:06.972 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
8245 | 2025-02-21T13:30:07.996Z | [ recovery-image] Feb 21 13:30:06.972 INFO O| Feb 21 13:30:06.972 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8246 | 2025-02-21T13:30:07.996Z | [ recovery-image] Feb 21 13:30:06.972 INFO O| Feb 21 13:30:06.972 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8247 | 2025-02-21T13:30:07.996Z | [ recovery-image] Feb 21 13:30:06.972 INFO O| Feb 21 13:30:06.972 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8248 | 2025-02-21T13:30:07.996Z | [ recovery-image] Feb 21 13:30:06.973 INFO O| Feb 21 13:30:06.973 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8249 | 2025-02-21T13:30:07.996Z | [ recovery-image] Feb 21 13:30:06.973 INFO O| Feb 21 13:30:06.973 INFO ok! |
8250 | 2025-02-21T13:30:07.996Z | [ recovery-image] Feb 21 13:30:06.973 INFO O| Feb 21 13:30:06.973 INFO STEP 34 (ensure_file) COMPLETE |
8251 | 2025-02-21T13:30:07.996Z | [ recovery-image] Feb 21 13:30:06.973 INFO O| Feb 21 13:30:06.973 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8252 | 2025-02-21T13:30:08.024Z | [ recovery-image] Feb 21 13:30:07.002 INFO O| Feb 21 13:30:07.002 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8253 | 2025-02-21T13:30:08.024Z | [ recovery-image] Feb 21 13:30:07.002 INFO O| Feb 21 13:30:07.002 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8254 | 2025-02-21T13:30:08.024Z | [ recovery-image] Feb 21 13:30:07.002 INFO O| Feb 21 13:30:07.002 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8255 | 2025-02-21T13:30:08.027Z | [ recovery-image] Feb 21 13:30:07.002 INFO O| Feb 21 13:30:07.002 INFO STEP 35 (ensure_dir) COMPLETE |
8256 | 2025-02-21T13:30:08.027Z | [ recovery-image] Feb 21 13:30:07.002 INFO O| Feb 21 13:30:07.002 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8257 | 2025-02-21T13:30:08.049Z | [ recovery-image] Feb 21 13:30:07.028 INFO O| Feb 21 13:30:07.028 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 |
8258 | 2025-02-21T13:30:08.053Z | [ recovery-image] Feb 21 13:30:07.028 INFO O| Feb 21 13:30:07.028 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 ... |
8259 | 2025-02-21T13:30:08.053Z | [ recovery-image] Feb 21 13:30:07.028 INFO O| Feb 21 13:30:07.028 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 |
8260 | 2025-02-21T13:30:08.053Z | [ recovery-image] Feb 21 13:30:07.028 INFO O| Feb 21 13:30:07.028 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 |
8261 | 2025-02-21T13:30:08.053Z | [ recovery-image] Feb 21 13:30:07.028 INFO O| Feb 21 13:30:07.028 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 |
8262 | 2025-02-21T13:30:08.053Z | [ recovery-image] Feb 21 13:30:07.028 INFO O| Feb 21 13:30:07.028 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 |
8263 | 2025-02-21T13:30:08.053Z | [ recovery-image] Feb 21 13:30:07.028 INFO O| Feb 21 13:30:07.028 INFO ok! |
8264 | 2025-02-21T13:30:08.053Z | [ recovery-image] Feb 21 13:30:07.028 INFO O| Feb 21 13:30:07.028 INFO STEP 36 (ensure_file) COMPLETE |
8265 | 2025-02-21T13:30:08.053Z | [ recovery-image] Feb 21 13:30:07.028 INFO O| Feb 21 13:30:07.028 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8266 | 2025-02-21T13:30:08.085Z | [ recovery-image] Feb 21 13:30:07.063 INFO O| Feb 21 13:30:07.063 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8267 | 2025-02-21T13:30:08.085Z | [ recovery-image] Feb 21 13:30:07.063 INFO O| Feb 21 13:30:07.063 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 ... |
8268 | 2025-02-21T13:30:08.087Z | [ recovery-image] Feb 21 13:30:07.063 INFO O| Feb 21 13:30:07.063 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8269 | 2025-02-21T13:30:08.087Z | [ recovery-image] Feb 21 13:30:07.063 INFO O| Feb 21 13:30:07.063 INFO ok! |
8270 | 2025-02-21T13:30:08.088Z | [ recovery-image] Feb 21 13:30:07.063 INFO O| Feb 21 13:30:07.063 INFO STEP 37 (ensure_symlink) COMPLETE |
8271 | 2025-02-21T13:30:08.088Z | [ recovery-image] Feb 21 13:30:07.063 INFO O| Feb 21 13:30:07.063 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8272 | 2025-02-21T13:30:08.106Z | [ recovery-image] Feb 21 13:30:07.084 INFO O| Feb 21 13:30:07.084 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
8273 | 2025-02-21T13:30:08.106Z | [ recovery-image] Feb 21 13:30:07.084 INFO O| Feb 21 13:30:07.084 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
8274 | 2025-02-21T13:30:08.108Z | [ recovery-image] Feb 21 13:30:07.084 INFO O| Feb 21 13:30:07.084 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8275 | 2025-02-21T13:30:08.108Z | [ recovery-image] Feb 21 13:30:07.084 INFO O| Feb 21 13:30:07.084 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8276 | 2025-02-21T13:30:08.108Z | [ recovery-image] Feb 21 13:30:07.084 INFO O| Feb 21 13:30:07.084 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8277 | 2025-02-21T13:30:08.108Z | [ recovery-image] Feb 21 13:30:07.085 INFO O| Feb 21 13:30:07.085 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8278 | 2025-02-21T13:30:08.108Z | [ recovery-image] Feb 21 13:30:07.085 INFO O| Feb 21 13:30:07.085 INFO ok! |
8279 | 2025-02-21T13:30:08.109Z | [ recovery-image] Feb 21 13:30:07.085 INFO O| Feb 21 13:30:07.085 INFO STEP 38 (ensure_file) COMPLETE |
8280 | 2025-02-21T13:30:08.109Z | [ recovery-image] Feb 21 13:30:07.085 INFO O| Feb 21 13:30:07.085 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8281 | 2025-02-21T13:30:08.139Z | [ recovery-image] Feb 21 13:30:07.117 INFO O| Feb 21 13:30:07.117 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
8282 | 2025-02-21T13:30:08.139Z | [ recovery-image] Feb 21 13:30:07.117 INFO O| Feb 21 13:30:07.117 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 ... |
8283 | 2025-02-21T13:30:08.142Z | [ recovery-image] Feb 21 13:30:07.117 INFO O| Feb 21 13:30:07.117 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 |
8284 | 2025-02-21T13:30:08.142Z | [ recovery-image] Feb 21 13:30:07.117 INFO O| Feb 21 13:30:07.117 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
8285 | 2025-02-21T13:30:08.142Z | [ recovery-image] Feb 21 13:30:07.117 INFO O| Feb 21 13:30:07.117 INFO ok! |
8286 | 2025-02-21T13:30:08.144Z | [ recovery-image] Feb 21 13:30:07.118 INFO O| Feb 21 13:30:07.117 INFO STEP 39 (ensure_file) COMPLETE |
8287 | 2025-02-21T13:30:08.145Z | [ recovery-image] Feb 21 13:30:07.123 INFO O| Feb 21 13:30:07.117 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8288 | 2025-02-21T13:30:08.169Z | [ recovery-image] Feb 21 13:30:07.147 INFO O| Feb 21 13:30:07.147 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
8289 | 2025-02-21T13:30:08.172Z | [ recovery-image] Feb 21 13:30:07.147 INFO O| Feb 21 13:30:07.147 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
8290 | 2025-02-21T13:30:08.172Z | [ recovery-image] Feb 21 13:30:07.147 INFO O| Feb 21 13:30:07.147 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
8291 | 2025-02-21T13:30:08.172Z | [ recovery-image] Feb 21 13:30:07.148 INFO O| Feb 21 13:30:07.147 INFO ok! |
8292 | 2025-02-21T13:30:08.172Z | [ recovery-image] Feb 21 13:30:07.148 INFO O| Feb 21 13:30:07.147 INFO STEP 40 (ensure_file) COMPLETE |
8293 | 2025-02-21T13:30:08.172Z | [ recovery-image] Feb 21 13:30:07.148 INFO O| Feb 21 13:30:07.147 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8294 | 2025-02-21T13:30:08.208Z | [ recovery-image] Feb 21 13:30:07.186 INFO O| Feb 21 13:30:07.186 INFO updating shadow file |
8295 | 2025-02-21T13:30:08.210Z | [ recovery-image] Feb 21 13:30:07.186 INFO O| Feb 21 13:30:07.186 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8296 | 2025-02-21T13:30:08.210Z | [ recovery-image] Feb 21 13:30:07.186 INFO O| Feb 21 13:30:07.186 INFO STEP 41 (shadow) COMPLETE |
8297 | 2025-02-21T13:30:08.211Z | [ recovery-image] Feb 21 13:30:07.186 INFO O| Feb 21 13:30:07.186 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8298 | 2025-02-21T13:30:08.245Z | [ recovery-image] Feb 21 13:30:07.224 INFO O| Feb 21 13:30:07.223 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
8299 | 2025-02-21T13:30:08.248Z | [ recovery-image] Feb 21 13:30:07.224 INFO O| Feb 21 13:30:07.224 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
8300 | 2025-02-21T13:30:08.248Z | [ recovery-image] Feb 21 13:30:07.224 INFO O| Feb 21 13:30:07.224 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8301 | 2025-02-21T13:30:08.248Z | [ recovery-image] Feb 21 13:30:07.224 INFO O| Feb 21 13:30:07.224 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8302 | 2025-02-21T13:30:08.248Z | [ recovery-image] Feb 21 13:30:07.224 INFO O| Feb 21 13:30:07.224 INFO ok! |
8303 | 2025-02-21T13:30:08.248Z | [ recovery-image] Feb 21 13:30:07.224 INFO O| Feb 21 13:30:07.224 INFO STEP 42 (ensure_file) COMPLETE |
8304 | 2025-02-21T13:30:08.248Z | [ recovery-image] Feb 21 13:30:07.224 INFO O| Feb 21 13:30:07.224 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8305 | 2025-02-21T13:30:08.265Z | [ recovery-image] Feb 21 13:30:07.243 INFO O| Feb 21 13:30:07.243 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
8306 | 2025-02-21T13:30:08.265Z | [ recovery-image] Feb 21 13:30:07.243 INFO O| Feb 21 13:30:07.243 INFO STEP 43 (ensure_dir) COMPLETE |
8307 | 2025-02-21T13:30:08.265Z | [ recovery-image] Feb 21 13:30:07.243 INFO O| Feb 21 13:30:07.243 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8308 | 2025-02-21T13:30:08.284Z | [ recovery-image] Feb 21 13:30:07.262 INFO O| Feb 21 13:30:07.262 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8309 | 2025-02-21T13:30:08.284Z | [ recovery-image] Feb 21 13:30:07.262 INFO O| Feb 21 13:30:07.262 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8310 | 2025-02-21T13:30:08.284Z | [ recovery-image] Feb 21 13:30:07.262 INFO O| Feb 21 13:30:07.262 INFO STEP 44 (ensure_dir) COMPLETE |
8311 | 2025-02-21T13:30:08.284Z | [ recovery-image] Feb 21 13:30:07.262 INFO O| Feb 21 13:30:07.262 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8312 | 2025-02-21T13:30:08.302Z | [ recovery-image] Feb 21 13:30:07.281 INFO O| Feb 21 13:30:07.281 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8313 | 2025-02-21T13:30:08.302Z | [ recovery-image] Feb 21 13:30:07.281 INFO O| Feb 21 13:30:07.281 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8314 | 2025-02-21T13:30:08.302Z | [ recovery-image] Feb 21 13:30:07.281 INFO O| Feb 21 13:30:07.281 INFO STEP 45 (ensure_dir) COMPLETE |
8315 | 2025-02-21T13:30:08.305Z | [ recovery-image] Feb 21 13:30:07.281 INFO O| Feb 21 13:30:07.281 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8316 | 2025-02-21T13:30:08.329Z | [ recovery-image] Feb 21 13:30:07.307 INFO O| Feb 21 13:30:07.307 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
8317 | 2025-02-21T13:30:08.329Z | [ recovery-image] Feb 21 13:30:07.307 INFO O| Feb 21 13:30:07.307 INFO copying /tmp/.tmpyXqKXH/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
8318 | 2025-02-21T13:30:08.384Z | [ recovery-image] Feb 21 13:30:07.362 INFO O| Feb 21 13:30:07.362 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
8319 | 2025-02-21T13:30:08.384Z | [ recovery-image] Feb 21 13:30:07.362 INFO O| Feb 21 13:30:07.362 INFO ok! |
8320 | 2025-02-21T13:30:08.387Z | [ recovery-image] Feb 21 13:30:07.362 INFO O| Feb 21 13:30:07.362 INFO STEP 46 (ensure_file) COMPLETE |
8321 | 2025-02-21T13:30:08.387Z | [ recovery-image] Feb 21 13:30:07.362 INFO O| Feb 21 13:30:07.362 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8322 | 2025-02-21T13:30:08.407Z | [ recovery-image] Feb 21 13:30:07.385 INFO O| Feb 21 13:30:07.385 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8323 | 2025-02-21T13:30:08.407Z | [ recovery-image] Feb 21 13:30:07.385 INFO O| Feb 21 13:30:07.385 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8324 | 2025-02-21T13:30:08.407Z | [ recovery-image] Feb 21 13:30:07.385 INFO O| Feb 21 13:30:07.385 INFO STEP 47 (ensure_dir) COMPLETE |
8325 | 2025-02-21T13:30:08.409Z | [ recovery-image] Feb 21 13:30:07.385 INFO O| Feb 21 13:30:07.385 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8326 | 2025-02-21T13:30:08.444Z | [ recovery-image] Feb 21 13:30:07.423 INFO O| Feb 21 13:30:07.423 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
8327 | 2025-02-21T13:30:08.444Z | [ recovery-image] Feb 21 13:30:07.423 INFO O| Feb 21 13:30:07.423 INFO copying /tmp/.tmpyXqKXH/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
8328 | 2025-02-21T13:30:08.444Z | [ recovery-image] Feb 21 13:30:07.423 INFO O| Feb 21 13:30:07.423 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
8329 | 2025-02-21T13:30:08.447Z | [ recovery-image] Feb 21 13:30:07.423 INFO O| Feb 21 13:30:07.423 INFO ok! |
8330 | 2025-02-21T13:30:08.447Z | [ recovery-image] Feb 21 13:30:07.423 INFO O| Feb 21 13:30:07.423 INFO STEP 48 (ensure_file) COMPLETE |
8331 | 2025-02-21T13:30:08.447Z | [ recovery-image] Feb 21 13:30:07.423 INFO O| Feb 21 13:30:07.423 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8332 | 2025-02-21T13:30:08.464Z | [ recovery-image] Feb 21 13:30:07.442 INFO O| Feb 21 13:30:07.442 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8333 | 2025-02-21T13:30:08.464Z | [ recovery-image] Feb 21 13:30:07.442 INFO O| Feb 21 13:30:07.442 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8334 | 2025-02-21T13:30:08.464Z | [ recovery-image] Feb 21 13:30:07.442 INFO O| Feb 21 13:30:07.442 INFO STEP 49 (ensure_dir) COMPLETE |
8335 | 2025-02-21T13:30:08.466Z | [ recovery-image] Feb 21 13:30:07.442 INFO O| Feb 21 13:30:07.442 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8336 | 2025-02-21T13:30:08.484Z | [ recovery-image] Feb 21 13:30:07.462 INFO O| Feb 21 13:30:07.462 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
8337 | 2025-02-21T13:30:08.484Z | [ recovery-image] Feb 21 13:30:07.463 INFO O| Feb 21 13:30:07.462 INFO copying /tmp/.tmpyXqKXH/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
8338 | 2025-02-21T13:30:10.487Z | [ recovery-image] Feb 21 13:30:09.465 INFO O| Feb 21 13:30:09.465 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
8339 | 2025-02-21T13:30:10.487Z | [ recovery-image] Feb 21 13:30:09.466 INFO O| Feb 21 13:30:09.465 INFO ok! |
8340 | 2025-02-21T13:30:10.490Z | [ recovery-image] Feb 21 13:30:09.466 INFO O| Feb 21 13:30:09.465 INFO STEP 50 (ensure_file) COMPLETE |
8341 | 2025-02-21T13:30:10.490Z | [ recovery-image] Feb 21 13:30:09.466 INFO O| Feb 21 13:30:09.465 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8342 | 2025-02-21T13:30:10.506Z | [ recovery-image] Feb 21 13:30:09.484 INFO O| Feb 21 13:30:09.484 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
8343 | 2025-02-21T13:30:10.506Z | [ recovery-image] Feb 21 13:30:09.484 INFO O| Feb 21 13:30:09.484 INFO copying /tmp/.tmpyXqKXH/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
8344 | 2025-02-21T13:30:10.559Z | [ recovery-image] Feb 21 13:30:09.538 INFO O| Feb 21 13:30:09.538 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
8345 | 2025-02-21T13:30:10.559Z | [ recovery-image] Feb 21 13:30:09.538 INFO O| Feb 21 13:30:09.538 INFO ok! |
8346 | 2025-02-21T13:30:10.562Z | [ recovery-image] Feb 21 13:30:09.538 INFO O| Feb 21 13:30:09.538 INFO STEP 51 (ensure_file) COMPLETE |
8347 | 2025-02-21T13:30:10.562Z | [ recovery-image] Feb 21 13:30:09.538 INFO O| Feb 21 13:30:09.538 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8348 | 2025-02-21T13:30:10.591Z | [ recovery-image] Feb 21 13:30:09.569 INFO O| Feb 21 13:30:09.569 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8349 | 2025-02-21T13:30:10.591Z | [ recovery-image] Feb 21 13:30:09.570 INFO O| Feb 21 13:30:09.570 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8350 | 2025-02-21T13:30:10.591Z | [ recovery-image] Feb 21 13:30:09.570 INFO O| Feb 21 13:30:09.570 INFO STEP 52 (ensure_dir) COMPLETE |
8351 | 2025-02-21T13:30:10.594Z | [ recovery-image] Feb 21 13:30:09.570 INFO O| Feb 21 13:30:09.570 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8352 | 2025-02-21T13:30:10.617Z | [ recovery-image] Feb 21 13:30:09.591 INFO O| Feb 21 13:30:09.591 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8353 | 2025-02-21T13:30:10.617Z | [ recovery-image] Feb 21 13:30:09.591 INFO O| Feb 21 13:30:09.591 INFO copying /tmp/.tmpyXqKXH/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 ... |
8354 | 2025-02-21T13:30:10.617Z | [ recovery-image] Feb 21 13:30:09.591 INFO O| Feb 21 13:30:09.591 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 |
8355 | 2025-02-21T13:30:10.617Z | [ recovery-image] Feb 21 13:30:09.591 INFO O| Feb 21 13:30:09.591 INFO ok! |
8356 | 2025-02-21T13:30:10.617Z | [ recovery-image] Feb 21 13:30:09.591 INFO O| Feb 21 13:30:09.591 INFO STEP 53 (ensure_file) COMPLETE |
8357 | 2025-02-21T13:30:10.617Z | [ recovery-image] Feb 21 13:30:09.591 INFO O| Feb 21 13:30:09.591 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8358 | 2025-02-21T13:30:10.643Z | [ recovery-image] Feb 21 13:30:09.621 INFO O| Feb 21 13:30:09.621 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8359 | 2025-02-21T13:30:10.643Z | [ recovery-image] Feb 21 13:30:09.621 INFO O| Feb 21 13:30:09.621 INFO copying /tmp/.tmpyXqKXH/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 ... |
8360 | 2025-02-21T13:30:10.643Z | [ recovery-image] Feb 21 13:30:09.621 INFO O| Feb 21 13:30:09.621 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 |
8361 | 2025-02-21T13:30:10.643Z | [ recovery-image] Feb 21 13:30:09.621 INFO O| Feb 21 13:30:09.621 INFO ok! |
8362 | 2025-02-21T13:30:10.645Z | [ recovery-image] Feb 21 13:30:09.621 INFO O| Feb 21 13:30:09.621 INFO STEP 54 (ensure_file) COMPLETE |
8363 | 2025-02-21T13:30:10.645Z | [ recovery-image] Feb 21 13:30:09.621 INFO O| Feb 21 13:30:09.621 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8364 | 2025-02-21T13:30:10.663Z | [ recovery-image] Feb 21 13:30:09.641 INFO O| Feb 21 13:30:09.641 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8365 | 2025-02-21T13:30:10.663Z | [ recovery-image] Feb 21 13:30:09.641 INFO O| Feb 21 13:30:09.641 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8366 | 2025-02-21T13:30:10.663Z | [ recovery-image] Feb 21 13:30:09.641 INFO O| Feb 21 13:30:09.641 INFO STEP 55 (ensure_dir) COMPLETE |
8367 | 2025-02-21T13:30:10.665Z | [ recovery-image] Feb 21 13:30:09.641 INFO O| Feb 21 13:30:09.641 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8368 | 2025-02-21T13:30:10.723Z | [ recovery-image] Feb 21 13:30:09.701 INFO O| Feb 21 13:30:09.701 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8369 | 2025-02-21T13:30:10.723Z | [ recovery-image] Feb 21 13:30:09.702 INFO O| Feb 21 13:30:09.701 INFO copying /tmp/.tmpyXqKXH/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 ... |
8370 | 2025-02-21T13:30:10.723Z | [ recovery-image] Feb 21 13:30:09.702 INFO O| Feb 21 13:30:09.702 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8371 | 2025-02-21T13:30:10.723Z | [ recovery-image] Feb 21 13:30:09.702 INFO O| Feb 21 13:30:09.702 INFO ok! |
8372 | 2025-02-21T13:30:10.726Z | [ recovery-image] Feb 21 13:30:09.702 INFO O| Feb 21 13:30:09.702 INFO STEP 56 (ensure_file) COMPLETE |
8373 | 2025-02-21T13:30:10.726Z | [ recovery-image] Feb 21 13:30:09.702 INFO O| Feb 21 13:30:09.702 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8374 | 2025-02-21T13:30:10.766Z | [ recovery-image] Feb 21 13:30:09.745 INFO O| Feb 21 13:30:09.745 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8375 | 2025-02-21T13:30:10.766Z | [ recovery-image] Feb 21 13:30:09.745 INFO O| Feb 21 13:30:09.745 INFO copying /tmp/.tmpyXqKXH/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 ... |
8376 | 2025-02-21T13:30:10.766Z | [ recovery-image] Feb 21 13:30:09.745 INFO O| Feb 21 13:30:09.745 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 |
8377 | 2025-02-21T13:30:10.769Z | [ recovery-image] Feb 21 13:30:09.745 INFO O| Feb 21 13:30:09.745 INFO ok! |
8378 | 2025-02-21T13:30:10.769Z | [ recovery-image] Feb 21 13:30:09.745 INFO O| Feb 21 13:30:09.745 INFO STEP 57 (ensure_file) COMPLETE |
8379 | 2025-02-21T13:30:10.769Z | [ recovery-image] Feb 21 13:30:09.745 INFO O| Feb 21 13:30:09.745 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8380 | 2025-02-21T13:30:10.806Z | [ recovery-image] Feb 21 13:30:09.784 INFO O| Feb 21 13:30:09.784 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8381 | 2025-02-21T13:30:10.806Z | [ recovery-image] Feb 21 13:30:09.784 INFO O| Feb 21 13:30:09.784 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8382 | 2025-02-21T13:30:10.808Z | [ recovery-image] Feb 21 13:30:09.784 INFO O| Feb 21 13:30:09.784 INFO STEP 58 (ensure_dir) COMPLETE |
8383 | 2025-02-21T13:30:10.808Z | [ recovery-image] Feb 21 13:30:09.784 INFO O| Feb 21 13:30:09.784 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8384 | 2025-02-21T13:30:10.826Z | [ recovery-image] Feb 21 13:30:09.805 INFO O| Feb 21 13:30:09.804 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8385 | 2025-02-21T13:30:10.826Z | [ recovery-image] Feb 21 13:30:09.805 INFO O| Feb 21 13:30:09.804 INFO copying /tmp/.tmpyXqKXH/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 ... |
8386 | 2025-02-21T13:30:10.826Z | [ recovery-image] Feb 21 13:30:09.805 INFO O| Feb 21 13:30:09.805 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8387 | 2025-02-21T13:30:10.826Z | [ recovery-image] Feb 21 13:30:09.805 INFO O| Feb 21 13:30:09.805 INFO ok! |
8388 | 2025-02-21T13:30:10.829Z | [ recovery-image] Feb 21 13:30:09.805 INFO O| Feb 21 13:30:09.805 INFO STEP 59 (ensure_file) COMPLETE |
8389 | 2025-02-21T13:30:10.829Z | [ recovery-image] Feb 21 13:30:09.805 INFO O| Feb 21 13:30:09.805 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8390 | 2025-02-21T13:30:10.848Z | [ recovery-image] Feb 21 13:30:09.826 INFO O| Feb 21 13:30:09.826 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
8391 | 2025-02-21T13:30:10.848Z | [ recovery-image] Feb 21 13:30:09.827 INFO O| Feb 21 13:30:09.826 INFO copying /tmp/.tmpyXqKXH/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
8392 | 2025-02-21T13:30:10.848Z | [ recovery-image] Feb 21 13:30:09.827 INFO O| Feb 21 13:30:09.827 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
8393 | 2025-02-21T13:30:10.848Z | [ recovery-image] Feb 21 13:30:09.827 INFO O| Feb 21 13:30:09.827 INFO ok! |
8394 | 2025-02-21T13:30:10.851Z | [ recovery-image] Feb 21 13:30:09.827 INFO O| Feb 21 13:30:09.827 INFO STEP 60 (ensure_file) COMPLETE |
8395 | 2025-02-21T13:30:10.851Z | [ recovery-image] Feb 21 13:30:09.827 INFO O| Feb 21 13:30:09.827 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8396 | 2025-02-21T13:30:10.868Z | [ recovery-image] Feb 21 13:30:09.847 INFO O| Feb 21 13:30:09.846 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
8397 | 2025-02-21T13:30:10.868Z | [ recovery-image] Feb 21 13:30:09.847 INFO O| Feb 21 13:30:09.846 INFO STEP 61 (ensure_dir) COMPLETE |
8398 | 2025-02-21T13:30:10.868Z | [ recovery-image] Feb 21 13:30:09.847 INFO O| Feb 21 13:30:09.846 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8399 | 2025-02-21T13:30:10.905Z | [ recovery-image] Feb 21 13:30:09.884 INFO O| Feb 21 13:30:09.884 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
8400 | 2025-02-21T13:30:10.906Z | [ recovery-image] Feb 21 13:30:09.884 INFO O| Feb 21 13:30:09.884 INFO STEP 62 (ensure_dir) COMPLETE |
8401 | 2025-02-21T13:30:10.908Z | [ recovery-image] Feb 21 13:30:09.884 INFO O| Feb 21 13:30:09.884 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8402 | 2025-02-21T13:30:10.942Z | [ recovery-image] Feb 21 13:30:09.920 INFO O| Feb 21 13:30:09.920 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
8403 | 2025-02-21T13:30:10.942Z | [ recovery-image] Feb 21 13:30:09.920 INFO O| Feb 21 13:30:09.920 INFO STEP 63 (ensure_dir) COMPLETE |
8404 | 2025-02-21T13:30:10.942Z | [ recovery-image] Feb 21 13:30:09.920 INFO O| Feb 21 13:30:09.920 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8405 | 2025-02-21T13:30:10.960Z | [ recovery-image] Feb 21 13:30:09.938 INFO O| Feb 21 13:30:09.938 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
8406 | 2025-02-21T13:30:10.960Z | [ recovery-image] Feb 21 13:30:09.938 INFO O| Feb 21 13:30:09.938 INFO STEP 64 (ensure_dir) COMPLETE |
8407 | 2025-02-21T13:30:10.960Z | [ recovery-image] Feb 21 13:30:09.938 INFO O| Feb 21 13:30:09.938 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8408 | 2025-02-21T13:30:10.977Z | [ recovery-image] Feb 21 13:30:09.956 INFO O| Feb 21 13:30:09.956 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
8409 | 2025-02-21T13:30:10.977Z | [ recovery-image] Feb 21 13:30:09.956 INFO O| Feb 21 13:30:09.956 INFO copying /tmp/.tmpyXqKXH/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
8410 | 2025-02-21T13:30:10.980Z | [ recovery-image] Feb 21 13:30:09.956 INFO O| Feb 21 13:30:09.956 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
8411 | 2025-02-21T13:30:10.980Z | [ recovery-image] Feb 21 13:30:09.956 INFO O| Feb 21 13:30:09.956 INFO ok! |
8412 | 2025-02-21T13:30:10.980Z | [ recovery-image] Feb 21 13:30:09.956 INFO O| Feb 21 13:30:09.956 INFO STEP 65 (ensure_file) COMPLETE |
8413 | 2025-02-21T13:30:10.980Z | [ recovery-image] Feb 21 13:30:09.957 INFO O| Feb 21 13:30:09.956 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8414 | 2025-02-21T13:30:11.016Z | [ recovery-image] Feb 21 13:30:09.995 INFO O| Feb 21 13:30:09.995 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
8415 | 2025-02-21T13:30:11.019Z | [ recovery-image] Feb 21 13:30:09.995 INFO O| Feb 21 13:30:09.995 INFO STEP 66 (remove_files) COMPLETE |
8416 | 2025-02-21T13:30:11.019Z | [ recovery-image] Feb 21 13:30:09.995 INFO O| Feb 21 13:30:09.995 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8417 | 2025-02-21T13:30:11.052Z | [ recovery-image] Feb 21 13:30:10.030 INFO O| Feb 21 13:30:10.030 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
8418 | 2025-02-21T13:30:11.052Z | [ recovery-image] Feb 21 13:30:10.031 INFO O| Feb 21 13:30:10.031 INFO STEP 67 (remove_files) COMPLETE |
8419 | 2025-02-21T13:30:11.055Z | [ recovery-image] Feb 21 13:30:10.031 INFO O| Feb 21 13:30:10.031 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8420 | 2025-02-21T13:30:11.069Z | [ recovery-image] Feb 21 13:30:10.048 INFO O| Feb 21 13:30:10.047 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
8421 | 2025-02-21T13:30:11.072Z | [ recovery-image] Feb 21 13:30:10.048 INFO O| Feb 21 13:30:10.048 INFO STEP 68 (remove_files) COMPLETE |
8422 | 2025-02-21T13:30:11.072Z | [ recovery-image] Feb 21 13:30:10.048 INFO O| Feb 21 13:30:10.048 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8423 | 2025-02-21T13:30:11.105Z | [ recovery-image] Feb 21 13:30:10.084 INFO O| Feb 21 13:30:10.084 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
8424 | 2025-02-21T13:30:11.108Z | [ recovery-image] Feb 21 13:30:10.084 INFO O| Feb 21 13:30:10.084 INFO STEP 69 (remove_files) COMPLETE |
8425 | 2025-02-21T13:30:11.108Z | [ recovery-image] Feb 21 13:30:10.084 INFO O| Feb 21 13:30:10.084 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8426 | 2025-02-21T13:30:11.125Z | [ recovery-image] Feb 21 13:30:10.103 INFO O| Feb 21 13:30:10.103 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
8427 | 2025-02-21T13:30:11.127Z | [ recovery-image] Feb 21 13:30:10.104 INFO O| Feb 21 13:30:10.104 INFO STEP 70 (remove_files) COMPLETE |
8428 | 2025-02-21T13:30:11.127Z | [ recovery-image] Feb 21 13:30:10.104 INFO O| Feb 21 13:30:10.104 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8429 | 2025-02-21T13:30:11.143Z | [ recovery-image] Feb 21 13:30:10.121 INFO O| Feb 21 13:30:10.121 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
8430 | 2025-02-21T13:30:11.146Z | [ recovery-image] Feb 21 13:30:10.121 INFO O| Feb 21 13:30:10.121 INFO STEP 71 (remove_files) COMPLETE |
8431 | 2025-02-21T13:30:11.146Z | [ recovery-image] Feb 21 13:30:10.121 INFO O| Feb 21 13:30:10.121 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8432 | 2025-02-21T13:30:11.170Z | [ recovery-image] Feb 21 13:30:10.149 INFO O| Feb 21 13:30:10.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
8433 | 2025-02-21T13:30:11.170Z | [ recovery-image] Feb 21 13:30:10.149 INFO O| Feb 21 13:30:10.149 INFO STEP 72 (remove_files) COMPLETE |
8434 | 2025-02-21T13:30:11.170Z | [ recovery-image] Feb 21 13:30:10.149 INFO O| Feb 21 13:30:10.149 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8435 | 2025-02-21T13:30:11.204Z | [ recovery-image] Feb 21 13:30:10.183 INFO O| Feb 21 13:30:10.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
8436 | 2025-02-21T13:30:11.204Z | [ recovery-image] Feb 21 13:30:10.183 INFO O| Feb 21 13:30:10.183 INFO STEP 73 (remove_files) COMPLETE |
8437 | 2025-02-21T13:30:11.207Z | [ recovery-image] Feb 21 13:30:10.183 INFO O| Feb 21 13:30:10.183 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8438 | 2025-02-21T13:30:11.311Z | [ recovery-image] Feb 21 13:30:10.289 INFO O| Feb 21 13:30:10.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
8439 | 2025-02-21T13:30:11.311Z | [ recovery-image] Feb 21 13:30:10.289 INFO O| Feb 21 13:30:10.289 INFO STEP 74 (remove_files) COMPLETE |
8440 | 2025-02-21T13:30:11.311Z | [ recovery-image] Feb 21 13:30:10.289 INFO O| Feb 21 13:30:10.289 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8441 | 2025-02-21T13:30:11.333Z | [ recovery-image] Feb 21 13:30:10.311 INFO O| Feb 21 13:30:10.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
8442 | 2025-02-21T13:30:11.333Z | [ recovery-image] Feb 21 13:30:10.311 INFO O| Feb 21 13:30:10.311 INFO STEP 75 (remove_files) COMPLETE |
8443 | 2025-02-21T13:30:11.333Z | [ recovery-image] Feb 21 13:30:10.311 INFO O| Feb 21 13:30:10.311 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8444 | 2025-02-21T13:30:11.354Z | [ recovery-image] Feb 21 13:30:10.333 INFO O| Feb 21 13:30:10.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
8445 | 2025-02-21T13:30:11.354Z | [ recovery-image] Feb 21 13:30:10.333 INFO O| Feb 21 13:30:10.333 INFO STEP 76 (remove_files) COMPLETE |
8446 | 2025-02-21T13:30:11.357Z | [ recovery-image] Feb 21 13:30:10.333 INFO O| Feb 21 13:30:10.333 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8447 | 2025-02-21T13:30:11.376Z | [ recovery-image] Feb 21 13:30:10.354 INFO O| Feb 21 13:30:10.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
8448 | 2025-02-21T13:30:11.376Z | [ recovery-image] Feb 21 13:30:10.354 INFO O| Feb 21 13:30:10.354 INFO STEP 77 (remove_files) COMPLETE |
8449 | 2025-02-21T13:30:11.376Z | [ recovery-image] Feb 21 13:30:10.355 INFO O| Feb 21 13:30:10.354 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8450 | 2025-02-21T13:30:11.394Z | [ recovery-image] Feb 21 13:30:10.372 INFO O| Feb 21 13:30:10.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
8451 | 2025-02-21T13:30:11.394Z | [ recovery-image] Feb 21 13:30:10.373 INFO O| Feb 21 13:30:10.372 INFO STEP 78 (remove_files) COMPLETE |
8452 | 2025-02-21T13:30:11.394Z | [ recovery-image] Feb 21 13:30:10.373 INFO O| Feb 21 13:30:10.373 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8453 | 2025-02-21T13:30:11.425Z | [ recovery-image] Feb 21 13:30:10.393 INFO O| Feb 21 13:30:10.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
8454 | 2025-02-21T13:30:11.425Z | [ recovery-image] Feb 21 13:30:10.393 INFO O| Feb 21 13:30:10.393 INFO STEP 79 (remove_files) COMPLETE |
8455 | 2025-02-21T13:30:11.425Z | [ recovery-image] Feb 21 13:30:10.393 INFO O| Feb 21 13:30:10.393 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8456 | 2025-02-21T13:30:11.434Z | [ recovery-image] Feb 21 13:30:10.413 INFO O| Feb 21 13:30:10.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
8457 | 2025-02-21T13:30:11.435Z | [ recovery-image] Feb 21 13:30:10.413 INFO O| Feb 21 13:30:10.413 INFO STEP 80 (remove_files) COMPLETE |
8458 | 2025-02-21T13:30:11.439Z | [ recovery-image] Feb 21 13:30:10.413 INFO O| Feb 21 13:30:10.413 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8459 | 2025-02-21T13:30:11.455Z | [ recovery-image] Feb 21 13:30:10.434 INFO O| Feb 21 13:30:10.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
8460 | 2025-02-21T13:30:11.455Z | [ recovery-image] Feb 21 13:30:10.434 INFO O| Feb 21 13:30:10.434 INFO STEP 81 (remove_files) COMPLETE |
8461 | 2025-02-21T13:30:11.455Z | [ recovery-image] Feb 21 13:30:10.434 INFO O| Feb 21 13:30:10.434 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8462 | 2025-02-21T13:30:11.476Z | [ recovery-image] Feb 21 13:30:10.454 INFO O| Feb 21 13:30:10.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8463 | 2025-02-21T13:30:11.476Z | [ recovery-image] Feb 21 13:30:10.455 INFO O| Feb 21 13:30:10.454 INFO STEP 82 (remove_files) COMPLETE |
8464 | 2025-02-21T13:30:11.476Z | [ recovery-image] Feb 21 13:30:10.455 INFO O| Feb 21 13:30:10.455 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8465 | 2025-02-21T13:30:11.496Z | [ recovery-image] Feb 21 13:30:10.474 INFO O| Feb 21 13:30:10.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8466 | 2025-02-21T13:30:11.496Z | [ recovery-image] Feb 21 13:30:10.474 INFO O| Feb 21 13:30:10.474 INFO STEP 83 (remove_files) COMPLETE |
8467 | 2025-02-21T13:30:11.499Z | [ recovery-image] Feb 21 13:30:10.474 INFO O| Feb 21 13:30:10.474 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8468 | 2025-02-21T13:30:11.515Z | [ recovery-image] Feb 21 13:30:10.493 INFO O| Feb 21 13:30:10.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8469 | 2025-02-21T13:30:11.515Z | [ recovery-image] Feb 21 13:30:10.493 INFO O| Feb 21 13:30:10.493 INFO STEP 84 (remove_files) COMPLETE |
8470 | 2025-02-21T13:30:11.515Z | [ recovery-image] Feb 21 13:30:10.493 INFO O| Feb 21 13:30:10.493 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8471 | 2025-02-21T13:30:11.535Z | [ recovery-image] Feb 21 13:30:10.513 INFO O| Feb 21 13:30:10.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8472 | 2025-02-21T13:30:11.535Z | [ recovery-image] Feb 21 13:30:10.513 INFO O| Feb 21 13:30:10.513 INFO STEP 85 (remove_files) COMPLETE |
8473 | 2025-02-21T13:30:11.535Z | [ recovery-image] Feb 21 13:30:10.513 INFO O| Feb 21 13:30:10.513 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8474 | 2025-02-21T13:30:11.553Z | [ recovery-image] Feb 21 13:30:10.531 INFO O| Feb 21 13:30:10.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8475 | 2025-02-21T13:30:11.553Z | [ recovery-image] Feb 21 13:30:10.532 INFO O| Feb 21 13:30:10.532 INFO STEP 86 (remove_files) COMPLETE |
8476 | 2025-02-21T13:30:11.553Z | [ recovery-image] Feb 21 13:30:10.532 INFO O| Feb 21 13:30:10.532 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8477 | 2025-02-21T13:30:11.571Z | [ recovery-image] Feb 21 13:30:10.549 INFO O| Feb 21 13:30:10.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8478 | 2025-02-21T13:30:11.571Z | [ recovery-image] Feb 21 13:30:10.550 INFO O| Feb 21 13:30:10.550 INFO STEP 87 (remove_files) COMPLETE |
8479 | 2025-02-21T13:30:11.571Z | [ recovery-image] Feb 21 13:30:10.550 INFO O| Feb 21 13:30:10.550 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8480 | 2025-02-21T13:30:11.589Z | [ recovery-image] Feb 21 13:30:10.568 INFO O| Feb 21 13:30:10.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8481 | 2025-02-21T13:30:11.589Z | [ recovery-image] Feb 21 13:30:10.568 INFO O| Feb 21 13:30:10.568 INFO STEP 88 (remove_files) COMPLETE |
8482 | 2025-02-21T13:30:11.590Z | [ recovery-image] Feb 21 13:30:10.568 INFO O| Feb 21 13:30:10.568 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8483 | 2025-02-21T13:30:11.626Z | [ recovery-image] Feb 21 13:30:10.604 INFO O| Feb 21 13:30:10.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8484 | 2025-02-21T13:30:11.630Z | [ recovery-image] Feb 21 13:30:10.605 INFO O| Feb 21 13:30:10.605 INFO STEP 89 (remove_files) COMPLETE |
8485 | 2025-02-21T13:30:11.630Z | [ recovery-image] Feb 21 13:30:10.605 INFO O| Feb 21 13:30:10.605 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8486 | 2025-02-21T13:30:11.646Z | [ recovery-image] Feb 21 13:30:10.625 INFO O| Feb 21 13:30:10.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8487 | 2025-02-21T13:30:11.646Z | [ recovery-image] Feb 21 13:30:10.625 INFO O| Feb 21 13:30:10.625 INFO STEP 90 (remove_files) COMPLETE |
8488 | 2025-02-21T13:30:11.646Z | [ recovery-image] Feb 21 13:30:10.625 INFO O| Feb 21 13:30:10.625 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8489 | 2025-02-21T13:30:11.684Z | [ recovery-image] Feb 21 13:30:10.662 INFO O| Feb 21 13:30:10.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8490 | 2025-02-21T13:30:11.684Z | [ recovery-image] Feb 21 13:30:10.662 INFO O| Feb 21 13:30:10.662 INFO STEP 91 (remove_files) COMPLETE |
8491 | 2025-02-21T13:30:11.686Z | [ recovery-image] Feb 21 13:30:10.662 INFO O| Feb 21 13:30:10.662 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8492 | 2025-02-21T13:30:11.704Z | [ recovery-image] Feb 21 13:30:10.682 INFO O| Feb 21 13:30:10.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8493 | 2025-02-21T13:30:11.704Z | [ recovery-image] Feb 21 13:30:10.682 INFO O| Feb 21 13:30:10.682 INFO STEP 92 (remove_files) COMPLETE |
8494 | 2025-02-21T13:30:11.706Z | [ recovery-image] Feb 21 13:30:10.682 INFO O| Feb 21 13:30:10.682 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8495 | 2025-02-21T13:30:11.724Z | [ recovery-image] Feb 21 13:30:10.702 INFO O| Feb 21 13:30:10.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8496 | 2025-02-21T13:30:11.724Z | [ recovery-image] Feb 21 13:30:10.702 INFO O| Feb 21 13:30:10.702 INFO STEP 93 (remove_files) COMPLETE |
8497 | 2025-02-21T13:30:11.726Z | [ recovery-image] Feb 21 13:30:10.702 INFO O| Feb 21 13:30:10.702 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8498 | 2025-02-21T13:30:11.742Z | [ recovery-image] Feb 21 13:30:10.720 INFO O| Feb 21 13:30:10.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8499 | 2025-02-21T13:30:11.742Z | [ recovery-image] Feb 21 13:30:10.720 INFO O| Feb 21 13:30:10.720 INFO STEP 94 (remove_files) COMPLETE |
8500 | 2025-02-21T13:30:11.742Z | [ recovery-image] Feb 21 13:30:10.720 INFO O| Feb 21 13:30:10.720 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8501 | 2025-02-21T13:30:11.769Z | [ recovery-image] Feb 21 13:30:10.748 INFO O| Feb 21 13:30:10.748 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8502 | 2025-02-21T13:30:11.772Z | [ recovery-image] Feb 21 13:30:10.749 INFO O| Feb 21 13:30:10.749 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
8503 | 2025-02-21T13:30:25.363Z | [ recovery-image] Feb 21 13:30:24.341 INFO O| Feb 21 13:30:24.341 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 |
8504 | 2025-02-21T13:30:25.363Z | [ recovery-image] Feb 21 13:30:24.341 INFO O| Feb 21 13:30:24.341 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8505 | 2025-02-21T13:30:25.381Z | [ recovery-image] Feb 21 13:30:24.359 INFO O| Feb 21 13:30:24.359 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"} |
8506 | 2025-02-21T13:30:25.570Z | [ recovery-image] Feb 21 13:30:24.548 INFO O| Feb 21 13:30:24.548 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8507 | 2025-02-21T13:30:25.570Z | [ recovery-image] Feb 21 13:30:24.548 INFO O| Feb 21 13:30:24.548 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 ... |
8508 | 2025-02-21T13:30:25.573Z | [ recovery-image] Feb 21 13:30:24.550 INFO O| Feb 21 13:30:24.550 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8509 | 2025-02-21T13:30:25.573Z | [ recovery-image] Feb 21 13:30:24.550 INFO O| Feb 21 13:30:24.550 INFO ok! |
8510 | 2025-02-21T13:30:25.573Z | [ recovery-image] Feb 21 13:30:24.550 INFO O| Feb 21 13:30:24.550 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8511 | 2025-02-21T13:30:25.573Z | [ recovery-image] Feb 21 13:30:24.550 INFO O| Feb 21 13:30:24.550 INFO STEP 95 (seed_smf) COMPLETE |
8512 | 2025-02-21T13:30:25.573Z | [ recovery-image] Feb 21 13:30:24.550 INFO O| Feb 21 13:30:24.550 INFO steps complete; finalising image! |
8513 | 2025-02-21T13:30:25.573Z | [ recovery-image] Feb 21 13:30:24.551 INFO O| Feb 21 13:30:24.550 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8514 | 2025-02-21T13:30:25.646Z | [ recovery-image] Feb 21 13:30:24.623 INFO O| Feb 21 13:30:24.623 INFO trim TEMPORARY-gimlet-zfs-recovery: (4% trimmed, started at Fri Feb 21 13:30:24 2025) |
8515 | 2025-02-21T13:30:25.856Z | [ recovery-image] Feb 21 13:30:24.834 INFO O| Feb 21 13:30:24.834 INFO trim TEMPORARY-gimlet-zfs-recovery: (56% trimmed, started at Fri Feb 21 13:30:24 2025) |
8516 | 2025-02-21T13:30:26.084Z | [ recovery-image] Feb 21 13:30:25.062 INFO O| Feb 21 13:30:25.062 INFO trim TEMPORARY-gimlet-zfs-recovery: (56% trimmed, started at Fri Feb 21 13:30:24 2025) |
8517 | 2025-02-21T13:30:26.295Z | [ recovery-image] Feb 21 13:30:25.273 INFO O| Feb 21 13:30:25.273 INFO trim TEMPORARY-gimlet-zfs-recovery: (56% trimmed, started at Fri Feb 21 13:30:24 2025) |
8518 | 2025-02-21T13:30:26.509Z | [ recovery-image] Feb 21 13:30:25.487 INFO O| Feb 21 13:30:25.487 INFO trim TEMPORARY-gimlet-zfs-recovery: (68% trimmed, started at Fri Feb 21 13:30:24 2025) |
8519 | 2025-02-21T13:30:26.721Z | [ recovery-image] Feb 21 13:30:25.698 INFO O| Feb 21 13:30:25.698 INFO trim TEMPORARY-gimlet-zfs-recovery: (98% trimmed, started at Fri Feb 21 13:30:24 2025) |
8520 | 2025-02-21T13:30:26.981Z | [ recovery-image] Feb 21 13:30:25.959 INFO O| Feb 21 13:30:25.959 INFO temporary pool has 379M used, 1.38G avail, 1.00x compressratio |
8521 | 2025-02-21T13:30:26.981Z | [ recovery-image] Feb 21 13:30:25.959 INFO O| Feb 21 13:30:25.959 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8522 | 2025-02-21T13:30:27.744Z | [ recovery-image] Feb 21 13:30:26.722 INFO O| Feb 21 13:30:26.722 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 |
8523 | 2025-02-21T13:30:27.744Z | [ recovery-image] Feb 21 13:30:26.722 INFO O| Feb 21 13:30:26.722 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8524 | 2025-02-21T13:30:33.585Z | [ recovery-image] Feb 21 13:30:32.562 INFO O| Feb 21 13:30:32.562 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8525 | 2025-02-21T13:30:33.585Z | [ recovery-image] Feb 21 13:30:32.562 INFO O| Feb 21 13:30:32.562 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8526 | 2025-02-21T13:30:33.588Z | [ recovery-image] Feb 21 13:30:32.562 INFO O| Feb 21 13:30:32.562 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8527 | 2025-02-21T13:30:33.588Z | [ recovery-image] Feb 21 13:30:32.562 INFO O| Feb 21 13:30:32.562 INFO completed processing gimlet/zfs-recovery |
8528 | 2025-02-21T13:30:33.588Z | [ recovery-image] Feb 21 13:30:32.562 INFO O| Feb 21 13:30:32.562 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8529 | 2025-02-21T13:30:34.245Z | [ recovery-image] Feb 21 13:30:33.222 INFO O| Feb 21 13:30:33.222 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8530 | 2025-02-21T13:30:34.394Z | [ recovery-image] Feb 21 13:30:33.372 INFO BUILD STRING "heads/stlouis-0-g9fcb5effdf\n" |
8531 | 2025-02-21T13:30:34.397Z | [ recovery-image] Feb 21 13:30:33.372 INFO expanded image name: "recovery 517bc63/${os_short_commit} 2025-02-21 12:57" -> "recovery 517bc63/9fcb5ef 2025-02-21 12:57" |
8532 | 2025-02-21T13:30:34.397Z | [ recovery-image] Feb 21 13:30:33.372 INFO output artefacts stored in: "/work/os-recovery" |
8533 | 2025-02-21T13:30:34.397Z | [ recovery-image] Feb 21 13:30:33.373 INFO collecting git info from project "phbl"... |
8534 | 2025-02-21T13:30:34.433Z | [ recovery-image] Feb 21 13:30:33.411 INFO collecting git info from project "amd-host-image-builder"... |
8535 | 2025-02-21T13:30:35.151Z | [ recovery-image] Feb 21 13:30:34.129 INFO collecting git info from project "chelsio-t6-roms"... |
8536 | 2025-02-21T13:30:35.195Z | [ recovery-image] Feb 21 13:30:34.172 INFO collecting git info from project "amd-firmware"... |
8537 | 2025-02-21T13:30:35.602Z | [ recovery-image] Feb 21 13:30:34.579 INFO collecting git info from project "pilot"... |
8538 | 2025-02-21T13:30:35.663Z | [ recovery-image] Feb 21 13:30:34.640 INFO collecting git info from project "pinprick"... |
8539 | 2025-02-21T13:30:35.675Z | [ recovery-image] Feb 21 13:30:34.652 INFO collecting git info from project "image-builder"... |
8540 | 2025-02-21T13:30:35.693Z | [ recovery-image] Feb 21 13:30:34.670 INFO collecting git info from project "bootserver"... |
8541 | 2025-02-21T13:30:35.728Z | [ recovery-image] Feb 21 13:30:34.706 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8542 | 2025-02-21T13:30:36.836Z | [ recovery-image] Feb 21 13:30:35.814 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8543 | 2025-02-21T13:30:37.541Z | [ recovery-image] Feb 21 13:30:36.518 INFO creating Oxide boot image... |
8544 | 2025-02-21T13:30:37.541Z | [ recovery-image] Feb 21 13:30:36.518 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 517bc63/9fcb5ef 2025-02-21 12:57", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8545 | 2025-02-21T13:31:26.274Z | [ host-image] Feb 21 13:31:25.249 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23235:20250221T103335Z |
8546 | 2025-02-21T13:31:26.277Z | [ host-image] Feb 21 13:31:25.250 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23235:20250221T103335Z |
8547 | 2025-02-21T13:31:26.277Z | [ host-image] Feb 21 13:31:25.250 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8548 | 2025-02-21T13:31:26.277Z | [ host-image] Feb 21 13:31:25.250 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8549 | 2025-02-21T13:31:26.277Z | [ host-image] Feb 21 13:31:25.250 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8550 | 2025-02-21T13:31:26.277Z | [ host-image] Feb 21 13:31:25.250 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8551 | 2025-02-21T13:31:26.277Z | [ host-image] Feb 21 13:31:25.252 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8552 | 2025-02-21T13:31:26.277Z | [ host-image] Feb 21 13:31:25.252 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8553 | 2025-02-21T13:31:26.277Z | [ host-image] Feb 21 13:31:25.252 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8554 | 2025-02-21T13:31:26.277Z | [ host-image] Feb 21 13:31:25.252 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8555 | 2025-02-21T13:31:26.277Z | [ host-image] Feb 21 13:31:25.252 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23235:20250221T103335Z |
8556 | 2025-02-21T13:31:26.279Z | [ host-image] Feb 21 13:31:25.255 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23235:20250221T103336Z |
8557 | 2025-02-21T13:31:26.282Z | [ host-image] Feb 21 13:31:25.256 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23235:20250221T103336Z |
8558 | 2025-02-21T13:31:26.282Z | [ host-image] Feb 21 13:31:25.257 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23235:20250221T103336Z |
8559 | 2025-02-21T13:31:26.282Z | [ host-image] Feb 21 13:31:25.257 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8560 | 2025-02-21T13:31:26.282Z | [ host-image] Feb 21 13:31:25.258 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23235:20250221T103336Z |
8561 | 2025-02-21T13:31:26.285Z | [ host-image] Feb 21 13:31:25.259 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23235:20250221T103337Z |
8562 | 2025-02-21T13:31:26.286Z | [ host-image] Feb 21 13:31:25.259 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23235:20250221T103337Z |
8563 | 2025-02-21T13:31:26.286Z | [ host-image] Feb 21 13:31:25.259 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23235:20250221T103337Z |
8564 | 2025-02-21T13:31:26.286Z | [ host-image] Feb 21 13:31:25.260 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23235:20250221T103338Z |
8565 | 2025-02-21T13:31:26.286Z | [ host-image] Feb 21 13:31:25.260 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23235:20250221T103338Z |
8566 | 2025-02-21T13:31:26.286Z | [ host-image] Feb 21 13:31:25.260 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23235:20250221T103338Z |
8567 | 2025-02-21T13:31:26.286Z | [ host-image] Feb 21 13:31:25.260 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23235:20250221T103338Z |
8568 | 2025-02-21T13:31:26.286Z | [ host-image] Feb 21 13:31:25.260 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23235:20250221T103339Z |
8569 | 2025-02-21T13:31:26.286Z | [ host-image] Feb 21 13:31:25.261 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23235:20250221T103339Z |
8570 | 2025-02-21T13:31:26.289Z | [ host-image] Feb 21 13:31:25.261 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23235:20250221T103340Z |
8571 | 2025-02-21T13:31:26.289Z | [ host-image] Feb 21 13:31:25.261 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23235:20250221T103340Z |
8572 | 2025-02-21T13:31:26.289Z | [ host-image] Feb 21 13:31:25.261 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23235:20250221T103342Z |
8573 | 2025-02-21T13:31:26.289Z | [ host-image] Feb 21 13:31:25.262 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23235:20250221T103342Z |
8574 | 2025-02-21T13:31:26.289Z | [ host-image] Feb 21 13:31:25.262 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.334:20250214T080526Z |
8575 | 2025-02-21T13:31:26.289Z | [ host-image] Feb 21 13:31:25.262 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23235:20250221T103344Z |
8576 | 2025-02-21T13:31:26.289Z | [ host-image] Feb 21 13:31:25.262 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23235:20250221T103346Z |
8577 | 2025-02-21T13:31:26.289Z | [ host-image] Feb 21 13:31:25.262 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23235:20250221T103347Z |
8578 | 2025-02-21T13:31:26.289Z | [ host-image] Feb 21 13:31:25.262 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23235:20250221T103347Z |
8579 | 2025-02-21T13:31:26.289Z | [ host-image] Feb 21 13:31:25.264 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23235:20250221T103349Z |
8580 | 2025-02-21T13:31:26.289Z | [ host-image] Feb 21 13:31:25.264 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23235:20250221T103349Z |
8581 | 2025-02-21T13:31:26.302Z | [ host-image] Feb 21 13:31:25.278 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8582 | 2025-02-21T13:31:26.302Z | [ host-image] Feb 21 13:31:25.278 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23235:20250221T103349Z |
8583 | 2025-02-21T13:31:26.305Z | [ host-image] Feb 21 13:31:25.278 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z |
8584 | 2025-02-21T13:31:26.305Z | [ host-image] Feb 21 13:31:25.279 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8585 | 2025-02-21T13:31:26.305Z | [ host-image] Feb 21 13:31:25.280 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8586 | 2025-02-21T13:31:26.305Z | [ host-image] Feb 21 13:31:25.280 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23235:20250221T103349Z |
8587 | 2025-02-21T13:31:26.305Z | [ host-image] Feb 21 13:31:25.280 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8588 | 2025-02-21T13:31:26.305Z | [ host-image] Feb 21 13:31:25.281 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8589 | 2025-02-21T13:31:26.308Z | [ host-image] Feb 21 13:31:25.282 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8590 | 2025-02-21T13:31:26.308Z | [ host-image] Feb 21 13:31:25.283 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8591 | 2025-02-21T13:31:26.339Z | [ host-image] Feb 21 13:31:25.315 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8592 | 2025-02-21T13:31:26.342Z | [ host-image] Feb 21 13:31:25.315 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8593 | 2025-02-21T13:31:26.342Z | [ host-image] Feb 21 13:31:25.315 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8594 | 2025-02-21T13:31:26.342Z | [ host-image] Feb 21 13:31:25.316 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8595 | 2025-02-21T13:31:26.342Z | [ host-image] Feb 21 13:31:25.317 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8596 | 2025-02-21T13:31:26.342Z | [ host-image] Feb 21 13:31:25.318 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8597 | 2025-02-21T13:31:26.413Z | [ host-image] Feb 21 13:31:25.387 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.16-2.0:20250212T181143Z |
8598 | 2025-02-21T13:31:26.416Z | [ host-image] Feb 21 13:31:25.388 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8599 | 2025-02-21T13:31:26.416Z | [ host-image] Feb 21 13:31:25.388 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8600 | 2025-02-21T13:31:26.416Z | [ host-image] Feb 21 13:31:25.389 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23235:20250221T103351Z |
8601 | 2025-02-21T13:31:26.416Z | [ host-image] Feb 21 13:31:25.389 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23235:20250221T103357Z |
8602 | 2025-02-21T13:31:26.416Z | [ host-image] Feb 21 13:31:25.390 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8603 | 2025-02-21T13:31:26.416Z | [ host-image] Feb 21 13:31:25.390 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23235:20250221T103357Z |
8604 | 2025-02-21T13:31:26.416Z | [ host-image] Feb 21 13:31:25.390 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z |
8605 | 2025-02-21T13:31:26.416Z | [ host-image] Feb 21 13:31:25.391 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z |
8606 | 2025-02-21T13:31:26.416Z | [ host-image] Feb 21 13:31:25.391 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z |
8607 | 2025-02-21T13:31:26.416Z | [ host-image] Feb 21 13:31:25.391 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23235:20250221T103357Z |
8608 | 2025-02-21T13:31:26.416Z | [ host-image] Feb 21 13:31:25.391 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8609 | 2025-02-21T13:31:26.423Z | [ host-image] Feb 21 13:31:25.398 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8610 | 2025-02-21T13:31:26.425Z | [ host-image] Feb 21 13:31:25.399 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8611 | 2025-02-21T13:31:26.425Z | [ host-image] Feb 21 13:31:25.399 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8612 | 2025-02-21T13:31:26.425Z | [ host-image] Feb 21 13:31:25.400 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23235:20250221T103358Z |
8613 | 2025-02-21T13:31:26.425Z | [ host-image] Feb 21 13:31:25.400 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8614 | 2025-02-21T13:31:26.447Z | [ host-image] Feb 21 13:31:25.422 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8615 | 2025-02-21T13:31:26.449Z | [ host-image] Feb 21 13:31:25.423 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23235:20250221T103358Z |
8616 | 2025-02-21T13:31:26.452Z | [ host-image] Feb 21 13:31:25.426 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23235:20250221T103358Z |
8617 | 2025-02-21T13:31:26.452Z | [ host-image] Feb 21 13:31:25.427 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23235:20250221T103359Z |
8618 | 2025-02-21T13:31:26.452Z | [ host-image] Feb 21 13:31:25.427 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8619 | 2025-02-21T13:31:26.452Z | [ host-image] Feb 21 13:31:25.428 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23235:20250221T103400Z |
8620 | 2025-02-21T13:31:26.454Z | [ host-image] Feb 21 13:31:25.429 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23235:20250221T103400Z |
8621 | 2025-02-21T13:31:26.454Z | [ host-image] Feb 21 13:31:25.429 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23235:20250221T103400Z |
8622 | 2025-02-21T13:31:26.455Z | [ host-image] Feb 21 13:31:25.430 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23235:20250221T103400Z |
8623 | 2025-02-21T13:31:26.460Z | [ host-image] Feb 21 13:31:25.436 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8624 | 2025-02-21T13:31:26.471Z | [ host-image] Feb 21 13:31:25.447 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23235:20250221T103401Z |
8625 | 2025-02-21T13:31:26.474Z | [ host-image] Feb 21 13:31:25.448 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23235:20250221T103402Z |
8626 | 2025-02-21T13:31:26.474Z | [ host-image] Feb 21 13:31:25.449 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8627 | 2025-02-21T13:31:26.474Z | [ host-image] Feb 21 13:31:25.449 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23235:20250221T103402Z |
8628 | 2025-02-21T13:31:26.474Z | [ host-image] Feb 21 13:31:25.450 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23235:20250221T103402Z |
8629 | 2025-02-21T13:31:26.474Z | [ host-image] Feb 21 13:31:25.450 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.1.27-2.0.23235:20250221T103403Z |
8630 | 2025-02-21T13:31:26.477Z | [ host-image] Feb 21 13:31:25.451 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23235:20250221T103403Z |
8631 | 2025-02-21T13:31:26.488Z | [ host-image] Feb 21 13:31:25.464 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23235:20250221T103403Z |
8632 | 2025-02-21T13:31:26.488Z | [ host-image] Feb 21 13:31:25.464 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8633 | 2025-02-21T13:31:26.491Z | [ host-image] Feb 21 13:31:25.467 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23235:20250221T103403Z |
8634 | 2025-02-21T13:31:26.494Z | [ host-image] Feb 21 13:31:25.469 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23235:20250221T103403Z |
8635 | 2025-02-21T13:31:26.494Z | [ host-image] Feb 21 13:31:25.469 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23235:20250221T103403Z |
8636 | 2025-02-21T13:31:26.496Z | [ host-image] Feb 21 13:31:25.470 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23235:20250221T103403Z |
8637 | 2025-02-21T13:31:26.496Z | [ host-image] Feb 21 13:31:25.471 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23235:20250221T103403Z |
8638 | 2025-02-21T13:31:26.496Z | [ host-image] Feb 21 13:31:25.472 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23235:20250221T103404Z |
8639 | 2025-02-21T13:31:26.527Z | [ host-image] Feb 21 13:31:25.502 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23235:20250221T103405Z |
8640 | 2025-02-21T13:31:26.527Z | [ host-image] Feb 21 13:31:25.502 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23235:20250221T103404Z |
8641 | 2025-02-21T13:31:26.531Z | [ host-image] Feb 21 13:31:25.503 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23235:20250221T103405Z |
8642 | 2025-02-21T13:31:26.531Z | [ host-image] Feb 21 13:31:25.505 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23235:20250221T103405Z |
8643 | 2025-02-21T13:31:26.531Z | [ host-image] Feb 21 13:31:25.505 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23235:20250221T103405Z |
8644 | 2025-02-21T13:31:26.563Z | [ host-image] Feb 21 13:31:25.539 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23235:20250221T103408Z |
8645 | 2025-02-21T13:31:26.563Z | [ host-image] Feb 21 13:31:25.539 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23235:20250221T103405Z |
8646 | 2025-02-21T13:31:26.566Z | [ host-image] Feb 21 13:31:25.539 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23235:20250221T103405Z |
8647 | 2025-02-21T13:31:26.566Z | [ host-image] Feb 21 13:31:25.539 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z |
8648 | 2025-02-21T13:31:26.566Z | [ host-image] Feb 21 13:31:25.540 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z |
8649 | 2025-02-21T13:31:26.611Z | [ host-image] Feb 21 13:31:25.586 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23235:20250221T103406Z |
8650 | 2025-02-21T13:31:26.613Z | [ host-image] Feb 21 13:31:25.587 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8651 | 2025-02-21T13:31:26.613Z | [ host-image] Feb 21 13:31:25.587 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23235:20250221T103406Z |
8652 | 2025-02-21T13:31:26.613Z | [ host-image] Feb 21 13:31:25.587 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23235:20250221T103406Z |
8653 | 2025-02-21T13:31:26.616Z | [ host-image] Feb 21 13:31:25.589 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23235:20250221T103406Z |
8654 | 2025-02-21T13:31:26.616Z | [ host-image] Feb 21 13:31:25.590 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8655 | 2025-02-21T13:31:26.616Z | [ host-image] Feb 21 13:31:25.591 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8656 | 2025-02-21T13:31:26.616Z | [ host-image] Feb 21 13:31:25.592 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23235:20250221T103407Z |
8657 | 2025-02-21T13:31:26.616Z | [ host-image] Feb 21 13:31:25.592 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23235:20250221T103407Z |
8658 | 2025-02-21T13:31:26.619Z | [ host-image] Feb 21 13:31:25.592 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23235:20250221T103407Z |
8659 | 2025-02-21T13:31:26.619Z | [ host-image] Feb 21 13:31:25.593 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23235:20250221T103407Z |
8660 | 2025-02-21T13:31:26.619Z | [ host-image] Feb 21 13:31:25.593 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23235:20250221T103408Z |
8661 | 2025-02-21T13:31:26.619Z | [ host-image] Feb 21 13:31:25.594 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23235:20250221T103408Z |
8662 | 2025-02-21T13:31:26.622Z | [ host-image] Feb 21 13:31:25.598 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8663 | 2025-02-21T13:31:26.625Z | [ host-image] Feb 21 13:31:25.599 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23235:20250221T103409Z |
8664 | 2025-02-21T13:31:26.627Z | [ host-image] Feb 21 13:31:25.602 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23235:20250221T103409Z |
8665 | 2025-02-21T13:31:26.627Z | [ host-image] Feb 21 13:31:25.602 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23235:20250221T103409Z |
8666 | 2025-02-21T13:31:26.627Z | [ host-image] Feb 21 13:31:25.602 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23235:20250221T103410Z |
8667 | 2025-02-21T13:31:26.627Z | [ host-image] Feb 21 13:31:25.603 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23235:20250221T103409Z |
8668 | 2025-02-21T13:31:26.627Z | [ host-image] Feb 21 13:31:25.603 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23235:20250221T103410Z |
8669 | 2025-02-21T13:31:26.630Z | [ host-image] Feb 21 13:31:25.603 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8670 | 2025-02-21T13:31:26.648Z | [ host-image] Feb 21 13:31:25.624 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8671 | 2025-02-21T13:31:26.651Z | [ host-image] Feb 21 13:31:25.624 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23235:20250221T103412Z |
8672 | 2025-02-21T13:31:26.651Z | [ host-image] Feb 21 13:31:25.625 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23235:20250221T103412Z |
8673 | 2025-02-21T13:31:26.651Z | [ host-image] Feb 21 13:31:25.625 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8674 | 2025-02-21T13:31:26.651Z | [ host-image] Feb 21 13:31:25.626 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8675 | 2025-02-21T13:31:26.651Z | [ host-image] Feb 21 13:31:25.626 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8676 | 2025-02-21T13:31:26.651Z | [ host-image] Feb 21 13:31:25.626 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8677 | 2025-02-21T13:31:26.651Z | [ host-image] Feb 21 13:31:25.626 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8678 | 2025-02-21T13:31:26.654Z | [ host-image] Feb 21 13:31:25.627 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8679 | 2025-02-21T13:31:26.656Z | [ host-image] Feb 21 13:31:25.630 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z |
8680 | 2025-02-21T13:31:26.656Z | [ host-image] Feb 21 13:31:25.630 INFO O| tempdir @ "/tmp/.tmpQ34X6A/tmp" |
8681 | 2025-02-21T13:31:26.656Z | [ host-image] Feb 21 13:31:25.630 INFO O| image root @ "/tmp/.tmpQ34X6A/tmp/root" |
8682 | 2025-02-21T13:31:26.656Z | [ host-image] Feb 21 13:31:25.630 INFO O| creating image... |
8683 | 2025-02-21T13:31:27.823Z | [ host-image] Feb 21 13:31:26.799 INFO O| copying publishers... |
8684 | 2025-02-21T13:31:43.898Z | [ recovery-image] Feb 21 13:31:42.873 INFO O| ok, image written! |
8685 | 2025-02-21T13:31:43.898Z | [ recovery-image] Feb 21 13:31:42.873 INFO O| ok, boot_image_csum file written! |
8686 | 2025-02-21T13:31:43.905Z | [ recovery-image] Feb 21 13:31:42.880 INFO creating boot archive (CPIO)... |
8687 | 2025-02-21T13:31:43.907Z | [ recovery-image] Feb 21 13:31:42.880 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 |
8688 | 2025-02-21T13:31:43.927Z | [ recovery-image] Feb 21 13:31:42.902 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8689 | 2025-02-21T13:31:43.927Z | [ recovery-image] Feb 21 13:31:42.903 INFO E| + outfile=/work/os-recovery/cpio |
8690 | 2025-02-21T13:31:43.931Z | [ recovery-image] Feb 21 13:31:42.903 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8691 | 2025-02-21T13:31:43.933Z | [ recovery-image] Feb 21 13:31:42.906 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8692 | 2025-02-21T13:31:43.933Z | [ recovery-image] Feb 21 13:31:42.907 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8693 | 2025-02-21T13:31:43.981Z | [ recovery-image] Feb 21 13:31:42.955 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8694 | 2025-02-21T13:31:43.981Z | [ recovery-image] Feb 21 13:31:42.955 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8695 | 2025-02-21T13:31:43.989Z | [ recovery-image] Feb 21 13:31:42.964 INFO creating compressed cpio/unix for nanobl-rs... |
8696 | 2025-02-21T13:31:43.989Z | [ recovery-image] Feb 21 13:31:42.964 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 |
8697 | 2025-02-21T13:31:44.472Z | [ recovery-image] Feb 21 13:31:43.447 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8698 | 2025-02-21T13:31:51.552Z | [ recovery-image] Feb 21 13:31:50.526 INFO creating reset image... |
8699 | 2025-02-21T13:31:51.552Z | [ recovery-image] Feb 21 13:31:50.527 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8700 | 2025-02-21T13:31:52.593Z | [ recovery-image] Feb 21 13:31:51.567 INFO E| Updating crates.io index |
8701 | 2025-02-21T13:31:52.901Z | [ recovery-image] Feb 21 13:31:51.876 INFO E| Downloading crates ... |
8702 | 2025-02-21T13:31:53.044Z | [ recovery-image] Feb 21 13:31:52.019 INFO E| Downloaded strsim v0.11.1 |
8703 | 2025-02-21T13:31:53.066Z | [ recovery-image] Feb 21 13:31:52.040 INFO E| Downloaded utf8parse v0.2.2 |
8704 | 2025-02-21T13:31:53.070Z | [ recovery-image] Feb 21 13:31:52.041 INFO E| Downloaded os_pipe v1.2.1 |
8705 | 2025-02-21T13:31:53.070Z | [ recovery-image] Feb 21 13:31:52.043 INFO E| Downloaded proc-macro2 v1.0.86 |
8706 | 2025-02-21T13:31:53.073Z | [ recovery-image] Feb 21 13:31:52.046 INFO E| Downloaded quote v1.0.37 |
8707 | 2025-02-21T13:31:53.076Z | [ recovery-image] Feb 21 13:31:52.049 INFO E| Downloaded clap v4.5.17 |
8708 | 2025-02-21T13:31:53.089Z | [ recovery-image] Feb 21 13:31:52.062 INFO E| Downloaded anstyle-parse v0.2.5 |
8709 | 2025-02-21T13:31:53.110Z | [ recovery-image] Feb 21 13:31:52.085 INFO E| Downloaded anstream v0.6.15 |
8710 | 2025-02-21T13:31:53.114Z | [ recovery-image] Feb 21 13:31:52.089 INFO E| Downloaded heck v0.5.0 |
8711 | 2025-02-21T13:31:53.118Z | [ recovery-image] Feb 21 13:31:52.091 INFO E| Downloaded clap_builder v4.5.17 |
8712 | 2025-02-21T13:31:53.127Z | [ recovery-image] Feb 21 13:31:52.102 INFO E| Downloaded duct v0.13.7 |
8713 | 2025-02-21T13:31:53.131Z | [ recovery-image] Feb 21 13:31:52.105 INFO E| Downloaded clap_derive v4.5.13 |
8714 | 2025-02-21T13:31:53.134Z | [ recovery-image] Feb 21 13:31:52.108 INFO E| Downloaded anstyle v1.0.8 |
8715 | 2025-02-21T13:31:53.137Z | [ recovery-image] Feb 21 13:31:52.111 INFO E| Downloaded shared_child v1.0.1 |
8716 | 2025-02-21T13:31:53.141Z | [ recovery-image] Feb 21 13:31:52.113 INFO E| Downloaded once_cell v1.19.0 |
8717 | 2025-02-21T13:31:53.146Z | [ recovery-image] Feb 21 13:31:52.120 INFO E| Downloaded unicode-ident v1.0.13 |
8718 | 2025-02-21T13:31:53.157Z | [ recovery-image] Feb 21 13:31:52.131 INFO E| Downloaded syn v2.0.77 |
8719 | 2025-02-21T13:31:53.178Z | [ recovery-image] Feb 21 13:31:52.151 INFO E| Downloaded is_terminal_polyfill v1.70.1 |
8720 | 2025-02-21T13:31:53.189Z | [ recovery-image] Feb 21 13:31:52.163 INFO E| Downloaded colorchoice v1.0.2 |
8721 | 2025-02-21T13:31:53.192Z | [ recovery-image] Feb 21 13:31:52.165 INFO E| Downloaded clap_lex v0.7.2 |
8722 | 2025-02-21T13:31:53.192Z | [ recovery-image] Feb 21 13:31:52.166 INFO E| Downloaded anstyle-query v1.1.1 |
8723 | 2025-02-21T13:31:53.226Z | [ recovery-image] Feb 21 13:31:52.201 INFO E| Downloaded libc v0.2.158 |
8724 | 2025-02-21T13:31:53.384Z | [ recovery-image] Feb 21 13:31:52.358 INFO E| Compiling proc-macro2 v1.0.86 |
8725 | 2025-02-21T13:31:53.384Z | [ recovery-image] Feb 21 13:31:52.358 INFO E| Compiling unicode-ident v1.0.13 |
8726 | 2025-02-21T13:31:53.387Z | [ recovery-image] Feb 21 13:31:52.358 INFO E| Compiling libc v0.2.158 |
8727 | 2025-02-21T13:31:53.387Z | [ recovery-image] Feb 21 13:31:52.358 INFO E| Compiling utf8parse v0.2.2 |
8728 | 2025-02-21T13:31:53.387Z | [ recovery-image] Feb 21 13:31:52.359 INFO E| Compiling anstyle v1.0.8 |
8729 | 2025-02-21T13:31:53.387Z | [ recovery-image] Feb 21 13:31:52.359 INFO E| Compiling anstyle-query v1.1.1 |
8730 | 2025-02-21T13:31:53.387Z | [ recovery-image] Feb 21 13:31:52.359 INFO E| Compiling is_terminal_polyfill v1.70.1 |
8731 | 2025-02-21T13:31:53.387Z | [ recovery-image] Feb 21 13:31:52.359 INFO E| Compiling colorchoice v1.0.2 |
8732 | 2025-02-21T13:31:53.489Z | [ host-image] Feb 21 13:31:52.463 INFO O| adding properties... |
8733 | 2025-02-21T13:31:54.209Z | [ recovery-image] Feb 21 13:31:53.183 INFO E| Compiling anstyle-parse v0.2.5 |
8734 | 2025-02-21T13:31:54.209Z | [ recovery-image] Feb 21 13:31:53.183 INFO E| Compiling clap_lex v0.7.2 |
8735 | 2025-02-21T13:31:54.262Z | [ recovery-image] Feb 21 13:31:53.237 INFO E| Compiling strsim v0.11.1 |
8736 | 2025-02-21T13:31:54.610Z | [ recovery-image] Feb 21 13:31:53.585 INFO E| Compiling heck v0.5.0 |
8737 | 2025-02-21T13:31:54.753Z | [ recovery-image] Feb 21 13:31:53.727 INFO E| Compiling anstream v0.6.15 |
8738 | 2025-02-21T13:31:55.033Z | [ recovery-image] Feb 21 13:31:54.007 INFO E| Compiling once_cell v1.19.0 |
8739 | 2025-02-21T13:31:55.582Z | [ recovery-image] Feb 21 13:31:54.557 INFO E| Compiling clap_builder v4.5.17 |
8740 | 2025-02-21T13:31:56.587Z | [ recovery-image] Feb 21 13:31:55.561 INFO E| Compiling os_pipe v1.2.1 |
8741 | 2025-02-21T13:31:56.587Z | [ recovery-image] Feb 21 13:31:55.561 INFO E| Compiling shared_child v1.0.1 |
8742 | 2025-02-21T13:31:56.733Z | [ host-image] Feb 21 13:31:55.707 INFO O| installing packages... |
8743 | 2025-02-21T13:31:56.831Z | [ recovery-image] Feb 21 13:31:55.805 INFO E| Compiling duct v0.13.7 |
8744 | 2025-02-21T13:31:57.158Z | [ recovery-image] Feb 21 13:31:56.133 INFO E| Compiling quote v1.0.37 |
8745 | 2025-02-21T13:31:57.716Z | [ recovery-image] Feb 21 13:31:56.691 INFO E| Compiling syn v2.0.77 |
8746 | 2025-02-21T13:32:06.494Z | [ recovery-image] Feb 21 13:32:05.468 INFO E| Compiling clap_derive v4.5.13 |
8747 | 2025-02-21T13:32:11.218Z | [ recovery-image] Feb 21 13:32:10.192 INFO E| Compiling clap v4.5.17 |
8748 | 2025-02-21T13:32:11.333Z | [ recovery-image] Feb 21 13:32:10.307 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8749 | 2025-02-21T13:32:13.480Z | [ recovery-image] Feb 21 13:32:12.454 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.29s |
8750 | 2025-02-21T13:32:13.501Z | [ recovery-image] Feb 21 13:32:12.475 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8751 | 2025-02-21T13:32:13.827Z | [ recovery-image] Feb 21 13:32:12.800 INFO E| Updating crates.io index |
8752 | 2025-02-21T13:32:13.957Z | [ recovery-image] Feb 21 13:32:12.931 INFO E| Downloading crates ... |
8753 | 2025-02-21T13:32:14.150Z | [ recovery-image] Feb 21 13:32:13.124 INFO E| Downloaded seq-macro v0.3.5 |
8754 | 2025-02-21T13:32:14.159Z | [ recovery-image] Feb 21 13:32:13.133 INFO E| Downloaded cpio_reader v0.1.1 |
8755 | 2025-02-21T13:32:14.161Z | [ recovery-image] Feb 21 13:32:13.135 INFO E| Downloaded bitstruct_derive v0.1.0 |
8756 | 2025-02-21T13:32:14.164Z | [ recovery-image] Feb 21 13:32:13.136 INFO E| Downloaded bitstruct v0.1.1 |
8757 | 2025-02-21T13:32:14.176Z | [ recovery-image] Feb 21 13:32:13.150 INFO E| Downloaded scroll v0.12.0 |
8758 | 2025-02-21T13:32:14.179Z | [ recovery-image] Feb 21 13:32:13.153 INFO E| Downloaded proc-macro2 v1.0.89 |
8759 | 2025-02-21T13:32:14.183Z | [ recovery-image] Feb 21 13:32:13.157 INFO E| Downloaded miniz_oxide v0.8.0 |
8760 | 2025-02-21T13:32:14.186Z | [ recovery-image] Feb 21 13:32:13.161 INFO E| Downloaded bit_field v0.10.2 |
8761 | 2025-02-21T13:32:14.206Z | [ recovery-image] Feb 21 13:32:13.180 INFO E| Downloaded adler2 v2.0.0 |
8762 | 2025-02-21T13:32:14.209Z | [ recovery-image] Feb 21 13:32:13.183 INFO E| Downloaded raw-cpuid v10.7.0 |
8763 | 2025-02-21T13:32:14.214Z | [ recovery-image] Feb 21 13:32:13.188 INFO E| Downloaded scroll_derive v0.12.0 |
8764 | 2025-02-21T13:32:14.216Z | [ recovery-image] Feb 21 13:32:13.189 INFO E| Downloaded syn v2.0.85 |
8765 | 2025-02-21T13:32:14.231Z | [ recovery-image] Feb 21 13:32:13.205 INFO E| Downloaded goblin v0.8.2 |
8766 | 2025-02-21T13:32:14.375Z | [ recovery-image] Feb 21 13:32:13.349 INFO E| Downloaded x86 v0.52.0 |
8767 | 2025-02-21T13:32:14.458Z | [ recovery-image] Feb 21 13:32:13.430 INFO E| Updating crates.io index |
8768 | 2025-02-21T13:32:14.609Z | [ recovery-image] Feb 21 13:32:13.583 INFO E| Downloading crates ... |
8769 | 2025-02-21T13:32:14.694Z | [ recovery-image] Feb 21 13:32:13.667 INFO E| Downloaded rustc-demangle v0.1.24 |
8770 | 2025-02-21T13:32:14.729Z | [ recovery-image] Feb 21 13:32:13.703 INFO E| Downloaded memchr v2.5.0 |
8771 | 2025-02-21T13:32:14.736Z | [ recovery-image] Feb 21 13:32:13.710 INFO E| Downloaded allocator-api2 v0.2.18 |
8772 | 2025-02-21T13:32:14.765Z | [ recovery-image] Feb 21 13:32:13.739 INFO E| Downloaded getopts v0.2.21 |
8773 | 2025-02-21T13:32:14.768Z | [ recovery-image] Feb 21 13:32:13.742 INFO E| Downloaded hashbrown v0.15.0 |
8774 | 2025-02-21T13:32:14.802Z | [ recovery-image] Feb 21 13:32:13.776 INFO E| Downloaded compiler_builtins v0.1.134 |
8775 | 2025-02-21T13:32:14.876Z | [ recovery-image] Feb 21 13:32:13.848 INFO E| Downloaded libc v0.2.161 |
8776 | 2025-02-21T13:32:14.993Z | [ recovery-image] Feb 21 13:32:13.967 INFO E| Compiling compiler_builtins v0.1.134 |
8777 | 2025-02-21T13:32:14.993Z | [ recovery-image] Feb 21 13:32:13.967 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) |
8778 | 2025-02-21T13:32:14.996Z | [ recovery-image] Feb 21 13:32:13.967 INFO E| Compiling proc-macro2 v1.0.89 |
8779 | 2025-02-21T13:32:14.996Z | [ recovery-image] Feb 21 13:32:13.967 INFO E| Compiling unicode-ident v1.0.13 |
8780 | 2025-02-21T13:32:14.996Z | [ recovery-image] Feb 21 13:32:13.967 INFO E| Compiling syn v1.0.109 |
8781 | 2025-02-21T13:32:14.996Z | [ recovery-image] Feb 21 13:32:13.967 INFO E| Compiling x86 v0.52.0 |
8782 | 2025-02-21T13:32:14.996Z | [ recovery-image] Feb 21 13:32:13.967 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8783 | 2025-02-21T13:32:14.996Z | [ recovery-image] Feb 21 13:32:13.967 INFO E| Compiling seq-macro v0.3.5 |
8784 | 2025-02-21T13:32:17.208Z | [ recovery-image] Feb 21 13:32:16.181 INFO E| Compiling quote v1.0.37 |
8785 | 2025-02-21T13:32:17.733Z | [ recovery-image] Feb 21 13:32:16.706 INFO E| Compiling syn v2.0.85 |
8786 | 2025-02-21T13:32:23.040Z | [ recovery-image] Feb 21 13:32:22.014 INFO E| Compiling scroll_derive v0.12.0 |
8787 | 2025-02-21T13:32:28.903Z | [ recovery-image] Feb 21 13:32:27.876 INFO E| Compiling bitstruct_derive v0.1.0 |
8788 | 2025-02-21T13:32:31.803Z | [ host-image] Feb 21 13:32:30.777 INFO O| seeding SMF database... |
8789 | 2025-02-21T13:32:45.093Z | [ host-image] Feb 21 13:32:44.065 INFO O| configuring SMF profile... |
8790 | 2025-02-21T13:32:45.095Z | [ host-image] Feb 21 13:32:44.066 INFO O| modifying shadow(5)... |
8791 | 2025-02-21T13:32:45.095Z | [ host-image] Feb 21 13:32:44.066 INFO O| loading user and group database... |
8792 | 2025-02-21T13:32:45.095Z | [ host-image] Feb 21 13:32:44.066 INFO O| assessing packaged files... |
8793 | 2025-02-21T13:32:50.221Z | [ host-image] Feb 21 13:32:49.194 INFO O| creating archive... |
8794 | 2025-02-21T13:32:50.301Z | [ host-image] Feb 21 13:32:49.273 INFO O| missing from packaging: |
8795 | 2025-02-21T13:32:50.301Z | [ host-image] Feb 21 13:32:49.273 INFO O| "etc/.pwd.lock" |
8796 | 2025-02-21T13:32:50.304Z | [ host-image] Feb 21 13:32:49.273 INFO O| "etc/bash" |
8797 | 2025-02-21T13:32:50.309Z | [ host-image] Feb 21 13:32:49.282 INFO O| "etc/svc/profile/generic.xml" |
8798 | 2025-02-21T13:32:50.309Z | [ host-image] Feb 21 13:32:49.282 INFO O| "etc/svc/profile/inetd_services.xml" |
8799 | 2025-02-21T13:32:50.312Z | [ host-image] Feb 21 13:32:49.282 INFO O| "etc/svc/profile/name_service.xml" |
8800 | 2025-02-21T13:32:50.312Z | [ host-image] Feb 21 13:32:49.282 INFO O| "etc/svc/profile/platform.xml" |
8801 | 2025-02-21T13:32:50.312Z | [ host-image] Feb 21 13:32:49.282 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8802 | 2025-02-21T13:32:50.312Z | [ host-image] Feb 21 13:32:49.282 INFO O| "etc/svc/repository.db" |
8803 | 2025-02-21T13:32:50.343Z | [ host-image] Feb 21 13:32:49.316 INFO O| "opt/ooce/share" |
8804 | 2025-02-21T13:32:50.343Z | [ host-image] Feb 21 13:32:49.316 INFO O| "opt/ooce/share/man" |
8805 | 2025-02-21T13:32:50.343Z | [ host-image] Feb 21 13:32:49.316 INFO O| "opt/ooce/share/man/man1" |
8806 | 2025-02-21T13:32:50.358Z | [ host-image] Feb 21 13:32:49.330 INFO O| finishing archive... |
8807 | 2025-02-21T13:32:52.785Z | [ recovery-image] Feb 21 13:32:51.758 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) |
8808 | 2025-02-21T13:32:55.523Z | [ host-image] Feb 21 13:32:54.496 INFO O| creating gzonly manifest... |
8809 | 2025-02-21T13:32:55.549Z | [ host-image] Feb 21 13:32:54.506 INFO O| ok |
8810 | 2025-02-21T13:32:55.721Z | [ host-image] Feb 21 13:32:54.693 INFO image builder template: ramdisk-02-trim... |
8811 | 2025-02-21T13:32:55.721Z | [ host-image] Feb 21 13:32:54.693 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/.tmpyXqKXH/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 |
8812 | 2025-02-21T13:32:55.761Z | [ host-image] Feb 21 13:32:54.734 INFO O| Feb 21 13:32:54.734 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8813 | 2025-02-21T13:32:55.793Z | [ host-image] Feb 21 13:32:54.765 INFO O| Feb 21 13:32:54.765 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8814 | 2025-02-21T13:32:56.040Z | [ host-image] Feb 21 13:32:55.012 INFO O| Feb 21 13:32:55.012 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8815 | 2025-02-21T13:32:56.113Z | [ recovery-image] Feb 21 13:32:55.086 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) |
8816 | 2025-02-21T13:32:56.140Z | [ host-image] Feb 21 13:32:55.113 INFO O| Feb 21 13:32:55.113 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8817 | 2025-02-21T13:32:56.140Z | [ host-image] Feb 21 13:32:55.113 INFO O| Feb 21 13:32:55.113 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8818 | 2025-02-21T13:32:56.157Z | [ host-image] Feb 21 13:32:55.129 INFO O| Feb 21 13:32:55.129 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8819 | 2025-02-21T13:32:56.163Z | [ host-image] Feb 21 13:32:55.136 INFO O| Feb 21 13:32:55.136 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8820 | 2025-02-21T13:32:56.189Z | [ host-image] Feb 21 13:32:55.161 INFO O| Feb 21 13:32:55.161 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8821 | 2025-02-21T13:32:56.635Z | [ host-image] Feb 21 13:32:55.607 INFO O| Feb 21 13:32:55.607 INFO rolled back to input snapshot; work may begin |
8822 | 2025-02-21T13:32:56.635Z | [ host-image] Feb 21 13:32:55.607 INFO O| Feb 21 13:32:55.607 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8823 | 2025-02-21T13:32:56.643Z | [ host-image] Feb 21 13:32:55.616 INFO O| Feb 21 13:32:55.616 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8824 | 2025-02-21T13:32:56.688Z | [ host-image] Feb 21 13:32:55.661 INFO O| Feb 21 13:32:55.661 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8825 | 2025-02-21T13:32:56.878Z | [ host-image] Feb 21 13:32:55.850 INFO O| Feb 21 13:32:55.849 INFO STEP 0 (remove_files) COMPLETE |
8826 | 2025-02-21T13:32:56.878Z | [ host-image] Feb 21 13:32:55.850 INFO O| Feb 21 13:32:55.850 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8827 | 2025-02-21T13:32:56.920Z | [ host-image] Feb 21 13:32:55.893 INFO O| Feb 21 13:32:55.893 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8828 | 2025-02-21T13:32:56.924Z | [ host-image] Feb 21 13:32:55.895 INFO O| Feb 21 13:32:55.895 INFO STEP 1 (remove_files) COMPLETE |
8829 | 2025-02-21T13:32:56.924Z | [ host-image] Feb 21 13:32:55.895 INFO O| Feb 21 13:32:55.895 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8830 | 2025-02-21T13:32:57.022Z | [ host-image] Feb 21 13:32:55.993 INFO O| Feb 21 13:32:55.993 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8831 | 2025-02-21T13:32:57.070Z | [ host-image] Feb 21 13:32:56.042 INFO O| Feb 21 13:32:56.042 INFO STEP 2 (remove_files) COMPLETE |
8832 | 2025-02-21T13:32:57.070Z | [ host-image] Feb 21 13:32:56.042 INFO O| Feb 21 13:32:56.042 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8833 | 2025-02-21T13:32:57.149Z | [ host-image] Feb 21 13:32:56.121 INFO O| Feb 21 13:32:56.121 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8834 | 2025-02-21T13:32:57.152Z | [ host-image] Feb 21 13:32:56.124 INFO O| Feb 21 13:32:56.124 INFO STEP 3 (remove_files) COMPLETE |
8835 | 2025-02-21T13:32:57.152Z | [ host-image] Feb 21 13:32:56.124 INFO O| Feb 21 13:32:56.124 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8836 | 2025-02-21T13:32:57.192Z | [ host-image] Feb 21 13:32:56.164 INFO O| Feb 21 13:32:56.164 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8837 | 2025-02-21T13:32:57.198Z | [ host-image] Feb 21 13:32:56.171 INFO O| Feb 21 13:32:56.171 INFO STEP 4 (remove_files) COMPLETE |
8838 | 2025-02-21T13:32:57.198Z | [ host-image] Feb 21 13:32:56.171 INFO O| Feb 21 13:32:56.171 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8839 | 2025-02-21T13:32:57.245Z | [ host-image] Feb 21 13:32:56.217 INFO O| Feb 21 13:32:56.217 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8840 | 2025-02-21T13:32:57.250Z | [ host-image] Feb 21 13:32:56.222 INFO O| Feb 21 13:32:56.222 INFO STEP 5 (remove_files) COMPLETE |
8841 | 2025-02-21T13:32:57.250Z | [ host-image] Feb 21 13:32:56.222 INFO O| Feb 21 13:32:56.222 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8842 | 2025-02-21T13:32:57.382Z | [ host-image] Feb 21 13:32:56.354 INFO O| Feb 21 13:32:56.354 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8843 | 2025-02-21T13:32:57.402Z | [ host-image] Feb 21 13:32:56.374 INFO O| Feb 21 13:32:56.374 INFO STEP 6 (remove_files) COMPLETE |
8844 | 2025-02-21T13:32:57.402Z | [ host-image] Feb 21 13:32:56.374 INFO O| Feb 21 13:32:56.374 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8845 | 2025-02-21T13:32:57.498Z | [ host-image] Feb 21 13:32:56.470 INFO O| Feb 21 13:32:56.470 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8846 | 2025-02-21T13:32:57.521Z | [ host-image] Feb 21 13:32:56.493 INFO O| Feb 21 13:32:56.493 INFO STEP 7 (remove_files) COMPLETE |
8847 | 2025-02-21T13:32:57.521Z | [ host-image] Feb 21 13:32:56.494 INFO O| Feb 21 13:32:56.493 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8848 | 2025-02-21T13:32:57.581Z | [ host-image] Feb 21 13:32:56.553 INFO O| Feb 21 13:32:56.553 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8849 | 2025-02-21T13:32:57.867Z | [ host-image] Feb 21 13:32:56.840 INFO O| Feb 21 13:32:56.839 INFO STEP 8 (remove_files) COMPLETE |
8850 | 2025-02-21T13:32:57.867Z | [ host-image] Feb 21 13:32:56.840 INFO O| Feb 21 13:32:56.839 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8851 | 2025-02-21T13:32:57.906Z | [ host-image] Feb 21 13:32:56.878 INFO O| Feb 21 13:32:56.878 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8852 | 2025-02-21T13:32:58.110Z | [ host-image] Feb 21 13:32:57.082 INFO O| Feb 21 13:32:57.082 INFO STEP 9 (remove_files) COMPLETE |
8853 | 2025-02-21T13:32:58.110Z | [ host-image] Feb 21 13:32:57.082 INFO O| Feb 21 13:32:57.082 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8854 | 2025-02-21T13:32:58.130Z | [ host-image] Feb 21 13:32:57.102 INFO O| Feb 21 13:32:57.102 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8855 | 2025-02-21T13:32:58.138Z | [ host-image] Feb 21 13:32:57.110 INFO O| Feb 21 13:32:57.110 INFO STEP 10 (remove_files) COMPLETE |
8856 | 2025-02-21T13:32:58.138Z | [ host-image] Feb 21 13:32:57.110 INFO O| Feb 21 13:32:57.110 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8857 | 2025-02-21T13:32:58.157Z | [ host-image] Feb 21 13:32:57.129 INFO O| Feb 21 13:32:57.129 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8858 | 2025-02-21T13:32:58.160Z | [ host-image] Feb 21 13:32:57.131 INFO O| Feb 21 13:32:57.131 INFO STEP 11 (remove_files) COMPLETE |
8859 | 2025-02-21T13:32:58.160Z | [ host-image] Feb 21 13:32:57.131 INFO O| Feb 21 13:32:57.131 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8860 | 2025-02-21T13:32:58.189Z | [ host-image] Feb 21 13:32:57.161 INFO O| Feb 21 13:32:57.161 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8861 | 2025-02-21T13:32:58.192Z | [ host-image] Feb 21 13:32:57.164 INFO O| Feb 21 13:32:57.164 INFO STEP 12 (remove_files) COMPLETE |
8862 | 2025-02-21T13:32:58.192Z | [ host-image] Feb 21 13:32:57.164 INFO O| Feb 21 13:32:57.164 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8863 | 2025-02-21T13:32:58.232Z | [ host-image] Feb 21 13:32:57.204 INFO O| Feb 21 13:32:57.204 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8864 | 2025-02-21T13:32:58.251Z | [ host-image] Feb 21 13:32:57.223 INFO O| Feb 21 13:32:57.223 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8865 | 2025-02-21T13:32:58.251Z | [ host-image] Feb 21 13:32:57.223 INFO O| Feb 21 13:32:57.223 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8866 | 2025-02-21T13:32:58.253Z | [ host-image] Feb 21 13:32:57.223 INFO O| Feb 21 13:32:57.223 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8867 | 2025-02-21T13:32:58.254Z | [ host-image] Feb 21 13:32:57.223 INFO O| Feb 21 13:32:57.223 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8868 | 2025-02-21T13:32:58.254Z | [ host-image] Feb 21 13:32:57.224 INFO O| Feb 21 13:32:57.224 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8869 | 2025-02-21T13:32:58.254Z | [ host-image] Feb 21 13:32:57.224 INFO O| Feb 21 13:32:57.224 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8870 | 2025-02-21T13:32:58.254Z | [ host-image] Feb 21 13:32:57.224 INFO O| Feb 21 13:32:57.224 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8871 | 2025-02-21T13:32:58.254Z | [ host-image] Feb 21 13:32:57.224 INFO O| Feb 21 13:32:57.224 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8872 | 2025-02-21T13:32:58.254Z | [ host-image] Feb 21 13:32:57.224 INFO O| Feb 21 13:32:57.224 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8873 | 2025-02-21T13:32:58.254Z | [ host-image] Feb 21 13:32:57.225 INFO O| Feb 21 13:32:57.225 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8874 | 2025-02-21T13:32:58.254Z | [ host-image] Feb 21 13:32:57.225 INFO O| Feb 21 13:32:57.225 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8875 | 2025-02-21T13:32:58.254Z | [ host-image] Feb 21 13:32:57.225 INFO O| Feb 21 13:32:57.225 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8876 | 2025-02-21T13:32:58.254Z | [ host-image] Feb 21 13:32:57.226 INFO O| Feb 21 13:32:57.225 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8877 | 2025-02-21T13:32:58.254Z | [ host-image] Feb 21 13:32:57.226 INFO O| Feb 21 13:32:57.226 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8878 | 2025-02-21T13:32:58.254Z | [ host-image] Feb 21 13:32:57.226 INFO O| Feb 21 13:32:57.226 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8879 | 2025-02-21T13:32:58.254Z | [ host-image] Feb 21 13:32:57.226 INFO O| Feb 21 13:32:57.226 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8880 | 2025-02-21T13:32:58.512Z | [ host-image] Feb 21 13:32:57.485 INFO O| Feb 21 13:32:57.485 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8881 | 2025-02-21T13:32:58.551Z | [ host-image] Feb 21 13:32:57.523 INFO O| Feb 21 13:32:57.523 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8882 | 2025-02-21T13:32:58.555Z | [ host-image] Feb 21 13:32:57.527 INFO O| Feb 21 13:32:57.527 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8883 | 2025-02-21T13:32:58.558Z | [ host-image] Feb 21 13:32:57.530 INFO O| Feb 21 13:32:57.530 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8884 | 2025-02-21T13:32:58.980Z | [ host-image] Feb 21 13:32:57.952 INFO O| Feb 21 13:32:57.952 INFO STEP 13 (remove_files) COMPLETE |
8885 | 2025-02-21T13:32:58.980Z | [ host-image] Feb 21 13:32:57.952 INFO O| Feb 21 13:32:57.952 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8886 | 2025-02-21T13:32:58.999Z | [ host-image] Feb 21 13:32:57.971 INFO O| Feb 21 13:32:57.971 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8887 | 2025-02-21T13:32:59.002Z | [ host-image] Feb 21 13:32:57.973 INFO O| Feb 21 13:32:57.973 INFO STEP 14 (remove_files) COMPLETE |
8888 | 2025-02-21T13:32:59.002Z | [ host-image] Feb 21 13:32:57.973 INFO O| Feb 21 13:32:57.973 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8889 | 2025-02-21T13:32:59.020Z | [ host-image] Feb 21 13:32:57.993 INFO O| Feb 21 13:32:57.992 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8890 | 2025-02-21T13:32:59.032Z | [ host-image] Feb 21 13:32:58.004 INFO O| Feb 21 13:32:58.004 INFO STEP 15 (remove_files) COMPLETE |
8891 | 2025-02-21T13:32:59.032Z | [ host-image] Feb 21 13:32:58.004 INFO O| Feb 21 13:32:58.004 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8892 | 2025-02-21T13:32:59.068Z | [ host-image] Feb 21 13:32:58.040 INFO O| Feb 21 13:32:58.040 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8893 | 2025-02-21T13:32:59.071Z | [ host-image] Feb 21 13:32:58.041 INFO O| Feb 21 13:32:58.041 INFO STEP 16 (remove_files) COMPLETE |
8894 | 2025-02-21T13:32:59.071Z | [ host-image] Feb 21 13:32:58.041 INFO O| Feb 21 13:32:58.041 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8895 | 2025-02-21T13:32:59.088Z | [ host-image] Feb 21 13:32:58.060 INFO O| Feb 21 13:32:58.060 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8896 | 2025-02-21T13:32:59.091Z | [ host-image] Feb 21 13:32:58.063 INFO O| Feb 21 13:32:58.063 INFO STEP 17 (remove_files) COMPLETE |
8897 | 2025-02-21T13:32:59.091Z | [ host-image] Feb 21 13:32:58.063 INFO O| Feb 21 13:32:58.063 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8898 | 2025-02-21T13:32:59.134Z | [ host-image] Feb 21 13:32:58.106 INFO O| Feb 21 13:32:58.106 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8899 | 2025-02-21T13:32:59.134Z | [ host-image] Feb 21 13:32:58.106 INFO O| Feb 21 13:32:58.106 INFO STEP 18 (remove_files) COMPLETE |
8900 | 2025-02-21T13:32:59.134Z | [ host-image] Feb 21 13:32:58.106 INFO O| Feb 21 13:32:58.106 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8901 | 2025-02-21T13:32:59.153Z | [ host-image] Feb 21 13:32:58.125 INFO O| Feb 21 13:32:58.125 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8902 | 2025-02-21T13:32:59.153Z | [ host-image] Feb 21 13:32:58.125 INFO O| Feb 21 13:32:58.125 INFO STEP 19 (remove_files) COMPLETE |
8903 | 2025-02-21T13:32:59.155Z | [ host-image] Feb 21 13:32:58.125 INFO O| Feb 21 13:32:58.125 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8904 | 2025-02-21T13:32:59.176Z | [ host-image] Feb 21 13:32:58.147 INFO O| Feb 21 13:32:58.147 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8905 | 2025-02-21T13:32:59.176Z | [ host-image] Feb 21 13:32:58.147 INFO O| Feb 21 13:32:58.147 INFO STEP 20 (remove_files) COMPLETE |
8906 | 2025-02-21T13:32:59.176Z | [ host-image] Feb 21 13:32:58.147 INFO O| Feb 21 13:32:58.147 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8907 | 2025-02-21T13:32:59.198Z | [ host-image] Feb 21 13:32:58.170 INFO O| Feb 21 13:32:58.170 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8908 | 2025-02-21T13:32:59.198Z | [ host-image] Feb 21 13:32:58.170 INFO O| Feb 21 13:32:58.170 INFO STEP 21 (remove_files) COMPLETE |
8909 | 2025-02-21T13:32:59.201Z | [ host-image] Feb 21 13:32:58.170 INFO O| Feb 21 13:32:58.170 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8910 | 2025-02-21T13:32:59.218Z | [ host-image] Feb 21 13:32:58.190 INFO O| Feb 21 13:32:58.190 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8911 | 2025-02-21T13:32:59.221Z | [ host-image] Feb 21 13:32:58.190 INFO O| Feb 21 13:32:58.190 INFO STEP 22 (remove_files) COMPLETE |
8912 | 2025-02-21T13:32:59.221Z | [ host-image] Feb 21 13:32:58.191 INFO O| Feb 21 13:32:58.190 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8913 | 2025-02-21T13:32:59.249Z | [ host-image] Feb 21 13:32:58.220 INFO O| Feb 21 13:32:58.220 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8914 | 2025-02-21T13:32:59.249Z | [ host-image] Feb 21 13:32:58.220 INFO O| Feb 21 13:32:58.220 INFO STEP 23 (remove_files) COMPLETE |
8915 | 2025-02-21T13:32:59.249Z | [ host-image] Feb 21 13:32:58.220 INFO O| Feb 21 13:32:58.220 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8916 | 2025-02-21T13:32:59.266Z | [ host-image] Feb 21 13:32:58.239 INFO O| Feb 21 13:32:58.238 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8917 | 2025-02-21T13:32:59.266Z | [ host-image] Feb 21 13:32:58.239 INFO O| Feb 21 13:32:58.239 INFO STEP 24 (remove_files) COMPLETE |
8918 | 2025-02-21T13:32:59.269Z | [ host-image] Feb 21 13:32:58.239 INFO O| Feb 21 13:32:58.239 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8919 | 2025-02-21T13:32:59.287Z | [ host-image] Feb 21 13:32:58.259 INFO O| Feb 21 13:32:58.259 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8920 | 2025-02-21T13:32:59.288Z | [ host-image] Feb 21 13:32:58.259 INFO O| Feb 21 13:32:58.259 INFO STEP 25 (remove_files) COMPLETE |
8921 | 2025-02-21T13:32:59.291Z | [ host-image] Feb 21 13:32:58.259 INFO O| Feb 21 13:32:58.259 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8922 | 2025-02-21T13:32:59.307Z | [ host-image] Feb 21 13:32:58.279 INFO O| Feb 21 13:32:58.279 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8923 | 2025-02-21T13:32:59.307Z | [ host-image] Feb 21 13:32:58.279 INFO O| Feb 21 13:32:58.279 INFO STEP 26 (remove_files) COMPLETE |
8924 | 2025-02-21T13:32:59.309Z | [ host-image] Feb 21 13:32:58.279 INFO O| Feb 21 13:32:58.279 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8925 | 2025-02-21T13:32:59.326Z | [ host-image] Feb 21 13:32:58.298 INFO O| Feb 21 13:32:58.298 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8926 | 2025-02-21T13:32:59.326Z | [ host-image] Feb 21 13:32:58.298 INFO O| Feb 21 13:32:58.298 INFO STEP 27 (remove_files) COMPLETE |
8927 | 2025-02-21T13:32:59.326Z | [ host-image] Feb 21 13:32:58.298 INFO O| Feb 21 13:32:58.298 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8928 | 2025-02-21T13:32:59.344Z | [ host-image] Feb 21 13:32:58.316 INFO O| Feb 21 13:32:58.316 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8929 | 2025-02-21T13:32:59.344Z | [ host-image] Feb 21 13:32:58.317 INFO O| Feb 21 13:32:58.317 INFO STEP 28 (remove_files) COMPLETE |
8930 | 2025-02-21T13:32:59.347Z | [ host-image] Feb 21 13:32:58.317 INFO O| Feb 21 13:32:58.317 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8931 | 2025-02-21T13:32:59.368Z | [ host-image] Feb 21 13:32:58.340 INFO O| Feb 21 13:32:58.340 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8932 | 2025-02-21T13:32:59.368Z | [ host-image] Feb 21 13:32:58.340 INFO O| Feb 21 13:32:58.340 INFO STEP 29 (remove_files) COMPLETE |
8933 | 2025-02-21T13:32:59.368Z | [ host-image] Feb 21 13:32:58.340 INFO O| Feb 21 13:32:58.340 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8934 | 2025-02-21T13:32:59.388Z | [ host-image] Feb 21 13:32:58.360 INFO O| Feb 21 13:32:58.360 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8935 | 2025-02-21T13:32:59.388Z | [ host-image] Feb 21 13:32:58.360 INFO O| Feb 21 13:32:58.360 INFO STEP 30 (remove_files) COMPLETE |
8936 | 2025-02-21T13:32:59.390Z | [ host-image] Feb 21 13:32:58.360 INFO O| Feb 21 13:32:58.360 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8937 | 2025-02-21T13:32:59.419Z | [ host-image] Feb 21 13:32:58.391 INFO O| Feb 21 13:32:58.391 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8938 | 2025-02-21T13:32:59.419Z | [ host-image] Feb 21 13:32:58.391 INFO O| Feb 21 13:32:58.391 INFO STEP 31 (remove_files) COMPLETE |
8939 | 2025-02-21T13:32:59.419Z | [ host-image] Feb 21 13:32:58.391 INFO O| Feb 21 13:32:58.391 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8940 | 2025-02-21T13:32:59.463Z | [ host-image] Feb 21 13:32:58.434 INFO O| Feb 21 13:32:58.434 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8941 | 2025-02-21T13:32:59.463Z | [ host-image] Feb 21 13:32:58.434 INFO O| Feb 21 13:32:58.434 INFO STEP 32 (remove_files) COMPLETE |
8942 | 2025-02-21T13:32:59.463Z | [ host-image] Feb 21 13:32:58.434 INFO O| Feb 21 13:32:58.434 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8943 | 2025-02-21T13:32:59.481Z | [ host-image] Feb 21 13:32:58.453 INFO O| Feb 21 13:32:58.453 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8944 | 2025-02-21T13:32:59.481Z | [ host-image] Feb 21 13:32:58.453 INFO O| Feb 21 13:32:58.453 INFO STEP 33 (remove_files) COMPLETE |
8945 | 2025-02-21T13:32:59.481Z | [ host-image] Feb 21 13:32:58.453 INFO O| Feb 21 13:32:58.453 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8946 | 2025-02-21T13:32:59.499Z | [ host-image] Feb 21 13:32:58.472 INFO O| Feb 21 13:32:58.472 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8947 | 2025-02-21T13:32:59.499Z | [ host-image] Feb 21 13:32:58.472 INFO O| Feb 21 13:32:58.472 INFO STEP 34 (remove_files) COMPLETE |
8948 | 2025-02-21T13:32:59.500Z | [ host-image] Feb 21 13:32:58.472 INFO O| Feb 21 13:32:58.472 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8949 | 2025-02-21T13:32:59.517Z | [ host-image] Feb 21 13:32:58.489 INFO O| Feb 21 13:32:58.489 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8950 | 2025-02-21T13:32:59.517Z | [ host-image] Feb 21 13:32:58.489 INFO O| Feb 21 13:32:58.489 INFO STEP 35 (remove_files) COMPLETE |
8951 | 2025-02-21T13:32:59.517Z | [ host-image] Feb 21 13:32:58.489 INFO O| Feb 21 13:32:58.489 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8952 | 2025-02-21T13:32:59.549Z | [ host-image] Feb 21 13:32:58.521 INFO O| Feb 21 13:32:58.521 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8953 | 2025-02-21T13:32:59.549Z | [ host-image] Feb 21 13:32:58.521 INFO O| Feb 21 13:32:58.521 INFO STEP 36 (remove_files) COMPLETE |
8954 | 2025-02-21T13:32:59.549Z | [ host-image] Feb 21 13:32:58.521 INFO O| Feb 21 13:32:58.521 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8955 | 2025-02-21T13:32:59.608Z | [ host-image] Feb 21 13:32:58.580 INFO O| Feb 21 13:32:58.580 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8956 | 2025-02-21T13:32:59.608Z | [ host-image] Feb 21 13:32:58.580 INFO O| Feb 21 13:32:58.580 INFO STEP 37 (remove_files) COMPLETE |
8957 | 2025-02-21T13:32:59.610Z | [ host-image] Feb 21 13:32:58.580 INFO O| Feb 21 13:32:58.580 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8958 | 2025-02-21T13:32:59.667Z | [ host-image] Feb 21 13:32:58.639 INFO O| Feb 21 13:32:58.639 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8959 | 2025-02-21T13:32:59.667Z | [ host-image] Feb 21 13:32:58.639 INFO O| Feb 21 13:32:58.639 INFO STEP 38 (remove_files) COMPLETE |
8960 | 2025-02-21T13:32:59.667Z | [ host-image] Feb 21 13:32:58.639 INFO O| Feb 21 13:32:58.639 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8961 | 2025-02-21T13:32:59.726Z | [ host-image] Feb 21 13:32:58.698 INFO O| Feb 21 13:32:58.698 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8962 | 2025-02-21T13:32:59.726Z | [ host-image] Feb 21 13:32:58.698 INFO O| Feb 21 13:32:58.698 INFO STEP 39 (remove_files) COMPLETE |
8963 | 2025-02-21T13:32:59.729Z | [ host-image] Feb 21 13:32:58.698 INFO O| Feb 21 13:32:58.698 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8964 | 2025-02-21T13:32:59.755Z | [ host-image] Feb 21 13:32:58.727 INFO O| Feb 21 13:32:58.727 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8965 | 2025-02-21T13:32:59.758Z | [ host-image] Feb 21 13:32:58.727 INFO O| Feb 21 13:32:58.727 INFO STEP 40 (remove_files) COMPLETE |
8966 | 2025-02-21T13:32:59.758Z | [ host-image] Feb 21 13:32:58.728 INFO O| Feb 21 13:32:58.728 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8967 | 2025-02-21T13:32:59.775Z | [ host-image] Feb 21 13:32:58.747 INFO O| Feb 21 13:32:58.747 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8968 | 2025-02-21T13:32:59.775Z | [ host-image] Feb 21 13:32:58.747 INFO O| Feb 21 13:32:58.747 INFO STEP 41 (remove_files) COMPLETE |
8969 | 2025-02-21T13:32:59.778Z | [ host-image] Feb 21 13:32:58.748 INFO O| Feb 21 13:32:58.748 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8970 | 2025-02-21T13:32:59.794Z | [ host-image] Feb 21 13:32:58.766 INFO O| Feb 21 13:32:58.766 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8971 | 2025-02-21T13:32:59.796Z | [ host-image] Feb 21 13:32:58.766 INFO O| Feb 21 13:32:58.766 INFO STEP 42 (remove_files) COMPLETE |
8972 | 2025-02-21T13:32:59.796Z | [ host-image] Feb 21 13:32:58.767 INFO O| Feb 21 13:32:58.767 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8973 | 2025-02-21T13:32:59.853Z | [ host-image] Feb 21 13:32:58.825 INFO O| Feb 21 13:32:58.825 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8974 | 2025-02-21T13:32:59.856Z | [ host-image] Feb 21 13:32:58.825 INFO O| Feb 21 13:32:58.825 INFO STEP 43 (remove_files) COMPLETE |
8975 | 2025-02-21T13:32:59.856Z | [ host-image] Feb 21 13:32:58.825 INFO O| Feb 21 13:32:58.825 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8976 | 2025-02-21T13:32:59.873Z | [ host-image] Feb 21 13:32:58.845 INFO O| Feb 21 13:32:58.845 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8977 | 2025-02-21T13:32:59.876Z | [ host-image] Feb 21 13:32:58.845 INFO O| Feb 21 13:32:58.845 INFO STEP 44 (remove_files) COMPLETE |
8978 | 2025-02-21T13:32:59.876Z | [ host-image] Feb 21 13:32:58.846 INFO O| Feb 21 13:32:58.846 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8979 | 2025-02-21T13:32:59.892Z | [ host-image] Feb 21 13:32:58.864 INFO O| Feb 21 13:32:58.864 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8980 | 2025-02-21T13:32:59.892Z | [ host-image] Feb 21 13:32:58.865 INFO O| Feb 21 13:32:58.865 INFO STEP 45 (remove_files) COMPLETE |
8981 | 2025-02-21T13:32:59.895Z | [ host-image] Feb 21 13:32:58.865 INFO O| Feb 21 13:32:58.865 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8982 | 2025-02-21T13:32:59.914Z | [ host-image] Feb 21 13:32:58.886 INFO O| Feb 21 13:32:58.886 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8983 | 2025-02-21T13:32:59.916Z | [ host-image] Feb 21 13:32:58.886 INFO O| Feb 21 13:32:58.886 INFO STEP 46 (remove_files) COMPLETE |
8984 | 2025-02-21T13:32:59.916Z | [ host-image] Feb 21 13:32:58.887 INFO O| Feb 21 13:32:58.886 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8985 | 2025-02-21T13:32:59.934Z | [ host-image] Feb 21 13:32:58.906 INFO O| Feb 21 13:32:58.906 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8986 | 2025-02-21T13:32:59.936Z | [ host-image] Feb 21 13:32:58.906 INFO O| Feb 21 13:32:58.906 INFO STEP 47 (remove_files) COMPLETE |
8987 | 2025-02-21T13:32:59.936Z | [ host-image] Feb 21 13:32:58.906 INFO O| Feb 21 13:32:58.906 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8988 | 2025-02-21T13:32:59.957Z | [ host-image] Feb 21 13:32:58.929 INFO O| Feb 21 13:32:58.929 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8989 | 2025-02-21T13:32:59.957Z | [ host-image] Feb 21 13:32:58.929 INFO O| Feb 21 13:32:58.929 INFO STEP 48 (remove_files) COMPLETE |
8990 | 2025-02-21T13:32:59.957Z | [ host-image] Feb 21 13:32:58.929 INFO O| Feb 21 13:32:58.929 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8991 | 2025-02-21T13:32:59.975Z | [ host-image] Feb 21 13:32:58.947 INFO O| Feb 21 13:32:58.947 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8992 | 2025-02-21T13:32:59.975Z | [ host-image] Feb 21 13:32:58.947 INFO O| Feb 21 13:32:58.947 INFO STEP 49 (remove_files) COMPLETE |
8993 | 2025-02-21T13:32:59.975Z | [ host-image] Feb 21 13:32:58.947 INFO O| Feb 21 13:32:58.947 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8994 | 2025-02-21T13:33:00.037Z | [ host-image] Feb 21 13:32:59.009 INFO O| Feb 21 13:32:59.009 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8995 | 2025-02-21T13:33:00.037Z | [ host-image] Feb 21 13:32:59.009 INFO O| Feb 21 13:32:59.009 INFO STEP 50 (remove_files) COMPLETE |
8996 | 2025-02-21T13:33:00.037Z | [ host-image] Feb 21 13:32:59.009 INFO O| Feb 21 13:32:59.009 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8997 | 2025-02-21T13:33:00.065Z | [ host-image] Feb 21 13:32:59.038 INFO O| Feb 21 13:32:59.038 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8998 | 2025-02-21T13:33:00.066Z | [ host-image] Feb 21 13:32:59.038 INFO O| Feb 21 13:32:59.038 INFO STEP 51 (remove_files) COMPLETE |
8999 | 2025-02-21T13:33:00.066Z | [ host-image] Feb 21 13:32:59.038 INFO O| Feb 21 13:32:59.038 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9000 | 2025-02-21T13:33:00.085Z | [ host-image] Feb 21 13:32:59.058 INFO O| Feb 21 13:32:59.057 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
9001 | 2025-02-21T13:33:00.085Z | [ host-image] Feb 21 13:32:59.058 INFO O| Feb 21 13:32:59.058 INFO STEP 52 (remove_files) COMPLETE |
9002 | 2025-02-21T13:33:00.088Z | [ host-image] Feb 21 13:32:59.058 INFO O| Feb 21 13:32:59.058 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9003 | 2025-02-21T13:33:00.104Z | [ host-image] Feb 21 13:32:59.077 INFO O| Feb 21 13:32:59.076 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
9004 | 2025-02-21T13:33:00.104Z | [ host-image] Feb 21 13:32:59.077 INFO O| Feb 21 13:32:59.077 INFO STEP 53 (remove_files) COMPLETE |
9005 | 2025-02-21T13:33:00.107Z | [ host-image] Feb 21 13:32:59.077 INFO O| Feb 21 13:32:59.077 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9006 | 2025-02-21T13:33:00.123Z | [ host-image] Feb 21 13:32:59.095 INFO O| Feb 21 13:32:59.095 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
9007 | 2025-02-21T13:33:00.123Z | [ host-image] Feb 21 13:32:59.095 INFO O| Feb 21 13:32:59.095 INFO STEP 54 (remove_files) COMPLETE |
9008 | 2025-02-21T13:33:00.123Z | [ host-image] Feb 21 13:32:59.095 INFO O| Feb 21 13:32:59.095 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9009 | 2025-02-21T13:33:00.141Z | [ host-image] Feb 21 13:32:59.113 INFO O| Feb 21 13:32:59.113 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
9010 | 2025-02-21T13:33:00.141Z | [ host-image] Feb 21 13:32:59.113 INFO O| Feb 21 13:32:59.113 INFO STEP 55 (remove_files) COMPLETE |
9011 | 2025-02-21T13:33:00.141Z | [ host-image] Feb 21 13:32:59.113 INFO O| Feb 21 13:32:59.113 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9012 | 2025-02-21T13:33:00.157Z | [ host-image] Feb 21 13:32:59.129 INFO O| Feb 21 13:32:59.129 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
9013 | 2025-02-21T13:33:00.157Z | [ host-image] Feb 21 13:32:59.130 INFO O| Feb 21 13:32:59.130 INFO STEP 56 (remove_files) COMPLETE |
9014 | 2025-02-21T13:33:00.160Z | [ host-image] Feb 21 13:32:59.130 INFO O| Feb 21 13:32:59.130 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9015 | 2025-02-21T13:33:00.186Z | [ host-image] Feb 21 13:32:59.158 INFO O| Feb 21 13:32:59.158 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
9016 | 2025-02-21T13:33:00.186Z | [ host-image] Feb 21 13:32:59.158 INFO O| Feb 21 13:32:59.158 INFO STEP 57 (remove_files) COMPLETE |
9017 | 2025-02-21T13:33:00.186Z | [ host-image] Feb 21 13:32:59.158 INFO O| Feb 21 13:32:59.158 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9018 | 2025-02-21T13:33:00.224Z | [ host-image] Feb 21 13:32:59.196 INFO O| Feb 21 13:32:59.196 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
9019 | 2025-02-21T13:33:00.224Z | [ host-image] Feb 21 13:32:59.196 INFO O| Feb 21 13:32:59.196 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
9020 | 2025-02-21T13:33:00.227Z | [ host-image] Feb 21 13:32:59.196 INFO O| Feb 21 13:32:59.196 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9021 | 2025-02-21T13:33:00.228Z | [ host-image] Feb 21 13:32:59.197 INFO O| Feb 21 13:32:59.197 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9022 | 2025-02-21T13:33:00.228Z | [ host-image] Feb 21 13:32:59.197 INFO O| Feb 21 13:32:59.197 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9023 | 2025-02-21T13:33:00.228Z | [ host-image] Feb 21 13:32:59.197 INFO O| Feb 21 13:32:59.197 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9024 | 2025-02-21T13:33:00.228Z | [ host-image] Feb 21 13:32:59.197 INFO O| Feb 21 13:32:59.197 INFO ok! |
9025 | 2025-02-21T13:33:00.228Z | [ host-image] Feb 21 13:32:59.197 INFO O| Feb 21 13:32:59.197 INFO STEP 58 (ensure_file) COMPLETE |
9026 | 2025-02-21T13:33:00.228Z | [ host-image] Feb 21 13:32:59.197 INFO O| Feb 21 13:32:59.197 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9027 | 2025-02-21T13:33:00.282Z | [ host-image] Feb 21 13:32:59.254 INFO O| Feb 21 13:32:59.254 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
9028 | 2025-02-21T13:33:00.282Z | [ host-image] Feb 21 13:32:59.254 INFO O| Feb 21 13:32:59.254 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
9029 | 2025-02-21T13:33:00.285Z | [ host-image] Feb 21 13:32:59.254 INFO O| Feb 21 13:32:59.254 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9030 | 2025-02-21T13:33:00.285Z | [ host-image] Feb 21 13:32:59.254 INFO O| Feb 21 13:32:59.254 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9031 | 2025-02-21T13:33:00.285Z | [ host-image] Feb 21 13:32:59.254 INFO O| Feb 21 13:32:59.254 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9032 | 2025-02-21T13:33:00.285Z | [ host-image] Feb 21 13:32:59.254 INFO O| Feb 21 13:32:59.254 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9033 | 2025-02-21T13:33:00.285Z | [ host-image] Feb 21 13:32:59.254 INFO O| Feb 21 13:32:59.254 INFO ok! |
9034 | 2025-02-21T13:33:00.285Z | [ host-image] Feb 21 13:32:59.255 INFO O| Feb 21 13:32:59.254 INFO STEP 59 (ensure_file) COMPLETE |
9035 | 2025-02-21T13:33:00.285Z | [ host-image] Feb 21 13:32:59.255 INFO O| Feb 21 13:32:59.254 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9036 | 2025-02-21T13:33:00.300Z | [ host-image] Feb 21 13:32:59.273 INFO O| Feb 21 13:32:59.273 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
9037 | 2025-02-21T13:33:00.300Z | [ host-image] Feb 21 13:32:59.273 INFO O| Feb 21 13:32:59.273 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
9038 | 2025-02-21T13:33:00.300Z | [ host-image] Feb 21 13:32:59.273 INFO O| Feb 21 13:32:59.273 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
9039 | 2025-02-21T13:33:00.303Z | [ host-image] Feb 21 13:32:59.273 INFO O| Feb 21 13:32:59.273 INFO ok! |
9040 | 2025-02-21T13:33:00.303Z | [ host-image] Feb 21 13:32:59.273 INFO O| Feb 21 13:32:59.273 INFO STEP 60 (ensure_file) COMPLETE |
9041 | 2025-02-21T13:33:00.303Z | [ host-image] Feb 21 13:32:59.273 INFO O| Feb 21 13:32:59.273 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9042 | 2025-02-21T13:33:00.317Z | [ host-image] Feb 21 13:32:59.289 INFO O| Feb 21 13:32:59.289 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
9043 | 2025-02-21T13:33:00.317Z | [ host-image] Feb 21 13:32:59.289 INFO O| Feb 21 13:32:59.289 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
9044 | 2025-02-21T13:33:00.320Z | [ host-image] Feb 21 13:32:59.290 INFO O| Feb 21 13:32:59.289 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
9045 | 2025-02-21T13:33:00.320Z | [ host-image] Feb 21 13:32:59.290 INFO O| Feb 21 13:32:59.289 INFO ok! |
9046 | 2025-02-21T13:33:00.320Z | [ host-image] Feb 21 13:32:59.290 INFO O| Feb 21 13:32:59.290 INFO STEP 61 (ensure_file) COMPLETE |
9047 | 2025-02-21T13:33:00.320Z | [ host-image] Feb 21 13:32:59.290 INFO O| Feb 21 13:32:59.290 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9048 | 2025-02-21T13:33:00.342Z | [ host-image] Feb 21 13:32:59.314 INFO O| Feb 21 13:32:59.314 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
9049 | 2025-02-21T13:33:00.342Z | [ host-image] Feb 21 13:32:59.315 INFO O| Feb 21 13:32:59.315 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
9050 | 2025-02-21T13:33:00.345Z | [ host-image] Feb 21 13:32:59.315 INFO O| Feb 21 13:32:59.315 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
9051 | 2025-02-21T13:33:00.345Z | [ host-image] Feb 21 13:32:59.315 INFO O| Feb 21 13:32:59.315 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
9052 | 2025-02-21T13:33:00.345Z | [ host-image] Feb 21 13:32:59.315 INFO O| Feb 21 13:32:59.315 INFO ok! |
9053 | 2025-02-21T13:33:00.345Z | [ host-image] Feb 21 13:32:59.315 INFO O| Feb 21 13:32:59.315 INFO STEP 62 (ensure_file) COMPLETE |
9054 | 2025-02-21T13:33:00.345Z | [ host-image] Feb 21 13:32:59.315 INFO O| Feb 21 13:32:59.315 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9055 | 2025-02-21T13:33:00.362Z | [ host-image] Feb 21 13:32:59.334 INFO O| Feb 21 13:32:59.334 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
9056 | 2025-02-21T13:33:00.362Z | [ host-image] Feb 21 13:32:59.334 INFO O| Feb 21 13:32:59.334 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
9057 | 2025-02-21T13:33:00.364Z | [ host-image] Feb 21 13:32:59.335 INFO O| Feb 21 13:32:59.335 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
9058 | 2025-02-21T13:33:00.364Z | [ host-image] Feb 21 13:32:59.335 INFO O| Feb 21 13:32:59.335 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
9059 | 2025-02-21T13:33:00.364Z | [ host-image] Feb 21 13:32:59.335 INFO O| Feb 21 13:32:59.335 INFO ok! |
9060 | 2025-02-21T13:33:00.364Z | [ host-image] Feb 21 13:32:59.335 INFO O| Feb 21 13:32:59.335 INFO STEP 63 (ensure_file) COMPLETE |
9061 | 2025-02-21T13:33:00.365Z | [ host-image] Feb 21 13:32:59.335 INFO O| Feb 21 13:32:59.335 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9062 | 2025-02-21T13:33:00.445Z | [ host-image] Feb 21 13:32:59.417 INFO O| Feb 21 13:32:59.417 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
9063 | 2025-02-21T13:33:00.446Z | [ host-image] Feb 21 13:32:59.418 INFO O| Feb 21 13:32:59.417 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
9064 | 2025-02-21T13:33:00.449Z | [ host-image] Feb 21 13:32:59.418 INFO O| Feb 21 13:32:59.418 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
9065 | 2025-02-21T13:33:00.449Z | [ host-image] Feb 21 13:32:59.418 INFO O| Feb 21 13:32:59.418 INFO ok! |
9066 | 2025-02-21T13:33:00.449Z | [ host-image] Feb 21 13:32:59.418 INFO O| Feb 21 13:32:59.418 INFO STEP 64 (assemble_files) COMPLETE |
9067 | 2025-02-21T13:33:00.449Z | [ host-image] Feb 21 13:32:59.418 INFO O| Feb 21 13:32:59.418 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9068 | 2025-02-21T13:33:00.508Z | [ host-image] Feb 21 13:32:59.480 INFO O| Feb 21 13:32:59.480 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
9069 | 2025-02-21T13:33:00.508Z | [ host-image] Feb 21 13:32:59.480 INFO O| Feb 21 13:32:59.480 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
9070 | 2025-02-21T13:33:00.511Z | [ host-image] Feb 21 13:32:59.480 INFO O| Feb 21 13:32:59.480 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9071 | 2025-02-21T13:33:00.511Z | [ host-image] Feb 21 13:32:59.480 INFO O| Feb 21 13:32:59.480 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9072 | 2025-02-21T13:33:00.511Z | [ host-image] Feb 21 13:32:59.480 INFO O| Feb 21 13:32:59.480 INFO ok! |
9073 | 2025-02-21T13:33:00.511Z | [ host-image] Feb 21 13:32:59.480 INFO O| Feb 21 13:32:59.480 INFO STEP 65 (ensure_file) COMPLETE |
9074 | 2025-02-21T13:33:00.511Z | [ host-image] Feb 21 13:32:59.480 INFO O| Feb 21 13:32:59.480 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9075 | 2025-02-21T13:33:00.527Z | [ host-image] Feb 21 13:32:59.500 INFO O| Feb 21 13:32:59.500 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9076 | 2025-02-21T13:33:00.527Z | [ host-image] Feb 21 13:32:59.500 INFO O| Feb 21 13:32:59.500 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9077 | 2025-02-21T13:33:00.530Z | [ host-image] Feb 21 13:32:59.500 INFO O| Feb 21 13:32:59.500 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9078 | 2025-02-21T13:33:00.530Z | [ host-image] Feb 21 13:32:59.500 INFO O| Feb 21 13:32:59.500 INFO STEP 66 (ensure_dir) COMPLETE |
9079 | 2025-02-21T13:33:00.530Z | [ host-image] Feb 21 13:32:59.500 INFO O| Feb 21 13:32:59.500 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9080 | 2025-02-21T13:33:00.547Z | [ host-image] Feb 21 13:32:59.519 INFO O| Feb 21 13:32:59.519 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
9081 | 2025-02-21T13:33:00.547Z | [ host-image] Feb 21 13:32:59.519 INFO O| Feb 21 13:32:59.519 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 ... |
9082 | 2025-02-21T13:33:00.557Z | [ host-image] Feb 21 13:32:59.529 INFO O| Feb 21 13:32:59.529 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 |
9083 | 2025-02-21T13:33:00.557Z | [ host-image] Feb 21 13:32:59.529 INFO O| Feb 21 13:32:59.529 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
9084 | 2025-02-21T13:33:00.557Z | [ host-image] Feb 21 13:32:59.529 INFO O| Feb 21 13:32:59.529 INFO ok! |
9085 | 2025-02-21T13:33:00.557Z | [ host-image] Feb 21 13:32:59.529 INFO O| Feb 21 13:32:59.529 INFO STEP 67 (ensure_file) COMPLETE |
9086 | 2025-02-21T13:33:00.557Z | [ host-image] Feb 21 13:32:59.529 INFO O| Feb 21 13:32:59.529 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9087 | 2025-02-21T13:33:00.594Z | [ host-image] Feb 21 13:32:59.566 INFO O| Feb 21 13:32:59.566 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
9088 | 2025-02-21T13:33:00.594Z | [ host-image] Feb 21 13:32:59.566 INFO O| Feb 21 13:32:59.566 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 ... |
9089 | 2025-02-21T13:33:00.596Z | [ host-image] Feb 21 13:32:59.566 INFO O| Feb 21 13:32:59.566 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 |
9090 | 2025-02-21T13:33:00.597Z | [ host-image] Feb 21 13:32:59.566 INFO O| Feb 21 13:32:59.566 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
9091 | 2025-02-21T13:33:00.597Z | [ host-image] Feb 21 13:32:59.566 INFO O| Feb 21 13:32:59.566 INFO ok! |
9092 | 2025-02-21T13:33:00.597Z | [ host-image] Feb 21 13:32:59.566 INFO O| Feb 21 13:32:59.566 INFO STEP 68 (ensure_file) COMPLETE |
9093 | 2025-02-21T13:33:00.597Z | [ host-image] Feb 21 13:32:59.566 INFO O| Feb 21 13:32:59.566 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9094 | 2025-02-21T13:33:00.621Z | [ host-image] Feb 21 13:32:59.593 INFO O| Feb 21 13:32:59.593 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
9095 | 2025-02-21T13:33:00.621Z | [ host-image] Feb 21 13:32:59.593 INFO O| Feb 21 13:32:59.593 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
9096 | 2025-02-21T13:33:02.303Z | [ recovery-image] Feb 21 13:33:01.275 INFO E| Compiling bitflags v1.3.2 |
9097 | 2025-02-21T13:33:02.306Z | [ recovery-image] Feb 21 13:33:01.275 INFO E| Compiling bit_field v0.10.2 |
9098 | 2025-02-21T13:33:02.306Z | [ recovery-image] Feb 21 13:33:01.275 INFO E| Compiling log v0.4.22 |
9099 | 2025-02-21T13:33:02.306Z | [ recovery-image] Feb 21 13:33:01.275 INFO E| Compiling scroll v0.12.0 |
9100 | 2025-02-21T13:33:02.306Z | [ recovery-image] Feb 21 13:33:01.275 INFO E| Compiling plain v0.2.3 |
9101 | 2025-02-21T13:33:02.306Z | [ recovery-image] Feb 21 13:33:01.275 INFO E| Compiling adler2 v2.0.0 |
9102 | 2025-02-21T13:33:02.306Z | [ recovery-image] Feb 21 13:33:01.276 INFO E| Compiling static_assertions v1.1.0 |
9103 | 2025-02-21T13:33:02.428Z | [ recovery-image] Feb 21 13:33:01.400 INFO E| Compiling raw-cpuid v10.7.0 |
9104 | 2025-02-21T13:33:02.443Z | [ recovery-image] Feb 21 13:33:01.416 INFO E| Compiling cpio_reader v0.1.1 |
9105 | 2025-02-21T13:33:02.478Z | [ recovery-image] Feb 21 13:33:01.450 INFO E| Compiling bitstruct v0.1.1 |
9106 | 2025-02-21T13:33:02.583Z | [ recovery-image] Feb 21 13:33:01.555 INFO E| Compiling miniz_oxide v0.8.0 |
9107 | 2025-02-21T13:33:03.111Z | [ recovery-image] Feb 21 13:33:02.083 INFO E| Compiling goblin v0.8.2 |
9108 | 2025-02-21T13:33:05.255Z | [ host-image] Feb 21 13:33:04.227 INFO O| Feb 21 13:33:04.227 INFO STEP 69 (pack_tar) COMPLETE |
9109 | 2025-02-21T13:33:05.255Z | [ host-image] Feb 21 13:33:04.227 INFO O| Feb 21 13:33:04.227 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
9110 | 2025-02-21T13:33:05.258Z | [ host-image] Feb 21 13:33:04.227 INFO O| Feb 21 13:33:04.227 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
9111 | 2025-02-21T13:33:05.737Z | [ host-image] Feb 21 13:33:04.708 INFO O| Feb 21 13:33:04.708 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
9112 | 2025-02-21T13:33:05.857Z | [ host-image] Feb 21 13:33:04.829 INFO O| Feb 21 13:33:04.829 INFO completed processing gimlet/ramdisk-02-trim |
9113 | 2025-02-21T13:33:05.880Z | [ host-image] Feb 21 13:33:04.832 INFO image builder template: zfs... |
9114 | 2025-02-21T13:33:05.880Z | [ host-image] Feb 21 13:33:04.832 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/.tmpyXqKXH/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 |
9115 | 2025-02-21T13:33:05.883Z | [ host-image] Feb 21 13:33:04.854 INFO O| Feb 21 13:33:04.853 INFO skip include "stress" because feature "stress" is not enabled |
9116 | 2025-02-21T13:33:05.953Z | [ host-image] Feb 21 13:33:04.925 INFO O| Feb 21 13:33:04.925 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
9117 | 2025-02-21T13:33:05.974Z | [ host-image] Feb 21 13:33:04.946 INFO O| Feb 21 13:33:04.946 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9118 | 2025-02-21T13:33:06.343Z | [ host-image] Feb 21 13:33:05.109 INFO O| Feb 21 13:33:05.109 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
9119 | 2025-02-21T13:33:06.351Z | [ host-image] Feb 21 13:33:05.209 INFO O| Feb 21 13:33:05.209 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
9120 | 2025-02-21T13:33:06.351Z | [ host-image] Feb 21 13:33:05.209 INFO O| Feb 21 13:33:05.209 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
9121 | 2025-02-21T13:33:06.351Z | [ host-image] Feb 21 13:33:05.216 INFO O| Feb 21 13:33:05.216 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
9122 | 2025-02-21T13:33:06.351Z | [ host-image] Feb 21 13:33:05.315 INFO O| Feb 21 13:33:05.315 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
9123 | 2025-02-21T13:33:06.406Z | [ host-image] Feb 21 13:33:05.378 INFO O| Feb 21 13:33:05.378 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
9124 | 2025-02-21T13:33:06.477Z | [ host-image] Feb 21 13:33:05.449 INFO O| Feb 21 13:33:05.449 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9125 | 2025-02-21T13:33:06.508Z | [ host-image] Feb 21 13:33:05.480 INFO O| Feb 21 13:33:05.480 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
9126 | 2025-02-21T13:33:06.508Z | [ host-image] Feb 21 13:33:05.480 INFO O| Feb 21 13:33:05.480 INFO no lofi found |
9127 | 2025-02-21T13:33:06.511Z | [ host-image] Feb 21 13:33:05.480 INFO O| Feb 21 13:33:05.480 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
9128 | 2025-02-21T13:33:06.511Z | [ host-image] Feb 21 13:33:05.480 INFO O| Feb 21 13:33:05.480 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9129 | 2025-02-21T13:33:09.040Z | [ host-image] Feb 21 13:33:08.011 INFO O| Feb 21 13:33:08.011 INFO lofi device = /dev/dsk/c2t1d0p0 |
9130 | 2025-02-21T13:33:09.040Z | [ host-image] Feb 21 13:33:08.011 INFO O| Feb 21 13:33:08.011 INFO pool device = /dev/dsk/c2t1d0p0 |
9131 | 2025-02-21T13:33:09.044Z | [ host-image] Feb 21 13:33:08.011 INFO O| Feb 21 13:33:08.011 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"] |
9132 | 2025-02-21T13:33:09.238Z | [ host-image] Feb 21 13:33:08.210 INFO O| Feb 21 13:33:08.210 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9133 | 2025-02-21T13:33:09.238Z | [ host-image] Feb 21 13:33:08.210 INFO O| Feb 21 13:33:08.210 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
9134 | 2025-02-21T13:33:09.274Z | [ host-image] Feb 21 13:33:08.246 INFO O| Feb 21 13:33:08.246 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
9135 | 2025-02-21T13:33:09.402Z | [ host-image] Feb 21 13:33:08.370 INFO O| Feb 21 13:33:08.369 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
9136 | 2025-02-21T13:33:09.474Z | [ host-image] Feb 21 13:33:08.446 INFO O| Feb 21 13:33:08.446 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
9137 | 2025-02-21T13:33:09.500Z | [ host-image] Feb 21 13:33:08.473 INFO O| Feb 21 13:33:08.473 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
9138 | 2025-02-21T13:33:09.520Z | [ host-image] Feb 21 13:33:08.492 INFO O| Feb 21 13:33:08.492 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
9139 | 2025-02-21T13:33:09.601Z | [ host-image] Feb 21 13:33:08.573 INFO O| Feb 21 13:33:08.573 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
9140 | 2025-02-21T13:33:09.601Z | [ host-image] Feb 21 13:33:08.573 INFO O| Feb 21 13:33:08.573 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
9141 | 2025-02-21T13:33:09.604Z | [ host-image] Feb 21 13:33:08.573 INFO O| Feb 21 13:33:08.573 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9142 | 2025-02-21T13:33:09.627Z | [ host-image] Feb 21 13:33:08.599 INFO O| Feb 21 13:33:08.599 INFO boot environment UUID: 98cba340-04e2-4cdd-8c26-1146837eea42 |
9143 | 2025-02-21T13:33:09.627Z | [ host-image] Feb 21 13:33:08.600 INFO O| Feb 21 13:33:08.599 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 98cba340-04e2-4cdd-8c26-1146837eea42 |
9144 | 2025-02-21T13:33:09.694Z | [ host-image] Feb 21 13:33:08.666 INFO O| Feb 21 13:33:08.666 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
9145 | 2025-02-21T13:33:09.736Z | [ host-image] Feb 21 13:33:08.708 INFO O| Feb 21 13:33:08.708 INFO STEP 0 (create_be) COMPLETE |
9146 | 2025-02-21T13:33:09.736Z | [ host-image] Feb 21 13:33:08.708 INFO O| Feb 21 13:33:08.708 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9147 | 2025-02-21T13:33:09.777Z | [ host-image] Feb 21 13:33:08.749 INFO O| Feb 21 13:33:08.749 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9148 | 2025-02-21T13:33:20.221Z | [ recovery-image] Feb 21 13:33:19.186 INFO E| Finished `release` profile [optimized] target(s) in 1m 06s |
9149 | 2025-02-21T13:33:20.250Z | [ recovery-image] Feb 21 13:33:19.219 INFO building host image... |
9150 | 2025-02-21T13:33:20.255Z | [ recovery-image] Feb 21 13:33:19.219 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") |
9151 | 2025-02-21T13:33:21.981Z | [ recovery-image] Feb 21 13:33:20.953 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
9152 | 2025-02-21T13:33:26.810Z | [ recovery-image] Feb 21 13:33:25.780 INFO image complete! materials are in "/work/os-recovery" |
9153 | 2025-02-21T13:33:26.821Z | [ recovery-image] |
9154 | 2025-02-21T13:33:26.821Z | [ recovery-image] real 13:24.171650297 |
9155 | 2025-02-21T13:33:26.821Z | [ recovery-image] user 6:53.222539466 |
9156 | 2025-02-21T13:33:26.824Z | [ recovery-image] sys 1:05.323882738 |
9157 | 2025-02-21T13:33:26.826Z | Feb 21 13:33:25.795 INFO [recovery-image] process exited with exit status: 0 (804.227876383s) |
9158 | 2025-02-21T13:33:26.826Z | [ recovery-image] trap 0.329893792 |
9159 | 2025-02-21T13:33:26.826Z | [ recovery-image] tflt 0.882353324 |
9160 | 2025-02-21T13:33:26.826Z | [ recovery-image] dflt 3.484839824 |
9161 | 2025-02-21T13:33:26.826Z | [ recovery-image] kflt 0.028295888 |
9162 | 2025-02-21T13:33:26.826Z | [ recovery-image] lock 30:32.571681475 |
9163 | 2025-02-21T13:33:26.826Z | [ recovery-image] slp 1:23:41.165051114 |
9164 | 2025-02-21T13:33:26.826Z | [ recovery-image] lat 4:39.881818885 |
9165 | 2025-02-21T13:33:26.826Z | [ recovery-image] stop 10.439099566 |
9166 | 2025-02-21T13:33:34.200Z | [ host-image] Feb 21 13:33:33.171 INFO O| Feb 21 13:33:33.171 INFO STEP 1 (unpack_tar) COMPLETE |
9167 | 2025-02-21T13:33:34.200Z | [ host-image] Feb 21 13:33:33.171 INFO O| Feb 21 13:33:33.171 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9168 | 2025-02-21T13:33:34.218Z | [ host-image] Feb 21 13:33:33.189 INFO O| Feb 21 13:33:33.189 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9169 | 2025-02-21T13:33:35.051Z | [ host-image] Feb 21 13:33:34.022 INFO O| Feb 21 13:33:34.022 INFO STEP 2 (devfsadm) COMPLETE |
9170 | 2025-02-21T13:33:35.053Z | [ host-image] Feb 21 13:33:34.022 INFO O| Feb 21 13:33:34.022 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9171 | 2025-02-21T13:33:35.069Z | [ host-image] Feb 21 13:33:34.041 INFO O| Feb 21 13:33:34.041 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9172 | 2025-02-21T13:33:35.070Z | [ host-image] Feb 21 13:33:34.041 INFO O| Feb 21 13:33:34.041 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9173 | 2025-02-21T13:33:35.070Z | [ host-image] Feb 21 13:33:34.041 INFO O| Feb 21 13:33:34.041 INFO STEP 3 (ensure_dir) COMPLETE |
9174 | 2025-02-21T13:33:35.072Z | [ host-image] Feb 21 13:33:34.041 INFO O| Feb 21 13:33:34.041 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9175 | 2025-02-21T13:33:35.092Z | [ host-image] Feb 21 13:33:34.062 INFO O| Feb 21 13:33:34.062 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9176 | 2025-02-21T13:33:35.092Z | [ host-image] Feb 21 13:33:34.062 INFO O| Feb 21 13:33:34.062 INFO STEP 4 (ensure_dir) COMPLETE |
9177 | 2025-02-21T13:33:35.092Z | [ host-image] Feb 21 13:33:34.062 INFO O| Feb 21 13:33:34.062 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9178 | 2025-02-21T13:33:35.131Z | [ host-image] Feb 21 13:33:34.101 INFO O| Feb 21 13:33:34.101 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9179 | 2025-02-21T13:33:35.131Z | [ host-image] Feb 21 13:33:34.102 INFO O| Feb 21 13:33:34.101 INFO STEP 5 (ensure_dir) COMPLETE |
9180 | 2025-02-21T13:33:35.131Z | [ host-image] Feb 21 13:33:34.102 INFO O| Feb 21 13:33:34.101 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9181 | 2025-02-21T13:33:35.182Z | [ host-image] Feb 21 13:33:34.152 INFO O| Feb 21 13:33:34.152 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9182 | 2025-02-21T13:33:35.182Z | [ host-image] Feb 21 13:33:34.152 INFO O| Feb 21 13:33:34.152 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9183 | 2025-02-21T13:33:35.182Z | [ host-image] Feb 21 13:33:34.152 INFO O| Feb 21 13:33:34.152 INFO STEP 6 (ensure_dir) COMPLETE |
9184 | 2025-02-21T13:33:35.182Z | [ host-image] Feb 21 13:33:34.152 INFO O| Feb 21 13:33:34.152 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9185 | 2025-02-21T13:33:35.197Z | [ host-image] Feb 21 13:33:34.168 INFO O| Feb 21 13:33:34.168 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9186 | 2025-02-21T13:33:35.197Z | [ host-image] Feb 21 13:33:34.168 INFO O| Feb 21 13:33:34.168 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9187 | 2025-02-21T13:33:35.197Z | [ host-image] Feb 21 13:33:34.168 INFO O| Feb 21 13:33:34.168 INFO STEP 7 (ensure_dir) COMPLETE |
9188 | 2025-02-21T13:33:35.197Z | [ host-image] Feb 21 13:33:34.168 INFO O| Feb 21 13:33:34.168 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9189 | 2025-02-21T13:33:35.236Z | [ host-image] Feb 21 13:33:34.207 INFO O| Feb 21 13:33:34.207 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
9190 | 2025-02-21T13:33:35.238Z | [ host-image] Feb 21 13:33:34.208 INFO O| Feb 21 13:33:34.207 INFO STEP 8 (remove_files) COMPLETE |
9191 | 2025-02-21T13:33:35.239Z | [ host-image] Feb 21 13:33:34.208 INFO O| Feb 21 13:33:34.208 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9192 | 2025-02-21T13:33:35.267Z | [ host-image] Feb 21 13:33:34.238 INFO O| Feb 21 13:33:34.238 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
9193 | 2025-02-21T13:33:35.269Z | [ host-image] Feb 21 13:33:34.239 INFO O| Feb 21 13:33:34.239 INFO STEP 9 (remove_files) COMPLETE |
9194 | 2025-02-21T13:33:35.270Z | [ host-image] Feb 21 13:33:34.240 INFO O| Feb 21 13:33:34.239 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9195 | 2025-02-21T13:33:35.285Z | [ host-image] Feb 21 13:33:34.256 INFO O| Feb 21 13:33:34.256 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
9196 | 2025-02-21T13:33:35.287Z | [ host-image] Feb 21 13:33:34.258 INFO O| Feb 21 13:33:34.257 INFO STEP 10 (remove_files) COMPLETE |
9197 | 2025-02-21T13:33:35.287Z | [ host-image] Feb 21 13:33:34.258 INFO O| Feb 21 13:33:34.258 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9198 | 2025-02-21T13:33:35.304Z | [ host-image] Feb 21 13:33:34.275 INFO O| Feb 21 13:33:34.275 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
9199 | 2025-02-21T13:33:35.304Z | [ host-image] Feb 21 13:33:34.275 INFO O| Feb 21 13:33:34.275 INFO STEP 11 (remove_files) COMPLETE |
9200 | 2025-02-21T13:33:35.304Z | [ host-image] Feb 21 13:33:34.275 INFO O| Feb 21 13:33:34.275 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9201 | 2025-02-21T13:33:35.320Z | [ host-image] Feb 21 13:33:34.291 INFO O| Feb 21 13:33:34.291 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
9202 | 2025-02-21T13:33:35.320Z | [ host-image] Feb 21 13:33:34.292 INFO O| Feb 21 13:33:34.291 INFO STEP 12 (remove_files) COMPLETE |
9203 | 2025-02-21T13:33:35.323Z | [ host-image] Feb 21 13:33:34.292 INFO O| Feb 21 13:33:34.292 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9204 | 2025-02-21T13:33:35.338Z | [ host-image] Feb 21 13:33:34.309 INFO O| Feb 21 13:33:34.309 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9205 | 2025-02-21T13:33:35.338Z | [ host-image] Feb 21 13:33:34.309 INFO O| Feb 21 13:33:34.309 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9206 | 2025-02-21T13:33:35.340Z | [ host-image] Feb 21 13:33:34.309 INFO O| Feb 21 13:33:34.309 INFO STEP 13 (ensure_dir) COMPLETE |
9207 | 2025-02-21T13:33:35.340Z | [ host-image] Feb 21 13:33:34.309 INFO O| Feb 21 13:33:34.309 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9208 | 2025-02-21T13:33:35.363Z | [ host-image] Feb 21 13:33:34.335 INFO O| Feb 21 13:33:34.334 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9209 | 2025-02-21T13:33:35.366Z | [ host-image] Feb 21 13:33:34.335 INFO O| Feb 21 13:33:34.335 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9210 | 2025-02-21T13:33:35.366Z | [ host-image] Feb 21 13:33:34.335 INFO O| Feb 21 13:33:34.335 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9211 | 2025-02-21T13:33:35.366Z | [ host-image] Feb 21 13:33:34.335 INFO O| Feb 21 13:33:34.335 INFO STEP 14 (ensure_dir) COMPLETE |
9212 | 2025-02-21T13:33:35.366Z | [ host-image] Feb 21 13:33:34.335 INFO O| Feb 21 13:33:34.335 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9213 | 2025-02-21T13:33:35.382Z | [ host-image] Feb 21 13:33:34.353 INFO O| Feb 21 13:33:34.353 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9214 | 2025-02-21T13:33:35.385Z | [ host-image] Feb 21 13:33:34.353 INFO O| Feb 21 13:33:34.353 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9215 | 2025-02-21T13:33:35.385Z | [ host-image] Feb 21 13:33:34.353 INFO O| Feb 21 13:33:34.353 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9216 | 2025-02-21T13:33:35.385Z | [ host-image] Feb 21 13:33:34.354 INFO O| Feb 21 13:33:34.353 INFO STEP 15 (ensure_dir) COMPLETE |
9217 | 2025-02-21T13:33:35.385Z | [ host-image] Feb 21 13:33:34.354 INFO O| Feb 21 13:33:34.354 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9218 | 2025-02-21T13:33:35.401Z | [ host-image] Feb 21 13:33:34.372 INFO O| Feb 21 13:33:34.372 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9219 | 2025-02-21T13:33:35.403Z | [ host-image] Feb 21 13:33:34.372 INFO O| Feb 21 13:33:34.372 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9220 | 2025-02-21T13:33:35.403Z | [ host-image] Feb 21 13:33:34.372 INFO O| Feb 21 13:33:34.372 INFO STEP 16 (ensure_dir) COMPLETE |
9221 | 2025-02-21T13:33:35.403Z | [ host-image] Feb 21 13:33:34.372 INFO O| Feb 21 13:33:34.372 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9222 | 2025-02-21T13:33:35.418Z | [ host-image] Feb 21 13:33:34.389 INFO O| Feb 21 13:33:34.389 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9223 | 2025-02-21T13:33:35.422Z | [ host-image] Feb 21 13:33:34.390 INFO O| Feb 21 13:33:34.389 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9224 | 2025-02-21T13:33:35.422Z | [ host-image] Feb 21 13:33:34.390 INFO O| Feb 21 13:33:34.390 INFO STEP 17 (ensure_dir) COMPLETE |
9225 | 2025-02-21T13:33:35.422Z | [ host-image] Feb 21 13:33:34.390 INFO O| Feb 21 13:33:34.390 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9226 | 2025-02-21T13:33:35.445Z | [ host-image] Feb 21 13:33:34.416 INFO O| Feb 21 13:33:34.416 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
9227 | 2025-02-21T13:33:35.445Z | [ host-image] Feb 21 13:33:34.416 INFO O| Feb 21 13:33:34.416 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
9228 | 2025-02-21T13:33:35.450Z | [ host-image] Feb 21 13:33:34.416 INFO O| Feb 21 13:33:34.416 INFO ok! |
9229 | 2025-02-21T13:33:35.450Z | [ host-image] Feb 21 13:33:34.416 INFO O| Feb 21 13:33:34.416 INFO STEP 18 (ensure_symlink) COMPLETE |
9230 | 2025-02-21T13:33:35.450Z | [ host-image] Feb 21 13:33:34.416 INFO O| Feb 21 13:33:34.416 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9231 | 2025-02-21T13:33:35.476Z | [ host-image] Feb 21 13:33:34.447 INFO O| Feb 21 13:33:34.447 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
9232 | 2025-02-21T13:33:35.476Z | [ host-image] Feb 21 13:33:34.447 INFO O| Feb 21 13:33:34.447 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
9233 | 2025-02-21T13:33:35.480Z | [ host-image] Feb 21 13:33:34.447 INFO O| Feb 21 13:33:34.447 INFO ok! |
9234 | 2025-02-21T13:33:35.480Z | [ host-image] Feb 21 13:33:34.447 INFO O| Feb 21 13:33:34.447 INFO STEP 19 (ensure_file) COMPLETE |
9235 | 2025-02-21T13:33:35.480Z | [ host-image] Feb 21 13:33:34.447 INFO O| Feb 21 13:33:34.447 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9236 | 2025-02-21T13:33:35.513Z | [ host-image] Feb 21 13:33:34.484 INFO O| Feb 21 13:33:34.484 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
9237 | 2025-02-21T13:33:35.513Z | [ host-image] Feb 21 13:33:34.484 INFO O| Feb 21 13:33:34.484 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
9238 | 2025-02-21T13:33:35.516Z | [ host-image] Feb 21 13:33:34.484 INFO O| Feb 21 13:33:34.484 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
9239 | 2025-02-21T13:33:35.516Z | [ host-image] Feb 21 13:33:34.485 INFO O| Feb 21 13:33:34.484 INFO ok! |
9240 | 2025-02-21T13:33:35.516Z | [ host-image] Feb 21 13:33:34.485 INFO O| Feb 21 13:33:34.485 INFO STEP 20 (ensure_symlink) COMPLETE |
9241 | 2025-02-21T13:33:35.516Z | [ host-image] Feb 21 13:33:34.485 INFO O| Feb 21 13:33:34.485 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9242 | 2025-02-21T13:33:35.530Z | [ host-image] Feb 21 13:33:34.501 INFO O| Feb 21 13:33:34.501 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
9243 | 2025-02-21T13:33:35.533Z | [ host-image] Feb 21 13:33:34.501 INFO O| Feb 21 13:33:34.501 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
9244 | 2025-02-21T13:33:35.533Z | [ host-image] Feb 21 13:33:34.502 INFO O| Feb 21 13:33:34.501 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
9245 | 2025-02-21T13:33:35.533Z | [ host-image] Feb 21 13:33:34.502 INFO O| Feb 21 13:33:34.502 INFO ok! |
9246 | 2025-02-21T13:33:35.533Z | [ host-image] Feb 21 13:33:34.502 INFO O| Feb 21 13:33:34.502 INFO STEP 21 (ensure_symlink) COMPLETE |
9247 | 2025-02-21T13:33:35.533Z | [ host-image] Feb 21 13:33:34.502 INFO O| Feb 21 13:33:34.502 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9248 | 2025-02-21T13:33:35.548Z | [ host-image] Feb 21 13:33:34.519 INFO O| Feb 21 13:33:34.519 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
9249 | 2025-02-21T13:33:35.548Z | [ host-image] Feb 21 13:33:34.520 INFO O| Feb 21 13:33:34.519 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
9250 | 2025-02-21T13:33:35.551Z | [ host-image] Feb 21 13:33:34.520 INFO O| Feb 21 13:33:34.520 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
9251 | 2025-02-21T13:33:35.551Z | [ host-image] Feb 21 13:33:34.520 INFO O| Feb 21 13:33:34.520 INFO ok! |
9252 | 2025-02-21T13:33:35.551Z | [ host-image] Feb 21 13:33:34.520 INFO O| Feb 21 13:33:34.520 INFO STEP 22 (ensure_symlink) COMPLETE |
9253 | 2025-02-21T13:33:35.551Z | [ host-image] Feb 21 13:33:34.520 INFO O| Feb 21 13:33:34.520 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9254 | 2025-02-21T13:33:35.589Z | [ host-image] Feb 21 13:33:34.560 INFO O| Feb 21 13:33:34.560 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
9255 | 2025-02-21T13:33:35.589Z | [ host-image] Feb 21 13:33:34.560 INFO O| Feb 21 13:33:34.560 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
9256 | 2025-02-21T13:33:35.589Z | [ host-image] Feb 21 13:33:34.560 INFO O| Feb 21 13:33:34.560 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
9257 | 2025-02-21T13:33:35.592Z | [ host-image] Feb 21 13:33:34.560 INFO O| Feb 21 13:33:34.560 INFO ok! |
9258 | 2025-02-21T13:33:35.592Z | [ host-image] Feb 21 13:33:34.560 INFO O| Feb 21 13:33:34.560 INFO STEP 23 (ensure_symlink) COMPLETE |
9259 | 2025-02-21T13:33:35.592Z | [ host-image] Feb 21 13:33:34.560 INFO O| Feb 21 13:33:34.560 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9260 | 2025-02-21T13:33:35.609Z | [ host-image] Feb 21 13:33:34.580 INFO O| Feb 21 13:33:34.580 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
9261 | 2025-02-21T13:33:35.609Z | [ host-image] Feb 21 13:33:34.581 INFO O| Feb 21 13:33:34.581 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
9262 | 2025-02-21T13:33:35.612Z | [ host-image] Feb 21 13:33:34.581 INFO O| Feb 21 13:33:34.581 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
9263 | 2025-02-21T13:33:35.612Z | [ host-image] Feb 21 13:33:34.581 INFO O| Feb 21 13:33:34.581 INFO ok! |
9264 | 2025-02-21T13:33:35.612Z | [ host-image] Feb 21 13:33:34.581 INFO O| Feb 21 13:33:34.581 INFO STEP 24 (ensure_file) COMPLETE |
9265 | 2025-02-21T13:33:35.612Z | [ host-image] Feb 21 13:33:34.581 INFO O| Feb 21 13:33:34.581 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9266 | 2025-02-21T13:33:35.629Z | [ host-image] Feb 21 13:33:34.600 INFO O| Feb 21 13:33:34.600 INFO updating shadow file |
9267 | 2025-02-21T13:33:35.629Z | [ host-image] Feb 21 13:33:34.600 INFO O| Feb 21 13:33:34.600 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9268 | 2025-02-21T13:33:35.631Z | [ host-image] Feb 21 13:33:34.600 INFO O| Feb 21 13:33:34.600 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9269 | 2025-02-21T13:33:35.631Z | [ host-image] Feb 21 13:33:34.600 INFO O| Feb 21 13:33:34.600 INFO STEP 25 (shadow) COMPLETE |
9270 | 2025-02-21T13:33:35.631Z | [ host-image] Feb 21 13:33:34.600 INFO O| Feb 21 13:33:34.600 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9271 | 2025-02-21T13:33:35.647Z | [ host-image] Feb 21 13:33:34.618 INFO O| Feb 21 13:33:34.618 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
9272 | 2025-02-21T13:33:35.647Z | [ host-image] Feb 21 13:33:34.618 INFO O| Feb 21 13:33:34.618 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
9273 | 2025-02-21T13:33:35.647Z | [ host-image] Feb 21 13:33:34.618 INFO O| Feb 21 13:33:34.618 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
9274 | 2025-02-21T13:33:35.649Z | [ host-image] Feb 21 13:33:34.618 INFO O| Feb 21 13:33:34.618 INFO ok! |
9275 | 2025-02-21T13:33:35.649Z | [ host-image] Feb 21 13:33:34.618 INFO O| Feb 21 13:33:34.618 INFO STEP 26 (ensure_file) COMPLETE |
9276 | 2025-02-21T13:33:35.649Z | [ host-image] Feb 21 13:33:34.618 INFO O| Feb 21 13:33:34.618 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9277 | 2025-02-21T13:33:35.664Z | [ host-image] Feb 21 13:33:34.636 INFO O| Feb 21 13:33:34.636 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
9278 | 2025-02-21T13:33:35.664Z | [ host-image] Feb 21 13:33:34.636 INFO O| Feb 21 13:33:34.636 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
9279 | 2025-02-21T13:33:35.667Z | [ host-image] Feb 21 13:33:34.636 INFO O| Feb 21 13:33:34.636 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
9280 | 2025-02-21T13:33:35.667Z | [ host-image] Feb 21 13:33:34.636 INFO O| Feb 21 13:33:34.636 INFO ok! |
9281 | 2025-02-21T13:33:35.667Z | [ host-image] Feb 21 13:33:34.636 INFO O| Feb 21 13:33:34.636 INFO STEP 27 (ensure_file) COMPLETE |
9282 | 2025-02-21T13:33:35.667Z | [ host-image] Feb 21 13:33:34.636 INFO O| Feb 21 13:33:34.636 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9283 | 2025-02-21T13:33:35.683Z | [ host-image] Feb 21 13:33:34.654 INFO O| Feb 21 13:33:34.654 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
9284 | 2025-02-21T13:33:35.683Z | [ host-image] Feb 21 13:33:34.654 INFO O| Feb 21 13:33:34.654 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
9285 | 2025-02-21T13:33:35.683Z | [ host-image] Feb 21 13:33:34.654 INFO O| Feb 21 13:33:34.654 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9286 | 2025-02-21T13:33:35.683Z | [ host-image] Feb 21 13:33:34.654 INFO O| Feb 21 13:33:34.654 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9287 | 2025-02-21T13:33:35.685Z | [ host-image] Feb 21 13:33:34.654 INFO O| Feb 21 13:33:34.654 INFO ok! |
9288 | 2025-02-21T13:33:35.686Z | [ host-image] Feb 21 13:33:34.654 INFO O| Feb 21 13:33:34.654 INFO STEP 28 (ensure_file) COMPLETE |
9289 | 2025-02-21T13:33:35.686Z | [ host-image] Feb 21 13:33:34.654 INFO O| Feb 21 13:33:34.654 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9290 | 2025-02-21T13:33:35.739Z | [ host-image] Feb 21 13:33:34.710 INFO O| Feb 21 13:33:34.710 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
9291 | 2025-02-21T13:33:35.739Z | [ host-image] Feb 21 13:33:34.710 INFO O| Feb 21 13:33:34.710 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
9292 | 2025-02-21T13:33:35.739Z | [ host-image] Feb 21 13:33:34.710 INFO O| Feb 21 13:33:34.710 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
9293 | 2025-02-21T13:33:35.739Z | [ host-image] Feb 21 13:33:34.710 INFO O| Feb 21 13:33:34.710 INFO ok! |
9294 | 2025-02-21T13:33:35.742Z | [ host-image] Feb 21 13:33:34.710 INFO O| Feb 21 13:33:34.710 INFO STEP 29 (ensure_file) COMPLETE |
9295 | 2025-02-21T13:33:35.742Z | [ host-image] Feb 21 13:33:34.710 INFO O| Feb 21 13:33:34.710 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9296 | 2025-02-21T13:33:35.758Z | [ host-image] Feb 21 13:33:34.729 INFO O| Feb 21 13:33:34.729 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
9297 | 2025-02-21T13:33:35.758Z | [ host-image] Feb 21 13:33:34.729 INFO O| Feb 21 13:33:34.729 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
9298 | 2025-02-21T13:33:35.758Z | [ host-image] Feb 21 13:33:34.729 INFO O| Feb 21 13:33:34.729 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
9299 | 2025-02-21T13:33:35.760Z | [ host-image] Feb 21 13:33:34.729 INFO O| Feb 21 13:33:34.729 INFO ok! |
9300 | 2025-02-21T13:33:35.760Z | [ host-image] Feb 21 13:33:34.729 INFO O| Feb 21 13:33:34.729 INFO STEP 30 (ensure_file) COMPLETE |
9301 | 2025-02-21T13:33:35.760Z | [ host-image] Feb 21 13:33:34.729 INFO O| Feb 21 13:33:34.729 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9302 | 2025-02-21T13:33:35.776Z | [ host-image] Feb 21 13:33:34.747 INFO O| Feb 21 13:33:34.747 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
9303 | 2025-02-21T13:33:35.776Z | [ host-image] Feb 21 13:33:34.747 INFO O| Feb 21 13:33:34.747 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
9304 | 2025-02-21T13:33:35.778Z | [ host-image] Feb 21 13:33:34.747 INFO O| Feb 21 13:33:34.747 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9305 | 2025-02-21T13:33:35.778Z | [ host-image] Feb 21 13:33:34.747 INFO O| Feb 21 13:33:34.747 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9306 | 2025-02-21T13:33:35.778Z | [ host-image] Feb 21 13:33:34.747 INFO O| Feb 21 13:33:34.747 INFO ok! |
9307 | 2025-02-21T13:33:35.778Z | [ host-image] Feb 21 13:33:34.747 INFO O| Feb 21 13:33:34.747 INFO STEP 31 (ensure_file) COMPLETE |
9308 | 2025-02-21T13:33:35.778Z | [ host-image] Feb 21 13:33:34.747 INFO O| Feb 21 13:33:34.747 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9309 | 2025-02-21T13:33:35.794Z | [ host-image] Feb 21 13:33:34.765 INFO O| Feb 21 13:33:34.765 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
9310 | 2025-02-21T13:33:35.794Z | [ host-image] Feb 21 13:33:34.765 INFO O| Feb 21 13:33:34.765 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
9311 | 2025-02-21T13:33:35.796Z | [ host-image] Feb 21 13:33:34.765 INFO O| Feb 21 13:33:34.765 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
9312 | 2025-02-21T13:33:35.796Z | [ host-image] Feb 21 13:33:34.765 INFO O| Feb 21 13:33:34.765 INFO ok! |
9313 | 2025-02-21T13:33:35.796Z | [ host-image] Feb 21 13:33:34.765 INFO O| Feb 21 13:33:34.765 INFO STEP 32 (ensure_file) COMPLETE |
9314 | 2025-02-21T13:33:35.796Z | [ host-image] Feb 21 13:33:34.765 INFO O| Feb 21 13:33:34.765 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9315 | 2025-02-21T13:33:35.812Z | [ host-image] Feb 21 13:33:34.783 INFO O| Feb 21 13:33:34.783 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
9316 | 2025-02-21T13:33:35.812Z | [ host-image] Feb 21 13:33:34.783 INFO O| Feb 21 13:33:34.783 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
9317 | 2025-02-21T13:33:35.814Z | [ host-image] Feb 21 13:33:34.783 INFO O| Feb 21 13:33:34.783 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
9318 | 2025-02-21T13:33:35.814Z | [ host-image] Feb 21 13:33:34.783 INFO O| Feb 21 13:33:34.783 INFO ok! |
9319 | 2025-02-21T13:33:35.814Z | [ host-image] Feb 21 13:33:34.783 INFO O| Feb 21 13:33:34.783 INFO STEP 33 (ensure_file) COMPLETE |
9320 | 2025-02-21T13:33:35.814Z | [ host-image] Feb 21 13:33:34.783 INFO O| Feb 21 13:33:34.783 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9321 | 2025-02-21T13:33:35.829Z | [ host-image] Feb 21 13:33:34.800 INFO O| Feb 21 13:33:34.800 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
9322 | 2025-02-21T13:33:35.829Z | [ host-image] Feb 21 13:33:34.800 INFO O| Feb 21 13:33:34.800 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
9323 | 2025-02-21T13:33:35.832Z | [ host-image] Feb 21 13:33:34.800 INFO O| Feb 21 13:33:34.800 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9324 | 2025-02-21T13:33:35.832Z | [ host-image] Feb 21 13:33:34.801 INFO O| Feb 21 13:33:34.801 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9325 | 2025-02-21T13:33:35.832Z | [ host-image] Feb 21 13:33:34.801 INFO O| Feb 21 13:33:34.801 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9326 | 2025-02-21T13:33:35.832Z | [ host-image] Feb 21 13:33:34.801 INFO O| Feb 21 13:33:34.801 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9327 | 2025-02-21T13:33:35.832Z | [ host-image] Feb 21 13:33:34.801 INFO O| Feb 21 13:33:34.801 INFO ok! |
9328 | 2025-02-21T13:33:35.832Z | [ host-image] Feb 21 13:33:34.801 INFO O| Feb 21 13:33:34.801 INFO STEP 34 (ensure_file) COMPLETE |
9329 | 2025-02-21T13:33:35.832Z | [ host-image] Feb 21 13:33:34.801 INFO O| Feb 21 13:33:34.801 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9330 | 2025-02-21T13:33:35.860Z | [ host-image] Feb 21 13:33:34.831 INFO O| Feb 21 13:33:34.831 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9331 | 2025-02-21T13:33:35.863Z | [ host-image] Feb 21 13:33:34.832 INFO O| Feb 21 13:33:34.831 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9332 | 2025-02-21T13:33:35.863Z | [ host-image] Feb 21 13:33:34.832 INFO O| Feb 21 13:33:34.832 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9333 | 2025-02-21T13:33:35.863Z | [ host-image] Feb 21 13:33:34.832 INFO O| Feb 21 13:33:34.832 INFO STEP 35 (ensure_dir) COMPLETE |
9334 | 2025-02-21T13:33:35.864Z | [ host-image] Feb 21 13:33:34.832 INFO O| Feb 21 13:33:34.832 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9335 | 2025-02-21T13:33:35.892Z | [ host-image] Feb 21 13:33:34.863 INFO O| Feb 21 13:33:34.863 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 |
9336 | 2025-02-21T13:33:35.892Z | [ host-image] Feb 21 13:33:34.863 INFO O| Feb 21 13:33:34.863 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 ... |
9337 | 2025-02-21T13:33:35.894Z | [ host-image] Feb 21 13:33:34.863 INFO O| Feb 21 13:33:34.863 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 |
9338 | 2025-02-21T13:33:35.894Z | [ host-image] Feb 21 13:33:34.863 INFO O| Feb 21 13:33:34.863 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 |
9339 | 2025-02-21T13:33:35.894Z | [ host-image] Feb 21 13:33:34.863 INFO O| Feb 21 13:33:34.863 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 |
9340 | 2025-02-21T13:33:35.894Z | [ host-image] Feb 21 13:33:34.863 INFO O| Feb 21 13:33:34.863 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 |
9341 | 2025-02-21T13:33:35.894Z | [ host-image] Feb 21 13:33:34.863 INFO O| Feb 21 13:33:34.863 INFO ok! |
9342 | 2025-02-21T13:33:35.895Z | [ host-image] Feb 21 13:33:34.863 INFO O| Feb 21 13:33:34.863 INFO STEP 36 (ensure_file) COMPLETE |
9343 | 2025-02-21T13:33:35.895Z | [ host-image] Feb 21 13:33:34.863 INFO O| Feb 21 13:33:34.863 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9344 | 2025-02-21T13:33:35.911Z | [ host-image] Feb 21 13:33:34.882 INFO O| Feb 21 13:33:34.882 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
9345 | 2025-02-21T13:33:35.911Z | [ host-image] Feb 21 13:33:34.882 INFO O| Feb 21 13:33:34.882 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 ... |
9346 | 2025-02-21T13:33:35.911Z | [ host-image] Feb 21 13:33:34.882 INFO O| Feb 21 13:33:34.882 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
9347 | 2025-02-21T13:33:35.913Z | [ host-image] Feb 21 13:33:34.882 INFO O| Feb 21 13:33:34.882 INFO ok! |
9348 | 2025-02-21T13:33:35.913Z | [ host-image] Feb 21 13:33:34.882 INFO O| Feb 21 13:33:34.882 INFO STEP 37 (ensure_symlink) COMPLETE |
9349 | 2025-02-21T13:33:35.913Z | [ host-image] Feb 21 13:33:34.882 INFO O| Feb 21 13:33:34.882 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9350 | 2025-02-21T13:33:35.929Z | [ host-image] Feb 21 13:33:34.900 INFO O| Feb 21 13:33:34.900 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
9351 | 2025-02-21T13:33:35.929Z | [ host-image] Feb 21 13:33:34.900 INFO O| Feb 21 13:33:34.900 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9352 | 2025-02-21T13:33:35.929Z | [ host-image] Feb 21 13:33:34.900 INFO O| Feb 21 13:33:34.900 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9353 | 2025-02-21T13:33:35.932Z | [ host-image] Feb 21 13:33:34.900 INFO O| Feb 21 13:33:34.900 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9354 | 2025-02-21T13:33:35.932Z | [ host-image] Feb 21 13:33:34.900 INFO O| Feb 21 13:33:34.900 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9355 | 2025-02-21T13:33:35.932Z | [ host-image] Feb 21 13:33:34.900 INFO O| Feb 21 13:33:34.900 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9356 | 2025-02-21T13:33:35.933Z | [ host-image] Feb 21 13:33:34.900 INFO O| Feb 21 13:33:34.900 INFO ok! |
9357 | 2025-02-21T13:33:35.933Z | [ host-image] Feb 21 13:33:34.900 INFO O| Feb 21 13:33:34.900 INFO STEP 38 (ensure_file) COMPLETE |
9358 | 2025-02-21T13:33:35.933Z | [ host-image] Feb 21 13:33:34.900 INFO O| Feb 21 13:33:34.900 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9359 | 2025-02-21T13:33:35.946Z | [ host-image] Feb 21 13:33:34.918 INFO O| Feb 21 13:33:34.917 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
9360 | 2025-02-21T13:33:35.946Z | [ host-image] Feb 21 13:33:34.918 INFO O| Feb 21 13:33:34.917 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 ... |
9361 | 2025-02-21T13:33:35.949Z | [ host-image] Feb 21 13:33:34.918 INFO O| Feb 21 13:33:34.918 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 |
9362 | 2025-02-21T13:33:35.949Z | [ host-image] Feb 21 13:33:34.918 INFO O| Feb 21 13:33:34.918 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9363 | 2025-02-21T13:33:35.949Z | [ host-image] Feb 21 13:33:34.918 INFO O| Feb 21 13:33:34.918 INFO ok! |
9364 | 2025-02-21T13:33:35.949Z | [ host-image] Feb 21 13:33:34.918 INFO O| Feb 21 13:33:34.918 INFO STEP 39 (ensure_file) COMPLETE |
9365 | 2025-02-21T13:33:35.949Z | [ host-image] Feb 21 13:33:34.918 INFO O| Feb 21 13:33:34.918 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9366 | 2025-02-21T13:33:35.966Z | [ host-image] Feb 21 13:33:34.937 INFO O| Feb 21 13:33:34.937 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
9367 | 2025-02-21T13:33:35.966Z | [ host-image] Feb 21 13:33:34.937 INFO O| Feb 21 13:33:34.937 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
9368 | 2025-02-21T13:33:35.968Z | [ host-image] Feb 21 13:33:34.937 INFO O| Feb 21 13:33:34.937 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
9369 | 2025-02-21T13:33:35.968Z | [ host-image] Feb 21 13:33:34.937 INFO O| Feb 21 13:33:34.937 INFO ok! |
9370 | 2025-02-21T13:33:35.968Z | [ host-image] Feb 21 13:33:34.937 INFO O| Feb 21 13:33:34.937 INFO STEP 40 (ensure_file) COMPLETE |
9371 | 2025-02-21T13:33:35.968Z | [ host-image] Feb 21 13:33:34.937 INFO O| Feb 21 13:33:34.937 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9372 | 2025-02-21T13:33:35.985Z | [ host-image] Feb 21 13:33:34.956 INFO O| Feb 21 13:33:34.956 INFO updating shadow file |
9373 | 2025-02-21T13:33:35.987Z | [ host-image] Feb 21 13:33:34.956 INFO O| Feb 21 13:33:34.956 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9374 | 2025-02-21T13:33:35.987Z | [ host-image] Feb 21 13:33:34.956 INFO O| Feb 21 13:33:34.956 INFO STEP 41 (shadow) COMPLETE |
9375 | 2025-02-21T13:33:35.987Z | [ host-image] Feb 21 13:33:34.956 INFO O| Feb 21 13:33:34.956 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9376 | 2025-02-21T13:33:36.006Z | [ host-image] Feb 21 13:33:34.978 INFO O| Feb 21 13:33:34.977 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
9377 | 2025-02-21T13:33:36.007Z | [ host-image] Feb 21 13:33:34.978 INFO O| Feb 21 13:33:34.978 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
9378 | 2025-02-21T13:33:36.009Z | [ host-image] Feb 21 13:33:34.978 INFO O| Feb 21 13:33:34.978 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9379 | 2025-02-21T13:33:36.009Z | [ host-image] Feb 21 13:33:34.978 INFO O| Feb 21 13:33:34.978 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9380 | 2025-02-21T13:33:36.009Z | [ host-image] Feb 21 13:33:34.978 INFO O| Feb 21 13:33:34.978 INFO ok! |
9381 | 2025-02-21T13:33:36.009Z | [ host-image] Feb 21 13:33:34.978 INFO O| Feb 21 13:33:34.978 INFO STEP 42 (ensure_file) COMPLETE |
9382 | 2025-02-21T13:33:36.009Z | [ host-image] Feb 21 13:33:34.978 INFO O| Feb 21 13:33:34.978 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9383 | 2025-02-21T13:33:36.009Z | [ host-image] Feb 21 13:33:34.978 INFO O| Feb 21 13:33:34.978 INFO skip step because feature "mfg" is not enabled |
9384 | 2025-02-21T13:33:36.009Z | [ host-image] Feb 21 13:33:34.978 INFO O| Feb 21 13:33:34.978 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9385 | 2025-02-21T13:33:36.009Z | [ host-image] Feb 21 13:33:34.978 INFO O| Feb 21 13:33:34.978 INFO skip step because feature "mfg" is not enabled |
9386 | 2025-02-21T13:33:36.010Z | [ host-image] Feb 21 13:33:34.978 INFO O| Feb 21 13:33:34.978 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9387 | 2025-02-21T13:33:36.071Z | [ host-image] Feb 21 13:33:35.042 INFO O| Feb 21 13:33:35.042 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
9388 | 2025-02-21T13:33:36.071Z | [ host-image] Feb 21 13:33:35.042 INFO O| Feb 21 13:33:35.042 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
9389 | 2025-02-21T13:33:36.913Z | [ host-image] Feb 21 13:33:35.884 INFO O| Feb 21 13:33:35.884 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9390 | 2025-02-21T13:33:36.913Z | [ host-image] Feb 21 13:33:35.884 INFO O| Feb 21 13:33:35.884 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9391 | 2025-02-21T13:33:36.913Z | [ host-image] Feb 21 13:33:35.884 INFO O| Feb 21 13:33:35.884 INFO ok! |
9392 | 2025-02-21T13:33:36.918Z | [ host-image] Feb 21 13:33:35.884 INFO O| Feb 21 13:33:35.884 INFO STEP 45 (ensure_file) COMPLETE |
9393 | 2025-02-21T13:33:36.918Z | [ host-image] Feb 21 13:33:35.884 INFO O| Feb 21 13:33:35.884 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9394 | 2025-02-21T13:33:36.933Z | [ host-image] Feb 21 13:33:35.904 INFO O| Feb 21 13:33:35.904 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
9395 | 2025-02-21T13:33:36.933Z | [ host-image] Feb 21 13:33:35.904 INFO O| Feb 21 13:33:35.904 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9396 | 2025-02-21T13:33:36.936Z | [ host-image] Feb 21 13:33:35.904 INFO O| Feb 21 13:33:35.904 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9397 | 2025-02-21T13:33:36.936Z | [ host-image] Feb 21 13:33:35.904 INFO O| Feb 21 13:33:35.904 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9398 | 2025-02-21T13:33:36.937Z | [ host-image] Feb 21 13:33:35.904 INFO O| Feb 21 13:33:35.904 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9399 | 2025-02-21T13:33:36.937Z | [ host-image] Feb 21 13:33:35.904 INFO O| Feb 21 13:33:35.904 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9400 | 2025-02-21T13:33:36.937Z | [ host-image] Feb 21 13:33:35.904 INFO O| Feb 21 13:33:35.904 INFO ok! |
9401 | 2025-02-21T13:33:36.937Z | [ host-image] Feb 21 13:33:35.904 INFO O| Feb 21 13:33:35.904 INFO STEP 46 (ensure_file) COMPLETE |
9402 | 2025-02-21T13:33:36.937Z | [ host-image] Feb 21 13:33:35.904 INFO O| Feb 21 13:33:35.904 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9403 | 2025-02-21T13:33:36.951Z | [ host-image] Feb 21 13:33:35.922 INFO O| Feb 21 13:33:35.922 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
9404 | 2025-02-21T13:33:36.951Z | [ host-image] Feb 21 13:33:35.922 INFO O| Feb 21 13:33:35.922 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 ... |
9405 | 2025-02-21T13:33:36.953Z | [ host-image] Feb 21 13:33:35.922 INFO O| Feb 21 13:33:35.922 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 |
9406 | 2025-02-21T13:33:36.953Z | [ host-image] Feb 21 13:33:35.922 INFO O| Feb 21 13:33:35.922 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9407 | 2025-02-21T13:33:36.953Z | [ host-image] Feb 21 13:33:35.922 INFO O| Feb 21 13:33:35.922 INFO ok! |
9408 | 2025-02-21T13:33:36.953Z | [ host-image] Feb 21 13:33:35.922 INFO O| Feb 21 13:33:35.922 INFO STEP 47 (ensure_file) COMPLETE |
9409 | 2025-02-21T13:33:36.953Z | [ host-image] Feb 21 13:33:35.922 INFO O| Feb 21 13:33:35.922 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9410 | 2025-02-21T13:33:36.971Z | [ host-image] Feb 21 13:33:35.942 INFO O| Feb 21 13:33:35.942 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
9411 | 2025-02-21T13:33:36.971Z | [ host-image] Feb 21 13:33:35.942 INFO O| Feb 21 13:33:35.942 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
9412 | 2025-02-21T13:33:36.974Z | [ host-image] Feb 21 13:33:35.942 INFO O| Feb 21 13:33:35.942 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9413 | 2025-02-21T13:33:36.974Z | [ host-image] Feb 21 13:33:35.943 INFO O| Feb 21 13:33:35.942 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9414 | 2025-02-21T13:33:36.974Z | [ host-image] Feb 21 13:33:35.943 INFO O| Feb 21 13:33:35.942 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9415 | 2025-02-21T13:33:36.974Z | [ host-image] Feb 21 13:33:35.943 INFO O| Feb 21 13:33:35.943 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9416 | 2025-02-21T13:33:36.974Z | [ host-image] Feb 21 13:33:35.943 INFO O| Feb 21 13:33:35.943 INFO ok! |
9417 | 2025-02-21T13:33:36.974Z | [ host-image] Feb 21 13:33:35.943 INFO O| Feb 21 13:33:35.943 INFO STEP 48 (ensure_file) COMPLETE |
9418 | 2025-02-21T13:33:36.974Z | [ host-image] Feb 21 13:33:35.943 INFO O| Feb 21 13:33:35.943 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9419 | 2025-02-21T13:33:36.991Z | [ host-image] Feb 21 13:33:35.962 INFO O| Feb 21 13:33:35.962 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
9420 | 2025-02-21T13:33:36.991Z | [ host-image] Feb 21 13:33:35.963 INFO O| Feb 21 13:33:35.962 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 ... |
9421 | 2025-02-21T13:33:36.994Z | [ host-image] Feb 21 13:33:35.963 INFO O| Feb 21 13:33:35.963 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 |
9422 | 2025-02-21T13:33:36.994Z | [ host-image] Feb 21 13:33:35.963 INFO O| Feb 21 13:33:35.963 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
9423 | 2025-02-21T13:33:36.994Z | [ host-image] Feb 21 13:33:35.963 INFO O| Feb 21 13:33:35.963 INFO ok! |
9424 | 2025-02-21T13:33:36.994Z | [ host-image] Feb 21 13:33:35.963 INFO O| Feb 21 13:33:35.963 INFO STEP 49 (ensure_file) COMPLETE |
9425 | 2025-02-21T13:33:36.994Z | [ host-image] Feb 21 13:33:35.963 INFO O| Feb 21 13:33:35.963 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9426 | 2025-02-21T13:33:37.011Z | [ host-image] Feb 21 13:33:35.982 INFO O| Feb 21 13:33:35.982 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
9427 | 2025-02-21T13:33:37.011Z | [ host-image] Feb 21 13:33:35.982 INFO O| Feb 21 13:33:35.982 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
9428 | 2025-02-21T13:33:37.014Z | [ host-image] Feb 21 13:33:35.983 INFO O| Feb 21 13:33:35.982 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9429 | 2025-02-21T13:33:37.014Z | [ host-image] Feb 21 13:33:35.983 INFO O| Feb 21 13:33:35.983 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9430 | 2025-02-21T13:33:37.014Z | [ host-image] Feb 21 13:33:35.983 INFO O| Feb 21 13:33:35.983 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9431 | 2025-02-21T13:33:37.014Z | [ host-image] Feb 21 13:33:35.983 INFO O| Feb 21 13:33:35.983 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9432 | 2025-02-21T13:33:37.014Z | [ host-image] Feb 21 13:33:35.983 INFO O| Feb 21 13:33:35.983 INFO ok! |
9433 | 2025-02-21T13:33:37.014Z | [ host-image] Feb 21 13:33:35.983 INFO O| Feb 21 13:33:35.983 INFO STEP 50 (ensure_file) COMPLETE |
9434 | 2025-02-21T13:33:37.014Z | [ host-image] Feb 21 13:33:35.983 INFO O| Feb 21 13:33:35.983 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9435 | 2025-02-21T13:33:37.030Z | [ host-image] Feb 21 13:33:36.001 INFO O| Feb 21 13:33:36.001 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
9436 | 2025-02-21T13:33:37.030Z | [ host-image] Feb 21 13:33:36.001 INFO O| Feb 21 13:33:36.001 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 ... |
9437 | 2025-02-21T13:33:37.033Z | [ host-image] Feb 21 13:33:36.002 INFO O| Feb 21 13:33:36.002 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 |
9438 | 2025-02-21T13:33:37.033Z | [ host-image] Feb 21 13:33:36.002 INFO O| Feb 21 13:33:36.002 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
9439 | 2025-02-21T13:33:37.033Z | [ host-image] Feb 21 13:33:36.002 INFO O| Feb 21 13:33:36.002 INFO ok! |
9440 | 2025-02-21T13:33:37.033Z | [ host-image] Feb 21 13:33:36.002 INFO O| Feb 21 13:33:36.002 INFO STEP 51 (ensure_file) COMPLETE |
9441 | 2025-02-21T13:33:37.033Z | [ host-image] Feb 21 13:33:36.002 INFO O| Feb 21 13:33:36.002 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9442 | 2025-02-21T13:33:37.050Z | [ host-image] Feb 21 13:33:36.021 INFO O| Feb 21 13:33:36.021 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
9443 | 2025-02-21T13:33:37.050Z | [ host-image] Feb 21 13:33:36.021 INFO O| Feb 21 13:33:36.021 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 ... |
9444 | 2025-02-21T13:33:37.053Z | [ host-image] Feb 21 13:33:36.021 INFO O| Feb 21 13:33:36.021 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 |
9445 | 2025-02-21T13:33:37.053Z | [ host-image] Feb 21 13:33:36.021 INFO O| Feb 21 13:33:36.021 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9446 | 2025-02-21T13:33:37.053Z | [ host-image] Feb 21 13:33:36.021 INFO O| Feb 21 13:33:36.021 INFO ok! |
9447 | 2025-02-21T13:33:37.053Z | [ host-image] Feb 21 13:33:36.022 INFO O| Feb 21 13:33:36.021 INFO STEP 52 (ensure_file) COMPLETE |
9448 | 2025-02-21T13:33:37.053Z | [ host-image] Feb 21 13:33:36.022 INFO O| Feb 21 13:33:36.022 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9449 | 2025-02-21T13:33:37.070Z | [ host-image] Feb 21 13:33:36.041 INFO O| Feb 21 13:33:36.041 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
9450 | 2025-02-21T13:33:37.070Z | [ host-image] Feb 21 13:33:36.041 INFO O| Feb 21 13:33:36.041 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 ... |
9451 | 2025-02-21T13:33:37.072Z | [ host-image] Feb 21 13:33:36.041 INFO O| Feb 21 13:33:36.041 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 |
9452 | 2025-02-21T13:33:37.072Z | [ host-image] Feb 21 13:33:36.041 INFO O| Feb 21 13:33:36.041 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9453 | 2025-02-21T13:33:37.072Z | [ host-image] Feb 21 13:33:36.041 INFO O| Feb 21 13:33:36.041 INFO ok! |
9454 | 2025-02-21T13:33:37.072Z | [ host-image] Feb 21 13:33:36.041 INFO O| Feb 21 13:33:36.041 INFO STEP 53 (ensure_file) COMPLETE |
9455 | 2025-02-21T13:33:37.072Z | [ host-image] Feb 21 13:33:36.041 INFO O| Feb 21 13:33:36.041 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9456 | 2025-02-21T13:33:37.089Z | [ host-image] Feb 21 13:33:36.060 INFO O| Feb 21 13:33:36.059 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
9457 | 2025-02-21T13:33:37.089Z | [ host-image] Feb 21 13:33:36.060 INFO O| Feb 21 13:33:36.060 INFO STEP 54 (ensure_dir) COMPLETE |
9458 | 2025-02-21T13:33:37.089Z | [ host-image] Feb 21 13:33:36.060 INFO O| Feb 21 13:33:36.060 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9459 | 2025-02-21T13:33:37.108Z | [ host-image] Feb 21 13:33:36.079 INFO O| Feb 21 13:33:36.079 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9460 | 2025-02-21T13:33:37.112Z | [ host-image] Feb 21 13:33:36.079 INFO O| Feb 21 13:33:36.079 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9461 | 2025-02-21T13:33:37.112Z | [ host-image] Feb 21 13:33:36.079 INFO O| Feb 21 13:33:36.079 INFO STEP 55 (ensure_dir) COMPLETE |
9462 | 2025-02-21T13:33:37.112Z | [ host-image] Feb 21 13:33:36.079 INFO O| Feb 21 13:33:36.079 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9463 | 2025-02-21T13:33:37.146Z | [ host-image] Feb 21 13:33:36.117 INFO O| Feb 21 13:33:36.117 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9464 | 2025-02-21T13:33:37.146Z | [ host-image] Feb 21 13:33:36.117 INFO O| Feb 21 13:33:36.117 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9465 | 2025-02-21T13:33:37.149Z | [ host-image] Feb 21 13:33:36.117 INFO O| Feb 21 13:33:36.117 INFO STEP 56 (ensure_dir) COMPLETE |
9466 | 2025-02-21T13:33:37.149Z | [ host-image] Feb 21 13:33:36.117 INFO O| Feb 21 13:33:36.117 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9467 | 2025-02-21T13:33:37.183Z | [ host-image] Feb 21 13:33:36.154 INFO O| Feb 21 13:33:36.154 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
9468 | 2025-02-21T13:33:37.184Z | [ host-image] Feb 21 13:33:36.154 INFO O| Feb 21 13:33:36.154 INFO copying /tmp/.tmpyXqKXH/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
9469 | 2025-02-21T13:33:37.214Z | [ host-image] Feb 21 13:33:36.185 INFO O| Feb 21 13:33:36.185 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
9470 | 2025-02-21T13:33:37.214Z | [ host-image] Feb 21 13:33:36.185 INFO O| Feb 21 13:33:36.185 INFO ok! |
9471 | 2025-02-21T13:33:37.216Z | [ host-image] Feb 21 13:33:36.185 INFO O| Feb 21 13:33:36.185 INFO STEP 57 (ensure_file) COMPLETE |
9472 | 2025-02-21T13:33:37.216Z | [ host-image] Feb 21 13:33:36.185 INFO O| Feb 21 13:33:36.185 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9473 | 2025-02-21T13:33:37.245Z | [ host-image] Feb 21 13:33:36.216 INFO O| Feb 21 13:33:36.216 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
9474 | 2025-02-21T13:33:37.298Z | [ host-image] Feb 21 13:33:36.216 INFO O| Feb 21 13:33:36.216 INFO copying /tmp/.tmpyXqKXH/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
9475 | 2025-02-21T13:33:38.717Z | [ host-image] Feb 21 13:33:37.688 INFO O| Feb 21 13:33:37.687 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
9476 | 2025-02-21T13:33:38.717Z | [ host-image] Feb 21 13:33:37.688 INFO O| Feb 21 13:33:37.688 INFO ok! |
9477 | 2025-02-21T13:33:38.717Z | [ host-image] Feb 21 13:33:37.688 INFO O| Feb 21 13:33:37.688 INFO STEP 58 (ensure_file) COMPLETE |
9478 | 2025-02-21T13:33:38.720Z | [ host-image] Feb 21 13:33:37.688 INFO O| Feb 21 13:33:37.688 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9479 | 2025-02-21T13:33:38.744Z | [ host-image] Feb 21 13:33:37.715 INFO O| Feb 21 13:33:37.715 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9480 | 2025-02-21T13:33:38.744Z | [ host-image] Feb 21 13:33:37.715 INFO O| Feb 21 13:33:37.715 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9481 | 2025-02-21T13:33:38.747Z | [ host-image] Feb 21 13:33:37.715 INFO O| Feb 21 13:33:37.715 INFO STEP 59 (ensure_dir) COMPLETE |
9482 | 2025-02-21T13:33:38.747Z | [ host-image] Feb 21 13:33:37.715 INFO O| Feb 21 13:33:37.715 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9483 | 2025-02-21T13:33:38.781Z | [ host-image] Feb 21 13:33:37.752 INFO O| Feb 21 13:33:37.752 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
9484 | 2025-02-21T13:33:38.781Z | [ host-image] Feb 21 13:33:37.752 INFO O| Feb 21 13:33:37.752 INFO copying /tmp/.tmpyXqKXH/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 ... |
9485 | 2025-02-21T13:33:38.784Z | [ host-image] Feb 21 13:33:37.752 INFO O| Feb 21 13:33:37.752 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
9486 | 2025-02-21T13:33:38.784Z | [ host-image] Feb 21 13:33:37.752 INFO O| Feb 21 13:33:37.752 INFO ok! |
9487 | 2025-02-21T13:33:38.784Z | [ host-image] Feb 21 13:33:37.752 INFO O| Feb 21 13:33:37.752 INFO STEP 60 (ensure_file) COMPLETE |
9488 | 2025-02-21T13:33:38.784Z | [ host-image] Feb 21 13:33:37.753 INFO O| Feb 21 13:33:37.752 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9489 | 2025-02-21T13:33:38.799Z | [ host-image] Feb 21 13:33:37.770 INFO O| Feb 21 13:33:37.770 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
9490 | 2025-02-21T13:33:38.800Z | [ host-image] Feb 21 13:33:37.771 INFO O| Feb 21 13:33:37.770 INFO copying /tmp/.tmpyXqKXH/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 ... |
9491 | 2025-02-21T13:33:38.800Z | [ host-image] Feb 21 13:33:37.771 INFO O| Feb 21 13:33:37.771 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
9492 | 2025-02-21T13:33:38.802Z | [ host-image] Feb 21 13:33:37.771 INFO O| Feb 21 13:33:37.771 INFO ok! |
9493 | 2025-02-21T13:33:38.802Z | [ host-image] Feb 21 13:33:37.771 INFO O| Feb 21 13:33:37.771 INFO STEP 61 (ensure_file) COMPLETE |
9494 | 2025-02-21T13:33:38.802Z | [ host-image] Feb 21 13:33:37.771 INFO O| Feb 21 13:33:37.771 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9495 | 2025-02-21T13:33:38.819Z | [ host-image] Feb 21 13:33:37.790 INFO O| Feb 21 13:33:37.790 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9496 | 2025-02-21T13:33:38.819Z | [ host-image] Feb 21 13:33:37.790 INFO O| Feb 21 13:33:37.790 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9497 | 2025-02-21T13:33:38.819Z | [ host-image] Feb 21 13:33:37.790 INFO O| Feb 21 13:33:37.790 INFO STEP 62 (ensure_dir) COMPLETE |
9498 | 2025-02-21T13:33:38.822Z | [ host-image] Feb 21 13:33:37.790 INFO O| Feb 21 13:33:37.790 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9499 | 2025-02-21T13:33:38.837Z | [ host-image] Feb 21 13:33:37.808 INFO O| Feb 21 13:33:37.808 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9500 | 2025-02-21T13:33:38.837Z | [ host-image] Feb 21 13:33:37.808 INFO O| Feb 21 13:33:37.808 INFO copying /tmp/.tmpyXqKXH/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 ... |
9501 | 2025-02-21T13:33:38.837Z | [ host-image] Feb 21 13:33:37.808 INFO O| Feb 21 13:33:37.808 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9502 | 2025-02-21T13:33:38.840Z | [ host-image] Feb 21 13:33:37.808 INFO O| Feb 21 13:33:37.808 INFO ok! |
9503 | 2025-02-21T13:33:38.840Z | [ host-image] Feb 21 13:33:37.808 INFO O| Feb 21 13:33:37.808 INFO STEP 63 (ensure_file) COMPLETE |
9504 | 2025-02-21T13:33:38.840Z | [ host-image] Feb 21 13:33:37.808 INFO O| Feb 21 13:33:37.808 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9505 | 2025-02-21T13:33:38.855Z | [ host-image] Feb 21 13:33:37.826 INFO O| Feb 21 13:33:37.826 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9506 | 2025-02-21T13:33:38.855Z | [ host-image] Feb 21 13:33:37.826 INFO O| Feb 21 13:33:37.826 INFO copying /tmp/.tmpyXqKXH/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 ... |
9507 | 2025-02-21T13:33:38.858Z | [ host-image] Feb 21 13:33:37.826 INFO O| Feb 21 13:33:37.826 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9508 | 2025-02-21T13:33:38.858Z | [ host-image] Feb 21 13:33:37.826 INFO O| Feb 21 13:33:37.826 INFO ok! |
9509 | 2025-02-21T13:33:38.858Z | [ host-image] Feb 21 13:33:37.826 INFO O| Feb 21 13:33:37.826 INFO STEP 64 (ensure_file) COMPLETE |
9510 | 2025-02-21T13:33:38.858Z | [ host-image] Feb 21 13:33:37.826 INFO O| Feb 21 13:33:37.826 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9511 | 2025-02-21T13:33:38.889Z | [ host-image] Feb 21 13:33:37.860 INFO O| Feb 21 13:33:37.860 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9512 | 2025-02-21T13:33:38.889Z | [ host-image] Feb 21 13:33:37.860 INFO O| Feb 21 13:33:37.860 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9513 | 2025-02-21T13:33:38.889Z | [ host-image] Feb 21 13:33:37.860 INFO O| Feb 21 13:33:37.860 INFO STEP 65 (ensure_dir) COMPLETE |
9514 | 2025-02-21T13:33:38.892Z | [ host-image] Feb 21 13:33:37.860 INFO O| Feb 21 13:33:37.860 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9515 | 2025-02-21T13:33:38.947Z | [ host-image] Feb 21 13:33:37.918 INFO O| Feb 21 13:33:37.918 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9516 | 2025-02-21T13:33:38.947Z | [ host-image] Feb 21 13:33:37.918 INFO O| Feb 21 13:33:37.918 INFO copying /tmp/.tmpyXqKXH/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 ... |
9517 | 2025-02-21T13:33:38.947Z | [ host-image] Feb 21 13:33:37.918 INFO O| Feb 21 13:33:37.918 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9518 | 2025-02-21T13:33:38.947Z | [ host-image] Feb 21 13:33:37.918 INFO O| Feb 21 13:33:37.918 INFO ok! |
9519 | 2025-02-21T13:33:38.947Z | [ host-image] Feb 21 13:33:37.918 INFO O| Feb 21 13:33:37.918 INFO STEP 66 (ensure_file) COMPLETE |
9520 | 2025-02-21T13:33:38.947Z | [ host-image] Feb 21 13:33:37.918 INFO O| Feb 21 13:33:37.918 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9521 | 2025-02-21T13:33:39.007Z | [ host-image] Feb 21 13:33:37.977 INFO O| Feb 21 13:33:37.977 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9522 | 2025-02-21T13:33:39.007Z | [ host-image] Feb 21 13:33:37.977 INFO O| Feb 21 13:33:37.977 INFO copying /tmp/.tmpyXqKXH/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9523 | 2025-02-21T13:33:39.009Z | [ host-image] Feb 21 13:33:37.978 INFO O| Feb 21 13:33:37.977 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9524 | 2025-02-21T13:33:39.009Z | [ host-image] Feb 21 13:33:37.978 INFO O| Feb 21 13:33:37.978 INFO ok! |
9525 | 2025-02-21T13:33:39.009Z | [ host-image] Feb 21 13:33:37.978 INFO O| Feb 21 13:33:37.978 INFO STEP 67 (ensure_file) COMPLETE |
9526 | 2025-02-21T13:33:39.009Z | [ host-image] Feb 21 13:33:37.978 INFO O| Feb 21 13:33:37.978 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9527 | 2025-02-21T13:33:39.024Z | [ host-image] Feb 21 13:33:37.995 INFO O| Feb 21 13:33:37.995 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9528 | 2025-02-21T13:33:39.024Z | [ host-image] Feb 21 13:33:37.995 INFO O| Feb 21 13:33:37.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9529 | 2025-02-21T13:33:39.024Z | [ host-image] Feb 21 13:33:37.995 INFO O| Feb 21 13:33:37.995 INFO STEP 68 (ensure_dir) COMPLETE |
9530 | 2025-02-21T13:33:39.024Z | [ host-image] Feb 21 13:33:37.995 INFO O| Feb 21 13:33:37.995 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9531 | 2025-02-21T13:33:39.044Z | [ host-image] Feb 21 13:33:38.014 INFO O| Feb 21 13:33:38.014 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9532 | 2025-02-21T13:33:39.044Z | [ host-image] Feb 21 13:33:38.014 INFO O| Feb 21 13:33:38.014 INFO copying /tmp/.tmpyXqKXH/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9533 | 2025-02-21T13:33:40.491Z | [ host-image] Feb 21 13:33:39.462 INFO O| Feb 21 13:33:39.461 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9534 | 2025-02-21T13:33:40.491Z | [ host-image] Feb 21 13:33:39.462 INFO O| Feb 21 13:33:39.462 INFO ok! |
9535 | 2025-02-21T13:33:40.491Z | [ host-image] Feb 21 13:33:39.462 INFO O| Feb 21 13:33:39.462 INFO STEP 69 (ensure_file) COMPLETE |
9536 | 2025-02-21T13:33:40.491Z | [ host-image] Feb 21 13:33:39.462 INFO O| Feb 21 13:33:39.462 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9537 | 2025-02-21T13:33:40.508Z | [ host-image] Feb 21 13:33:39.479 INFO O| Feb 21 13:33:39.479 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9538 | 2025-02-21T13:33:40.508Z | [ host-image] Feb 21 13:33:39.479 INFO O| Feb 21 13:33:39.479 INFO copying /tmp/.tmpyXqKXH/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9539 | 2025-02-21T13:33:42.990Z | [ host-image] Feb 21 13:33:41.961 INFO O| Feb 21 13:33:41.961 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9540 | 2025-02-21T13:33:42.990Z | [ host-image] Feb 21 13:33:41.961 INFO O| Feb 21 13:33:41.961 INFO ok! |
9541 | 2025-02-21T13:33:42.993Z | [ host-image] Feb 21 13:33:41.961 INFO O| Feb 21 13:33:41.961 INFO STEP 70 (ensure_file) COMPLETE |
9542 | 2025-02-21T13:33:42.993Z | [ host-image] Feb 21 13:33:41.961 INFO O| Feb 21 13:33:41.961 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9543 | 2025-02-21T13:33:43.009Z | [ host-image] Feb 21 13:33:41.980 INFO O| Feb 21 13:33:41.980 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9544 | 2025-02-21T13:33:43.010Z | [ host-image] Feb 21 13:33:41.980 INFO O| Feb 21 13:33:41.980 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9545 | 2025-02-21T13:33:43.010Z | [ host-image] Feb 21 13:33:41.980 INFO O| Feb 21 13:33:41.980 INFO STEP 71 (ensure_dir) COMPLETE |
9546 | 2025-02-21T13:33:43.012Z | [ host-image] Feb 21 13:33:41.980 INFO O| Feb 21 13:33:41.980 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9547 | 2025-02-21T13:33:43.034Z | [ host-image] Feb 21 13:33:42.005 INFO O| Feb 21 13:33:42.005 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9548 | 2025-02-21T13:33:43.034Z | [ host-image] Feb 21 13:33:42.005 INFO O| Feb 21 13:33:42.005 INFO copying /tmp/.tmpyXqKXH/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 ... |
9549 | 2025-02-21T13:33:43.037Z | [ host-image] Feb 21 13:33:42.005 INFO O| Feb 21 13:33:42.005 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9550 | 2025-02-21T13:33:43.037Z | [ host-image] Feb 21 13:33:42.005 INFO O| Feb 21 13:33:42.005 INFO ok! |
9551 | 2025-02-21T13:33:43.037Z | [ host-image] Feb 21 13:33:42.005 INFO O| Feb 21 13:33:42.005 INFO STEP 72 (ensure_file) COMPLETE |
9552 | 2025-02-21T13:33:43.037Z | [ host-image] Feb 21 13:33:42.005 INFO O| Feb 21 13:33:42.005 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9553 | 2025-02-21T13:33:43.054Z | [ host-image] Feb 21 13:33:42.025 INFO O| Feb 21 13:33:42.025 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9554 | 2025-02-21T13:33:43.054Z | [ host-image] Feb 21 13:33:42.025 INFO O| Feb 21 13:33:42.025 INFO copying /tmp/.tmpyXqKXH/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 ... |
9555 | 2025-02-21T13:33:43.057Z | [ host-image] Feb 21 13:33:42.025 INFO O| Feb 21 13:33:42.025 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9556 | 2025-02-21T13:33:43.057Z | [ host-image] Feb 21 13:33:42.025 INFO O| Feb 21 13:33:42.025 INFO ok! |
9557 | 2025-02-21T13:33:43.057Z | [ host-image] Feb 21 13:33:42.025 INFO O| Feb 21 13:33:42.025 INFO STEP 73 (ensure_file) COMPLETE |
9558 | 2025-02-21T13:33:43.057Z | [ host-image] Feb 21 13:33:42.025 INFO O| Feb 21 13:33:42.025 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9559 | 2025-02-21T13:33:43.073Z | [ host-image] Feb 21 13:33:42.044 INFO O| Feb 21 13:33:42.044 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9560 | 2025-02-21T13:33:43.073Z | [ host-image] Feb 21 13:33:42.044 INFO O| Feb 21 13:33:42.044 INFO copying /tmp/.tmpyXqKXH/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9561 | 2025-02-21T13:33:43.076Z | [ host-image] Feb 21 13:33:42.044 INFO O| Feb 21 13:33:42.044 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9562 | 2025-02-21T13:33:43.076Z | [ host-image] Feb 21 13:33:42.044 INFO O| Feb 21 13:33:42.044 INFO ok! |
9563 | 2025-02-21T13:33:43.076Z | [ host-image] Feb 21 13:33:42.044 INFO O| Feb 21 13:33:42.044 INFO STEP 74 (ensure_file) COMPLETE |
9564 | 2025-02-21T13:33:43.076Z | [ host-image] Feb 21 13:33:42.044 INFO O| Feb 21 13:33:42.044 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9565 | 2025-02-21T13:33:43.091Z | [ host-image] Feb 21 13:33:42.062 INFO O| Feb 21 13:33:42.062 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9566 | 2025-02-21T13:33:43.091Z | [ host-image] Feb 21 13:33:42.062 INFO O| Feb 21 13:33:42.062 INFO copying /tmp/.tmpyXqKXH/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9567 | 2025-02-21T13:33:43.091Z | [ host-image] Feb 21 13:33:42.062 INFO O| Feb 21 13:33:42.062 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9568 | 2025-02-21T13:33:43.094Z | [ host-image] Feb 21 13:33:42.062 INFO O| Feb 21 13:33:42.062 INFO ok! |
9569 | 2025-02-21T13:33:43.094Z | [ host-image] Feb 21 13:33:42.062 INFO O| Feb 21 13:33:42.062 INFO STEP 75 (ensure_file) COMPLETE |
9570 | 2025-02-21T13:33:43.094Z | [ host-image] Feb 21 13:33:42.062 INFO O| Feb 21 13:33:42.062 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9571 | 2025-02-21T13:33:43.110Z | [ host-image] Feb 21 13:33:42.081 INFO O| Feb 21 13:33:42.080 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9572 | 2025-02-21T13:33:43.110Z | [ host-image] Feb 21 13:33:42.081 INFO O| Feb 21 13:33:42.081 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9573 | 2025-02-21T13:33:43.110Z | [ host-image] Feb 21 13:33:42.081 INFO O| Feb 21 13:33:42.081 INFO STEP 76 (ensure_dir) COMPLETE |
9574 | 2025-02-21T13:33:43.112Z | [ host-image] Feb 21 13:33:42.081 INFO O| Feb 21 13:33:42.081 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9575 | 2025-02-21T13:33:43.128Z | [ host-image] Feb 21 13:33:42.099 INFO O| Feb 21 13:33:42.099 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9576 | 2025-02-21T13:33:43.128Z | [ host-image] Feb 21 13:33:42.099 INFO O| Feb 21 13:33:42.099 INFO copying /tmp/.tmpyXqKXH/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9577 | 2025-02-21T13:33:43.132Z | [ host-image] Feb 21 13:33:42.103 INFO O| Feb 21 13:33:42.103 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9578 | 2025-02-21T13:33:43.135Z | [ host-image] Feb 21 13:33:42.103 INFO O| Feb 21 13:33:42.103 INFO ok! |
9579 | 2025-02-21T13:33:43.135Z | [ host-image] Feb 21 13:33:42.103 INFO O| Feb 21 13:33:42.103 INFO STEP 77 (ensure_file) COMPLETE |
9580 | 2025-02-21T13:33:43.135Z | [ host-image] Feb 21 13:33:42.103 INFO O| Feb 21 13:33:42.103 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9581 | 2025-02-21T13:33:43.159Z | [ host-image] Feb 21 13:33:42.130 INFO O| Feb 21 13:33:42.130 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9582 | 2025-02-21T13:33:43.159Z | [ host-image] Feb 21 13:33:42.130 INFO O| Feb 21 13:33:42.130 INFO copying /tmp/.tmpyXqKXH/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9583 | 2025-02-21T13:33:43.159Z | [ host-image] Feb 21 13:33:42.130 INFO O| Feb 21 13:33:42.130 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9584 | 2025-02-21T13:33:43.160Z | [ host-image] Feb 21 13:33:42.130 INFO O| Feb 21 13:33:42.130 INFO ok! |
9585 | 2025-02-21T13:33:43.162Z | [ host-image] Feb 21 13:33:42.130 INFO O| Feb 21 13:33:42.130 INFO STEP 78 (ensure_file) COMPLETE |
9586 | 2025-02-21T13:33:43.162Z | [ host-image] Feb 21 13:33:42.130 INFO O| Feb 21 13:33:42.130 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9587 | 2025-02-21T13:33:43.190Z | [ host-image] Feb 21 13:33:42.161 INFO O| Feb 21 13:33:42.161 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9588 | 2025-02-21T13:33:43.190Z | [ host-image] Feb 21 13:33:42.161 INFO O| Feb 21 13:33:42.161 INFO copying /tmp/.tmpyXqKXH/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9589 | 2025-02-21T13:33:45.328Z | [ host-image] Feb 21 13:33:44.299 INFO O| Feb 21 13:33:44.299 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9590 | 2025-02-21T13:33:45.328Z | [ host-image] Feb 21 13:33:44.299 INFO O| Feb 21 13:33:44.299 INFO ok! |
9591 | 2025-02-21T13:33:45.331Z | [ host-image] Feb 21 13:33:44.299 INFO O| Feb 21 13:33:44.299 INFO STEP 79 (ensure_file) COMPLETE |
9592 | 2025-02-21T13:33:45.331Z | [ host-image] Feb 21 13:33:44.299 INFO O| Feb 21 13:33:44.299 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9593 | 2025-02-21T13:33:45.347Z | [ host-image] Feb 21 13:33:44.317 INFO O| Feb 21 13:33:44.317 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9594 | 2025-02-21T13:33:45.347Z | [ host-image] Feb 21 13:33:44.317 INFO O| Feb 21 13:33:44.317 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9595 | 2025-02-21T13:33:45.350Z | [ host-image] Feb 21 13:33:44.317 INFO O| Feb 21 13:33:44.317 INFO STEP 80 (ensure_dir) COMPLETE |
9596 | 2025-02-21T13:33:45.350Z | [ host-image] Feb 21 13:33:44.317 INFO O| Feb 21 13:33:44.317 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9597 | 2025-02-21T13:33:45.362Z | [ host-image] Feb 21 13:33:44.333 INFO O| Feb 21 13:33:44.333 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9598 | 2025-02-21T13:33:45.362Z | [ host-image] Feb 21 13:33:44.333 INFO O| Feb 21 13:33:44.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9599 | 2025-02-21T13:33:45.365Z | [ host-image] Feb 21 13:33:44.333 INFO O| Feb 21 13:33:44.333 INFO STEP 81 (ensure_dir) COMPLETE |
9600 | 2025-02-21T13:33:45.365Z | [ host-image] Feb 21 13:33:44.333 INFO O| Feb 21 13:33:44.333 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9601 | 2025-02-21T13:33:45.401Z | [ host-image] Feb 21 13:33:44.371 INFO O| Feb 21 13:33:44.371 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9602 | 2025-02-21T13:33:45.403Z | [ host-image] Feb 21 13:33:44.372 INFO O| Feb 21 13:33:44.372 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9603 | 2025-02-21T13:33:45.403Z | [ host-image] Feb 21 13:33:44.372 INFO O| Feb 21 13:33:44.372 INFO STEP 82 (ensure_dir) COMPLETE |
9604 | 2025-02-21T13:33:45.403Z | [ host-image] Feb 21 13:33:44.372 INFO O| Feb 21 13:33:44.372 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9605 | 2025-02-21T13:33:45.420Z | [ host-image] Feb 21 13:33:44.391 INFO O| Feb 21 13:33:44.391 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9606 | 2025-02-21T13:33:45.423Z | [ host-image] Feb 21 13:33:44.391 INFO O| Feb 21 13:33:44.391 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9607 | 2025-02-21T13:33:45.423Z | [ host-image] Feb 21 13:33:44.391 INFO O| Feb 21 13:33:44.391 INFO STEP 83 (ensure_dir) COMPLETE |
9608 | 2025-02-21T13:33:45.423Z | [ host-image] Feb 21 13:33:44.391 INFO O| Feb 21 13:33:44.391 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9609 | 2025-02-21T13:33:45.438Z | [ host-image] Feb 21 13:33:44.409 INFO O| Feb 21 13:33:44.409 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9610 | 2025-02-21T13:33:45.440Z | [ host-image] Feb 21 13:33:44.409 INFO O| Feb 21 13:33:44.409 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9611 | 2025-02-21T13:33:45.441Z | [ host-image] Feb 21 13:33:44.409 INFO O| Feb 21 13:33:44.409 INFO STEP 84 (ensure_dir) COMPLETE |
9612 | 2025-02-21T13:33:45.441Z | [ host-image] Feb 21 13:33:44.409 INFO O| Feb 21 13:33:44.409 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9613 | 2025-02-21T13:33:45.455Z | [ host-image] Feb 21 13:33:44.426 INFO O| Feb 21 13:33:44.426 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9614 | 2025-02-21T13:33:45.455Z | [ host-image] Feb 21 13:33:44.426 INFO O| Feb 21 13:33:44.426 INFO copying /tmp/.tmpyXqKXH/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 ... |
9615 | 2025-02-21T13:33:45.458Z | [ host-image] Feb 21 13:33:44.426 INFO O| Feb 21 13:33:44.426 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9616 | 2025-02-21T13:33:45.458Z | [ host-image] Feb 21 13:33:44.427 INFO O| Feb 21 13:33:44.426 INFO ok! |
9617 | 2025-02-21T13:33:45.458Z | [ host-image] Feb 21 13:33:44.427 INFO O| Feb 21 13:33:44.427 INFO STEP 85 (ensure_file) COMPLETE |
9618 | 2025-02-21T13:33:45.458Z | [ host-image] Feb 21 13:33:44.427 INFO O| Feb 21 13:33:44.427 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9619 | 2025-02-21T13:33:45.473Z | [ host-image] Feb 21 13:33:44.444 INFO O| Feb 21 13:33:44.443 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9620 | 2025-02-21T13:33:45.475Z | [ host-image] Feb 21 13:33:44.444 INFO O| Feb 21 13:33:44.444 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9621 | 2025-02-21T13:33:45.475Z | [ host-image] Feb 21 13:33:44.444 INFO O| Feb 21 13:33:44.444 INFO STEP 86 (ensure_dir) COMPLETE |
9622 | 2025-02-21T13:33:45.475Z | [ host-image] Feb 21 13:33:44.444 INFO O| Feb 21 13:33:44.444 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9623 | 2025-02-21T13:33:45.497Z | [ host-image] Feb 21 13:33:44.467 INFO O| Feb 21 13:33:44.467 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9624 | 2025-02-21T13:33:45.497Z | [ host-image] Feb 21 13:33:44.467 INFO O| Feb 21 13:33:44.467 INFO copying /tmp/.tmpyXqKXH/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9625 | 2025-02-21T13:33:45.499Z | [ host-image] Feb 21 13:33:44.468 INFO O| Feb 21 13:33:44.468 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9626 | 2025-02-21T13:33:45.499Z | [ host-image] Feb 21 13:33:44.468 INFO O| Feb 21 13:33:44.468 INFO ok! |
9627 | 2025-02-21T13:33:45.499Z | [ host-image] Feb 21 13:33:44.468 INFO O| Feb 21 13:33:44.468 INFO STEP 87 (ensure_file) COMPLETE |
9628 | 2025-02-21T13:33:45.499Z | [ host-image] Feb 21 13:33:44.468 INFO O| Feb 21 13:33:44.468 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9629 | 2025-02-21T13:33:45.516Z | [ host-image] Feb 21 13:33:44.487 INFO O| Feb 21 13:33:44.487 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9630 | 2025-02-21T13:33:45.516Z | [ host-image] Feb 21 13:33:44.487 INFO O| Feb 21 13:33:44.487 INFO copying /tmp/.tmpyXqKXH/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9631 | 2025-02-21T13:33:45.535Z | [ host-image] Feb 21 13:33:44.506 INFO O| Feb 21 13:33:44.506 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9632 | 2025-02-21T13:33:45.535Z | [ host-image] Feb 21 13:33:44.506 INFO O| Feb 21 13:33:44.506 INFO ok! |
9633 | 2025-02-21T13:33:45.538Z | [ host-image] Feb 21 13:33:44.506 INFO O| Feb 21 13:33:44.506 INFO STEP 88 (ensure_file) COMPLETE |
9634 | 2025-02-21T13:33:45.538Z | [ host-image] Feb 21 13:33:44.506 INFO O| Feb 21 13:33:44.506 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9635 | 2025-02-21T13:33:45.554Z | [ host-image] Feb 21 13:33:44.525 INFO O| Feb 21 13:33:44.525 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9636 | 2025-02-21T13:33:45.554Z | [ host-image] Feb 21 13:33:44.525 INFO O| Feb 21 13:33:44.525 INFO copying /tmp/.tmpyXqKXH/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9637 | 2025-02-21T13:33:46.170Z | [ host-image] Feb 21 13:33:45.140 INFO O| Feb 21 13:33:45.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9638 | 2025-02-21T13:33:46.170Z | [ host-image] Feb 21 13:33:45.140 INFO O| Feb 21 13:33:45.140 INFO ok! |
9639 | 2025-02-21T13:33:46.170Z | [ host-image] Feb 21 13:33:45.140 INFO O| Feb 21 13:33:45.140 INFO STEP 89 (ensure_file) COMPLETE |
9640 | 2025-02-21T13:33:46.170Z | [ host-image] Feb 21 13:33:45.140 INFO O| Feb 21 13:33:45.140 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9641 | 2025-02-21T13:33:46.196Z | [ host-image] Feb 21 13:33:45.166 INFO O| Feb 21 13:33:45.166 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9642 | 2025-02-21T13:33:46.196Z | [ host-image] Feb 21 13:33:45.167 INFO O| Feb 21 13:33:45.166 INFO copying /tmp/.tmpyXqKXH/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9643 | 2025-02-21T13:33:46.196Z | [ host-image] Feb 21 13:33:45.167 INFO O| Feb 21 13:33:45.167 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9644 | 2025-02-21T13:33:46.199Z | [ host-image] Feb 21 13:33:45.167 INFO O| Feb 21 13:33:45.167 INFO ok! |
9645 | 2025-02-21T13:33:46.199Z | [ host-image] Feb 21 13:33:45.167 INFO O| Feb 21 13:33:45.167 INFO STEP 90 (ensure_file) COMPLETE |
9646 | 2025-02-21T13:33:46.199Z | [ host-image] Feb 21 13:33:45.167 INFO O| Feb 21 13:33:45.167 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9647 | 2025-02-21T13:33:46.229Z | [ host-image] Feb 21 13:33:45.199 INFO O| Feb 21 13:33:45.199 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9648 | 2025-02-21T13:33:46.229Z | [ host-image] Feb 21 13:33:45.199 INFO O| Feb 21 13:33:45.199 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9649 | 2025-02-21T13:33:46.229Z | [ host-image] Feb 21 13:33:45.199 INFO O| Feb 21 13:33:45.199 INFO STEP 91 (ensure_dir) COMPLETE |
9650 | 2025-02-21T13:33:46.229Z | [ host-image] Feb 21 13:33:45.199 INFO O| Feb 21 13:33:45.199 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9651 | 2025-02-21T13:33:46.269Z | [ host-image] Feb 21 13:33:45.239 INFO O| Feb 21 13:33:45.239 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9652 | 2025-02-21T13:33:46.269Z | [ host-image] Feb 21 13:33:45.239 INFO O| Feb 21 13:33:45.239 INFO copying /tmp/.tmpyXqKXH/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 ... |
9653 | 2025-02-21T13:33:46.271Z | [ host-image] Feb 21 13:33:45.240 INFO O| Feb 21 13:33:45.240 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9654 | 2025-02-21T13:33:46.271Z | [ host-image] Feb 21 13:33:45.240 INFO O| Feb 21 13:33:45.240 INFO ok! |
9655 | 2025-02-21T13:33:46.271Z | [ host-image] Feb 21 13:33:45.240 INFO O| Feb 21 13:33:45.240 INFO STEP 92 (ensure_file) COMPLETE |
9656 | 2025-02-21T13:33:46.272Z | [ host-image] Feb 21 13:33:45.240 INFO O| Feb 21 13:33:45.240 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9657 | 2025-02-21T13:33:46.288Z | [ host-image] Feb 21 13:33:45.259 INFO O| Feb 21 13:33:45.259 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9658 | 2025-02-21T13:33:46.291Z | [ host-image] Feb 21 13:33:45.259 INFO O| Feb 21 13:33:45.259 INFO copying /tmp/.tmpyXqKXH/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 ... |
9659 | 2025-02-21T13:33:46.291Z | [ host-image] Feb 21 13:33:45.259 INFO O| Feb 21 13:33:45.259 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9660 | 2025-02-21T13:33:46.291Z | [ host-image] Feb 21 13:33:45.259 INFO O| Feb 21 13:33:45.259 INFO ok! |
9661 | 2025-02-21T13:33:46.291Z | [ host-image] Feb 21 13:33:45.259 INFO O| Feb 21 13:33:45.259 INFO STEP 93 (ensure_file) COMPLETE |
9662 | 2025-02-21T13:33:46.291Z | [ host-image] Feb 21 13:33:45.259 INFO O| Feb 21 13:33:45.259 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9663 | 2025-02-21T13:33:46.307Z | [ host-image] Feb 21 13:33:45.277 INFO O| Feb 21 13:33:45.277 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9664 | 2025-02-21T13:33:46.307Z | [ host-image] Feb 21 13:33:45.277 INFO O| Feb 21 13:33:45.277 INFO copying /tmp/.tmpyXqKXH/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 ... |
9665 | 2025-02-21T13:33:46.307Z | [ host-image] Feb 21 13:33:45.278 INFO O| Feb 21 13:33:45.278 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9666 | 2025-02-21T13:33:46.307Z | [ host-image] Feb 21 13:33:45.278 INFO O| Feb 21 13:33:45.278 INFO ok! |
9667 | 2025-02-21T13:33:46.309Z | [ host-image] Feb 21 13:33:45.278 INFO O| Feb 21 13:33:45.278 INFO STEP 94 (ensure_file) COMPLETE |
9668 | 2025-02-21T13:33:46.309Z | [ host-image] Feb 21 13:33:45.278 INFO O| Feb 21 13:33:45.278 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9669 | 2025-02-21T13:33:46.324Z | [ host-image] Feb 21 13:33:45.294 INFO O| Feb 21 13:33:45.294 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9670 | 2025-02-21T13:33:46.324Z | [ host-image] Feb 21 13:33:45.294 INFO O| Feb 21 13:33:45.294 INFO copying /tmp/.tmpyXqKXH/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 ... |
9671 | 2025-02-21T13:33:46.324Z | [ host-image] Feb 21 13:33:45.294 INFO O| Feb 21 13:33:45.294 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9672 | 2025-02-21T13:33:46.327Z | [ host-image] Feb 21 13:33:45.294 INFO O| Feb 21 13:33:45.294 INFO ok! |
9673 | 2025-02-21T13:33:46.327Z | [ host-image] Feb 21 13:33:45.294 INFO O| Feb 21 13:33:45.294 INFO STEP 95 (ensure_file) COMPLETE |
9674 | 2025-02-21T13:33:46.327Z | [ host-image] Feb 21 13:33:45.294 INFO O| Feb 21 13:33:45.294 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9675 | 2025-02-21T13:33:46.350Z | [ host-image] Feb 21 13:33:45.320 INFO O| Feb 21 13:33:45.320 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9676 | 2025-02-21T13:33:46.350Z | [ host-image] Feb 21 13:33:45.320 INFO O| Feb 21 13:33:45.320 INFO copying /tmp/.tmpyXqKXH/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 ... |
9677 | 2025-02-21T13:33:46.352Z | [ host-image] Feb 21 13:33:45.321 INFO O| Feb 21 13:33:45.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9678 | 2025-02-21T13:33:46.352Z | [ host-image] Feb 21 13:33:45.321 INFO O| Feb 21 13:33:45.321 INFO ok! |
9679 | 2025-02-21T13:33:46.352Z | [ host-image] Feb 21 13:33:45.321 INFO O| Feb 21 13:33:45.321 INFO STEP 96 (ensure_file) COMPLETE |
9680 | 2025-02-21T13:33:46.352Z | [ host-image] Feb 21 13:33:45.321 INFO O| Feb 21 13:33:45.321 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9681 | 2025-02-21T13:33:46.386Z | [ host-image] Feb 21 13:33:45.357 INFO O| Feb 21 13:33:45.357 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d does not exist |
9682 | 2025-02-21T13:33:46.386Z | [ host-image] Feb 21 13:33:45.357 INFO O| Feb 21 13:33:45.357 INFO copying /tmp/.tmpyXqKXH/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 ... |
9683 | 2025-02-21T13:33:46.386Z | [ host-image] Feb 21 13:33:45.357 INFO O| Feb 21 13:33:45.357 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d |
9684 | 2025-02-21T13:33:46.389Z | [ host-image] Feb 21 13:33:45.357 INFO O| Feb 21 13:33:45.357 INFO ok! |
9685 | 2025-02-21T13:33:46.389Z | [ host-image] Feb 21 13:33:45.357 INFO O| Feb 21 13:33:45.357 INFO STEP 97 (ensure_file) COMPLETE |
9686 | 2025-02-21T13:33:46.389Z | [ host-image] Feb 21 13:33:45.357 INFO O| Feb 21 13:33:45.357 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9687 | 2025-02-21T13:33:46.404Z | [ host-image] Feb 21 13:33:45.375 INFO O| Feb 21 13:33:45.375 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9688 | 2025-02-21T13:33:46.404Z | [ host-image] Feb 21 13:33:45.375 INFO O| Feb 21 13:33:45.375 INFO copying /tmp/.tmpyXqKXH/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9689 | 2025-02-21T13:33:46.404Z | [ host-image] Feb 21 13:33:45.375 INFO O| Feb 21 13:33:45.375 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9690 | 2025-02-21T13:33:46.407Z | [ host-image] Feb 21 13:33:45.375 INFO O| Feb 21 13:33:45.375 INFO ok! |
9691 | 2025-02-21T13:33:46.407Z | [ host-image] Feb 21 13:33:45.375 INFO O| Feb 21 13:33:45.375 INFO STEP 98 (ensure_file) COMPLETE |
9692 | 2025-02-21T13:33:46.407Z | [ host-image] Feb 21 13:33:45.375 INFO O| Feb 21 13:33:45.375 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9693 | 2025-02-21T13:33:46.422Z | [ host-image] Feb 21 13:33:45.393 INFO O| Feb 21 13:33:45.393 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9694 | 2025-02-21T13:33:46.422Z | [ host-image] Feb 21 13:33:45.393 INFO O| Feb 21 13:33:45.393 INFO copying /tmp/.tmpyXqKXH/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 ... |
9695 | 2025-02-21T13:33:46.422Z | [ host-image] Feb 21 13:33:45.393 INFO O| Feb 21 13:33:45.393 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9696 | 2025-02-21T13:33:46.425Z | [ host-image] Feb 21 13:33:45.393 INFO O| Feb 21 13:33:45.393 INFO ok! |
9697 | 2025-02-21T13:33:46.425Z | [ host-image] Feb 21 13:33:45.393 INFO O| Feb 21 13:33:45.393 INFO STEP 99 (ensure_file) COMPLETE |
9698 | 2025-02-21T13:33:46.425Z | [ host-image] Feb 21 13:33:45.393 INFO O| Feb 21 13:33:45.393 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9699 | 2025-02-21T13:33:46.440Z | [ host-image] Feb 21 13:33:45.410 INFO O| Feb 21 13:33:45.410 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9700 | 2025-02-21T13:33:46.440Z | [ host-image] Feb 21 13:33:45.410 INFO O| Feb 21 13:33:45.410 INFO copying /tmp/.tmpyXqKXH/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 ... |
9701 | 2025-02-21T13:33:46.440Z | [ host-image] Feb 21 13:33:45.410 INFO O| Feb 21 13:33:45.410 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9702 | 2025-02-21T13:33:46.440Z | [ host-image] Feb 21 13:33:45.410 INFO O| Feb 21 13:33:45.410 INFO ok! |
9703 | 2025-02-21T13:33:46.442Z | [ host-image] Feb 21 13:33:45.410 INFO O| Feb 21 13:33:45.410 INFO STEP 100 (ensure_file) COMPLETE |
9704 | 2025-02-21T13:33:46.442Z | [ host-image] Feb 21 13:33:45.411 INFO O| Feb 21 13:33:45.410 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9705 | 2025-02-21T13:33:46.458Z | [ host-image] Feb 21 13:33:45.429 INFO O| Feb 21 13:33:45.429 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9706 | 2025-02-21T13:33:46.458Z | [ host-image] Feb 21 13:33:45.429 INFO O| Feb 21 13:33:45.429 INFO copying /tmp/.tmpyXqKXH/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 ... |
9707 | 2025-02-21T13:33:46.461Z | [ host-image] Feb 21 13:33:45.429 INFO O| Feb 21 13:33:45.429 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9708 | 2025-02-21T13:33:46.461Z | [ host-image] Feb 21 13:33:45.429 INFO O| Feb 21 13:33:45.429 INFO ok! |
9709 | 2025-02-21T13:33:46.461Z | [ host-image] Feb 21 13:33:45.429 INFO O| Feb 21 13:33:45.429 INFO STEP 101 (ensure_file) COMPLETE |
9710 | 2025-02-21T13:33:46.461Z | [ host-image] Feb 21 13:33:45.429 INFO O| Feb 21 13:33:45.429 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9711 | 2025-02-21T13:33:46.476Z | [ host-image] Feb 21 13:33:45.447 INFO O| Feb 21 13:33:45.446 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9712 | 2025-02-21T13:33:46.476Z | [ host-image] Feb 21 13:33:45.447 INFO O| Feb 21 13:33:45.446 INFO copying /tmp/.tmpyXqKXH/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9713 | 2025-02-21T13:33:46.478Z | [ host-image] Feb 21 13:33:45.447 INFO O| Feb 21 13:33:45.447 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9714 | 2025-02-21T13:33:46.478Z | [ host-image] Feb 21 13:33:45.447 INFO O| Feb 21 13:33:45.447 INFO ok! |
9715 | 2025-02-21T13:33:46.478Z | [ host-image] Feb 21 13:33:45.447 INFO O| Feb 21 13:33:45.447 INFO STEP 102 (ensure_file) COMPLETE |
9716 | 2025-02-21T13:33:46.478Z | [ host-image] Feb 21 13:33:45.447 INFO O| Feb 21 13:33:45.447 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9717 | 2025-02-21T13:33:46.497Z | [ host-image] Feb 21 13:33:45.467 INFO O| Feb 21 13:33:45.467 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9718 | 2025-02-21T13:33:46.497Z | [ host-image] Feb 21 13:33:45.467 INFO O| Feb 21 13:33:45.467 INFO copying /tmp/.tmpyXqKXH/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 ... |
9719 | 2025-02-21T13:33:46.499Z | [ host-image] Feb 21 13:33:45.468 INFO O| Feb 21 13:33:45.467 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9720 | 2025-02-21T13:33:46.499Z | [ host-image] Feb 21 13:33:45.468 INFO O| Feb 21 13:33:45.467 INFO ok! |
9721 | 2025-02-21T13:33:46.499Z | [ host-image] Feb 21 13:33:45.468 INFO O| Feb 21 13:33:45.467 INFO STEP 103 (ensure_file) COMPLETE |
9722 | 2025-02-21T13:33:46.499Z | [ host-image] Feb 21 13:33:45.468 INFO O| Feb 21 13:33:45.468 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9723 | 2025-02-21T13:33:46.534Z | [ host-image] Feb 21 13:33:45.504 INFO O| Feb 21 13:33:45.504 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9724 | 2025-02-21T13:33:46.534Z | [ host-image] Feb 21 13:33:45.504 INFO O| Feb 21 13:33:45.504 INFO copying /tmp/.tmpyXqKXH/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 ... |
9725 | 2025-02-21T13:33:46.536Z | [ host-image] Feb 21 13:33:45.505 INFO O| Feb 21 13:33:45.504 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9726 | 2025-02-21T13:33:46.536Z | [ host-image] Feb 21 13:33:45.505 INFO O| Feb 21 13:33:45.505 INFO ok! |
9727 | 2025-02-21T13:33:46.536Z | [ host-image] Feb 21 13:33:45.505 INFO O| Feb 21 13:33:45.505 INFO STEP 104 (ensure_file) COMPLETE |
9728 | 2025-02-21T13:33:46.536Z | [ host-image] Feb 21 13:33:45.505 INFO O| Feb 21 13:33:45.505 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9729 | 2025-02-21T13:33:46.552Z | [ host-image] Feb 21 13:33:45.523 INFO O| Feb 21 13:33:45.523 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9730 | 2025-02-21T13:33:46.552Z | [ host-image] Feb 21 13:33:45.523 INFO O| Feb 21 13:33:45.523 INFO copying /tmp/.tmpyXqKXH/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 ... |
9731 | 2025-02-21T13:33:46.555Z | [ host-image] Feb 21 13:33:45.523 INFO O| Feb 21 13:33:45.523 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9732 | 2025-02-21T13:33:46.555Z | [ host-image] Feb 21 13:33:45.523 INFO O| Feb 21 13:33:45.523 INFO ok! |
9733 | 2025-02-21T13:33:46.555Z | [ host-image] Feb 21 13:33:45.523 INFO O| Feb 21 13:33:45.523 INFO STEP 105 (ensure_file) COMPLETE |
9734 | 2025-02-21T13:33:46.555Z | [ host-image] Feb 21 13:33:45.523 INFO O| Feb 21 13:33:45.523 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9735 | 2025-02-21T13:33:46.571Z | [ host-image] Feb 21 13:33:45.541 INFO O| Feb 21 13:33:45.541 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9736 | 2025-02-21T13:33:46.571Z | [ host-image] Feb 21 13:33:45.541 INFO O| Feb 21 13:33:45.541 INFO copying /tmp/.tmpyXqKXH/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 ... |
9737 | 2025-02-21T13:33:46.571Z | [ host-image] Feb 21 13:33:45.542 INFO O| Feb 21 13:33:45.542 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9738 | 2025-02-21T13:33:46.571Z | [ host-image] Feb 21 13:33:45.542 INFO O| Feb 21 13:33:45.542 INFO ok! |
9739 | 2025-02-21T13:33:46.571Z | [ host-image] Feb 21 13:33:45.542 INFO O| Feb 21 13:33:45.542 INFO STEP 106 (ensure_file) COMPLETE |
9740 | 2025-02-21T13:33:46.574Z | [ host-image] Feb 21 13:33:45.542 INFO O| Feb 21 13:33:45.542 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9741 | 2025-02-21T13:33:46.589Z | [ host-image] Feb 21 13:33:45.559 INFO O| Feb 21 13:33:45.559 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9742 | 2025-02-21T13:33:46.589Z | [ host-image] Feb 21 13:33:45.559 INFO O| Feb 21 13:33:45.559 INFO copying /tmp/.tmpyXqKXH/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 ... |
9743 | 2025-02-21T13:33:46.589Z | [ host-image] Feb 21 13:33:45.559 INFO O| Feb 21 13:33:45.559 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9744 | 2025-02-21T13:33:46.589Z | [ host-image] Feb 21 13:33:45.559 INFO O| Feb 21 13:33:45.559 INFO ok! |
9745 | 2025-02-21T13:33:46.589Z | [ host-image] Feb 21 13:33:45.559 INFO O| Feb 21 13:33:45.559 INFO STEP 107 (ensure_file) COMPLETE |
9746 | 2025-02-21T13:33:46.590Z | [ host-image] Feb 21 13:33:45.560 INFO O| Feb 21 13:33:45.559 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9747 | 2025-02-21T13:33:46.607Z | [ host-image] Feb 21 13:33:45.577 INFO O| Feb 21 13:33:45.577 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9748 | 2025-02-21T13:33:46.607Z | [ host-image] Feb 21 13:33:45.577 INFO O| Feb 21 13:33:45.577 INFO copying /tmp/.tmpyXqKXH/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 ... |
9749 | 2025-02-21T13:33:46.608Z | [ host-image] Feb 21 13:33:45.577 INFO O| Feb 21 13:33:45.577 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9750 | 2025-02-21T13:33:46.608Z | [ host-image] Feb 21 13:33:45.578 INFO O| Feb 21 13:33:45.577 INFO ok! |
9751 | 2025-02-21T13:33:46.608Z | [ host-image] Feb 21 13:33:45.578 INFO O| Feb 21 13:33:45.577 INFO STEP 108 (ensure_file) COMPLETE |
9752 | 2025-02-21T13:33:46.608Z | [ host-image] Feb 21 13:33:45.578 INFO O| Feb 21 13:33:45.577 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9753 | 2025-02-21T13:33:46.624Z | [ host-image] Feb 21 13:33:45.595 INFO O| Feb 21 13:33:45.595 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9754 | 2025-02-21T13:33:46.624Z | [ host-image] Feb 21 13:33:45.595 INFO O| Feb 21 13:33:45.595 INFO copying /tmp/.tmpyXqKXH/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 ... |
9755 | 2025-02-21T13:33:46.624Z | [ host-image] Feb 21 13:33:45.595 INFO O| Feb 21 13:33:45.595 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9756 | 2025-02-21T13:33:46.628Z | [ host-image] Feb 21 13:33:45.595 INFO O| Feb 21 13:33:45.595 INFO ok! |
9757 | 2025-02-21T13:33:46.628Z | [ host-image] Feb 21 13:33:45.595 INFO O| Feb 21 13:33:45.595 INFO STEP 109 (ensure_file) COMPLETE |
9758 | 2025-02-21T13:33:46.628Z | [ host-image] Feb 21 13:33:45.595 INFO O| Feb 21 13:33:45.595 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9759 | 2025-02-21T13:33:46.642Z | [ host-image] Feb 21 13:33:45.612 INFO O| Feb 21 13:33:45.612 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9760 | 2025-02-21T13:33:46.642Z | [ host-image] Feb 21 13:33:45.612 INFO O| Feb 21 13:33:45.612 INFO copying /tmp/.tmpyXqKXH/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 ... |
9761 | 2025-02-21T13:33:46.644Z | [ host-image] Feb 21 13:33:45.612 INFO O| Feb 21 13:33:45.612 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9762 | 2025-02-21T13:33:46.644Z | [ host-image] Feb 21 13:33:45.613 INFO O| Feb 21 13:33:45.612 INFO ok! |
9763 | 2025-02-21T13:33:46.644Z | [ host-image] Feb 21 13:33:45.613 INFO O| Feb 21 13:33:45.612 INFO STEP 110 (ensure_file) COMPLETE |
9764 | 2025-02-21T13:33:46.644Z | [ host-image] Feb 21 13:33:45.613 INFO O| Feb 21 13:33:45.612 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9765 | 2025-02-21T13:33:46.659Z | [ host-image] Feb 21 13:33:45.630 INFO O| Feb 21 13:33:45.630 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9766 | 2025-02-21T13:33:46.659Z | [ host-image] Feb 21 13:33:45.630 INFO O| Feb 21 13:33:45.630 INFO copying /tmp/.tmpyXqKXH/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 ... |
9767 | 2025-02-21T13:33:46.663Z | [ host-image] Feb 21 13:33:45.630 INFO O| Feb 21 13:33:45.630 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9768 | 2025-02-21T13:33:46.663Z | [ host-image] Feb 21 13:33:45.630 INFO O| Feb 21 13:33:45.630 INFO ok! |
9769 | 2025-02-21T13:33:46.663Z | [ host-image] Feb 21 13:33:45.630 INFO O| Feb 21 13:33:45.630 INFO STEP 111 (ensure_file) COMPLETE |
9770 | 2025-02-21T13:33:46.663Z | [ host-image] Feb 21 13:33:45.630 INFO O| Feb 21 13:33:45.630 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9771 | 2025-02-21T13:33:46.690Z | [ host-image] Feb 21 13:33:45.660 INFO O| Feb 21 13:33:45.660 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9772 | 2025-02-21T13:33:46.690Z | [ host-image] Feb 21 13:33:45.660 INFO O| Feb 21 13:33:45.660 INFO copying /tmp/.tmpyXqKXH/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 ... |
9773 | 2025-02-21T13:33:46.693Z | [ host-image] Feb 21 13:33:45.661 INFO O| Feb 21 13:33:45.661 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9774 | 2025-02-21T13:33:46.693Z | [ host-image] Feb 21 13:33:45.661 INFO O| Feb 21 13:33:45.661 INFO ok! |
9775 | 2025-02-21T13:33:46.693Z | [ host-image] Feb 21 13:33:45.661 INFO O| Feb 21 13:33:45.661 INFO STEP 112 (ensure_file) COMPLETE |
9776 | 2025-02-21T13:33:46.693Z | [ host-image] Feb 21 13:33:45.661 INFO O| Feb 21 13:33:45.661 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9777 | 2025-02-21T13:33:46.723Z | [ host-image] Feb 21 13:33:45.692 INFO O| Feb 21 13:33:45.692 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh does not exist |
9778 | 2025-02-21T13:33:46.723Z | [ host-image] Feb 21 13:33:45.692 INFO O| Feb 21 13:33:45.692 INFO copying /tmp/.tmpyXqKXH/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 ... |
9779 | 2025-02-21T13:33:46.726Z | [ host-image] Feb 21 13:33:45.693 INFO O| Feb 21 13:33:45.692 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh |
9780 | 2025-02-21T13:33:46.726Z | [ host-image] Feb 21 13:33:45.693 INFO O| Feb 21 13:33:45.693 INFO ok! |
9781 | 2025-02-21T13:33:46.726Z | [ host-image] Feb 21 13:33:45.693 INFO O| Feb 21 13:33:45.693 INFO STEP 113 (ensure_file) COMPLETE |
9782 | 2025-02-21T13:33:46.726Z | [ host-image] Feb 21 13:33:45.693 INFO O| Feb 21 13:33:45.693 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9783 | 2025-02-21T13:33:46.740Z | [ host-image] Feb 21 13:33:45.711 INFO O| Feb 21 13:33:45.711 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d does not exist |
9784 | 2025-02-21T13:33:46.740Z | [ host-image] Feb 21 13:33:45.711 INFO O| Feb 21 13:33:45.711 INFO copying /tmp/.tmpyXqKXH/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 ... |
9785 | 2025-02-21T13:33:46.743Z | [ host-image] Feb 21 13:33:45.711 INFO O| Feb 21 13:33:45.711 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d |
9786 | 2025-02-21T13:33:46.743Z | [ host-image] Feb 21 13:33:45.711 INFO O| Feb 21 13:33:45.711 INFO ok! |
9787 | 2025-02-21T13:33:46.743Z | [ host-image] Feb 21 13:33:45.711 INFO O| Feb 21 13:33:45.711 INFO STEP 114 (ensure_file) COMPLETE |
9788 | 2025-02-21T13:33:46.743Z | [ host-image] Feb 21 13:33:45.711 INFO O| Feb 21 13:33:45.711 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9789 | 2025-02-21T13:33:46.758Z | [ host-image] Feb 21 13:33:45.729 INFO O| Feb 21 13:33:45.729 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9790 | 2025-02-21T13:33:46.758Z | [ host-image] Feb 21 13:33:45.729 INFO O| Feb 21 13:33:45.729 INFO copying /tmp/.tmpyXqKXH/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 ... |
9791 | 2025-02-21T13:33:46.760Z | [ host-image] Feb 21 13:33:45.729 INFO O| Feb 21 13:33:45.729 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9792 | 2025-02-21T13:33:46.761Z | [ host-image] Feb 21 13:33:45.729 INFO O| Feb 21 13:33:45.729 INFO ok! |
9793 | 2025-02-21T13:33:46.761Z | [ host-image] Feb 21 13:33:45.729 INFO O| Feb 21 13:33:45.729 INFO STEP 115 (ensure_file) COMPLETE |
9794 | 2025-02-21T13:33:46.761Z | [ host-image] Feb 21 13:33:45.729 INFO O| Feb 21 13:33:45.729 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9795 | 2025-02-21T13:33:46.776Z | [ host-image] Feb 21 13:33:45.746 INFO O| Feb 21 13:33:45.746 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist |
9796 | 2025-02-21T13:33:46.776Z | [ host-image] Feb 21 13:33:45.746 INFO O| Feb 21 13:33:45.746 INFO copying /tmp/.tmpyXqKXH/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 ... |
9797 | 2025-02-21T13:33:46.778Z | [ host-image] Feb 21 13:33:45.747 INFO O| Feb 21 13:33:45.746 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d |
9798 | 2025-02-21T13:33:46.778Z | [ host-image] Feb 21 13:33:45.747 INFO O| Feb 21 13:33:45.746 INFO ok! |
9799 | 2025-02-21T13:33:46.778Z | [ host-image] Feb 21 13:33:45.747 INFO O| Feb 21 13:33:45.747 INFO STEP 116 (ensure_file) COMPLETE |
9800 | 2025-02-21T13:33:46.778Z | [ host-image] Feb 21 13:33:45.747 INFO O| Feb 21 13:33:45.747 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9801 | 2025-02-21T13:33:46.795Z | [ host-image] Feb 21 13:33:45.765 INFO O| Feb 21 13:33:45.765 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9802 | 2025-02-21T13:33:46.795Z | [ host-image] Feb 21 13:33:45.765 INFO O| Feb 21 13:33:45.765 INFO copying /tmp/.tmpyXqKXH/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 ... |
9803 | 2025-02-21T13:33:46.797Z | [ host-image] Feb 21 13:33:45.765 INFO O| Feb 21 13:33:45.765 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9804 | 2025-02-21T13:33:46.797Z | [ host-image] Feb 21 13:33:45.765 INFO O| Feb 21 13:33:45.765 INFO ok! |
9805 | 2025-02-21T13:33:46.797Z | [ host-image] Feb 21 13:33:45.766 INFO O| Feb 21 13:33:45.765 INFO STEP 117 (ensure_file) COMPLETE |
9806 | 2025-02-21T13:33:46.797Z | [ host-image] Feb 21 13:33:45.766 INFO O| Feb 21 13:33:45.765 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9807 | 2025-02-21T13:33:46.835Z | [ host-image] Feb 21 13:33:45.805 INFO O| Feb 21 13:33:45.805 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist |
9808 | 2025-02-21T13:33:46.835Z | [ host-image] Feb 21 13:33:45.805 INFO O| Feb 21 13:33:45.805 INFO copying /tmp/.tmpyXqKXH/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 ... |
9809 | 2025-02-21T13:33:46.837Z | [ host-image] Feb 21 13:33:45.806 INFO O| Feb 21 13:33:45.805 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d |
9810 | 2025-02-21T13:33:46.837Z | [ host-image] Feb 21 13:33:45.806 INFO O| Feb 21 13:33:45.805 INFO ok! |
9811 | 2025-02-21T13:33:46.837Z | [ host-image] Feb 21 13:33:45.806 INFO O| Feb 21 13:33:45.806 INFO STEP 118 (ensure_file) COMPLETE |
9812 | 2025-02-21T13:33:46.837Z | [ host-image] Feb 21 13:33:45.806 INFO O| Feb 21 13:33:45.806 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9813 | 2025-02-21T13:33:46.873Z | [ host-image] Feb 21 13:33:45.844 INFO O| Feb 21 13:33:45.844 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9814 | 2025-02-21T13:33:46.873Z | [ host-image] Feb 21 13:33:45.844 INFO O| Feb 21 13:33:45.844 INFO copying /tmp/.tmpyXqKXH/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 ... |
9815 | 2025-02-21T13:33:46.873Z | [ host-image] Feb 21 13:33:45.844 INFO O| Feb 21 13:33:45.844 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9816 | 2025-02-21T13:33:46.873Z | [ host-image] Feb 21 13:33:45.844 INFO O| Feb 21 13:33:45.844 INFO ok! |
9817 | 2025-02-21T13:33:46.876Z | [ host-image] Feb 21 13:33:45.844 INFO O| Feb 21 13:33:45.844 INFO STEP 119 (ensure_file) COMPLETE |
9818 | 2025-02-21T13:33:46.876Z | [ host-image] Feb 21 13:33:45.844 INFO O| Feb 21 13:33:45.844 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9819 | 2025-02-21T13:33:46.892Z | [ host-image] Feb 21 13:33:45.863 INFO O| Feb 21 13:33:45.863 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9820 | 2025-02-21T13:33:46.892Z | [ host-image] Feb 21 13:33:45.863 INFO O| Feb 21 13:33:45.863 INFO copying /tmp/.tmpyXqKXH/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 ... |
9821 | 2025-02-21T13:33:46.895Z | [ host-image] Feb 21 13:33:45.863 INFO O| Feb 21 13:33:45.863 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9822 | 2025-02-21T13:33:46.895Z | [ host-image] Feb 21 13:33:45.863 INFO O| Feb 21 13:33:45.863 INFO ok! |
9823 | 2025-02-21T13:33:46.895Z | [ host-image] Feb 21 13:33:45.863 INFO O| Feb 21 13:33:45.863 INFO STEP 120 (ensure_file) COMPLETE |
9824 | 2025-02-21T13:33:46.895Z | [ host-image] Feb 21 13:33:45.863 INFO O| Feb 21 13:33:45.863 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9825 | 2025-02-21T13:33:46.911Z | [ host-image] Feb 21 13:33:45.882 INFO O| Feb 21 13:33:45.881 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9826 | 2025-02-21T13:33:46.911Z | [ host-image] Feb 21 13:33:45.882 INFO O| Feb 21 13:33:45.882 INFO copying /tmp/.tmpyXqKXH/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9827 | 2025-02-21T13:33:46.913Z | [ host-image] Feb 21 13:33:45.882 INFO O| Feb 21 13:33:45.882 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9828 | 2025-02-21T13:33:46.914Z | [ host-image] Feb 21 13:33:45.882 INFO O| Feb 21 13:33:45.882 INFO ok! |
9829 | 2025-02-21T13:33:46.914Z | [ host-image] Feb 21 13:33:45.882 INFO O| Feb 21 13:33:45.882 INFO STEP 121 (ensure_file) COMPLETE |
9830 | 2025-02-21T13:33:46.914Z | [ host-image] Feb 21 13:33:45.882 INFO O| Feb 21 13:33:45.882 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9831 | 2025-02-21T13:33:46.936Z | [ host-image] Feb 21 13:33:45.907 INFO O| Feb 21 13:33:45.907 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9832 | 2025-02-21T13:33:46.936Z | [ host-image] Feb 21 13:33:45.907 INFO O| Feb 21 13:33:45.907 INFO copying /tmp/.tmpyXqKXH/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 ... |
9833 | 2025-02-21T13:33:46.939Z | [ host-image] Feb 21 13:33:45.907 INFO O| Feb 21 13:33:45.907 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9834 | 2025-02-21T13:33:46.939Z | [ host-image] Feb 21 13:33:45.907 INFO O| Feb 21 13:33:45.907 INFO ok! |
9835 | 2025-02-21T13:33:46.939Z | [ host-image] Feb 21 13:33:45.907 INFO O| Feb 21 13:33:45.907 INFO STEP 122 (ensure_file) COMPLETE |
9836 | 2025-02-21T13:33:46.939Z | [ host-image] Feb 21 13:33:45.907 INFO O| Feb 21 13:33:45.907 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9837 | 2025-02-21T13:33:46.969Z | [ host-image] Feb 21 13:33:45.939 INFO O| Feb 21 13:33:45.939 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9838 | 2025-02-21T13:33:46.969Z | [ host-image] Feb 21 13:33:45.939 INFO O| Feb 21 13:33:45.939 INFO copying /tmp/.tmpyXqKXH/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9839 | 2025-02-21T13:33:46.971Z | [ host-image] Feb 21 13:33:45.939 INFO O| Feb 21 13:33:45.939 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9840 | 2025-02-21T13:33:46.971Z | [ host-image] Feb 21 13:33:45.939 INFO O| Feb 21 13:33:45.939 INFO ok! |
9841 | 2025-02-21T13:33:46.971Z | [ host-image] Feb 21 13:33:45.939 INFO O| Feb 21 13:33:45.939 INFO STEP 123 (ensure_file) COMPLETE |
9842 | 2025-02-21T13:33:46.971Z | [ host-image] Feb 21 13:33:45.940 INFO O| Feb 21 13:33:45.939 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9843 | 2025-02-21T13:33:47.007Z | [ host-image] Feb 21 13:33:45.977 INFO O| Feb 21 13:33:45.977 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9844 | 2025-02-21T13:33:47.007Z | [ host-image] Feb 21 13:33:45.977 INFO O| Feb 21 13:33:45.977 INFO copying /tmp/.tmpyXqKXH/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9845 | 2025-02-21T13:34:00.088Z | [ host-image] Feb 21 13:33:59.058 INFO O| Feb 21 13:33:59.057 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9846 | 2025-02-21T13:34:00.088Z | [ host-image] Feb 21 13:33:59.058 INFO O| Feb 21 13:33:59.058 INFO ok! |
9847 | 2025-02-21T13:34:00.090Z | [ host-image] Feb 21 13:33:59.058 INFO O| Feb 21 13:33:59.058 INFO STEP 124 (ensure_file) COMPLETE |
9848 | 2025-02-21T13:34:00.090Z | [ host-image] Feb 21 13:33:59.058 INFO O| Feb 21 13:33:59.058 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9849 | 2025-02-21T13:34:00.106Z | [ host-image] Feb 21 13:33:59.076 INFO O| Feb 21 13:33:59.076 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9850 | 2025-02-21T13:34:00.109Z | [ host-image] Feb 21 13:33:59.077 INFO O| Feb 21 13:33:59.076 INFO STEP 125 (ensure_dir) COMPLETE |
9851 | 2025-02-21T13:34:00.109Z | [ host-image] Feb 21 13:33:59.077 INFO O| Feb 21 13:33:59.076 INFO STEP 126: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9852 | 2025-02-21T13:34:00.123Z | [ host-image] Feb 21 13:33:59.093 INFO O| Feb 21 13:33:59.093 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9853 | 2025-02-21T13:34:00.123Z | [ host-image] Feb 21 13:33:59.093 INFO O| Feb 21 13:33:59.093 INFO STEP 126 (ensure_dir) COMPLETE |
9854 | 2025-02-21T13:34:00.123Z | [ host-image] Feb 21 13:33:59.093 INFO O| Feb 21 13:33:59.093 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9855 | 2025-02-21T13:34:00.139Z | [ host-image] Feb 21 13:33:59.109 INFO O| Feb 21 13:33:59.109 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9856 | 2025-02-21T13:34:00.139Z | [ host-image] Feb 21 13:33:59.109 INFO O| Feb 21 13:33:59.109 INFO STEP 127 (ensure_dir) COMPLETE |
9857 | 2025-02-21T13:34:00.140Z | [ host-image] Feb 21 13:33:59.109 INFO O| Feb 21 13:33:59.109 INFO STEP 128: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9858 | 2025-02-21T13:34:00.155Z | [ host-image] Feb 21 13:33:59.125 INFO O| Feb 21 13:33:59.125 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9859 | 2025-02-21T13:34:00.155Z | [ host-image] Feb 21 13:33:59.125 INFO O| Feb 21 13:33:59.125 INFO STEP 128 (ensure_dir) COMPLETE |
9860 | 2025-02-21T13:34:00.157Z | [ host-image] Feb 21 13:33:59.125 INFO O| Feb 21 13:33:59.125 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9861 | 2025-02-21T13:34:00.171Z | [ host-image] Feb 21 13:33:59.141 INFO O| Feb 21 13:33:59.141 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9862 | 2025-02-21T13:34:00.171Z | [ host-image] Feb 21 13:33:59.141 INFO O| Feb 21 13:33:59.141 INFO copying /tmp/.tmpyXqKXH/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 ... |
9863 | 2025-02-21T13:34:00.173Z | [ host-image] Feb 21 13:33:59.142 INFO O| Feb 21 13:33:59.141 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9864 | 2025-02-21T13:34:00.173Z | [ host-image] Feb 21 13:33:59.142 INFO O| Feb 21 13:33:59.142 INFO ok! |
9865 | 2025-02-21T13:34:00.173Z | [ host-image] Feb 21 13:33:59.142 INFO O| Feb 21 13:33:59.142 INFO STEP 129 (ensure_file) COMPLETE |
9866 | 2025-02-21T13:34:00.173Z | [ host-image] Feb 21 13:33:59.142 INFO O| Feb 21 13:33:59.142 INFO STEP 130: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9867 | 2025-02-21T13:34:00.187Z | [ host-image] Feb 21 13:33:59.157 INFO O| Feb 21 13:33:59.157 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9868 | 2025-02-21T13:34:00.187Z | [ host-image] Feb 21 13:33:59.157 INFO O| Feb 21 13:33:59.157 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9869 | 2025-02-21T13:34:00.190Z | [ host-image] Feb 21 13:33:59.157 INFO O| Feb 21 13:33:59.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9870 | 2025-02-21T13:34:00.190Z | [ host-image] Feb 21 13:33:59.157 INFO O| Feb 21 13:33:59.157 INFO STEP 130 (ensure_dir) COMPLETE |
9871 | 2025-02-21T13:34:00.190Z | [ host-image] Feb 21 13:33:59.157 INFO O| Feb 21 13:33:59.157 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9872 | 2025-02-21T13:34:00.204Z | [ host-image] Feb 21 13:33:59.175 INFO O| Feb 21 13:33:59.175 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9873 | 2025-02-21T13:34:00.204Z | [ host-image] Feb 21 13:33:59.175 INFO O| Feb 21 13:33:59.175 INFO copying /tmp/.tmpyXqKXH/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9874 | 2025-02-21T13:34:00.207Z | [ host-image] Feb 21 13:33:59.175 INFO O| Feb 21 13:33:59.175 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9875 | 2025-02-21T13:34:00.207Z | [ host-image] Feb 21 13:33:59.175 INFO O| Feb 21 13:33:59.175 INFO ok! |
9876 | 2025-02-21T13:34:00.207Z | [ host-image] Feb 21 13:33:59.175 INFO O| Feb 21 13:33:59.175 INFO STEP 131 (ensure_file) COMPLETE |
9877 | 2025-02-21T13:34:00.207Z | [ host-image] Feb 21 13:33:59.175 INFO O| Feb 21 13:33:59.175 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9878 | 2025-02-21T13:34:00.217Z | [ host-image] Feb 21 13:33:59.187 INFO O| Feb 21 13:33:59.187 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9879 | 2025-02-21T13:34:00.219Z | [ host-image] Feb 21 13:33:59.188 INFO O| Feb 21 13:33:59.188 INFO STEP 132 (remove_files) COMPLETE |
9880 | 2025-02-21T13:34:00.219Z | [ host-image] Feb 21 13:33:59.188 INFO O| Feb 21 13:33:59.188 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9881 | 2025-02-21T13:34:00.234Z | [ host-image] Feb 21 13:33:59.204 INFO O| Feb 21 13:33:59.204 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9882 | 2025-02-21T13:34:00.239Z | [ host-image] Feb 21 13:33:59.205 INFO O| Feb 21 13:33:59.205 INFO STEP 133 (remove_files) COMPLETE |
9883 | 2025-02-21T13:34:00.239Z | [ host-image] Feb 21 13:33:59.205 INFO O| Feb 21 13:33:59.205 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9884 | 2025-02-21T13:34:00.246Z | [ host-image] Feb 21 13:33:59.216 INFO O| Feb 21 13:33:59.216 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9885 | 2025-02-21T13:34:00.248Z | [ host-image] Feb 21 13:33:59.216 INFO O| Feb 21 13:33:59.216 INFO STEP 134 (remove_files) COMPLETE |
9886 | 2025-02-21T13:34:00.248Z | [ host-image] Feb 21 13:33:59.216 INFO O| Feb 21 13:33:59.216 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9887 | 2025-02-21T13:34:00.263Z | [ host-image] Feb 21 13:33:59.233 INFO O| Feb 21 13:33:59.233 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9888 | 2025-02-21T13:34:00.265Z | [ host-image] Feb 21 13:33:59.234 INFO O| Feb 21 13:33:59.234 INFO STEP 135 (remove_files) COMPLETE |
9889 | 2025-02-21T13:34:00.265Z | [ host-image] Feb 21 13:33:59.234 INFO O| Feb 21 13:33:59.234 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9890 | 2025-02-21T13:34:00.282Z | [ host-image] Feb 21 13:33:59.250 INFO O| Feb 21 13:33:59.250 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9891 | 2025-02-21T13:34:00.285Z | [ host-image] Feb 21 13:33:59.250 INFO O| Feb 21 13:33:59.250 INFO STEP 136 (remove_files) COMPLETE |
9892 | 2025-02-21T13:34:00.285Z | [ host-image] Feb 21 13:33:59.250 INFO O| Feb 21 13:33:59.250 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9893 | 2025-02-21T13:34:00.296Z | [ host-image] Feb 21 13:33:59.266 INFO O| Feb 21 13:33:59.266 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9894 | 2025-02-21T13:34:00.299Z | [ host-image] Feb 21 13:33:59.267 INFO O| Feb 21 13:33:59.266 INFO STEP 137 (remove_files) COMPLETE |
9895 | 2025-02-21T13:34:00.299Z | [ host-image] Feb 21 13:33:59.267 INFO O| Feb 21 13:33:59.267 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9896 | 2025-02-21T13:34:00.312Z | [ host-image] Feb 21 13:33:59.282 INFO O| Feb 21 13:33:59.282 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9897 | 2025-02-21T13:34:00.312Z | [ host-image] Feb 21 13:33:59.282 INFO O| Feb 21 13:33:59.282 INFO STEP 138 (remove_files) COMPLETE |
9898 | 2025-02-21T13:34:00.314Z | [ host-image] Feb 21 13:33:59.282 INFO O| Feb 21 13:33:59.282 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9899 | 2025-02-21T13:34:00.327Z | [ host-image] Feb 21 13:33:59.297 INFO O| Feb 21 13:33:59.297 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9900 | 2025-02-21T13:34:00.327Z | [ host-image] Feb 21 13:33:59.297 INFO O| Feb 21 13:33:59.297 INFO STEP 139 (remove_files) COMPLETE |
9901 | 2025-02-21T13:34:00.329Z | [ host-image] Feb 21 13:33:59.297 INFO O| Feb 21 13:33:59.297 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9902 | 2025-02-21T13:34:00.342Z | [ host-image] Feb 21 13:33:59.313 INFO O| Feb 21 13:33:59.312 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9903 | 2025-02-21T13:34:00.342Z | [ host-image] Feb 21 13:33:59.313 INFO O| Feb 21 13:33:59.313 INFO STEP 140 (remove_files) COMPLETE |
9904 | 2025-02-21T13:34:00.342Z | [ host-image] Feb 21 13:33:59.313 INFO O| Feb 21 13:33:59.313 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9905 | 2025-02-21T13:34:00.358Z | [ host-image] Feb 21 13:33:59.329 INFO O| Feb 21 13:33:59.328 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9906 | 2025-02-21T13:34:00.361Z | [ host-image] Feb 21 13:33:59.329 INFO O| Feb 21 13:33:59.329 INFO STEP 141 (remove_files) COMPLETE |
9907 | 2025-02-21T13:34:00.361Z | [ host-image] Feb 21 13:33:59.329 INFO O| Feb 21 13:33:59.329 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9908 | 2025-02-21T13:34:00.374Z | [ host-image] Feb 21 13:33:59.345 INFO O| Feb 21 13:33:59.344 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9909 | 2025-02-21T13:34:00.374Z | [ host-image] Feb 21 13:33:59.345 INFO O| Feb 21 13:33:59.345 INFO STEP 142 (remove_files) COMPLETE |
9910 | 2025-02-21T13:34:00.374Z | [ host-image] Feb 21 13:33:59.345 INFO O| Feb 21 13:33:59.345 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9911 | 2025-02-21T13:34:00.390Z | [ host-image] Feb 21 13:33:59.361 INFO O| Feb 21 13:33:59.360 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9912 | 2025-02-21T13:34:00.390Z | [ host-image] Feb 21 13:33:59.361 INFO O| Feb 21 13:33:59.361 INFO STEP 143 (remove_files) COMPLETE |
9913 | 2025-02-21T13:34:00.394Z | [ host-image] Feb 21 13:33:59.361 INFO O| Feb 21 13:33:59.361 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9914 | 2025-02-21T13:34:00.407Z | [ host-image] Feb 21 13:33:59.377 INFO O| Feb 21 13:33:59.377 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9915 | 2025-02-21T13:34:00.407Z | [ host-image] Feb 21 13:33:59.377 INFO O| Feb 21 13:33:59.377 INFO STEP 144 (remove_files) COMPLETE |
9916 | 2025-02-21T13:34:00.407Z | [ host-image] Feb 21 13:33:59.377 INFO O| Feb 21 13:33:59.377 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9917 | 2025-02-21T13:34:00.423Z | [ host-image] Feb 21 13:33:59.393 INFO O| Feb 21 13:33:59.393 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9918 | 2025-02-21T13:34:00.423Z | [ host-image] Feb 21 13:33:59.393 INFO O| Feb 21 13:33:59.393 INFO STEP 145 (remove_files) COMPLETE |
9919 | 2025-02-21T13:34:00.425Z | [ host-image] Feb 21 13:33:59.393 INFO O| Feb 21 13:33:59.393 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9920 | 2025-02-21T13:34:00.438Z | [ host-image] Feb 21 13:33:59.408 INFO O| Feb 21 13:33:59.408 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9921 | 2025-02-21T13:34:00.441Z | [ host-image] Feb 21 13:33:59.409 INFO O| Feb 21 13:33:59.409 INFO STEP 146 (remove_files) COMPLETE |
9922 | 2025-02-21T13:34:00.441Z | [ host-image] Feb 21 13:33:59.409 INFO O| Feb 21 13:33:59.409 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9923 | 2025-02-21T13:34:00.454Z | [ host-image] Feb 21 13:33:59.424 INFO O| Feb 21 13:33:59.424 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9924 | 2025-02-21T13:34:00.454Z | [ host-image] Feb 21 13:33:59.424 INFO O| Feb 21 13:33:59.424 INFO STEP 147 (remove_files) COMPLETE |
9925 | 2025-02-21T13:34:00.454Z | [ host-image] Feb 21 13:33:59.424 INFO O| Feb 21 13:33:59.424 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9926 | 2025-02-21T13:34:00.470Z | [ host-image] Feb 21 13:33:59.440 INFO O| Feb 21 13:33:59.440 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9927 | 2025-02-21T13:34:00.470Z | [ host-image] Feb 21 13:33:59.440 INFO O| Feb 21 13:33:59.440 INFO STEP 148 (remove_files) COMPLETE |
9928 | 2025-02-21T13:34:00.472Z | [ host-image] Feb 21 13:33:59.440 INFO O| Feb 21 13:33:59.440 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9929 | 2025-02-21T13:34:00.486Z | [ host-image] Feb 21 13:33:59.456 INFO O| Feb 21 13:33:59.456 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9930 | 2025-02-21T13:34:00.486Z | [ host-image] Feb 21 13:33:59.456 INFO O| Feb 21 13:33:59.456 INFO STEP 149 (remove_files) COMPLETE |
9931 | 2025-02-21T13:34:00.488Z | [ host-image] Feb 21 13:33:59.456 INFO O| Feb 21 13:33:59.456 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9932 | 2025-02-21T13:34:00.501Z | [ host-image] Feb 21 13:33:59.472 INFO O| Feb 21 13:33:59.471 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9933 | 2025-02-21T13:34:00.501Z | [ host-image] Feb 21 13:33:59.472 INFO O| Feb 21 13:33:59.472 INFO STEP 150 (remove_files) COMPLETE |
9934 | 2025-02-21T13:34:00.504Z | [ host-image] Feb 21 13:33:59.472 INFO O| Feb 21 13:33:59.472 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9935 | 2025-02-21T13:34:00.518Z | [ host-image] Feb 21 13:33:59.488 INFO O| Feb 21 13:33:59.487 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9936 | 2025-02-21T13:34:00.518Z | [ host-image] Feb 21 13:33:59.488 INFO O| Feb 21 13:33:59.488 INFO STEP 151 (remove_files) COMPLETE |
9937 | 2025-02-21T13:34:00.522Z | [ host-image] Feb 21 13:33:59.488 INFO O| Feb 21 13:33:59.488 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9938 | 2025-02-21T13:34:00.533Z | [ host-image] Feb 21 13:33:59.504 INFO O| Feb 21 13:33:59.503 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9939 | 2025-02-21T13:34:00.533Z | [ host-image] Feb 21 13:33:59.504 INFO O| Feb 21 13:33:59.504 INFO STEP 152 (remove_files) COMPLETE |
9940 | 2025-02-21T13:34:00.537Z | [ host-image] Feb 21 13:33:59.504 INFO O| Feb 21 13:33:59.504 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9941 | 2025-02-21T13:34:00.548Z | [ host-image] Feb 21 13:33:59.519 INFO O| Feb 21 13:33:59.519 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9942 | 2025-02-21T13:34:00.551Z | [ host-image] Feb 21 13:33:59.519 INFO O| Feb 21 13:33:59.519 INFO STEP 153 (remove_files) COMPLETE |
9943 | 2025-02-21T13:34:00.552Z | [ host-image] Feb 21 13:33:59.519 INFO O| Feb 21 13:33:59.519 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9944 | 2025-02-21T13:34:00.566Z | [ host-image] Feb 21 13:33:59.536 INFO O| Feb 21 13:33:59.536 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9945 | 2025-02-21T13:34:00.566Z | [ host-image] Feb 21 13:33:59.536 INFO O| Feb 21 13:33:59.536 INFO STEP 154 (remove_files) COMPLETE |
9946 | 2025-02-21T13:34:00.566Z | [ host-image] Feb 21 13:33:59.536 INFO O| Feb 21 13:33:59.536 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9947 | 2025-02-21T13:34:00.582Z | [ host-image] Feb 21 13:33:59.552 INFO O| Feb 21 13:33:59.552 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9948 | 2025-02-21T13:34:00.584Z | [ host-image] Feb 21 13:33:59.552 INFO O| Feb 21 13:33:59.552 INFO STEP 155 (remove_files) COMPLETE |
9949 | 2025-02-21T13:34:00.585Z | [ host-image] Feb 21 13:33:59.552 INFO O| Feb 21 13:33:59.552 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9950 | 2025-02-21T13:34:00.598Z | [ host-image] Feb 21 13:33:59.568 INFO O| Feb 21 13:33:59.568 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9951 | 2025-02-21T13:34:00.598Z | [ host-image] Feb 21 13:33:59.568 INFO O| Feb 21 13:33:59.568 INFO STEP 156 (remove_files) COMPLETE |
9952 | 2025-02-21T13:34:00.600Z | [ host-image] Feb 21 13:33:59.569 INFO O| Feb 21 13:33:59.568 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9953 | 2025-02-21T13:34:00.614Z | [ host-image] Feb 21 13:33:59.584 INFO O| Feb 21 13:33:59.584 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9954 | 2025-02-21T13:34:00.614Z | [ host-image] Feb 21 13:33:59.584 INFO O| Feb 21 13:33:59.584 INFO STEP 157 (remove_files) COMPLETE |
9955 | 2025-02-21T13:34:00.619Z | [ host-image] Feb 21 13:33:59.584 INFO O| Feb 21 13:33:59.584 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9956 | 2025-02-21T13:34:00.630Z | [ host-image] Feb 21 13:33:59.600 INFO O| Feb 21 13:33:59.600 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9957 | 2025-02-21T13:34:00.630Z | [ host-image] Feb 21 13:33:59.600 INFO O| Feb 21 13:33:59.600 INFO STEP 158 (remove_files) COMPLETE |
9958 | 2025-02-21T13:34:00.634Z | [ host-image] Feb 21 13:33:59.600 INFO O| Feb 21 13:33:59.600 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9959 | 2025-02-21T13:34:00.647Z | [ host-image] Feb 21 13:33:59.616 INFO O| Feb 21 13:33:59.616 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9960 | 2025-02-21T13:34:00.647Z | [ host-image] Feb 21 13:33:59.616 INFO O| Feb 21 13:33:59.616 INFO STEP 159 (remove_files) COMPLETE |
9961 | 2025-02-21T13:34:00.650Z | [ host-image] Feb 21 13:33:59.617 INFO O| Feb 21 13:33:59.616 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9962 | 2025-02-21T13:34:00.664Z | [ host-image] Feb 21 13:33:59.632 INFO O| Feb 21 13:33:59.632 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9963 | 2025-02-21T13:34:00.665Z | [ host-image] Feb 21 13:33:59.632 INFO O| Feb 21 13:33:59.632 INFO STEP 160 (remove_files) COMPLETE |
9964 | 2025-02-21T13:34:00.673Z | [ host-image] Feb 21 13:33:59.632 INFO O| Feb 21 13:33:59.632 INFO STEP 161: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9965 | 2025-02-21T13:34:00.686Z | [ host-image] Feb 21 13:33:59.655 INFO O| Feb 21 13:33:59.655 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9966 | 2025-02-21T13:34:00.695Z | [ host-image] Feb 21 13:33:59.655 INFO O| Feb 21 13:33:59.655 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", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1"} |
9967 | 2025-02-21T13:34:10.523Z | [ host-image] Feb 21 13:34:09.493 INFO O| Feb 21 13:34:09.493 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 |
9968 | 2025-02-21T13:34:10.523Z | [ host-image] Feb 21 13:34:09.493 INFO O| Feb 21 13:34:09.493 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9969 | 2025-02-21T13:34:10.539Z | [ host-image] Feb 21 13:34:09.509 INFO O| Feb 21 13:34:09.508 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"} |
9970 | 2025-02-21T13:34:10.621Z | [ host-image] Feb 21 13:34:09.591 INFO O| Feb 21 13:34:09.591 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9971 | 2025-02-21T13:34:10.621Z | [ host-image] Feb 21 13:34:09.591 INFO O| Feb 21 13:34:09.591 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9972 | 2025-02-21T13:34:10.624Z | [ host-image] Feb 21 13:34:09.593 INFO O| Feb 21 13:34:09.593 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9973 | 2025-02-21T13:34:10.624Z | [ host-image] Feb 21 13:34:09.593 INFO O| Feb 21 13:34:09.593 INFO ok! |
9974 | 2025-02-21T13:34:10.624Z | [ host-image] Feb 21 13:34:09.593 INFO O| Feb 21 13:34:09.593 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9975 | 2025-02-21T13:34:10.624Z | [ host-image] Feb 21 13:34:09.593 INFO O| Feb 21 13:34:09.593 INFO STEP 161 (seed_smf) COMPLETE |
9976 | 2025-02-21T13:34:10.624Z | [ host-image] Feb 21 13:34:09.593 INFO O| Feb 21 13:34:09.593 INFO steps complete; finalising image! |
9977 | 2025-02-21T13:34:10.624Z | [ host-image] Feb 21 13:34:09.593 INFO O| Feb 21 13:34:09.593 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9978 | 2025-02-21T13:34:10.785Z | [ host-image] Feb 21 13:34:09.751 INFO O| Feb 21 13:34:09.751 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Fri Feb 21 13:34:09 2025) |
9979 | 2025-02-21T13:34:10.992Z | [ host-image] Feb 21 13:34:09.962 INFO O| Feb 21 13:34:09.962 INFO trim TEMPORARY-gimlet-zfs: (97% trimmed, started at Fri Feb 21 13:34:09 2025) |
9980 | 2025-02-21T13:34:11.222Z | [ host-image] Feb 21 13:34:10.191 INFO O| Feb 21 13:34:10.191 INFO temporary pool has 719M used, 113M avail, 1.79x compressratio |
9981 | 2025-02-21T13:34:11.223Z | [ host-image] Feb 21 13:34:10.191 INFO O| Feb 21 13:34:10.191 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9982 | 2025-02-21T13:34:11.654Z | [ host-image] Feb 21 13:34:10.624 INFO O| Feb 21 13:34:10.623 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9983 | 2025-02-21T13:34:11.655Z | [ host-image] Feb 21 13:34:10.624 INFO O| Feb 21 13:34:10.624 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9984 | 2025-02-21T13:34:12.781Z | [ host-image] Feb 21 13:34:11.751 INFO O| Feb 21 13:34:11.751 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9985 | 2025-02-21T13:34:12.781Z | [ host-image] Feb 21 13:34:11.751 INFO O| Feb 21 13:34:11.751 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9986 | 2025-02-21T13:34:12.784Z | [ host-image] Feb 21 13:34:11.751 INFO O| Feb 21 13:34:11.751 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9987 | 2025-02-21T13:34:12.784Z | [ host-image] Feb 21 13:34:11.751 INFO O| Feb 21 13:34:11.751 INFO completed processing gimlet/zfs |
9988 | 2025-02-21T13:34:12.784Z | [ host-image] Feb 21 13:34:11.751 INFO O| Feb 21 13:34:11.751 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9989 | 2025-02-21T13:34:21.444Z | [ host-image] Feb 21 13:34:20.413 INFO O| Feb 21 13:34:20.413 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9990 | 2025-02-21T13:34:21.531Z | [ host-image] Feb 21 13:34:20.501 INFO BUILD STRING "heads/stlouis-0-g9fcb5effdf\n" |
9991 | 2025-02-21T13:34:21.532Z | [ host-image] Feb 21 13:34:20.501 INFO expanded image name: "ci 517bc63/${os_short_commit} 2025-02-21 12:57" -> "ci 517bc63/9fcb5ef 2025-02-21 12:57" |
9992 | 2025-02-21T13:34:21.532Z | [ host-image] Feb 21 13:34:20.501 INFO output artefacts stored in: "/work/os-host" |
9993 | 2025-02-21T13:34:21.547Z | [ host-image] Feb 21 13:34:20.501 INFO collecting git info from project "phbl"... |
9994 | 2025-02-21T13:34:21.547Z | [ host-image] Feb 21 13:34:20.507 INFO collecting git info from project "amd-host-image-builder"... |
9995 | 2025-02-21T13:34:21.555Z | [ host-image] Feb 21 13:34:20.524 INFO collecting git info from project "chelsio-t6-roms"... |
9996 | 2025-02-21T13:34:21.565Z | [ host-image] Feb 21 13:34:20.530 INFO collecting git info from project "amd-firmware"... |
9997 | 2025-02-21T13:34:21.571Z | [ host-image] Feb 21 13:34:20.540 INFO collecting git info from project "pilot"... |
9998 | 2025-02-21T13:34:21.585Z | [ host-image] Feb 21 13:34:20.546 INFO collecting git info from project "pinprick"... |
9999 | 2025-02-21T13:34:21.585Z | [ host-image] Feb 21 13:34:20.551 INFO collecting git info from project "image-builder"... |
10000 | 2025-02-21T13:34:21.588Z | [ host-image] Feb 21 13:34:20.556 INFO collecting git info from project "bootserver"... |
10001 | 2025-02-21T13:34:21.595Z | [ host-image] Feb 21 13:34:20.561 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
10002 | 2025-02-21T13:34:21.981Z | [ host-image] Feb 21 13:34:20.948 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
10003 | 2025-02-21T13:34:22.340Z | [ host-image] Feb 21 13:34:21.309 INFO creating Oxide boot image... |
10004 | 2025-02-21T13:34:22.340Z | [ host-image] Feb 21 13:34:21.309 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 517bc63/9fcb5ef 2025-02-21 12:57", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
10005 | 2025-02-21T13:34:23.335Z | [ host-image] Feb 21 13:34:22.304 INFO O| ok, image written! |
10006 | 2025-02-21T13:34:23.335Z | [ host-image] Feb 21 13:34:22.305 INFO O| ok, boot_image_csum file written! |
10007 | 2025-02-21T13:34:23.350Z | [ host-image] Feb 21 13:34:22.308 INFO creating boot archive (CPIO)... |
10008 | 2025-02-21T13:34:23.350Z | [ host-image] Feb 21 13:34:22.308 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 |
10009 | 2025-02-21T13:34:23.350Z | [ host-image] Feb 21 13:34:22.315 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
10010 | 2025-02-21T13:34:23.350Z | [ host-image] Feb 21 13:34:22.315 INFO E| + outfile=/work/os-host/cpio |
10011 | 2025-02-21T13:34:23.350Z | [ host-image] Feb 21 13:34:22.315 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
10012 | 2025-02-21T13:34:23.350Z | [ host-image] Feb 21 13:34:22.317 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
10013 | 2025-02-21T13:34:23.351Z | [ host-image] Feb 21 13:34:22.318 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
10014 | 2025-02-21T13:34:23.387Z | [ host-image] Feb 21 13:34:22.355 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
10015 | 2025-02-21T13:34:23.387Z | [ host-image] Feb 21 13:34:22.355 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
10016 | 2025-02-21T13:34:23.394Z | [ host-image] Feb 21 13:34:22.363 INFO creating compressed cpio/unix for nanobl-rs... |
10017 | 2025-02-21T13:34:23.396Z | [ host-image] Feb 21 13:34:22.363 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 |
10018 | 2025-02-21T13:34:23.722Z | [ host-image] Feb 21 13:34:22.691 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
10019 | 2025-02-21T13:34:28.358Z | [ host-image] Feb 21 13:34:27.327 INFO creating reset image... |
10020 | 2025-02-21T13:34:28.373Z | [ host-image] Feb 21 13:34:27.327 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
10021 | 2025-02-21T13:34:28.453Z | [ host-image] Feb 21 13:34:27.422 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s |
10022 | 2025-02-21T13:34:28.468Z | [ host-image] Feb 21 13:34:27.423 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
10023 | 2025-02-21T13:34:28.510Z | [ host-image] Feb 21 13:34:27.478 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
10024 | 2025-02-21T13:34:30.356Z | [ host-image] Feb 21 13:34:29.325 INFO E| Finished `release` profile [optimized] target(s) in 1.88s |
10025 | 2025-02-21T13:34:30.369Z | [ host-image] Feb 21 13:34:29.338 INFO building host image... |
10026 | 2025-02-21T13:34:30.372Z | [ host-image] Feb 21 13:34:29.338 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") |
10027 | 2025-02-21T13:34:30.918Z | [ host-image] Feb 21 13:34:29.887 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
10028 | 2025-02-21T13:35:29.786Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 15m 23s |
10029 | 2025-02-21T13:35:30.179Z | Feb 21 13:35:29.145 INFO [verify-libraries] process exited with exit status: 0 (927.920089828s) |
10030 | 2025-02-21T13:35:36.416Z | [ host-image] Feb 21 13:35:35.383 INFO image complete! materials are in "/work/os-host" |
10031 | 2025-02-21T13:35:36.423Z | [ host-image] |
10032 | 2025-02-21T13:35:36.423Z | [ host-image] real 16:15.270040940 |
10033 | 2025-02-21T13:35:36.423Z | [ host-image] user 6:49.802635025 |
10034 | 2025-02-21T13:35:36.423Z | [ host-image] sys 1:07.260778362 |
10035 | 2025-02-21T13:35:36.423Z | [ host-image] trap 0.317139081 |
10036 | 2025-02-21T13:35:36.423Z | [ host-image] tflt 0.013786640 |
10037 | 2025-02-21T13:35:36.423Z | [ host-image] dflt 0.078137387 |
10038 | 2025-02-21T13:35:36.424Z | [ host-image] kflt 0.004445153 |
10039 | 2025-02-21T13:35:36.424Z | [ host-image] lock 11:06.307744922 |
10040 | 2025-02-21T13:35:36.424Z | [ host-image] slp 1:30:46.884245109 |
10041 | 2025-02-21T13:35:36.424Z | [ host-image] lat 2:53.868533852 |
10042 | 2025-02-21T13:35:36.424Z | [ host-image] stop 0.440367026 |
10043 | 2025-02-21T13:35:36.424Z | Feb 21 13:35:35.387 INFO [host-image] process exited with exit status: 0 (975.288812964s) |
10044 | 2025-02-21T13:35:36.424Z | Feb 21 13:35:35.387 INFO [tuf-repo] running task |
10045 | 2025-02-21T13:35:46.390Z | Feb 21 13:35:45.356 INFO assembling repository in `/tmp/tufaceous4JbRLs`, component: OmicronRepoAssembler |
10046 | 2025-02-21T13:35:51.870Z | Feb 21 13:35:50.836 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
10047 | 2025-02-21T13:35:52.285Z | Feb 21 13:35:51.251 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
10048 | 2025-02-21T13:36:06.281Z | Feb 21 13:36:05.247 INFO [tuf-repo] task succeeded (29.859900407s) |
10049 | 2025-02-21T13:36:06.281Z | Feb 21 13:36:05.247 INFO all jobs completed in 2326.247514689s |
10050 | 2025-02-21T13:36:07.091Z | process exited: duration 3049804 ms, exit code 0 |
|
10051 | 2025-02-21T13:36:07.106Z | found 33 output files |
10052 | 2025-02-21T13:36:07.106Z | uploading: /work/manifest.toml (13429 bytes) |
10053 | 2025-02-21T13:36:08.127Z | uploaded: /work/manifest.toml |
10054 | 2025-02-21T13:36:08.127Z | uploading: /work/repo.zip (2157769037 bytes) |
10055 | 2025-02-21T13:37:00.671Z | uploaded: /work/repo.zip |
10056 | 2025-02-21T13:37:00.671Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
10057 | 2025-02-21T13:37:01.696Z | uploaded: /work/repo.zip.sha256.txt |
10058 | 2025-02-21T13:37:01.696Z | uploading: /work/helios-setup.log (69013 bytes) |
10059 | 2025-02-21T13:37:02.722Z | uploaded: /work/helios-setup.log |
10060 | 2025-02-21T13:37:02.722Z | uploading: /work/host-image.log (202379 bytes) |
10061 | 2025-02-21T13:37:03.746Z | uploaded: /work/host-image.log |
10062 | 2025-02-21T13:37:03.748Z | uploading: /work/host-package.log (22907 bytes) |
10063 | 2025-02-21T13:37:04.759Z | uploaded: /work/host-package.log |
10064 | 2025-02-21T13:37:04.759Z | uploading: /work/host-target.log (101 bytes) |
10065 | 2025-02-21T13:37:05.770Z | uploaded: /work/host-target.log |
10066 | 2025-02-21T13:37:05.771Z | uploading: /work/omicron-package.log (5681 bytes) |
10067 | 2025-02-21T13:37:06.779Z | uploaded: /work/omicron-package.log |
10068 | 2025-02-21T13:37:06.781Z | uploading: /work/phbl-toolchain.log (881 bytes) |
10069 | 2025-02-21T13:37:07.787Z | uploaded: /work/phbl-toolchain.log |
10070 | 2025-02-21T13:37:07.787Z | uploading: /work/recovery-image.log (581936 bytes) |
10071 | 2025-02-21T13:37:08.810Z | uploaded: /work/recovery-image.log |
10072 | 2025-02-21T13:37:08.810Z | uploading: /work/recovery-package.log (1762 bytes) |
10073 | 2025-02-21T13:37:09.820Z | uploaded: /work/recovery-package.log |
10074 | 2025-02-21T13:37:09.820Z | uploading: /work/recovery-target.log (98 bytes) |
10075 | 2025-02-21T13:37:10.831Z | uploaded: /work/recovery-target.log |
10076 | 2025-02-21T13:37:10.831Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
10077 | 2025-02-21T13:37:11.839Z | uploaded: /work/stamp-clickhouse.log |
10078 | 2025-02-21T13:37:11.839Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
10079 | 2025-02-21T13:37:12.851Z | uploaded: /work/stamp-clickhouse_keeper.log |
10080 | 2025-02-21T13:37:12.854Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
10081 | 2025-02-21T13:37:13.862Z | uploaded: /work/stamp-cockroachdb.log |
10082 | 2025-02-21T13:37:13.863Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
10083 | 2025-02-21T13:37:14.870Z | uploaded: /work/stamp-crucible-dtrace.log |
10084 | 2025-02-21T13:37:14.870Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
10085 | 2025-02-21T13:37:15.879Z | uploaded: /work/stamp-crucible-pantry-zone.log |
10086 | 2025-02-21T13:37:15.879Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
10087 | 2025-02-21T13:37:16.888Z | uploaded: /work/stamp-crucible-zone.log |
10088 | 2025-02-21T13:37:16.888Z | uploading: /work/stamp-external-dns.log (119 bytes) |
10089 | 2025-02-21T13:37:17.898Z | uploaded: /work/stamp-external-dns.log |
10090 | 2025-02-21T13:37:17.898Z | uploading: /work/stamp-installinator.log (103 bytes) |
10091 | 2025-02-21T13:37:18.907Z | uploaded: /work/stamp-installinator.log |
10092 | 2025-02-21T13:37:18.907Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
10093 | 2025-02-21T13:37:19.917Z | uploaded: /work/stamp-internal-dns.log |
10094 | 2025-02-21T13:37:19.917Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
10095 | 2025-02-21T13:37:20.927Z | uploaded: /work/stamp-mg-ddm-gz.log |
10096 | 2025-02-21T13:37:20.927Z | uploading: /work/stamp-nexus.log (112 bytes) |
10097 | 2025-02-21T13:37:21.936Z | uploaded: /work/stamp-nexus.log |
10098 | 2025-02-21T13:37:21.936Z | uploading: /work/stamp-ntp.log (110 bytes) |
10099 | 2025-02-21T13:37:22.947Z | uploaded: /work/stamp-ntp.log |
10100 | 2025-02-21T13:37:22.950Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
10101 | 2025-02-21T13:37:23.957Z | uploaded: /work/stamp-omicron-sled-agent.log |
10102 | 2025-02-21T13:37:23.958Z | uploading: /work/stamp-overlay.log (114 bytes) |
10103 | 2025-02-21T13:37:24.969Z | uploaded: /work/stamp-overlay.log |
10104 | 2025-02-21T13:37:24.973Z | uploading: /work/stamp-oximeter.log (115 bytes) |
10105 | 2025-02-21T13:37:25.979Z | uploaded: /work/stamp-oximeter.log |
10106 | 2025-02-21T13:37:25.979Z | uploading: /work/stamp-oxlog.log (109 bytes) |
10107 | 2025-02-21T13:37:26.989Z | uploaded: /work/stamp-oxlog.log |
10108 | 2025-02-21T13:37:26.989Z | uploading: /work/stamp-probe.log (112 bytes) |
10109 | 2025-02-21T13:37:28.000Z | uploaded: /work/stamp-probe.log |
10110 | 2025-02-21T13:37:28.005Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
10111 | 2025-02-21T13:37:29.013Z | uploaded: /work/stamp-propolis-server.log |
10112 | 2025-02-21T13:37:29.013Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
10113 | 2025-02-21T13:37:30.024Z | uploaded: /work/stamp-pumpkind-gz.log |
10114 | 2025-02-21T13:37:30.024Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
10115 | 2025-02-21T13:37:31.034Z | uploaded: /work/stamp-switch-asic.log |
10116 | 2025-02-21T13:37:31.034Z | uploading: /work/verify-libraries.log (6147 bytes) |
10117 | 2025-02-21T13:37:32.045Z | uploaded: /work/verify-libraries.log |